Skip to content

Bazzite won't run this. #95

Description

@Drago-Cuven
Drago@bazzite:~/Downloads$ git clone https://github.com/vyvir/althea
Cloning into 'althea'...
remote: Enumerating objects: 236, done.
remote: Counting objects: 100% (106/106), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 236 (delta 94), reused 81 (delta 81), pack-reused 130 (from 1)
Receiving objects: 100% (236/236), 1000.22 KiB | 3.86 MiB/s, done.
Resolving deltas: 100% (125/125), done.
Drago@bazzite:~/Downloads$ cd althea
Drago@bazzite:~/Downloads/althea$ python3 main.py
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   566  100   566    0     0   352k      0 --:--:-- --:--:-- --:--:--  552k
Gtk-Message: 11:29:02.473: Failed to load module "appmenu-gtk-module"
Archive:  /home/Drago/.local/share/althea/am.apk
  inflating: /home/Drago/.local/share/althea/lib/x86_64/libstoreservicescore.so  
Archive:  /home/Drago/.local/share/althea/am.apk
  inflating: /home/Drago/.local/share/althea/lib/x86_64/libCoreADI.so  
                     app INFO  2026-03-05T11:36:52.647 anisette-server-provision v2.2.2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   566  100   566    0     0   370k      0 --:--:-- --:--:-- --:--:--  552k
                     app INFO  2026-03-05T11:36:52.653 Ready! Serving data.
std.socket.SocketOSException@std/socket.d(2845): Unable to bind socket: Address already in use
----------------
??:? [0x564618e1c226]
??:? [0x564618e1bea2]
??:? [0x564618e447b6]
??:? [0x564618e2598f]
??:? [0x564618e0cf8b]
??:? [0x564618d697a7]
??:? [0x564618d10ecd]
??:? [0x564618e2565c]
??:? [0x564618e25556]
??:? [0x564618e253ad]
??:? [0x7f993a7405b4]
??:? __libc_start_main [0x7f993a740667]
??:? [0x564618d0fb74]

(althea:87712): Pango-WARNING **: 11:36:55.433: Invalid UTF-8 string passed to pango_layout_set_text()
No argument supplied, if you want for help, please use -h or --help
Not supplying ipa, running in server mode!
Running python3 command to advertise AltServer: from ctypes import *; dll = CDLL('libdns_sd.so'); sdRef = c_int(); flags = 0; interfaceIndex = 0; name = None; regtype = br'_altserver._tcp'; domain = None; host = None; port = 3975; txtLen = 17; txtRecord = b'\x10\x73\x65\x72\x76\x65\x72\x49\x44\x3D\x31\x32\x33\x34\x35\x36\x37'; ret = dll.DNSServiceRegister(byref(sdRef), flags, interfaceIndex, name, regtype, domain, host, port, txtLen, txtRecord, None, None); print('DNSServiceRegister result: %d' % ret); from threading import Event; Event().wait(); 
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    from ctypes import *; dll = CDLL('libdns_sd.so'); sdRef = c_int(); flags = 0; interfaceIndex = 0; name = None; regtype = br'_altserver._tcp'; domain = None; host = None; port = 3975; txtLen = 17; txtRecord = b'\x10\x73\x65\x72\x76\x65\x72\x49\x44\x3D\x31\x32\x33\x34\x35\x36\x37'; ret = dll.DNSServiceRegister(byref(sdRef), flags, interfaceIndex, name, regtype, domain, host, port, txtLen, txtRecord, None, None); print('DNSServiceRegister result: %d' % ret); from threading import Event; Event().wait();
                                ~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.14/ctypes/__init__.py", line 433, in __init__
    self._handle = self._load_library(name, mode, handle, winmode)
                   ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.14/ctypes/__init__.py", line 473, in _load_library
    return _dlopen(name, mode)
OSError: libdns_sd.so: cannot open shared object file: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions