https://bugs.winehq.org/show_bug.cgi?id=46758
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED CC| |z.figura12@gmail.com
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- (In reply to moll.markus from comment #7)
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.
Resolving this as INVALID then.