https://bugs.winehq.org/show_bug.cgi?id=42707
--- Comment #11 from Andreas Schallenberg Andreas.Schallenberg@Eurobild.com --- I made a mistake when applying the patch. I could see this in my shell history.
Unfortunately both applying the patch correctly does not help. Removing patch again and updating to newest version (git pull, obviously contains the patch already) does not work for me.
After pulling, the latest commit is 4bfa0d829fedb72ff9848fab14af891a4582b61d. Retested with this version, went to inventory screen, attached backtrace.
I start using this script: ----------------------------- #!/bin/sh
cd /home/andreas/.wine/dosdevices/c:/Games/World_of_Warships
env WINEPREFIX="/home/andreas/.wine" /home/andreas/.apps/wine/build64/wine64 C:\windows\command\start.exe /Unix /home/andreas/.wine/dosdevices/c:/users/Public/Desktop/World\ of\ Warships.lnk -------------------------
I recompile using this script: ------------------------- #!/bin/sh
cd build64 make clean ../source/configure --enable-win64 make -j7 cd ../build32 make clean PKG_CONFIG_PATH=/usr/lib64/pkgconfig ../source/configure --with-wine64=../build64 make -j7 cd .. --------------------------
Something wrong with that?