AltServer-LinuxGUI icon indicating copy to clipboard operation
AltServer-LinuxGUI copied to clipboard

App doesn't open on Linux Mint

Open Da-vid21 opened this issue 3 years ago • 5 comments

I installed the app using the apt way and the dpkg, and it shows up on my start menu, but when I try to launch it, it doesn't work

Da-vid21 avatar Jul 05 '22 15:07 Da-vid21

I installed the app using the apt way and the dpkg, and it shows up on my start menu, but when I try to launch it, it doesn't work

similar result with the following error:

Traceback (most recent call last):
  File "UI.py", line 6, in <module>
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
  File "Main.py", line 24, in <module>
OSError: [Errno 6] No such device or address
[17733] Failed to execute script 'UI' due to unhandled exception!

hthre7 avatar Jul 11 '22 18:07 hthre7

I installed the app using the apt way and the dpkg, and it shows up on my start menu, but when I try to launch it, it doesn't work

similar result with the following error:

Traceback (most recent call last):
  File "UI.py", line 6, in <module>
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
  File "Main.py", line 24, in <module>
OSError: [Errno 6] No such device or address
[17733] Failed to execute script 'UI' due to unhandled exception!

Same problem with manjaro @powenn

Staubgeborener avatar Jul 28 '22 15:07 Staubgeborener

@Da-vid21 @hthre7 @Staubgeborener make sure you aren't using wayland, try to run it with xorg ie

  • Log out
  • Select your user, then before login
  • Click on gear icon at the right bottom -> select xorg
  • then login and try launching it

aashish-choudhary avatar Jun 11 '23 16:06 aashish-choudhary

i have almost the same thing except i can run it through the terminal

TheCheddarCheese avatar Oct 18 '23 07:10 TheCheddarCheese

use python script instead , this project is outdated

powenn avatar Oct 18 '23 10:10 powenn