iptvnator icon indicating copy to clipboard operation
iptvnator copied to clipboard

Blank window with Appimage v1.0.0-beta.5

Open PrzemekSkw opened this issue 8 months ago • 6 comments

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:

  1. Go to 'https://github.com/4gray/iptvnator/releases/download/app-v1.0.0-5/iptvnator_1.0.0-5_amd64.AppImage`
  2. Click on Download
  3. Click Run
  4. See blank window like on screenshot

Expected behavior See app dashboard

Screenshots

Image

Desktop (please complete the following information):

  • Appimage
  • OS: GarudaOS (Archlinux) Gnome

Image

Regards

PrzemekSkw avatar Apr 09 '25 09:04 PrzemekSkw

The same here with Fedora 41, I've experienced blank window with RPM package too:

Image

virtualos avatar Apr 09 '25 13:04 virtualos

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

JimBeam5 avatar Apr 18 '25 21:04 JimBeam5

I believe this is an Nvidia + Webkit issue.

Try running IPTVnator with WEBKIT_DISABLE_DMABUF_RENDERER=1.

nightah avatar May 25 '25 09:05 nightah

I believe this is an Nvidia + Webkit issue.

Try running IPTVnator with WEBKIT_DISABLE_DMABUF_RENDERER=1.

Hi, can You explain how to run that way? Regards?

PrzemekSkw avatar May 27 '25 09:05 PrzemekSkw

code to start that works for me

export WEBKIT_DISABLE_DMABUF_RENDERER=1 IPTVnator

socal0001 avatar Jun 05 '25 20:06 socal0001

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.

Tuuuukka avatar Aug 18 '25 06:08 Tuuuukka