http://bugs.winehq.org/show_bug.cgi?id=28241
Summary: Rift: Launcher crashes with msvcp90.dll unimplemented function Product: Wine Version: 1.3.27 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: nsdragon@gmail.com
Created an attachment (id=36188) --> (http://bugs.winehq.org/attachment.cgi?id=36188) Rift launcher output, msvcp90.dll builtin
Trying to run the Rift launcher with wine 1.3.27 fails. With an override for msvcp90.dll set to builtin, it gives an unimplemented function error, and then it crashes completely. Since the launcher is necessary to play the game (it handles logins), this bug makes it impossible to play.
The installer is at http://update2.triongames.com/patcher/public/Rift_LIVE_Patcher_setup.exe This is a small download (~20MiB) that installs the launcher. Don't worry about massive game asset downloads as you need a game account and it happens after logging in.
I've attached the relevant console output on a completely clean prefix. Although installing vcrun2008 and d3dx9 as the game (not launcher) actually requires has no effect on this error.
The only workaround I've found to be able to run the game is to downgrade to 1.3.26, create a new prefix with this old version and install everything. And to _never_ let 1.3.27 run on this prefix, since from what I can tell it tries to update the builtin C:\windows\system32\msvcp90.dll (thus causing the error to return even when using version 1.3.26)
http://bugs.winehq.org/show_bug.cgi?id=28241
--- Comment #1 from Juan Antonio Romero nsdragon@gmail.com 2011-08-31 20:22:48 CDT --- Created an attachment (id=36189) --> (http://bugs.winehq.org/attachment.cgi?id=36189) Rift launcher output, msvcp90.dll native
Setting override of msvcp90.dll to native instead of builtin produces a different error altogether, and no "application so-and-so has encountered a critical error" popup dialog. Still doesn't work.
http://bugs.winehq.org/show_bug.cgi?id=28241
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Rift: Launcher crashes with |Rift: Launcher wants |msvcp90.dll unimplemented |msvcp90.dll.?uncaught_excep |function |tion@std@@YA_NXZ
--- Comment #2 from Austin English austinenglish@gmail.com 2011-09-01 12:53:38 CDT --- Try installing winetricks vcrun2008.
http://bugs.winehq.org/show_bug.cgi?id=28241
--- Comment #3 from Juan Antonio Romero nsdragon@gmail.com 2011-09-01 16:51:36 CDT --- (In reply to comment #2)
Try installing winetricks vcrun2008.
I did, actually. Tried both via winetricks and when prompted by the Rift installer itself, but it didn't make any difference either way.
http://bugs.winehq.org/show_bug.cgi?id=28241
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #4 from GyB gyebro69@gmail.com 2011-09-02 08:42:19 CDT --- Probably a dupe of bug #28199 or bug #28225.
Please try the game with the git version (wine-1.3.27-177-gff0cea3 as of writing) and report back if you succeeded in starting Rift.
http://bugs.winehq.org/show_bug.cgi?id=28241
--- Comment #5 from Juan Antonio Romero nsdragon@gmail.com 2011-09-02 18:26:42 CDT --- (In reply to comment #4)
Probably a dupe of bug #28199 or bug #28225.
Please try the game with the git version (wine-1.3.27-177-gff0cea3 as of writing) and report back if you succeeded in starting Rift.
Awesome, it worked just fine this time. wine-1.3.27-224-g32c36b7 for the record
http://bugs.winehq.org/show_bug.cgi?id=28241
--- Comment #6 from GyB gyebro69@gmail.com 2011-09-04 08:40:44 CDT --- (In reply to comment #5)
Awesome, it worked just fine this time. wine-1.3.27-224-g32c36b7 for the record
It can be closed then (as either fixed or duplicate).
http://bugs.winehq.org/show_bug.cgi?id=28241
khelben@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |khelben@gmx.de
--- Comment #7 from khelben@gmx.de 2011-09-12 11:12:51 CDT --- (In reply to comment #6)
(In reply to comment #5)
Awesome, it worked just fine this time. wine-1.3.27-224-g32c36b7 for the record
It can be closed then (as either fixed or duplicate).
I'm playing on a Kubuntu 11.04 32bit System.
With Wine 1.3.27 from the wine repos all was ok, but today i updated to 1.3.28 and can't play Rift anymore and the error message stated unimplented function from msvcp90.
I've posted more details in a comment here : http://appdb.winehq.org/objectManager.php?sClass=version&iId=22884
http://bugs.winehq.org/show_bug.cgi?id=28241
Avalonn@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Avalonn@gmail.com
--- Comment #8 from Avalonn@gmail.com 2011-10-10 15:24:39 CDT --- Same problem here:
Download de 20M installer, when I tried to patch the game (riftpatchlive.exe):
Arch Linux: Version : 1.3.29-2 (64)
wine: Call from 0x7b83a9f9 to unimplemented function msvcp90.dll.?uncaught_exception@std@@YA_NXZ, aborting wine: Unimplemented function msvcp90.dll.?uncaught_exception@std@@YA_NXZ called at address 0x7b83a9f9 (thread 0046), starting debugger... Unhandled exception: unimplemented function msvcp90.dll.?uncaught_exception@std@@YA_NXZ called in 32-bit code (0x7b83a9f9).
After installed winetricks vcrun2008 and put the dll to pure native(vcr2008) the login screen works as well as patch process.
http://bugs.winehq.org/show_bug.cgi?id=28241
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |00cpxxx@gmail.com Ever Confirmed|0 |1
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com 2011-10-12 21:31:40 CDT --- Also affects 010 Editor: http://www.sweetscape.com/download/download_010editor.html (12Mb)
winetricks vcrun2008 works around it.
http://bugs.winehq.org/show_bug.cgi?id=28241
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.sweetscape.com/d | |ownload/download_010editor. | |html
http://bugs.winehq.org/show_bug.cgi?id=28241
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #10 from Rosanne DiMesio dimesio@earthlink.net 2011-10-14 15:35:46 CDT --- Duplicate of bug 26939.
*** This bug has been marked as a duplicate of bug 26939 ***
http://bugs.winehq.org/show_bug.cgi?id=28241
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Austin English austinenglish@gmail.com 2011-10-17 16:06:27 CDT --- Closing.