Biblioteca icon indicating copy to clipboard operation
Biblioteca copied to clipboard

Biblioteca does not load pages

Open RobusTetus opened this issue 1 year ago • 2 comments

Opening Biblioteca installed from flathub produces following output and no website view.

MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
Failed to create /var/home/rob/.var/app/app.drey.Biblioteca/cache for shader cache (No such file or directory)---disabling.
Failed to create /var/home/rob/.var/app/app.drey.Biblioteca/cache for shader cache (No such file or directory)---disabling.
Failed to create GBM buffer of size 0x0: Invalid argument

Snímek obrazovky z 2024-11-10 04-55-04

PS: This gets fixed when opening new tab using plus button in the top right corner. New tab gets opened, working as expected, however tab opened upon program start-up is still blank. This happens every time the software is started.

RobusTetus avatar Nov 10 '24 03:11 RobusTetus

Open new tab does not solve the problem on my end. The error messages in the console are:

src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 1520x1032: Permission denied

Revheim avatar Feb 17 '25 22:02 Revheim

For me adding --env=GDK_BACKEND=x11 --env=WEBKIT_DISABLE_COMPOSITING_MODE=1 after the run command solved the issue

flatpak run --env=GDK_BACKEND=x11 --env=WEBKIT_DISABLE_COMPOSITING_MODE=1 app.drey.Bibiloteca

konstantin-anori avatar Aug 02 '25 09:08 konstantin-anori