dom96/Aporia

Error: unhandled exception: value out of range: 55679 [EOutOfRange]

Closed this issue · 5 comments

compiled nimrod source (11/16/13) on ubuntu 13.10
with gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1 -> success
compile Aporia source -> success

/aporia
Traceback (most recent call last)
aporia.nim(2329) aporia
aporia.nim(2305) checkAlreadyRunning
sockets.nim(418) connect
sockets.nim(159) $
Error: unhandled exception: value out of range: 55679 [EOutOfRange]

read in forum, 55679 might be port.
then as root
netstat -antp | grep 55679 shows nothing
meaning it is open for aporia

This happens due to a bug in the compiler, is there a ~/.config/Aporia/config.global.ini file? You can edit the port there to something smaller like 5567 as a temporary workaround.

Dominik ,

There is no |~/.config/Aporia/config.global.ini

|
|

This happens due to a bug in the compiler, is there a
|~/.config/Aporia/config.global.ini| file? You can edit the port there
to something smaller like 5567 as a temporary workaround.


Reply to this email directly or view it on GitHub
#45 (comment).

Try it again with the latest compiler, the compiler bug should be fixed now.

I had the same problem on Windows 8. Just to confirm building the compiler from the github sources fixed the issue.

Good, in that case I will close this issue.