tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Unhandled exception, screenshot attached. #318

Open johannesrave opened 4 years ago

johannesrave commented 4 years ago

grafik

Heyhey, after successfully compiling for Desktop on Windows I tried to start the Editor.exe. I got the attached exception. Best regards

tzachshabtay commented 4 years ago

Thanks for the report! Have you tried running DemoQuest.Desktop directly (without the editor)?

The editor is in very early stages right now, currently in order to load the game you have to first compile it (in debug mode), if you haven't I think you'll get this exception.

johannesrave commented 4 years ago

Hey Tzach, yes, I have tried the game, which worked. When you say debug mode, you mean choose the Debug solution for compilation? I can try that when I get home. I think I used the "Desktop" option.

tzachshabtay commented 4 years ago

Yes, that's what I meant. The "DesktopRelease" option is meant to be optimized for actual deployment, but "Debug" should be used for actual development, and the editor is currently wired to look for a debug build. Thanks for trying it out.

johannesrave commented 4 years ago

Hey Tzach, you were right and I got the Demo game to open after building the Debug solution. Thanks!