Re: Interpreter crashes while crashing
- Posted by ne1uno Dec 06, 2014
- 1093 views
- update interpreter (build/get recent version)
- see if you can set your own crash routine
- turn on trace to file & isolate where it crashes
- remove all code that works to further isolate the problem
- will it also crash in eu4.0? (if not too difficult to try)
- see if the program runs compiled.
would help to have a simplified test case that will demonstrate the problem. I agree with ChrisB about the machine code, all bets are off once you call wrapped functions. might want to double check any win32 API calls in the vicin9ty of the crash.