FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
204 stars 49 forks source link

LinuxShowPlayer-v0.5.2-x86_64.AppImage Crash on run #209

Closed Rob-00t closed 2 years ago

Rob-00t commented 3 years ago

I try to use LinuxShowPlayer-v0.5.2-x86_64.AppImage on ubuntu Ubuntu 21.04 64-bit Gnome 3.38.5

after run, it's appear for few seconds, some windows, after that appimage is crashing. running app with debug I obtain this:

ax@ax-HP-EliteBook-820-G1:~/Downloads$ ./LinuxShowPlayer-v0.5.2-x86_64.AppImage -l debug

(python:27020): Gtk-WARNING **: 11:35:32.823: Theme parsing error: gtk.css:6313:18: Missing name of pseudo-class

(python:27020): Gtk-WARNING **: 11:35:32.823: Theme parsing error: gtk.css:6318:20: Missing name of pseudo-class

(python:27020): Gtk-WARNING **: 11:35:32.824: Theme parsing error: gtk.css:6336:17: Missing name of pseudo-class

(python:27020): Gtk-WARNING **: 11:35:32.824: Theme parsing error: gtk.css:6351:18: '-gtk-icon-effect' is not a valid property name

(python:27020): Gtk-WARNING **: 11:35:32.824: Theme parsing error: gtk.css:6364:16: Missing name of pseudo-class

(python:27020): Gtk-WARNING **: 11:35:32.824: Theme parsing error: gtk.css:6369:16: Missing name of pseudo-class

(python:27020): Gtk-WARNING **: 11:35:32.824: Theme parsing error: gtk.css:6385:15: Missing name of pseudo-class 11:35:32.912 INFO:: Using en_GB locale 11:35:33.123 DEBUG:: ACTION-CUES: Loaded "CollectionCue" 11:35:33.130 DEBUG:: ACTION-CUES: Loaded "CommandCue" 11:35:33.132 DEBUG:: ACTION-CUES: Loaded "IndexActionCue" 11:35:33.191 DEBUG:: ACTION-CUES: Loaded "MidiCue" 11:35:33.193 DEBUG:: ACTION-CUES: Loaded "SeekCue" 11:35:33.193 DEBUG:: ACTION-CUES: Loaded "StopAll" 11:35:33.194 DEBUG:: ACTION-CUES: Loaded "VolumeControl" 11:35:33.194 DEBUG:: MODULES: Loaded "ActionCues" Fatal Python error: Aborted

Current thread 0x00007fa55dfbb740 (most recent call first): File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/ctypes/init.py", line 273 in _reset_cache File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/ctypes/init.py", line 551 in File "", line 219 in _call_with_frames_removed File "", line 728 in exec_module File "", line 677 in _load_unlocked File "", line 967 in _find_and_load_unlocked File "", line 983 in _find_and_load File "", line 219 in _call_with_frames_removed File "", line 953 in _find_and_load_unlocked File "", line 983 in _find_and_load File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/jack.py", line 28 in File "", line 219 in _call_with_frames_removed File "", line 728 in exec_module File "", line 677 in _load_unlocked File "", line 967 in _find_and_load_unlocked File "", line 983 in _find_and_load File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/modules/gst_backend/elements/jack_sink.py", line 20 in File "", line 219 in _call_with_frames_removed File "", line 728 in exec_module File "", line 677 in _load_unlocked File "", line 967 in _find_and_load_unlocked File "", line 983 in _find_and_load File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/core/loading.py", line 125 in import_module File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/core/loading.py", line 92 in load File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/modules/gst_backend/elements/init.py", line 32 in load File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/modules/gst_backend/gst_backend.py", line 49 in init File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/core/singleton.py", line 43 in call File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/modules/init.py", line 31 in load_modules File "/tmp/.mount_LinuxSTceL8a/usr/lib/python3.7/site-packages/lisp/main.py", line 123 in main File "/tmp/.mount_LinuxSTceL8a/usr/bin//linux-show-player-origin", line 5 in Aborted (core dumped)

FrancescoCeruti commented 3 years ago

It's a problem with python 3.7 (https://bugs.python.org/issue35523), to fix it I need to rebuild the AppImage with a newer version.

In the meantime you should be able to use the version in the Ubuntu repository.