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

Startup: program fails to launch under Wayland with "undefined symbol: wl_proxy_marshal_flags" error (appimage) #199

Open
tangodev opened this issue Oct 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@tangodev
Copy link

Hello,

it's great to see that Story Architect picked up where KIT exited! I've been testing the software and I see that it fails to start when under a Wayland session.

Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

STARC: 0.6.2 appimage

X11

~/appimage$ ./starc-setup_3d187f87b842619ad704b264a689f69a.appimage
2023.10.25 17:03:58.098 [I] Story Architect version 0.6.2, Ubuntu 23.04, x86_64
2023.10.25 17:03:58.099 [I] Loading fonts
2023.10.25 17:03:58.597 [I] Starting the application
2023.10.25 17:03:58.597 [I] Setup translation for en
2023.10.25 17:03:58.599 [I] Setup design system theme
2023.10.25 17:03:58.599 [I] Setup design system theme custom colors
2023.10.25 17:03:58.599 [I] Setup design system scale factor
2023.10.25 17:03:58.599 [I] Setup design system density
2023.10.25 17:03:58.676 [I] Show application window
2023.10.25 17:03:58.729 [I] Make startup checks
2023.10.25 17:03:58.729 [I] Starting cloud service connection
2023.10.25 17:03:58.734 [I] Configure autosaving
2023.10.25 17:03:58.743 [I] Show projects screen
2023.10.25 17:03:58.743 [D] Show content: Ui::ProjectsToolBar, Ui::ProjectsNavigator, Ui::ProjectsView
2023.10.25 17:03:58.774 [W] Type conversion already registered from type QList<QSslError> to type QtMetaTypePrivate::QSequentialIterableImpl
2023.10.25 17:03:59.584 [I] Connect to server

Manual close.

2023.10.25 17:04:51.903 [I] Closing application
2023.10.25 17:04:51.903 [I] Closing current project
2023.10.25 17:04:51.903 [W] Current project is not valid. Skip closing.

Wayland

~/appimage$ ./starc-setup_3d187f87b842619ad704b264a689f69a.appimage
2023.10.25 17:08:46.065 [I] Story Architect version 0.6.2, Ubuntu 23.04, x86_64
2023.10.25 17:08:46.067 [I] Loading fonts
2023.10.25 17:08:46.504 [I] Starting the application
2023.10.25 17:08:46.504 [I] Setup translation for en
2023.10.25 17:08:46.506 [I] Setup design system theme
2023.10.25 17:08:46.506 [I] Setup design system theme custom colors
2023.10.25 17:08:46.506 [I] Setup design system scale factor
2023.10.25 17:08:46.506 [I] Setup design system density
/home/USER/appimage/starc-setup_3d187f87b842619ad704b264a689f69a.appimage: symbol lookup error: /lib/x86_64-linux-gnu/libEGL_mesa.so.0: undefined symbol: wl_proxy_marshal_flags
@dimkanovikov dimkanovikov added the bug Something isn't working label Oct 30, 2023
@EtBellatorLucis
Copy link

Similar problem on Debian 12

2024.01.07 23:41:40.103 [I] Story Architect version 0.6.3, Debian GNU/Linux 12 (bookworm), x86_64
2024.01.07 23:41:40.105 [I] Loading fonts
2024.01.07 23:41:40.619 [I] Starting the application
2024.01.07 23:41:40.619 [I] Setup translation for en
2024.01.07 23:41:40.621 [I] Setup design system theme
2024.01.07 23:41:40.621 [I] Setup design system scale factor
2024.01.07 23:41:40.621 [I] Setup design system density
2024.01.07 23:41:40.621 [I] Show application window
./starc-setup.AppImage: symbol lookup error: /lib/x86_64-linux-gnu/libEGL_mesa.so.0: undefined symbol: wl_proxy_marshal_flags

Running with sudo works good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants