Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes with SIGSEGV #17

Open
Heath123 opened this issue Mar 12, 2021 · 1 comment
Open

Crashes with SIGSEGV #17

Heath123 opened this issue Mar 12, 2021 · 1 comment

Comments

@Heath123
Copy link
Contributor

21:58:01: Debug: Unrecognized accel key 'backspace', accel string ignored.
fish: “./bin/wxWabbitemu” terminated by signal SIGSEGV (Address boundary error)

I'm not sure how I should debug this, I can't work out how to get a core dump but I can collect more info if you want

@McTwist
Copy link

McTwist commented Jun 18, 2021

I actually have this issue as well. After doing some quick research, it has something to do with the skin being enabled. If you do not have it enabled when you close the program it will start normally.

To fix this temporarily, you need to either remove your config ~/.Wabbitemu and reinitialize the settings, or set SkinEnabled=1 to SkinEnabled=0 in the same file.

Sadly, I have no permanent solution, but this is what I found and may make it easier to fix this issue. I made this script file so I do not forget about disabling that option until this is fixed permanently:

#!/bin/bash

sed -i 's/SkinEnabled=1/SkinEnabled=0/' "$HOME/.Wabbitemu"

/usr/local/bin/wxWabbitemu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants