WOT crashing issue with msvcp110.dll

Questions about Wine on Linux
Locked
gikxer
Newbie
Newbie
Posts: 2
Joined: Thu Jul 16, 2015 11:39 am

WOT crashing issue with msvcp110.dll

Post by gikxer »

I'm getting this error while lunching World of Tanks. It started after last update they did and now game will only load to login screen, will not load garage, will come with this message while crash:

Code: Select all

wine: Call from 0x7b83deb9 to unimplemented function msvcp110.dll._Cnd_init, aborting

There are some other errors that showing before the crash:

Code: Select all

j@SAMSUNG ~ $ /usr/share/playonlinux/playonlinux --run "World Of Tanks" %F
Looking for python... 2.7.6 - selected
[main] Message: PlayOnLinux (4.2.2) is starting
[clean_tmp] Message: Cleaning temp directory
Script started /home/j/.PlayOnLinux/shortcuts/World Of Tanks
[POL_System_CheckFS] Message: Checking filesystem for WoTLauncher.exe
[POL_Wine] Message: Running wine-1.7.22 WoTLauncher.exe %F (Working directory : /home/j/.PlayOnLinux/wineprefix/WorldOfTanks/drive_c/Games/World_of_Tanks)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
wine: cannot find L"C:\\windows\\system32\\ctfmon.exe"
[POL_Wine] Message: Wine return: 0
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
j@SAMSUNG ~ $ wine: Call from 0x7b83deb9 to unimplemented function msvcp110.dll._Cnd_init, aborting
Linux Mint 17.1
Kernel 3.13.0-37-generic
Mate 1.8.1
Last edited by gikxer on Thu Jul 16, 2015 12:01 pm, edited 1 time in total.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: WOT crashing issue with msvcp110.dll

Post by dimesio »

PlayOnLinux is not supported here and the Wine version you are using is outdated. That said, that function is not yet implemented, so upgrading and using plain Wine won't help in this case. https://bugs.winehq.org/show_bug.cgi?id=38600
gikxer
Newbie
Newbie
Posts: 2
Joined: Thu Jul 16, 2015 11:39 am

Re: WOT crashing issue with msvcp110.dll

Post by gikxer »

The solution was to install vcrun2012 in playonlinux. I have also updated wine, thanks!

Configure button > Install components tab > vcrun2012 > Install
Locked