Addictgamer Posted March 10, 2010 Share Posted March 10, 2010 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 More sharing options...
bartvbl Posted March 17, 2010 Share Posted March 17, 2010 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 More sharing options...
Addictgamer Posted March 17, 2010 Author Share Posted March 17, 2010 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 More sharing options...
Recommended Posts