Maradonna90 / NewGAN-Manager

A tool to generate and manage xml configs for the Newgen Facepack.
GNU General Public License v3.0
174 stars 34 forks source link

[BUG] Program does not open on Ubuntu 20.04.3 #122

Closed ayoob-portfolio closed 9 months ago

ayoob-portfolio commented 2 years ago

Describe the bug Program does not open on Ubuntu 20.04.3 LTS

To Reproduce Steps to reproduce the behavior:

  1. Download ZIP
  2. Extract and give executable permissions
  3. Run
  4. See error

Expected behavior Expected the program to run

Screenshots image

Desktop (please complete the following information):

cameronjlarsen commented 2 years ago

Receiving same error trying to run AppImage on EndeavorOS

Screenshots NewGanError

mdlsvensson commented 2 years ago

Same here on endeavor, anyone got it working?

AnthonyMahe commented 1 year ago

Same with Kubuntu 23.04

./NewGAN-Manager-1.3.1-x86_64.AppImage /tmp/.mount_NewGAN9bCxAt/usr/app/xmlparser.py:9: DeprecationWarning: invalid escape sequence \/ UID_regex = re.compile('([0-9]{7,}(?=\/))') /tmp/.mount_NewGAN9bCxAt/usr/app/xmlparser.py:28: DeprecationWarning: invalid escape sequence \/ UID_regex = re.compile('('+uid+'(?=\/))') /tmp/.mount_NewGAN9bCxAt/usr/app/rtfparser.py:28: DeprecationWarning: invalid escape sequence | rtf_regex = re.compile('(|\s[0-9]{8,}\s)(|\s([A-Z]{3})\s)+(|[\s\w.-]+)(|[\s\d+]+){3}|') Traceback (most recent call last): File "/tmp/.mount_NewGAN9bCxAt/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/tmp/.mount_NewGAN9bCxAt/usr/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/tmp/.mount_NewGAN9bCxAt/usr/app/newganmanager/main.py", line 4, in main().main_loop() File "/tmp/.mount_NewGAN9bCxAt/usr/app/newganmanager/app.py", line 439, in main return NewGANManager() File "/tmp/.mount_NewGAN9bCxAt/usr/app/newganmanager/app.py", line 41, in init super().init() File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/toga/app.py", line 272, in init self.factory = get_platform_factory(factory) File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/toga/platform.py", line 41, in get_platform_factory from toga_gtk import factory File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/toga_gtk/factory.py", line 1, in from .app import App, DocumentApp, MainWindow File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/toga_gtk/app.py", line 13, in from .keys import gtk_accel File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/toga_gtk/keys.py", line 3, in from .libs import Gdk File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/toga_gtk/libs/init.py", line 1, in from .gtk import * # noqa: F401, F403 File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/toga_gtk/libs/gtk.py", line 1, in import gi File "/tmp/.mount_NewGAN9bCxAt/usr/app_packages/gi/init.py", line 40, in from . import _gi ImportError: /lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_module_open_full

Maradonna90 commented 9 months ago

no idea.