Emulator Issues #8471
closedDolphin crashes at opening Zero: Shinku no chou iso properties
0%
Description
Game Name?
Zero: Shinku no chou
Game ID?
RVL-P-SL2J
What's the problem? Describe what went wrong in few words.
Dolphin crashes at opening iso properties
What did you expect to happen instead?
Dolphin should not crash
What steps will reproduce the problem?
[Don't assume we have ever played the game and know any level names. Be as
specific as possible.]
- Choose the game and try to open it's iso properties
Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
4.0-6008 and 3.0-749
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
Looks like no
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
Win 8.1 x64, Intel i5 660, Radeon HD 5750
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
[Upload big files to a hosting service and post links here!]
Short video: https://youtu.be/EzcwpE1hGj0
The buttons is: Abort, Retry and Cancel
Updated by metafalica almost 10 years ago
If I press Abort two times and then retry, then a exceptioninfo.txt will be generated:
Unhandled Exception
Code: 0xC0000005
Call stack info:
0x002D6490 : ?
Dolphin!0x005D49B7 : ?
Unhandled Exception
Code: 0xC0000005
Call stack info:
0xE677CCEB : ?
0xFFFFFFFE : ?
0xFE00007F : ?
0xFFFFFFFF : ?
Dolphin!0x00FFFFFF : NvOptimusEnablement
Updated by JMC4789 almost 10 years ago
- Status changed from New to Accepted
Looks legitimate, but I don't really have the game to do further research.
Updated by metafalica almost 10 years ago
I installed VS2013 and tracked down the issue till the line on the screens:
http://s7.hostingkartinok.com/uploads/images/2015/04/2fa3b86f8b2778daf049f6bcaefd6dc5.png
http://s7.hostingkartinok.com/uploads/images/2015/04/a99b37b4fc360c849029980f39dec71a.png
If someone lazy too look on screens then code line "m_FileInfoVector.reserve((size_t)Root.m_FileSize);" at line 288 in FileSystemGCWii.cpp
Updated by JosJuice almost 10 years ago
It sounds strange that the game claims to contain 904326823 files. Are you sure that this is a good dump?
Updated by metafalica almost 10 years ago
It's not dump. It's line by line execution.
I tracked down the issue till this line. When it's executed the error message from video appears.
Updated by metafalica almost 10 years ago
I can provide more info for you. Just say what I should check.
Updated by JosJuice almost 10 years ago
What I was wondering was if the game's disc image is a proper dump of the disc. It probably is, but it's best to check to make sure.
Updated by metafalica almost 10 years ago
Well, the game works. How else I can check if it correct dump?
Updated by JosJuice almost 10 years ago
Well, I was going to tell you to open the game properties and calculate the MD5... But then I realized that it's not going to work in this case :/
I suppose you can download some MD5 checking program and put your ISO in it, but you would also need something to compare the MD5 with, and I couldn't find anything when googling. The best option is probably to re-rip the disc once and see if the same thing still happens.
Updated by metafalica almost 10 years ago
I will do rerip tomorrow and see what will happen.
Updated by metafalica almost 10 years ago
I made dump again and have no such problems anymore :/
I thought it can't be incorrect since it playable.
Updated by JosJuice almost 10 years ago
- Status changed from Accepted to Invalid