Game freezes semmingly random

Issue #567 resolved
Martin created an issue

the current head version freezes once the city becomes bigger. dont know how to predict the freeze.

os : Arch linux revision 5d5956a

Comments (6)

  1. victor sosa

    I was research about it , I did a retro testing, I found out that until revision c26518b everything is ok. (fix issue #558) after that I got issues compiling the code or running the game.

  2. victor sosa

    I just tested revision 00004cf and it has the issue. So the bad code should be between revision c26518b and last revisions.

    On revision 00004cf this error happens

    Widget: load gui model from ./resources/gui/shortmenu.gui
    SaveAdapter: try load model from ./resources/gui/shortmenu.gui
    FileNative: Can't open file /home/vns/workspaceluna/caesaria-test/resources/gui/shortmenu.gui
    Can't find file /home/vns/workspaceluna/caesaria-test/resources/gui/shortmenu.gui
    

    I check and there isn't shortmenu.gui file. The game load but it freeze and crash after get into the game. So it could be this.

  3. victor sosa

    I did another test on the last commit and it is working properly, there isn't no freeze anymore.

  4. Log in to comment