-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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] Error 71 (Protocol error) dispatching to Wayland display. #10702
Comments
Looks like the bug has made it's way to GitButler. Getting this exact error trying to start it. Thought it was this error at first, but the problem persists after removing the window-state file Edit: this is giving me nvidia-problem vibes. Are you using nvidia? |
Can confirm on my end that it is related to NVIDIA. I got the same error on my NVIDIA-only machine. Here is the log with
Edit: My machine is running Arch Linux, NVIDIA 560.35.03, NVIDIA EGL Wayland 1.1.16. |
I recently migrated over to wayland, and came across this same issue (though in a tauri v2 app) A temporary solution is to use
|
This happens for me when running Webkit2gtk's MiniBrowser example app, so it's likely an upstream issue. I've filed https://bugs.webkit.org/show_bug.cgi?id=280210 . |
fixed some of the issues causing “Error 71 (Protocol error)” in tauri-apps/tao#979. |
is this fixed? |
__NV_DISABLE_EXPLICIT_SYNC=1 also fixes the issue for me |
Also have this in Arch Linux + Nvidia. Tauri Info: [✔] Environment [-] Packages [-] Plugins [-] App I was able to get around it by running the above suggested: |
Describe the bug
Application won't start anymore.
Error:
Gdk-Message: 23:55:52.007: Error 71 (Protocol error) dispatching to Wayland display.
Reproduction
Execute
yarn tauri dev
under Linux and try to start your ApplicationExpected behavior
Normal starting without errors
Full
tauri info
outputStack trace
No response
Additional context
I haven't changed anything in the project since the last time and everything still worked.
The text was updated successfully, but these errors were encountered: