[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "TA X Error: BadValue" suggestions?
Matt,
if you run leabra++ -nogui, then load the project file at the prompt:
.projects.Load("PDP++Recover.x.proj.gz");
then you can do anything via commands there -- you might consider what
your last action was that caused the error and try to remove that
object or something..
I'm not familiar with such an error and haven't seen it myself -- you
might be able to load on a different platform. if you get desparate,
you could email me the project and I'll see if I can load it.
- Randy
Matthijs van der Meer <M.vanderMeer@ed.ac.uk> writes:
> Greetings,
>
> I'm working through the leabra++ tutorial in O'Reilly and Munakata, and
> keep getting the following error, which renders the simulator unusable:
>
> TA X Error: BadValue (integer parameter ... out of range)
> Major op code: 18
> Minor op code: 0
> Serial: 717487
> Resource ID: 0
>
> Loading the recovery file does not help because it immediately generates
> the same error.
>
> Any ideas on how to stop/avoid/recover in such a situation?
>
> Many thanks!
>
> - Matt