https://bugs.winehq.org/show_bug.cgi?id=38613
Bug ID: 38613 Summary: Witcher3 Wild Hunt (GoG) Product: Wine Version: 1.7.38 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: vcomp Assignee: wine-bugs@winehq.org Reporter: f00dl3a@gmail.com Distribution: Ubuntu
Created attachment 51510 --> https://bugs.winehq.org/attachment.cgi?id=51510 Shell log when attempting to run Witcher 3
When running the Witcher 3 Good Old Games installer under Ubuntu 15.04, the installer crashes when attempting to install vcredist_x64.exe with a "Runtime Error (at 69:445)" message.
Witcher 3 from Good Old Games does not launch due to VCOMP110.DLL not being found.
Selecting "Native" vs "Wine" in winecfg has no impact on this error message.
https://bugs.winehq.org/show_bug.cgi?id=38613
--- Comment #1 from Anthony f00dl3a@gmail.com --- I do not believe Witcher will run in a 32 bit environment, so I did not test on a 32 bit prefix.
https://bugs.winehq.org/show_bug.cgi?id=38613
--- Comment #2 from Anthony f00dl3a@gmail.com --- When attempting to run on a 32-bit wine prefix, it returns the message
The system does not meet the minimum requirements.
When attempting to run Witcher 3 in a 32-bit prefix, it produces the following error attached as 32 bit Witcher error
https://bugs.winehq.org/show_bug.cgi?id=38613
--- Comment #3 from Anthony f00dl3a@gmail.com --- Created attachment 51511 --> https://bugs.winehq.org/attachment.cgi?id=51511 32 bit error
32-bit Witcher wine prefix error
https://bugs.winehq.org/show_bug.cgi?id=38613
Anthony f00dl3a@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |f00dl3a@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38613
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Witcher3 Wild Hunt (GoG) |Witcher3 Wild Hunt (GoG) | |needs vcomp110.dll Ever confirmed|0 |1 Severity|major |normal
--- Comment #4 from Austin English austinenglish@gmail.com --- Not major. Confirming, dll is unimplemented.
https://bugs.winehq.org/show_bug.cgi?id=38613
--- Comment #5 from Anthony f00dl3a@gmail.com --- Created attachment 51512 --> https://bugs.winehq.org/attachment.cgi?id=51512 Backtrace with VCOMP110
Found a "work-around" to make vccomp110.dll "implement" to wine by doing the following after cabextracting the vcredist_x64.exe & a2 files:
astump@astump15:~/Desktop/Witcher 3 Extras/VCRedist12$ cp F_CENTRAL_vcomp110_x64 ~/.wine/drive_c/windows/system32/vcomp110.dll
However, now I have a new problem:
astump@astump15:~/Desktop/Witcher 3 Setup$ env WINEPREFIX="/home/astump/.wine" wine C:\windows\command\start.exe /Unix /home/astump/.wine/dosdevices/c:/users/Public/Desktop/The\ Witcher®\ 3\ -\ Wild\ Hunt.lnk fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:exec:SHELL_execute flags ignored: 0x00004100 astump@astump15:~/Desktop/Witcher 3 Setup$ fixme:heap:RtlSetHeapInformation 0x29f0000 0 0x213fd00 4 stub fixme:ver:GetCurrentPackageId (0x5f20e500 (nil)): stub fixme:win:DisableProcessWindowsGhosting : stub fixme:seh:__CxxFrameHandler 0x213e510 213e780 0x213d4f0 0x213d3c0: not implemented fixme:seh:__CxxFrameHandler 0x213e510 213e8b0 0x213d4f0 0x213d3c0: not implemented fixme:seh:__CxxFrameHandler 0x213e510 213eca0 0x213d4f0 0x213d3c0: not implemented wine: Unhandled exception 0xe06d7363 in thread 23 at address 0x7b8491d1 (thread 0023), starting debugger... fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} ^C
https://bugs.winehq.org/show_bug.cgi?id=38613
Alex green_apple123@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |green_apple123@mail.ru
https://bugs.winehq.org/show_bug.cgi?id=38613
David Bebber Sigil_Thane@att.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Sigil_Thane@att.net
--- Comment #6 from David Bebber Sigil_Thane@att.net --- Try this command... wine '~/.wine/dosdevices/c:/GOG Games/The Witcher 3 Wild Hunt/bin/x64/witcher3.exe' '~/.wine/dosdevices/c:/GOG Games/The Witcher 3 Wild Hunt/bin/x64/goggame-1207664643.dll'
Working on cabextracting now....
https://bugs.winehq.org/show_bug.cgi?id=38613
--- Comment #7 from Anthony f00dl3a@gmail.com --- I updated to the latest GoG patch for the Witcher - 1.03. Same exact error message as before. Also attempted manually adding the DLL in the command line
astump@astump15:~/.wine/drive_c/GOG Games/The Witcher 3 Wild Hunt/bin/x64$ wine witcher3.exe goggame-1207664643.dll fixme:heap:RtlSetHeapInformation 0x29e0000 0 0x212fd00 4 stub fixme:ver:GetCurrentPackageId (0x5f1fe500 (nil)): stub fixme:win:DisableProcessWindowsGhosting : stub fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x212ddb0 1 C) semi-stub fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x212d870 1 C) semi-stub fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x212e0f8 1 C) semi-stub fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x212df80 1 C) semi-stub fixme:seh:__CxxFrameHandler 0x212e730 212e8e0 0x212d710 0x212d5e0: not implemented fixme:seh:__CxxFrameHandler 0x212e730 212eca0 0x212d710 0x212d5e0: not implemented wine: Unhandled exception 0xe06d7363 in thread 23 at address 0x7b8491d1 (thread 0023), starting debugger...
New backtrace attached (backtrace103gog.txt)
https://bugs.winehq.org/show_bug.cgi?id=38613
--- Comment #8 from Anthony f00dl3a@gmail.com --- Created attachment 51533 --> https://bugs.winehq.org/attachment.cgi?id=51533 Backtrace Update 1.03 w/ GoG DLL
https://bugs.winehq.org/show_bug.cgi?id=38613
--- Comment #9 from Anthony f00dl3a@gmail.com --- Created attachment 51564 --> https://bugs.winehq.org/attachment.cgi?id=51564 Backtrace Update 1.04 w/ GoG DLL
Backtrace from update 1.04
https://bugs.winehq.org/show_bug.cgi?id=38613
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #10 from Ken Sharp imwellcushtymelike@gmail.com --- Duplicate.
Please note that you can simply mark a bug as a duplicate yourself. Thanks for letting us know.
*** This bug has been marked as a duplicate of bug 35092 ***
https://bugs.winehq.org/show_bug.cgi?id=38613
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Ken Sharp imwellcushtymelike@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=38613
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #12 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Ken Sharp from comment #10)
Duplicate.
Please note that you can simply mark a bug as a duplicate yourself. Thanks for letting us know.
*** This bug has been marked as a duplicate of bug 35092 ***
Wasn't this bug report for the unimplemented vcomp110 dll?
https://bugs.winehq.org/show_bug.cgi?id=38613
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED CC| |matteo.mystral@gmail.com Resolution|DUPLICATE |---
--- Comment #13 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Sebastian Lackner from comment #12)
(In reply to Ken Sharp from comment #10)
Duplicate.
Please note that you can simply mark a bug as a duplicate yourself. Thanks for letting us know.
*** This bug has been marked as a duplicate of bug 35092 ***
Wasn't this bug report for the unimplemented vcomp110 dll?
It seems so.
https://bugs.winehq.org/show_bug.cgi?id=38613
Christopher Larson kergoth@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kergoth@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38613
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://store.steampowered.c | |om/app/321920/ CC| |gyebro69@gmail.com Summary|Witcher3 Wild Hunt (GoG) |Multiple games (Witcher3 |needs vcomp110.dll |Wild Hunt, Schein, The | |Emptiness) need | |vcomp110.dll
--- Comment #14 from Béla Gyebrószki gyebro69@gmail.com --- The Emptiness Deluxe Edition (hidden object game) and Schein on Steam also need vcomp110.dll.
Schein demo on Steam: http://store.steampowered.com/app/321920/
wine-1.7.48-46-g571462c
https://bugs.winehq.org/show_bug.cgi?id=38613
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED
--- Comment #15 from Austin English austinenglish@gmail.com --- (In reply to Béla Gyebrószki from comment #14)
The Emptiness Deluxe Edition (hidden object game) and Schein on Steam also need vcomp110.dll.
Schein demo on Steam: http://store.steampowered.com/app/321920/
wine-1.7.48-46-g571462c
Schein attempts to start after https://source.winehq.org/git/wine.git/commitdiff/824b81ea114f2f414415769529..., but crashes on missing vcomp110.dll._vcomp_master_begin. I filed bug 39031 for that.
https://bugs.winehq.org/show_bug.cgi?id=38613
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.49.