Dolphin, the GameCube and Wii emulator - Forums

Full Version: Intermittently Dolphin will crash when trying to access settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It doesn't seem to get caught by the Dolphin exception handler (no crash log file generated), the program just closes without any messages or error prompts. Windows captures this (5.0-15262):

Code:
Log Name:      Application
Source:        Application Error
Date:          15/10/2021 10:52:28 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Nicholas
Description:
Faulting application name: Dolphin.exe, version: 0.0.0.0, time stamp: 0xf4f5fb19
Faulting module name: D3D12Core.dll, version: 10.0.19041.1266, time stamp: 0xe3ab184a
Exception code: 0xc0000005
Fault offset: 0x00000000000150de
Faulting process ID: 0x379c
Faulting application start time: 0x01d7c1c2991c874d
Faulting application path: F:\Gamecube\Dolphin.exe
Faulting module path: C:\WINDOWS\SYSTEM32\D3D12Core.dll
Report ID: 602b97a6-93f5-4dcb-b8a9-3d8fa6d03b05
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
   <Provider Name="Application Error" />
   <EventID Qualifiers="0">1000</EventID>
   <Version>0</Version>
   <Level>2</Level>
   <Task>100</Task>
   <Opcode>0</Opcode>
   <Keywords>0x80000000000000</Keywords>
   <TimeCreated SystemTime="2021-10-15T12:52:28.7488325Z" />
   <EventRecordID>43244</EventRecordID>
   <Correlation />
   <Execution ProcessID="0" ThreadID="0" />
   <Channel>Application</Channel>
   <Computer>Nicholas</Computer>
   <Security />
 </System>
 <EventData>
   <Data>Dolphin.exe</Data>
   <Data>0.0.0.0</Data>
   <Data>f4f5fb19</Data>
   <Data>D3D12Core.dll</Data>
   <Data>10.0.19041.1266</Data>
   <Data>e3ab184a</Data>
   <Data>c0000005</Data>
   <Data>00000000000150de</Data>
   <Data>379c</Data>
   <Data>01d7c1c2991c874d</Data>
   <Data>F:\Gamecube\Dolphin.exe</Data>
   <Data>C:\WINDOWS\SYSTEM32\D3D12Core.dll</Data>
   <Data>602b97a6-93f5-4dcb-b8a9-3d8fa6d03b05</Data>
   <Data>
   </Data>
   <Data>
   </Data>
 </EventData>
</Event>
Something about D3D12 is making Dolphin act funny. Does it crash when accesing *any* settings (not just graphics)? You may also want to confirm with latest dev build if this still happens.
I believe it only happens when trying to access the graphics settings.
You'll have to run it from a debugger to get us a real stack trace to see why it's actually crashing. Since it's on D3D12, MSVC is your best bet.