Running nrngui on Ubuntu

Post Reply
neuronakash
Posts: 8
Joined: Mon Sep 10, 2018 10:32 am

Running nrngui on Ubuntu

Post by neuronakash »

When I used terminal and add nrngui,it starts it up but when Im trying load the Actionpotential.hoc it gives me an error like this.


nrniv: unable to open font "*helvetica-medium-r-normal*--14*", using "fixed"
oc>Changed working directory to /home/pisa_genoa/Downloads/S2 - Action Potential/
/usr/local/nrn/x86_64/bin/nrniv: syntax error
in cell_template.hoc near line 30
insert leak
^
xopen("cell_templ...")
execute1("{xopen("ce...")
load_file("cell_templ...")
xopen("ActionPote...")
and others
/usr/local/nrn/x86_64/bin/nrniv: Segmentation violation
in cell_template.hoc near line 281
Main()
^
SetSimulationParameters()
Main()
xopen("ActionPote...")
NEURONMainMenu[0].execute1("{xopen("Ac...")
and others
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Running nrngui on Ubuntu

Post by ted »

This message

Code: Select all

/usr/local/nrn/x86_64/bin/nrniv: syntax error
 in cell_template.hoc near line 30
 			insert leak
              ^
indicates the first serious error that NEURON encountered. It means that NEURON doesn't know anything about "leak", and the usual cause of such a message is that the mod file that defines "leak" has not been compiled. Compile the mod files that came with this "Actionpotential.hoc" that you're trying to execute.
Post Reply