Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey! Great tool! I tried it a little bit as web app. However, upon starting the app on Fedora (Gnome, Wayland), I get this error: "Error 71 (Protocol error) dispatching to Wayland display."

The app then immediately closes.

Any ideas?

Hi! I launched it on Fedora with Wayland and unfortunately couldn't reproduce the issue myself.  The issue is probably caused by this bug in Tauri (a library Calligro uses). 

Would you mind trying to launch Calligro with the following environmental variables set?

  • WEBKIT_DISABLE_DMABUF_RENDERER=1
  • WEBKIT_DISABLE_COMPOSITING_MODE=1

In other words launch it using this command:

WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 ./Calligro

Let me know if that helped

Hey, and thanks for the reply. Unfortunately that didn't help. I can run the app on another fedora machine without nvidia, so there's no panic for my part. But let me know if you want me to try something else on this machine, or if the bug is fixed in Tauri.