-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Linux AppImage: Error creating WebGL context. #339
Comments
Can’t find anyone else having that issue with a Tauri 2 app & I know it works on some Linux distros, so I’m not sure what to advise. The biggest change between v4 & v5 is the update to Tauri 2, which means |
I get the same error on Arch Linux with any of the 5.x versions. 4.12.1 is working fine and 5.0 and 5.1 versions seem to show the app content briefly and then continue to show only a blank window. Seems to happen with other apps too: gitbutlerapp/gitbutler#5282 |
Sounds like it’s an issue with the version of |
One of my PCs running Fedora 41 (ASUS ROG G701 with proprietary Nvidia drivers) was able to run the latest 5.x AppImage without issue, but my other laptop also running Fedora 41 (System76 Lemur Pro lemp10 with integrated Intel graphics) fails to render:
|
Btw. Extracting the Appimage with Hope this helps somehow. I could create an archlinux package when you help me with the building process |
I think the issue is nothing webgl related. More The error before should be the issue: But I don't know how to solve this. |
Describe the bug
When I start the Linux appimage version the window wants to render but keeps gray all the time. This was introduced in version 5.x+. The last version 4.12.1 works as expected.
On the command line output I get the following errors
I'm using latest Archlinux at the time of writing
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The GUI should render as expected.
Logs
Desktop (please complete the following information):
Additional context
This issue started to occur on version 5.x++
The text was updated successfully, but these errors were encountered: