Emulator Issues #1979
closedCrash on Scanning ISOs with some WADs
0%
Description
There are some WAD files that make Dolphin crash on init, like Mii Channel v6
for example...
I searched open Issues and found nothing about it...
It seems like a pointer / memory address error
It tries to read from 0x000000000000... on
__CLR_OR_THIS_CALL basic_string(const _Elem *_Ptr)
: _Mybase()
{ // construct from [_Ptr, <null>)
-> _Tidy();
assign(_Ptr);
}
Updated by marcel.werner3 almost 15 years ago
doesn't crash for me...or are there different versions of the Mii Channels?
Updated by fgfemperor almost 15 years ago
There are different version... When I load version 4 or 5 it runs fine, only version 6
crashes...
Updated by fgfemperor almost 15 years ago
Actually the crash is on assign(_Ptr);, just placed that -> on the wrong line =\ )
Updated by lpfaint99 almost 15 years ago
prolly will be similar to the fix in r3368 "crashfix for some wad files without
MakerID"
try stepping through the wad constructor & functions with the MSVC debugger to find
where it creates the string
Updated by fgfemperor almost 15 years ago
- Status changed from New to Work started
- Issue type set to Bug
Updated by XTra.KrazzY almost 15 years ago
Issue 1892 has been merged into this issue.