Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

launcher failed to open on Linux Mint #10

Open
catalin560 opened this issue Oct 14, 2023 · 7 comments
Open

launcher failed to open on Linux Mint #10

catalin560 opened this issue Oct 14, 2023 · 7 comments

Comments

@catalin560
Copy link

rexton@LinuxMint:~/Downloads$ ./UnderTaker141.AppImage 
[INFO   ] [Logger      ] Record log in /home/rexton/.kivy/logs/kivy_23-10-14_2.txt
[INFO   ] [Kivy        ] v2.2.1
[INFO   ] [Kivy        ] Installed at "/tmp/.mount_UnderTEUAlqB/opt/python3.11/lib/python3.11/site-packages/kivy/__init__.py"
[INFO   ] [Python      ] v3.11.4 (main, Aug  6 2023, 22:32:50) [GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
[INFO   ] [Python      ] Interpreter at "/home/rexton/Downloads/UnderTaker141.AppImage"
[INFO   ] [Logger      ] Purge log fired. Processing...
[INFO   ] [Logger      ] Purge finished!
[INFO   ] [KivyMD      ] 1.1.1, git-Unknown, 2023-09-29 (installed at "/tmp/.mount_UnderTEUAlqB/opt/python3.11/lib/python3.11/site-packages/kivymd/__init__.py")
[INFO   ] [Factory     ] 190 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
[INFO   ] [Text        ] Provider: sdl2
[INFO   ] [Window      ] Provider: sdl2
[INFO   ] [GL          ] Using the "OpenGL" graphics system
[INFO   ] [GL          ] Backend used <sdl2>
[INFO   ] [GL          ] OpenGL version <b'4.6 (Compatibility Profile) Mesa 23.2.0-devel'>
[INFO   ] [GL          ] OpenGL vendor <b'AMD'>
[INFO   ] [GL          ] OpenGL renderer <b'AMD Radeon RX 6600 XT (navi23, LLVM 16.0.6, DRM 3.54, 5.15.0-86-generic)'>
[INFO   ] [GL          ] OpenGL parsed version: 4, 6
[INFO   ] [GL          ] Shading version <b'4.60'>
[INFO   ] [GL          ] Texture max size <16384>
[INFO   ] [GL          ] Texture max units <32>
[INFO   ] [Window      ] auto add sdl2 input provider
[INFO   ] [Window      ] virtual keyboard not allowed, single mode, not docked
 Traceback (most recent call last):
   File "/tmp/.mount_UnderTEUAlqB/opt/src/app.py", line 19, in <module>
     UnderTaker141().run()
   File "/tmp/.mount_UnderTEUAlqB/opt/python3.11/lib/python3.11/site-packages/kivy/app.py", line 955, in run
     self._run_prepare()
   File "/tmp/.mount_UnderTEUAlqB/opt/python3.11/lib/python3.11/site-packages/kivy/app.py", line 925, in _run_prepare
     root = self.build()
            ^^^^^^^^^^^^
   File "/tmp/.mount_UnderTEUAlqB/opt/src/app.py", line 9, in build
     check_config()
   File "/tmp/.mount_UnderTEUAlqB/opt/src/utils/settings.py", line 28, in check_config
     user_name = os.getlogin()
                 ^^^^^^^^^^^^^
 OSError: [Errno 6] No such device or address
@AbdelrhmanNile
Copy link
Owner

AbdelrhmanNile commented Oct 16, 2023

@catalin560
i dont really know whats causing this
check this? https://bugs.python.org/issue40821

@LinuxforPunks
Copy link

On Xubuntu 22.04 I have the same error, ending "line 28, in check_config
user_name = os.getlogin()
^^^^^^^^^^^^^
OSError: [Errno 6] No such device or address"

That python.org page concludes with "You have to get the user information by other means. Our documentation for os.getlogin() recommends getpass.getuser()."

@AbdelrhmanNile
Copy link
Owner

AbdelrhmanNile commented Jan 28, 2024

@evild4ve
jc141 repacks dont have support for ubuntu distros anyway

@catalin560
Copy link
Author

@evild4ve jc141 repacks dont have support for ubuntu distros anyway

uhm, yeah they do https://gitlab.com/jc141x/setup#debian-based

@AbdelrhmanNile
Copy link
Owner

@catalin560
no they dont :)
Including: Debian Sid, Sparky Rolling and Siduction
they actually advice against using ubuntu and its derivatives

@AbdelrhmanNile
Copy link
Owner

debian is not ubuntu

@catalin560
Copy link
Author

debian is not ubuntu

no one said that, Ubuntu is Debian based... I tried their setup scripts on Linux Mint and had no issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants