![]() |
|
Intermittently Dolphin will crash when trying to access settings - 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: Intermittently Dolphin will crash when trying to access settings (/Thread-intermittently-dolphin-will-crash-when-trying-to-access-settings) |
Intermittently Dolphin will crash when trying to access settings - Franpa - 10-15-2021 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: ApplicationRE: Intermittently Dolphin will crash when trying to access settings - DJBarry004 - 10-16-2021 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. RE: Intermittently Dolphin will crash when trying to access settings - Franpa - 10-16-2021 I believe it only happens when trying to access the graphics settings. RE: Intermittently Dolphin will crash when trying to access settings - JMC47 - 10-17-2021 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. |