Dolphin, the GameCube and Wii emulator - Forums
Stopped Working: Fault MSVCR120.dll - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Stopped Working: Fault MSVCR120.dll (/Thread-stopped-working-fault-msvcr120-dll)

Pages: 1 2


RE: Stopped Working: Fault MSVCR120.dll - jkpwed - 07-24-2014

Resolved after a windows update (I thought my OS was up to date) the latest built now works dolphin-master-4.0-2246-x64 currently I am still getting more windows updates.


RE: Stopped Working: Fault MSVCR120.dll - delroth - 07-27-2014

(07-21-2014, 12:28 PM)shuffle2 Wrote: We cannot do anything with reports that just say "crash in msvc*XXX.dll" (or other system libraries). This is because the libraries contain lots of common code (like memcpy, etc) which can be reached from tons of locations within dolphin. We need a dump (or at the very least, a stack trace - but it's easier to make a dump) in order to start debugging it.

Uhhhhh... this is an ILLEGAL_INSTRUCTION error and you have the offset into the module. What else do you need?


RE: Stopped Working: Fault MSVCR120.dll - shuffle2 - 07-27-2014

For future reference, here are RVAs of references to __use_fma3_lib in msvcr120 12.0.21005.1 (MD5 : 9C861C079DD81762B6C54E37597B7712):
0000000000081b6c
0000000000081b7c
0000000000081b8c
0000000000088594
0000000000088af4
000000000008c81b
000000000008d6a8
00000000000928fa
0000000000092e3a
00000000000933f4
0000000000094354
0000000000095079
0000000000096710
00000000000987d4
0000000000098cf4
0000000000099ed3
000000000009a604
Any c000001d within a few bytes is a FMA3 error.