> Hi Nicolas, > > I am having trouble with neko 1.5.3 on a HPPA-risk-64 machine running > Debian, and I am not really sure how to debug the problem. [...] > But all the standalone programs (nekoc, nekotools, nekoml) > crash immediately with the message > > Uncaught exception - [EMAIL PROTECTED]
Ok, that must be an easy one then. Please set : int pos = 0; In neko/vm/main.c line 74 and try to recompile. If it doesn't work, please trace what's happening in the neko_has_embedded_module function. It should read the last 8 bytes of the executable : four chars NEKO followed by the original size of the "neko" executable. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
