![]() |
|
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
|
Stopped Working: Fault MSVCR120.dll - wankynono - 12-13-2013 So, I can't get Dolphin (64 bit) working for some odd reason. This is the exact message: Quote: [color=#000099]Problem signature[/color]:I've uninstalled and installed Visual C++ Redistributable (2010, 2012, 2013) a few times to help, yet it still gives me that error. I've also tried deleting MSVCR120.dll from the Dolphin folder, but I got the same message. My specs should be public somewhere, since it's my first post I have no clue. Notable information anyways: AMD FX 8350 4.0GHz 8GB Kingston RAM Windows 7 x64 Radeon 6770 I can run the 32 bit version no problem, just not this one. This issue is not present in Dolphin 3.5 and below. Anyone able to help me out? RE: Stopped Working: Fault MSVCR120.dll - Shonumi - 12-13-2013 Which revisions specifically are you trying to use? If it occurs in multiple revisions, please provide just one. If you can do some revision bisecting (google the term) and determine which revision exactly introduced the issue for you. RE: Stopped Working: Fault MSVCR120.dll - wankynono - 12-13-2013 (12-13-2013, 02:25 PM)Shonumi Wrote: Which revisions specifically are you trying to use? If it occurs in multiple revisions, please provide just one. If you can do some revision bisecting (google the term) and determine which revision exactly introduced the issue for you. 4.0-291 was the final working version. Everything beyond that results in a crash. Edit: 4.0-291 is actually OK so far with what I wanted to do anyways. However, it would still be nice to get this issue sorted out, rather than using an old version. (Though it's only like a month old lol) RE: Stopped Working: Fault MSVCR120.dll - pauldacheez - 12-14-2013 Are you trying to install the 32-bit version instead of the 64-bit or somethin'? Make sure you're installing the x64 version. http://www.microsoft.com/en-us/download/details.aspx?id=40784 http://www.microsoft.com/en-us/download/details.aspx?id=30679 This probably isn't that helpful, since you probably know what you're doing, but whatever. RE: Stopped Working: Fault MSVCR120.dll - wankynono - 12-14-2013 (12-14-2013, 01:51 AM)pauldacheez Wrote: Are you trying to install the 32-bit version instead of the 64-bit or somethin'? Make sure you're installing the x64 version.I just installed those two you linked me just in case I missed them. However it didn't help me. Still gives that same error. Do you think maybe it has to do with .NET framework? I was having a ton of issues with it before all this. I just don't know if Dolphin uses .NET RE: Stopped Working: Fault MSVCR120.dll - pauldacheez - 12-14-2013 There's no .NET code in Dolphin, so, uh... yeah, that's probably not it. Maybe you just need to try redownloading Dolphin? RE: Stopped Working: Fault MSVCR120.dll - wankynono - 12-14-2013 (12-14-2013, 02:53 AM)pauldacheez Wrote: There's no .NET code in Dolphin, so, uh... yeah, that's probably not it.I've downloaded at least 50 different revisions.
RE: Stopped Working: Fault MSVCR120.dll - jkpwed - 07-21-2014 I am also getting this massage but it is slightly different on dolphin-master-4.0-2227-x64 "Dolphin.exe has stopped working" Problem signature: Problem Event Name: APPCRASH Application Name: Dolphin.exe Application Version: 0.0.0.0 Application Timestamp: 53caee81 Fault Module Name: MSVCR120.dll Fault Module Version: 12.0.21005.1 Fault Module Timestamp: 524f83ff Exception Code: c000001d Exception Offset: 0000000000098b00 OS Version: 6.1.7600.2.0.0.256.1 Locale ID: 1033 Additional Information 1: e3e5 Additional Information 2: e3e5a2488feee0604e177ece899a857a Additional Information 3: eebc Additional Information 4: eebcf0f75c5b601c707cfd81d7a1586f Dolphin 4.0.2 & 3.0 are working fine I've download "DirectX runtime from Microsoft" from the FAQ section and Visual C++ Redistributable for Visual Studio 2012 Update 4 and Visual C++ Redistributable Packages for Visual Studio 2013 from this section multiple time still no luck currently I am trying to back tracks what rev caused this. (Edit) I skip some page 10 at a time so far this are not working (1pg)4.0-2227-x64,(pg10)4.0-1776-x64,(pg20)4.0-1144-x64,(pg30)4.0-653-x64 anything beyond that seems pointless to download unless told otherwise. Note:I downloaded the driver first then the DirectX, Visual C++...2012 & 2013 could this be the problem? RE: Stopped Working: Fault MSVCR120.dll - shuffle2 - 07-21-2014 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. RE: Stopped Working: Fault MSVCR120.dll - jkpwed - 07-21-2014 Thanks I'll be searching for info |