mupen64plus / mupen64plus-ui-python

A frontend for Mupen64Plus
http://m64py.sourceforge.net/
GNU General Public License v3.0
247 stars 67 forks source link

erro to open in arch linux #204

Closed Derei-Ramos closed 6 days ago

Derei-Ramos commented 2 years ago

image

gen2brain commented 2 years ago

Not enough information, i.e. why are you using sudo, are you using python 3.10 (there were some fixes for that recently), does it work with the latest master? Can you send backtrace?

jaxad0127 commented 2 years ago

I'm getting this too, Python 3.10.7. I've attached the backtrace from GDB, and stdout (-vv). backtrace.txt stdout.txt

frealgagu commented 2 years ago

#191

It's caused by an integer cast.

It was solved in: https://github.com/mupen64plus/mupen64plus-ui-python/commit/516e89102e50ed9ec4634d020aa6a3f7dc12baf8 and https://github.com/mupen64plus/mupen64plus-ui-python/commit/ae94cf124c7a0d564f9a736efd9882495fc82ea3

Also, latest version of AUR package contains the fix: https://aur.archlinux.org/cgit/aur.git/tree/fix_core_dump_by_int_cast.patch?h=m64py

jaxad0127 commented 2 years ago

The GUI is loading for me now. Thank you.

gen2brain commented 6 days ago

Please try with the new release, this should be fixed.