Emulator Issues #8572
closedAdding AR codes fails (Mac OSX)
0%
Description
[READ THIS: https://forums.dolphin-emu.org/showthread.php?pid=276132 <<<
Your answers are there!]
[Leave the questions as they are and answer them in the next line]
[Remove lines written inside brackets [], but nothing else]
Game Name?
All
Game ID?
All
What's the problem? Describe what went wrong in few words.
Attempting to add an Action Replay code to any game via the Properties window causes the Properties window to immediately close. The entered code is not saved.
What did you expect to happen instead?
Expected the code to at least be saved.
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.]
- Right-click on a game and select Properties, then AR Codes.
- Attempt to add an Action Replay code.
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-6268 (Current dev build)
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
I think the stable Mac OS X 4.0.2 build didn't have this problem, but I have not tested that.
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
Mac OS X 10.10.3 (Mavericks)
2.7 GHz Intel i7 processor
Intel HD Graphics 4000, 1G VRAM
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
[Upload big files to a hosting service and post links here!]
[Do not attach files to this issue. Upload them to another site and
link here. Use imgur.com for images and pastie.org for logs. Monitor the
email address that was used to create this issue.]
Updated by Yay4Nachos over 9 years ago
Also, it appears that Dolphin deleted the .ini GameSettings file I was testing this with.
Updated by Yay4Nachos over 9 years ago
Tested again, and issue persists on current build 4.0-6444.
Updated by JMC4789 over 9 years ago
- Status changed from New to Accepted
- Milestone set to Current
Updated by jeffrey.pfau over 9 years ago
Please verify that the properties window isn't merely BEHIND the main window. This happened to me when I was reproing it, but the window happened to still exist and worked as normal--it just got bumped to the back.
Updated by jeffrey.pfau over 9 years ago
I think this is a wxMac issue when showing a wxDialog as a Modal child of a wxDialog. I have a workaround, but it causes the window to flicker.
Updated by jeffrey.pfau over 9 years ago
This broke in https://dolphin-emu.org/download/dev/2a41ac40721a9104ca8c47996b0c9e5b704722a0/, which lends credence to my theory.
Updated by JosJuice over 9 years ago
- Status changed from Accepted to Fix pending
Sounds a lot like this PR fixes it, then: https://github.com/dolphin-emu/dolphin/pull/2509
Updated by JosJuice over 9 years ago
Or maybe this one? I don't have OS X, so I can't test. https://github.com/dolphin-emu/dolphin/pull/2556
Updated by jeffrey.pfau over 9 years ago
They're both basically the same fix, as it turns out. I just happened to write one of them, whereas comex wrote the other one a few days earlier. Good coordination, us.
Updated by JosJuice over 9 years ago
- Status changed from Fix pending to Fixed