Hatt icon indicating copy to clipboard operation
Hatt copied to clipboard

White screen when opening hatt

Open owolo opened this issue 2 years ago • 7 comments

Greetings.

Just installed the latest version of hatt and it just opens with a white screen. (isn't first launch, on first it worked great) image

owolo avatar Sep 24 '23 18:09 owolo

Hi,

could you open it from a terminal to see if there is any error ?

FrenchGithubUser avatar Sep 24 '23 19:09 FrenchGithubUser

How could I do that?

owolo avatar Sep 24 '23 20:09 owolo

open a terminal in the folder and run the executable .\hatt-....exe I believe

FrenchGithubUser avatar Sep 24 '23 21:09 FrenchGithubUser

image there, it doesnt produce any errors, it just opens the file. and powershell does the same.

owolo avatar Sep 24 '23 21:09 owolo

mm, that's unfortunate.

I think that some other users reported this, I don't know what the issue is. Let's leave it opened for others to see it.

Anyone feel free to comment below if you have an idea of what could be causing this. It might be because of wails itself as well.

FrenchGithubUser avatar Sep 24 '23 22:09 FrenchGithubUser

So I got a white screen as well running Nobara 39. This is the error I got, it should be noted that it does not crash, it keeps looping the same message:

./hatt-linux-amd64 program args : [./hatt-linux-amd64] Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer &{0.3.5 https://github.com/FrenchGithubUser/Hatt/releases/download/0.3.5/hatt-linux-amd64 19986424 137045211 -1 https://github.com/FrenchGithubUser/Hatt/releases/tag/0.3.5 - removed 123movies as it is not the same service anymore

  • new sources : oldgamesdownload, annasarchive
  • new method to get items metadata for some sources 0.3.5 2023-11-23 09:40:22 +0000 UTC FrenchGithubUser Hatt} true 0.3.5

KokoaNishimura avatar Apr 05 '24 15:04 KokoaNishimura

This seems to be a issue with webkit2gtk with Nvidia GPUs

A workaround is to set WEBKIT_DISABLE_DMABUF_RENDERER=1, or to downgrade webkit2gtk to 2.42.5 ( This worked for me on Arch Linux)

Refs: Arch Linux package issue, WebKit PR

spectronp avatar May 06 '24 00:05 spectronp