Actions
Emulator Issues #2846
closedDual core caused Unknown Opcode (0x4d)
% 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
What steps will reproduce the problem?
- Grab latest SVN of dolphin
- Start RE:0
What is the expected output? What do you see instead?
I expect the game to play, but it gives me this instead:
00:40:035 Source/Core/Common/Src/MsgHandler.cpp:53 E[*]: Warning: GFX FIFO: Unknown Opcode (0x4d).
This means one of the following:
- The emulated GPU got desynced, disabling dual core can help
- Command stream corrupted by some spurious memory bug
- This really is an unknown opcode (unlikely)
- Some other sort of bug
Dolphin will now likely crash or hang. Enjoy.
Dolphin version with the problem? Other Dolphin version without the
problem?
I bisected the problem to revision 5699. 5698 starts fine.
32-bit or 64-bit and any other build parameters?
64-bit
OS version and versions of tools/libraries used?
Fedora 13
Actions