Movie Run bug?
Posted: Fri May 20, 2005 1:50 pm
I was using the GUI to set up a demo that involved the Movie Run
tool (otherwise it executes too fast to see what happens). When
everything was working properly, I did File / save session, which
I thought would be able to recreate all of the graphical stuff (RunControl
etc.). Later, when I retrieved the session file and clidked on the
Init & Run button in the Movie Run tool, this error message appeared:
<pre>
oc>/usr/local/nrn/i686/bin/nrniv: movierun undefined function near line 0
{movierun()}
^
movierun()
</pre>
This happened with Version 5.7 2005-4-21 11:7:7 Main (159)
My code is organized like this:
demo.hoc starts with load_file("nrngui.hoc"), then specifies the biology
that is represented, and ends with load_file("rig.ses") where rig.ses
is the session file that I saved from the NEURON Main Menu.
tool (otherwise it executes too fast to see what happens). When
everything was working properly, I did File / save session, which
I thought would be able to recreate all of the graphical stuff (RunControl
etc.). Later, when I retrieved the session file and clidked on the
Init & Run button in the Movie Run tool, this error message appeared:
<pre>
oc>/usr/local/nrn/i686/bin/nrniv: movierun undefined function near line 0
{movierun()}
^
movierun()
</pre>
This happened with Version 5.7 2005-4-21 11:7:7 Main (159)
My code is organized like this:
demo.hoc starts with load_file("nrngui.hoc"), then specifies the biology
that is represented, and ends with load_file("rig.ses") where rig.ses
is the session file that I saved from the NEURON Main Menu.