Grasscutters / Cultivation

A custom launcher designed to make it as easy as possible to proxy anime game traffic to private servers.
Apache License 2.0
943 stars 159 forks source link

Black screen on X11 #220

Open fedetrifo06 opened 5 months ago

fedetrifo06 commented 5 months ago

Cultivation on Fedora with X11 show a grey screen, but on Wayland it works normally.

RBNXI commented 5 months ago

Does Cultivation work fine for you in Wayland then? Even the proxy?. I have a lot of problems running it, I never got to run the proxy. How are you running it?.

fedetrifo06 commented 5 months ago

Yes, for me is working fine on both Wayland and Xorg (for the black screen I simply remember where the buttons are, lol)... Have you installed aagl?

Versitorix commented 6 days ago

I've had this problem too. Running the launcher via command line revealed a AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer error. It seems to be a known issue with webkit2gtk: https://github.com/tauri-apps/tauri/issues/9304. Try running it as WEBKIT_DISABLE_DMABUF_RENDERER=1 ./cultivation and if it works make it permanent by doing what https://github.com/tauri-apps/tauri/issues/9304#issuecomment-2028409103 suggests.