Win7 64bit since last patch Tues now crashes

2 messages Satoshi Nakamoto October 23, 2010 — October 25, 2010
Satoshi Nakamoto October 23, 2010 Source · Permalink

Quote from: Odin on October 22, 2010, 09:24:38 PM  Fault Module Name:   mingwm10.dll This is the important clue.  I believe it’s saying it crashed in that.  Maybe there are other versions of it to try.  mingwm10.dll is just a simple placeholder thing that satisfies some callback requirement for multithreaded apps.

Is anyone else running OK on Windows 64-bit?

Satoshi Nakamoto October 25, 2010 Source · Permalink

The only thing I can think of is to see if there are other versions of mingwm10.dll you can get.  mingwm10.dll is a tiny little DLL that came with the MinGW compiler that you need when you build for multi-thread.  I don’t know exactly what it does, but it probably just says something like “yes Windows, see I’m in a DLL like you insisted.”

The end of your debug.log file might show the last thing it was doing before it crashed.