Blank window with Appimage v1.0.0-beta.5
Describe the bug I download and start last appimage beta 5 and after I run it I get empty window To Reproduce Steps to reproduce the behavior:
- Go to 'https://github.com/4gray/iptvnator/releases/download/app-v1.0.0-5/iptvnator_1.0.0-5_amd64.AppImage`
- Click on
Download - Click
Run - See blank window like on screenshot
Expected behavior See app dashboard
Screenshots
Desktop (please complete the following information):
- Appimage
- OS: GarudaOS (Archlinux) Gnome
- Browser [Brave]
- Version Wersja 1.77.95 Chromium: 135.0.7049.52 (Oficjalna wersja) (64-bitowa)]
Regards
The same here with Fedora 41, I've experienced blank window with RPM package too:
I get the same on Fedora 41 as well. Running the appimage from the terminal shows the below error...
Could not create default EGL display: EGL_BAD_PARAMETER. Aborting...
** (IPTVnator:26256): WARNING **: 22:37:13.376: atk-bridge: get_device_events_reply: unknown signature
I believe this is an Nvidia + Webkit issue.
Try running IPTVnator with WEBKIT_DISABLE_DMABUF_RENDERER=1.
I believe this is an Nvidia + Webkit issue.
Try running
IPTVnatorwithWEBKIT_DISABLE_DMABUF_RENDERER=1.
Hi, can You explain how to run that way? Regards?
code to start that works for me
export WEBKIT_DISABLE_DMABUF_RENDERER=1 IPTVnator
I had this same problem on Arch Linux with the error Failed to create GBM buffer of size ...: invalid argument.
Using export WEBKIT_DISABLE_DMABUF_RENDERER=1 does solve it.