[Bug 46758] Origin App crashes on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 27 15:15:07 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=46758

--- Comment #7 from moll.markus at arcor.de ---
I found out what my problem was. Looking at the output, loading MSCVR120.dll
somehow failed. After looking at the debug channels loaddll and module I found
that wine did not find a 32 bit msvcr120.dll. Oddly, I also had a 64 bit dll in
c:\windows\syswow64 (don't know if that's expected). I resolved the problem by
taking a 32 bit msvcr120.dll from a 32 bit prefix and copying it into my Origin
folder. Origin now seems to run fine. There are a number of commits that might
have introduced the differing behavior, most notably 

9839bb7691a1b1c57a4ca501d03825420c1609d7 
ntdll: Skip dlls of the wrong machine type when searching through the load
path.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list