Emulator Issues #4735
closedDolphin occasionally crashes when opening wiimote config dialog in-game
0%
Description
Dolphin occasionally crashes when opening the wiimote config dialog in-game. it also happens when not playing a game, but not as often.
actually, dolphin has also occasionally crashed when opening other dialogs as well, such as the config or graphics dialogs.
this is what i got from exceptioninfo.txt the first time:¶
Unhandled Exception
Code: 0xC0000005
Call stack info:
sizer.cpp(1963) : wxStaticBoxSizer::CalcMin
Unhandled Exception
Code: 0xC0000005
Call stack info:
sizer.cpp(1928) : wxStaticBoxSizer::~wxStaticBoxSizer
this is what came up the second time:
Unhandled Exception
Code: 0xC0000005
Call stack info:
InputConfigDiag.cpp(71) : PadSettingExtension::PadSettingExtension
Unhandled Exception
Code: 0xC0000005
Call stack info:
ntdll!0x779115B0 : RtlFreeHeap
0x89F88B30 : ?
0xEB342444 : ?
0x6C8A4009 : ?
0x4C8B3C24 : ?
0xFF833024 : ?
0x72850F30 : ?
0x83000001 : ?
0x468301C1 : ?
0x4C89FF08 : ?
0x14783024 : ?
0x48068B48 : ?
0x0F01C083 : ?
0x48FF78B6 : ?
0x7C890689 : ?
0x12EB3424 : ?
0xE8CE8B48 : ?
0xFFFFB63C : ?
0x30244C8B : ?
0x4489F88B : ?
0x80403424 : ?
0x597478FF : ?
0x58FF8040 : ?
0x83415374 : ?
Dolphin!0x01B878FC : unsigned int (* DebugUtil::ObjectBuffer=0x2274E88B)[337920]
0x44000000 : ?
0x2274E88B : ?
0x5C247C83 : ?
0x8B107400 : ?
0x41482444 : ?
0x4489C52B : ?
Dolphin!0x03754824 : unsigned int (* DebugUtil::ObjectBuffer=0x00006FBC)[337920]
0x41DD0241 : ?
Updated by Baagel.Noogan over 13 years ago
using r7673 (supposedly optimized with SSE4.2 stuffs by building with Intel C++)
Windows 7 Home Premium
Updated by skidau over 13 years ago
Please test if the crash continues to occur with a vanilla (VS2010) build.
Updated by Baagel.Noogan over 13 years ago
i have rebuilt r7673 without the SSE4.2 optimization, and i managed to get dolphin to crash twice again just by opening config dialogs. i have attached the execeptioninfo.txt.
on a side note, games have also randomly crashed using the SSE4.2 r7673, and they also give a "RtlFreeHeap" exception. i haven't tested any games with the vanilla build, though.
Updated by skidau over 13 years ago
The logs seem to indicate a crash in SDL. Try unplugging all of the game controllers from your PC and see if the crashes continue. If they do, try installing Dolphin into a new directory (with fresh configs) and check if it continues to crash with the DInput option.
Updated by Baagel.Noogan over 13 years ago
i don't have any game controllers connected to my computer, i've always used the emulated wiimote/DInput. both dolphin directories that i used were also fresh builds.
Updated by Billiard26 almost 12 years ago
- Status changed from New to Questionable
- Issue type set to Bug
- Category set to ui
- Relates to usability set to Yes
Is this issue still present?
Updated by Billiard26 almost 12 years ago
- Status changed from Questionable to Invalid
We aren't supporting ICC builds.