Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: twist on July 01, 2002, 04:42:18 pm

Title: SIGILL
Post by: twist on July 01, 2002, 04:42:18 pm
I keep getting the error:

Exiting due to signal SIGILL.
Invalid Opcode at....blah blah
Call frame traceback EIPs:
0x00000000


in VAntAGE whenever I try to run a game. What's wrong?! I need help ASAP.
Title: Re: SIGILL
Post by: JMDickson on July 01, 2002, 05:27:31 pm
That's a GCC error message.  There is a bug somewhere in the code that attepts to execute an invalid instruction.  Looks like a jump to a null pointer.  Possibly an unmapped emluated opcode, or a stack corruption.  If you give the authors the ....blah blah part, they may be able to trace the cause down in the map files.
Title: Re: SIGILL
Post by: twist on July 01, 2002, 05:50:18 pm
Yes, but it seems no one else gets this problem!
Title: Re: SIGILL
Post by: Chazz on July 02, 2002, 01:40:38 pm
I'm getting this problem too.  I can't figure out what the problem is.