Btw, it would be nice if the game did not install from where ever it is located and put logs on the root C: partition; or at least put a readme in the zip that explains/warns us in advance, imho.
Thank you for the crash log! I think what happened was you hit F1 instead of ESC and the game tried to save a game that didn't exist! I will add code to disable the hot save and hot load keys to fix this issue. Thanks!
I will also add a readme explaining where the crash logs are. As for the installation, it is somewhat limited by the OneClick deployment system. I will use a third-party installer system soon, once the user base is large enough.
-Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, i believe it was the F1, you're correct! I have that key mapped to my controller next to Escape, my bad.
I think the installer is a good way to CRC the XNA code that is getting installed for most gamers, but i changed the game configs and executed the game directly to put things where i like them, all good now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for the crash log! I think what happened was you hit F1 instead of ESC and the game tried to save a game that didn't exist! I will add code to disable the hot save and hot load keys to fix this issue. Thanks!
I will also add a readme explaining where the crash logs are. As for the installation, it is somewhat limited by the OneClick deployment system. I will use a third-party installer system soon, once the user base is large enough.
-Steve
Yes, i believe it was the F1, you're correct! I have that key mapped to my controller next to Escape, my bad.
I think the installer is a good way to CRC the XNA code that is getting installed for most gamers, but i changed the game configs and executed the game directly to put things where i like them, all good now.
Fixed the issue that caused that to happen. Thanks!