Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Apr 2023 03:33:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269689] multimedia/kodi: Kodi crashes on startup after updating to v.20
Message-ID:  <bug-269689-7788-Gxvi0d7j2P@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269689-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269689-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269689

--- Comment #15 from vgBSD <vg72i@proton.me> ---
I don't use ports. Only binary packages. Recently, after another package up=
date
(I don't know which package affected which), kodi stopped launching with th=
is
command.

It would only start like this

% env LD_PRELOAD=3D/usr/local/lib/libGL.so kodi

but it had a heavy CPU load and lags.=20

glxinfo gave me some error with OpenGL and also found a bug in Xorg.log:

...

(EE) NVIDIA(0): Failed to initialize the GLX module...

...

Forcefully updating nvidia driver solved the problem.
kodi starts:

% env LD_PRELOAD=3D/usr/local/lib/libGL-NVIDIA.so kodi

and works fine.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269689-7788-Gxvi0d7j2P>