Exception - 6 - Invalid Opcode

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

Exception - 6 - Invalid Opcode

Post by digo_rp »

Guys does anyone knows why I got Exception 6 trying to run my code at my new PC, AMD Sempron3000+ 64bits 754pin mobo?

at other´s pc it runs, something like duron, athlon 32bits one, intel P4

intel p3 k6-2

its odd

could anyone help me? I´m using software taskswitching
User avatar
matthias
Member
Member
Posts: 158
Joined: Fri Oct 22, 2004 11:00 pm
Location: Vlaardingen, Holland
Contact:

Post by matthias »

Exception 6: Invalid Opcode Exception

So you use an opcode which is not valid on your AMD64 anymore, just add a breakpoint into your code and watch which statement is causing the exception
The source of my problems is in the source.
Post Reply