Project

General

Profile

Actions

Emulator Issues #1979

closed

Crash on Scanning ISOs with some WADs

Added by fgfemperor over 14 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
% 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);
}


Related issues 1 (0 open1 closed)

Has duplicate Emulator - Emulator Issues #1892: Multiple Run-Time Errors (Revision Numbers Included)Duplicate

Actions
Actions #1

Updated by marcel.werner3 over 14 years ago

doesn't crash for me...or are there different versions of the Mii Channels?

Actions #2

Updated by fgfemperor over 14 years ago

There are different version... When I load version 4 or 5 it runs fine, only version 6
crashes...

Actions #3

Updated by fgfemperor over 14 years ago

Actually the crash is on assign(_Ptr);, just placed that -> on the wrong line =\ )

Actions #4

Updated by lpfaint99 over 14 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

Actions #5

Updated by fgfemperor over 14 years ago

  • Status changed from New to Work started
  • Issue type set to Bug
Actions #6

Updated by fgfemperor over 14 years ago

  • Status changed from Work started to Fixed

Fixed on r4800

Actions #7

Updated by XTra.KrazzY over 14 years ago

Issue 1892 has been merged into this issue.

Actions

Also available in: Atom PDF