Problem during installing Battle.net

Questions about Wine on Linux
Locked
Helk94
Newbie
Newbie
Posts: 1
Joined: Mon Oct 10, 2016 9:34 am

Problem during installing Battle.net

Post by Helk94 »

Hello,

I'have a problem with the installation of Battle net on Manjaro. I DL the application and I copy it in "~/.wine/drive_c/windows". Then :

Code: Select all

wine ~/.wine/drive_c/windows/Hearthstone-Setup.exe
puis after "update of Battle.net, there are an error :

Code: Select all

wine: Call from 0x7b43c92c to unimplemented function msvcp140.dll.??0?$codecvt@_WDU_Mbstatet@@@std@@QAE@I@Z, aborting
wine: Unimplemented function msvcp140.dll.??0?$codecvt@_WDU_Mbstatet@@@std@@QAE@I@Z called at address 0x7b43c92c (thread 005e), starting debugger...
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="http://www.blizzard.com/404">here</a>.</h2>
</body></html>
For you, What is the problem ?

Thank you !
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem during installing Battle.net

Post by dimesio »

Helk94 wrote:

Code: Select all

wine: Call from 0x7b43c92c to unimplemented function msvcp140.dll.??0?$codecvt@_WDU_Mbstatet@@@std@@QAE@I@Z, aborting[/quote]
Upgrade Wine. That function was added in 1.9.20. https://bugs.winehq.org/show_bug.cgi?id=41086
Locked