(10-29-2012, 04:33 PM)skid Wrote: [ -> ]Is your overclock stable? Have you tested it with Prime95?
OCCT, 4 hours per each increment. It's been overclocked for weeks now.
I tried lowering the clock down to stock even though it didn't make sense to me. I run FSX oveclocked without issues, but the quit to desktop keeps happening.
Any ideas guys?
This may be a longshot, but try launching Dolphin from the commandline. It may output a relevant message upon crashing.
(10-30-2012, 12:24 PM)Shonumi Wrote: [ -> ]This may be a longshot, but try launching Dolphin from the commandline. It may output a relevant message upon crashing.
Nothing. The CMD closes with dolphin when the crash occurs.
If you run cmd.exe, use the
dir command to navigate to your folder and run the Dolphin executable, I don't think Dolphin should be capable of crashing cmd.exe under normal circumstances. One thing you could try is to redirect any output to a file, so even if cmd.exe crashes, you still might be able to read Dolphin's error messages (e.g. might tell you it was a segfault or something before it dies). This is just an example; ofc you'll have to put in the proper paths.
Code:
dir C:\Emulators\Dolphin
Dolphin.exe > log.txt
(10-30-2012, 02:23 PM)Shonumi Wrote: [ -> ]If you run cmd.exe, use the dir command to navigate to your folder and run the Dolphin executable, I don't think Dolphin should be capable of crashing cmd.exe under normal circumstances. One thing you could try is to redirect any output to a file, so even if cmd.exe crashes, you still might be able to read Dolphin's error messages (e.g. might tell you it was a segfault or something before it dies). This is just an example; ofc you'll have to put in the proper paths.
Code:
dir C:\Emulators\Dolphin
Dolphin.exe > log.txt
I just downloaded the base Dolphin 3.0 and crashes stopped.
So I'll live with that, Thanks for trying to help tho.