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

[BUG] When running AppImage on Linux, atk-bridge: get_device_events_reply gives unknown signature, causing LiquidBounce not to load #312

Open
kawaleo opened this issue Jul 11, 2024 · 0 comments

Comments

@kawaleo
Copy link

kawaleo commented Jul 11, 2024

LiquidBounce Branch

Nextgen

LiquidBounce Build/Version

LiquidLauncher 0.3.0

Operating System

Linux

Minecraft Version

All

Describe the bug

I gave the app image the necessary permissions, and I could successfully run the AppImage, however the client itself would not load, due to a warning, described in the title
(liquidlauncher:114674): WARNING **: 01:32:40.940: atk-bridge: get_device_events_reply: unknown signature

Steps to reproduce

Download the AppImage from the Website
Use sudo chmod u+x on the AppImage to give it executable permissions
Run the AppImage

Client Log

2024-07-11T05:32:15.264727Z  INFO liquidlauncher: Starting LiquidLauncher v0.3.0
    at src/main.rs:90

  2024-07-11T05:32:15.290277Z  INFO liquidlauncher: OS: linux x64 23.10.0
    at src/main.rs:91

  2024-07-11T05:32:15.290322Z  INFO liquidlauncher: Creating application directory
    at src/main.rs:94

  2024-07-11T05:32:15.290332Z DEBUG liquidlauncher: Application directory: "/home/brady/.local/share/liquidlauncher"
    at src/main.rs:95

  2024-07-11T05:32:15.291760Z DEBUG liquidlauncher: Config directory: "/home/brady/.config/liquidlauncher"
    at src/main.rs:96

  2024-07-11T05:32:15.291794Z  INFO liquidlauncher: The GUI is starting...
    at src/main.rs:101

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

** (liquidlauncher:114674): WARNING **: 01:32:15.853: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.

** (liquidlauncher:114674): WARNING **: 01:32:15.896: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 938x990: Permission denied
  2024-07-11T05:32:16.619290Z  INFO liquidlauncher::app::gui: Loading options...
    at src/app/gui.rs:75

  2024-07-11T05:32:16.619439Z  INFO liquidlauncher::app::gui: Done!
    at src/app/gui.rs:80

  2024-07-11T05:32:16.619684Z  INFO liquidlauncher::app::gui: Checking online status
    at src/app/gui.rs:63

  2024-07-11T05:32:17.115555Z  INFO liquidlauncher::app::gui: Online status check successful
    at src/app/gui.rs:69

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

** (WebKitWebProcess:114733): WARNING **: 01:32:19.071: The GStreamer FDK AAC plugin is missing, AAC playback is unlikely to work.

** (liquidlauncher:114674): WARNING **: 01:32:40.940: atk-bridge: get_device_events_reply: unknown signature

Screenshots

liquiderror
The blurry part is where liquidbounce would be

@1zun4 1zun4 transferred this issue from CCBlueX/LiquidBounce Jul 11, 2024
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

1 participant