ekunuke / vagante_issues

Public issues-only github repo
3 stars 0 forks source link

Vagante (52a) freezes in new game animation #126

Closed williamblevins closed 7 years ago

williamblevins commented 7 years ago

Vagante freezes during new game animation for both single player and when attepting to host a server. The caravan makes it about 75% of the way across the screen then stops moving. All the torch animations are still running. I can interact with the menu and return to the title screen, but I cannot start a game.

Please note that this issue may also occur in older versions of the title. This is my initial game installation. Issue also posted in steam forum: https://steamcommunity.com/app/323220/discussions/2/1843493219423913230/

Various log files and debug outputs: steam-systeminfo-report.txt vagante-game-log.txt valgrind-memcheck.txt valgrind-helgrind.txt valgrind-drd.txt

Notes: it appears there is a threading problem possibly related to Vagante audio. In a previous DRD profile I had the trace logging set, and it generated 100s of MB of try_lock/try_unlock calls which I did not upload.

williamblevins commented 7 years ago

It turns out that this was a misunderstanding on my part and how the controls decided to configure themselves. The game is detecting my keyboard dongle as a controller, so it turns out the game wasn't actually frozen. I will leave the logs for your usage. You may still find them useful since it does show some memory leaks and possible threading issues.