error: appstub.linux signal handler 11

Archives Forums/Linux Discussion/error: appstub.linux signal handler 11

anawiki(Posted 2007) [#1]
I try to port Runes of Avalon to linux. I managed to compile sample programs, but when I run Runes I get following error:

appstub.linux signal handler 11
Process complete

I can't start it in debug because of FASM error (out of memory) and I couldn't manage to apply FASM fix yet.

What can it be?

best
Roman


anawiki(Posted 2007) [#2]
Solved. I forgot to init graphics on Linux due to ?Mac and ?Win32 declarations.

I also had to increase FASM mem to m64478 to be able to compile Runes in debug.

Now game works better that on Windows :D

cheers
Roman