-
Notifications
You must be signed in to change notification settings - Fork 37
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
protontricks gui won't start #351
Comments
The Also, if your desktop environment still supports X11, you could try logging out, selecting the X11 session, logging back in and checking if that works. For what it's worth, KDE Plasma 6 with Wayland has worked fine on Arch on my end. |
Having the same problem in Gentoo and Arch, KDE Wayland. Switched my Gentoo back to X11 and have the following error with protontricks (1.10.5).
Winetricks under X11
I have a Solus XFCE build and can try it there as well. |
Ran protontricks in my Solus build, XFCE - X11. The first thing I noticed was a difference in the version. Solus uses V 1.12.0 compared to Gentoo with 1.10.5. This might simply be caused by using an older version...? protontricks --gui output in Solus
|
1.12.0 fixes the "Invalid file magic number" error and is required for newer versions of Steam. Googling suggests there are multiple causes that might cause that error, and it might be related to the GUI framework that this GNOME app (zenity) uses. See here for an example. Are you using the NVIDIA drivers by any chance? To test this, you could try the following stand-alone command, which should display a dialog with the text "This is a test". $ zenity --info --text="This is a test" If that doesn't work, what if you prefix it with $ GSK_RENDERER=gl zenity --info --text="This is a test" |
As Gentoo is my primary I decided to use the dreaded ~amd64 keyword. :) Updated protontricks by setting the following in package_accept_keywords to install 1.12.0 , which took care of the problem.
Arch is secondary and not a high priority. Arch has 1.12.0 installed, but no joy. Running GSK_RENDERER=gl zenity --info --text="This is a test" works as intended with the following errors.
I get similar errors with X11, so I need to track down other potential problems with rendering. Will try the workaround listed in the link! (not sure how I missed it) Thanks for the reply. *** EDIT *** The linked fix still throws errors, but it does work. |
The warnings are harmless if the application works correctly (I get a lot of those "Please use X instead" warnings regardless of the GTK apps I use, and I get the hunch they're intended more for developers than users), while Assuming your Arch installation is hitting the Wayland error, |
tried protontricks from aur and protontricks-git from aur. tried from pipx. happens with winetricks as well.
I get this error
The text was updated successfully, but these errors were encountered: