Actions
Emulator Issues #1979
closedCrash on Scanning ISOs with some WADs
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
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);
}
Actions