Jump to content

Crazy runtime error


Addictgamer
 Share

Recommended Posts

Addictgamer

So, I was debugging ORR, when...This happened:

Unhandled exception at 0x00905a4d in Open Rock Raiders.exe: 0xC0000005: Access violation.

And the debugger pointed to this code:

return true;

What the!?

Yes, I know it is weird...

If you are curious where this error occurred: in the bool startup() function.

Any help?

Might it be the compiler?

If so, what are good compilers and/or IDE's for windows?

Link to comment
Share on other sites

true to look at the code that was dealing with the output of the function. That might be the source of the problem. Alternatively, the previous line gave an error, which really became an error on the next line (it happens with PHP now and then, when I forget a ; somewhere).

Just some suggestions..

Link to comment
Share on other sites

Addictgamer

Nah, The compiler is just mad that I am forcing it to run even though it generates linker errors.

It doesn't happen in GCC (MinGW).

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.