-
Notifications
You must be signed in to change notification settings - Fork 14
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
Generating a support package fails on wgpu-related step #588
Comments
The behavior is the same when running the entire KDE desktop under X11, so it is unlikely to be a Wayland-related issue. --
Log file for when in Tauri dev mode: 2024-10-06.log -- |
The use of Realistically that probably means there's nothing I can do from my end, unfortunately Perhaps it's time to look for yet another solution than using wgpu (i briefly started looking at If this is as annoying to solve as it seems, then it's probably not worth investigating as it's hopefully an isolated incident. The support package feature is there to reduce friction when helping users that don't know how to find and share log files, which is not a problem here :) |
Can you please modify |
I don't think changing wgpu's default-features had any effect. -- All the eglSwapInterval error lines come from how wgpu, when compiled in rust Whatever the wgpu issue is, only happens in the official AppImage (v2.5.2). When building from my up-to-date Arch, I can get past the wgpu step when using AppImage, or cargo build, or tauri dev, etc. So maybe it's a bug introduced by all the old Ubuntu libs. -- There is a further issue with how the zip is moved to the user-specified location after being created, but I don't think it warrants another issue: |
Fixes #588 Removes wgpu, uses open-goal/jak-project#3717 instead. Tested all 3 scenarios: ![image](https://github.com/user-attachments/assets/1db79212-67fc-496d-a830-b2b89d3cf05a) > updated gk binary and the gpu test passes ![image](https://github.com/user-attachments/assets/75b1864e-4890-480e-a55f-e60b3387687a) > no active version is selected ![image](https://github.com/user-attachments/assets/78249bd2-f2f9-4e3c-8487-4003f5365a5f) > old GK, with no support for outputting the gpu info This is better in several ways, including that it determines the GPU that will actually be used by the game (eliminating guess work on whether the integrated card is being selected or not)
Acknowledgements
Attach Support Package / Log Files (drag and drop)
No support package is created.
My logfile: 2024-10-06.log
The crash log placed on my desktop when attempting to generate the support package: og-launcher-crash.log
My vulkaninfo: vulkaninfo.txt
Describe the Bug
I'm unable to generate a support package from the Help page. The logs mention wgpu, egl, and failing to find Vulkan extensions that all definitely are supported by my AMD GPU.
I am running Wayland (KDE KWin, though XWayland is available, which is what OpenGOAL-Launcher is using).
How To Reproduce
og-launcher-crash.log
is saved to my desktopOperating System
Arch Linux
Launcher Version
v2.5.1
Tooling Version
v0.2.17
The text was updated successfully, but these errors were encountered: