MonoGame crashes on some machines without a crash log

Started by
1 comment, last by captain_crunch 7 years, 8 months ago

Since I migrated my game from XNA 4 to MonoGame some users have seen crashes that don't leave any events in the Windows log behind. Also, the normal exception handling in the game which logs and shows a dialog is apparently not working.

I'm kind of out of ideas on what to try to find out what is going wrong... the weird thing is that the crashes happen after a few minutes of gameplay.

Any ideas for how to troubleshoot this?

Advertisement

Could it be that your game is somehow exiting gracefully? i.e. not crashing at all. Maybe look closer at the code that makes the game exit?

Actually I think there is a crash log, but the users cannot find it.
Also, I found program code that was not covered by the exception handling.

This topic is closed to new replies.

Advertisement