error in save *.ses

The basics of how to develop, test, and use models.
Post Reply
thats_karlo

error in save *.ses

Post by thats_karlo »

Hi,

during save a session, i always get the following error:

Code: Select all


oc>nrniv: table lookup failed for pointer for- soma.Ra
 near line 110
 {save_session("./test.ses","{load_file(\"nrngui.hoc\")}")}
                                                           ^
I have to mentioned, in this case , from " Tools>Distributed Mechanism> Viewer>Shape name " I selected a section, here soma, to show the parameters.


when i close this window,soma parameters, the error also disappears!


How can i fix the problem?

Thanks
hines
Site Admin
Posts: 1711
Joined: Wed May 18, 2005 3:32 pm

Post by hines »

The result of the error should be that
the Ra field is not in the panel when you retrieve the session. I've ignored the
problem for a long time but will take
a look at it again and see if I can work around it.
hines
Site Admin
Posts: 1711
Joined: Wed May 18, 2005 3:32 pm

Post by hines »

The error has been fixed and the
code change committed to
http://www.neuron.yale.edu/cgi-bin/trac ... geset/1868
thats_karlo

Post by thats_karlo »

Dear Hines,

Thank you so much!

Let me know, how to use this correction?
hines
Site Admin
Posts: 1711
Joined: Wed May 18, 2005 3:32 pm

Post by hines »

If you are building from the sources, it
is just a 1 character change to the
src/ivoc/datapath.cpp file. If you are
using a pre-built distribution I'd be happy
to update the alpha distribution directory at
http://www.neuron.yale.edu/ftp/neuron/versions/alpha/
If the latter, what machine type do you use----mac, mswin, linux i686, or linux x86_64?
thats_karlo

Post by thats_karlo »

thanks again for fast reply!

I'm using WinXp.
hines
Site Admin
Posts: 1711
Joined: Wed May 18, 2005 3:32 pm

Post by hines »

Ok pick up todays nrn-6.1.alpha-xxx-setup.exe when it arrives at http://www.neuron.yale.edu/ftp/neuron/versions/alpha/
(should be about a half hour from now so wait for an hour til it is completely uploaded)
thats_karlo

Post by thats_karlo »

Thanks for all your help and support!
Post Reply