Emulator Issues #3281
closed[OSX] Hangs up in endless Messageboxes on starting Emulation "WriteRest: op out of range"
0%
Description
What steps will reproduce the problem?
- Start Dolphin
- Run any Game
What is the expected output? What do you see instead?
Should work, instead endless MessageBoxes pop up saying things like "Warning
WriteRest: op out of range (0x121eca318 uses 0x800006680)".
Console is saying "../src/common/utilscmn.cpp(1307): assert "Assert failure" failed in wxMessageBox(): unexpected return code from wxMessageDialog [in thread 12eb0f000]" after click ok on this messagebox.
The Numbers change during the endless popup of Messageboxes.
Dolphin version with the problem? Other Dolphin version without the
problem?
r6214 is working, a few revisions later, too but then it broke some revisions ago while the merging party of video plugins
32-bit or 64-bit and any other build parameters?
64bit
OS version and versions of tools/libraries used?
OSX Snow Leopard
Please provide any additional information below.
Updated by BhaaL about 14 years ago
- Status changed from New to Duplicate
r6229 introduced that messagebox saying "op out of range" - You can untick "Enable Panic Handlers" to get rid of it.
However, thats a problem we've had for quite some time on OSX, since it doesnt support the MAP_32BIT flag.
Updated by ulcron about 14 years ago
yes, that's it. Thank you. Sorry for not finding that issue in tracker.