https://bugs.winehq.org/show_bug.cgi?id=37522
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello Al,
unfortunately that is not enough logging information - but it shows one thing:
You're using the same WINEPREFIX with multiple games and applications. Don't do that unless you know the implications. Bug reports resulting from a shared prefix are likely invalid. Diagnosing other people's broken prefixes is wasted time.
Make yourself familiar with the concept of WINEPREFIX (isolation). If you don't know what this means and how to use, visit WineHQ forums and get help there. Bugzilla is not meant for end user support.
Create a new log after you installed the app in an own, clean (new!) 32-bit WINEPREFIX.
1) "cd" to app install folder. 2) make sure no processes are running from the prefix -> 'wineserver -k' 3) WINEDEBUG=+tid,+seh,+relay wine ./foo.exe >>log.txt 2>&1 (replace 'foo.exe' with the actual executable name) 4) attach the file (compress if too large)
Regards