undo12:~/neko undo$ neko bin/test
The virtual machine is working !
Calling a function inside std library...
Test successful
undo12:~/neko undo$ nekotools server
Starting Neko Server on localhost:2000
Called from tools/Tools.nml line 36
Called from core/Args.nml line 50
Called from tools/Tools.nml line 27
Called from core/Net.nml line 82
Exception : [EMAIL PROTECTED]

Luzifer

On 29.01.2006, at 14:03, Nicolas Cannasse wrote:

Luzifer Altenberg wrote:
Hallo
I get this.
undo12:~/neko undo$ nekotools server
Starting Neko Server on localhost:2000
Called from tools/Tools.nml line 36
Called from core/Args.nml line 43
Exception : Invalid array access
Luzifer

Looks like some Neko exception is raised, and when NekoML is trying to match it with "Invalid", it causes an error. I should try to fix this problem in NekoML generator.

Could you remove the try...catch block (leaving the "while" block) from src/core/Args.nml in parse_args and compile+run again ? It should raise the exception to an upper level that should display it.

Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)



--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to