https://bugs.winehq.org/show_bug.cgi?id=44871
--- Comment #4 from Béla Gyebrószki gyebro69@gmail.com --- (In reply to Matteo Bruni from comment #3)
Created attachment 60977 [details] Patch
Actually, does this patch make any difference?
Looks like the culprit is the game option "Render 3D Water": when it is disabled the game doesn't crash between restarts or when loading a different map.
Using WINEDEBUG=warn+heap I got these messages in the terminal each time a new scenario is loaded (the game still crashes): 0093:warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x80c23f0 0093:warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x80c23f0 0093:warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x82ab668 0093:warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x82ab668 They're also present with that game option disabled.
Your patch indeed fixes the problem, thank you.