Zelda64Recomp
Zelda64Recomp copied to clipboard
[Linux] release not launching on Lubuntu 22.04
guys im trying to run the release om lubuntu 22.04 but its not working
im getting this on the terminal:
zonca@lubuntu:~/Programacion/zeldarecomp$ ./Zelda64Recompiled
Violación de segmento (`core' generado)
zonca@lubuntu:~/Programacion/zeldarecomp$ gdb Zelda64Recompiled
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from Zelda64Recompiled...
(No debugging symbols found in Zelda64Recompiled)
(gdb) run
Starting program: /home/zonca/Programacion/zeldarecomp/Zelda64Recompiled
[Depuración de hilo usando libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Nuevo Thread 0x7fffe5969640 (LWP 5969)]
[Nuevo Thread 0x7ffff7fb3640 (LWP 5970)]
[Nuevo Thread 0x7fffcddff640 (LWP 5971)]
[Nuevo Thread 0x7fffcd5fe640 (LWP 5972)]
[Nuevo Thread 0x7fffccdfd640 (LWP 5973)]
[Nuevo Thread 0x7fffbe9ff640 (LWP 5974)]
[Nuevo Thread 0x7fffbe1fe640 (LWP 5975)]
[Nuevo Thread 0x7fffbd9fd640 (LWP 5976)]
[Nuevo Thread 0x7fffbd1fc640 (LWP 5977)]
[Nuevo Thread 0x7fffbc9fb640 (LWP 5978)]
[Nuevo Thread 0x7fff9ffff640 (LWP 5979)]
[Thread 0x7fff9ffff640 (LWP 5979) terminado]
[Thread 0x7fffbc9fb640 (LWP 5978) terminado]
[Thread 0x7fffbd1fc640 (LWP 5977) terminado]
[Nuevo Thread 0x7fffbd1fc640 (LWP 5980)]
[Nuevo Thread 0x7fffbc9fb640 (LWP 5981)]
[Nuevo Thread 0x7fff9ffff640 (LWP 5982)]
[Thread 0x7fff9ffff640 (LWP 5982) terminado]
[Thread 0x7fffbc9fb640 (LWP 5981) terminado]
[Thread 0x7fffbd1fc640 (LWP 5980) terminado]
[Nuevo Thread 0x7fffbd1fc640 (LWP 5985)]
[Nuevo Thread 0x7fffbc9fb640 (LWP 5986)]
[Nuevo Thread 0x7fff9ffff640 (LWP 5987)]
Thread 17 "Gfx Thread" received signal SIGSEGV, Segmentation fault.
[Cambiando a Thread 0x7fffbc9fb640 (LWP 5986)]
0x00007ffff7e6cab4 in XQueryExtension () from /lib/x86_64-linux-gnu/libX11.so.6
can you helpme solve it?
its a known issue on most distros as seen in https://github.com/Mr-Wiseguy/Zelda64Recomp/issues/28 and https://github.com/Mr-Wiseguy/Zelda64Recomp/issues/71 and compiling it for different distros is throny atm as seen in https://github.com/Mr-Wiseguy/Zelda64Recomp/issues/46, but Mr-Wiseguy is aware of it and working on documentation and fixes
@zoncabe short term solution is to run via gamescope when using wayland. gamescope -- ./game
thanks guys, im a close this and wait for the update