Author: Christian Marillat Date: To: dmo-discussion Subject: Re: MythTV 0.36 in unstable
On 25 mars 2026 20:50, Stephan Seitz <stse+debian@???> wrote:
> Am Mi, Mär 25, 2026 at 18:52:24 +0100 schrieb Christian Marillat:
>>On 25 mars 2026 16:54, Stephan Seitz <stse+debian@???> wrote:
>>> Thanks for you rwork, but how do I get now a working frontend?
>>Could you try to set this environment variable and try again ?
>>export MYTHTV_NO_EGL=1
>
> Well, I thought „env MYTHTV_NO_EGL=1 mythfrontend -platform xcb” would
> do the same.
> But „export MYTHTV_NO_EGL=1” gives the same result as „env
> MYTHTV_NO_EGL=1 mythfrontend -platform xcb”
Please try without the -platform option.
> terminate called after throwing an instance of 'std::bad_alloc'
> what(): std::bad_alloc
>
>>Otherwise the backend is definitely broken with QT6
>
> I think you mean the frontend. The backend is working quite fine.
Yes of course.
>>https://github.com/MythTV/mythtv/issues/1099 >
> I tried it with „export LIBVA_DRI3_DISABLE=1” but no difference.
>
> So what is the plan now? Going back to QT5?