jeremypw / gnonograms

Nonograms puzzle game written in Vala.
GNU General Public License v3.0
12 stars 7 forks source link

Error dialog on first run #2

Closed cassidyjames closed 6 years ago

cassidyjames commented 6 years ago

I got an error dialog on two different installs when I first run the app, saying something about it being unable to load a game. After closing it, the game is in a state of solving "undefined."

cassidyjames commented 6 years ago

Because of this issue, I've declined the current release. I'm happy to help debug and get a new release tested for you!

cassidyjames commented 6 years ago

I believe it was this error message: https://github.com/jeremypw/gnonograms/blob/d9fa5fa7201a7b66e8e4e7e28a236cef059e48ba/src/core/Gnonogram_filereader.vala#L75

jeremypw commented 6 years ago

I missed this because the uninstall script was not removing the user temporary game directory - so testing did not reproduce a clean install :-( . I can now reproduce this. Should be fixed soon.

jeremypw commented 6 years ago

Should be fixed by v1.0.4

danirabbit commented 6 years ago

I can confirm, no error dialog on first run :)