Emulator Issues #7988
closed[Android] Streams of Panic Handlers are basically a softlock.
0%
Description
Due to the fact that panic handlers steal focus + block you touching anything else in Dolphin, if you by chance get a stream of panic-handlers, it's as deadly as a soft lock. You have to force quit Dolphin.
I would like any solution to it at all. A little button on the panic alerts to disable panic alerts, the ability to still use Dolphin's menus while a panic alert is up, anything. This is getting annoying while testing, where a panic alert triggering basically means "whelp, it crashed." because there's literally nothing else I can do but close Dolphin
Updated by ZephyrSurfer over 10 years ago
This is very annoying for testing games.
Updated by phire over 10 years ago
This appears to be a general wx problem.
Any open dialog (including the settings dialogs) will steal all focus and even block sigterms from quitting dolphin.
Updated by JMC4789 about 10 years ago
Would a hotkey to turn off panic handlers work?
Updated by JMC4789 over 7 years ago
- Is duplicate of Emulator Issues #10432: Add "Use Panic Handlers" Hotkey added
Updated by JosJuice over 7 years ago
- Status changed from Duplicate to Accepted
Like I said in issue 8042, issue 10432 is not a proper solution.
Let's use this report as the master report instead since it describes the issue rather than requesting a specific solution.
Updated by JosJuice over 7 years ago
- Is duplicate of deleted (Emulator Issues #10432: Add "Use Panic Handlers" Hotkey)
Updated by JosJuice over 7 years ago
- Has duplicate Emulator Issues #10432: Add "Use Panic Handlers" Hotkey added
Updated by JosJuice over 7 years ago
- Has duplicate Emulator Issues #8042: [enhancement] add "skip all" button to panic handlers added
Updated by ryanebola16 over 7 years ago
I'd nominate this for milestone current. Panic Handlers are a nuisance when testing and a stream of them requires too much effort to dismiss. This will cause people to leave them disabled and forget to re-enable them before making bug reports.
Updated by JosJuice over 7 years ago
- Has duplicate Emulator Issues #10797: Android: a sequence of popups when emulation fail added
Updated by ryanebola16 about 7 years ago
I haven't tested it but it sounds like https://dolphin-emu.org/download/dev/682a6117b51de2fa22d05d93a4300729aeb834c4/ fixes this problem for QT. Fixes for WX and Android are still needed though. I still think this issue should be included in the current milestone as it's really annoying.
Updated by leoetlino about 7 years ago
- Operating system Android added
- Operating system deleted (
N/A)
I don't think this is going to be backported into WX.
For Android, if someone is interested in doing it, sure.
Updated by ryanebola16 almost 7 years ago
Oops, I mistook a yes/no prompt for panic handlers. Panic handlers haven't been implemented for android yet. This should be marked fixed in https://dolphin-emu.org/download/dev/682a6117b51de2fa22d05d93a4300729aeb834c4/
Updated by ryanebola16 almost 7 years ago
Ignore my last comment, Dolphin stopped doing a long-time panic message and it's consistent across Win 10 and Android.
Updated by mahdi_hijazi almost 7 years ago
This should be fixed for Android in https://github.com/dolphin-emu/dolphin/pull/6499
Updated by JosJuice almost 7 years ago
That isn't a good enough solution, since it isn't possible to disable panic alerts while a panic alert is being shown. (For the reference, DolphinWX has had the ability to disable panic alerts in the settings for a very long time, and this issue was reported and accepted despite that.)
Updated by JosJuice over 6 years ago
- Subject changed from Streams of Panic Handlers are basically a softlock. to [Android] Streams of Panic Handlers are basically a softlock.
Updated by ryanebola16 over 4 years ago
- Status changed from Accepted to Fix pending
- Assignee set to ryanebola16
Updated by JosJuice over 4 years ago
- Status changed from Fix pending to Fixed
- Fixed in set to 5.0-12734
Fixed for DolphinQt in https://dolphin-emu.org/download/dev/682a6117b51de2fa22d05d93a4300729aeb834c4/ and for Android in https://dolphin-emu.org/download/dev/5a939ccfaf79c4a3b451e25d7550f663f0845314/. DolphinWX has been dropped.