Beta3 Appimage Could not initialize GLX

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Beta3 Appimage Could not initialize GLX

vienna

Hi fellows,

I am trying to run latest appimage beta3 and it coredumps straight away:

----snip----

unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
unknown: Could not initialize GLX
/tmp/.mount_digikaqdISmZ/AppRun: line 157: 166893 Aborted                 (core dumped) digikam $@

----snap----

Can't figure out why. Internet (https://stackoverflow.com/questions/53768408/qt3d-qt-glx-qglx-findconfig-failed-to-finding-matching-fbconfig-warning) is suggesting to put this into code, but I can't find where this is actually being used.

This is the build I am running: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=digikam-beta-appimage

What am I missing here?

BR;v

Reply | Threaded
Open this post in threaded view
|

Re: Beta3 Appimage Could not initialize GLX

Gilles Caulier-4
Hi,

We are in the final 7.0.0 release stage now. beta3 is a little bit old to test.

Please check with last weekly AppImage bundle that we provide :

https://files.kde.org/digikam/

Best

Gilles Caulier

Le jeu. 16 juil. 2020 à 10:32, vienna <[hidden email]> a écrit :

>
> Hi fellows,
>
> I am trying to run latest appimage beta3 and it coredumps straight away:
>
> ----snip----
>
> unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
> unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
> unknown: Could not initialize GLX
> /tmp/.mount_digikaqdISmZ/AppRun: line 157: 166893 Aborted                 (core dumped) digikam $@
>
> ----snap----
>
> Can't figure out why. Internet (https://stackoverflow.com/questions/53768408/qt3d-qt-glx-qglx-findconfig-failed-to-finding-matching-fbconfig-warning) is suggesting to put this into code, but I can't find where this is actually being used.
>
> This is the build I am running: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=digikam-beta-appimage
>
> What am I missing here?
>
> BR;v
Reply | Threaded
Open this post in threaded view
|

Re: Beta3 Appimage Could not initialize GLX

vienna
Hi,

Oh thanks, haven't noticed there was a newer one.

Unfortunately the latest available AppImage
(digikam-appimage-7.0.0-20200713T054246-x86-64.AppImage) shows the exact
same behavior.

BR;v


On 16.07.20 10:40, Gilles Caulier wrote:

> Hi,
>
> We are in the final 7.0.0 release stage now. beta3 is a little bit old to test.
>
> Please check with last weekly AppImage bundle that we provide :
>
> https://files.kde.org/digikam/
>
> Best
>
> Gilles Caulier
>
> Le jeu. 16 juil. 2020 à 10:32, vienna <[hidden email]> a écrit :
>> Hi fellows,
>>
>> I am trying to run latest appimage beta3 and it coredumps straight away:
>>
>> ----snip----
>>
>> unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
>> unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
>> unknown: Could not initialize GLX
>> /tmp/.mount_digikaqdISmZ/AppRun: line 157: 166893 Aborted                 (core dumped) digikam $@
>>
>> ----snap----
>>
>> Can't figure out why. Internet (https://stackoverflow.com/questions/53768408/qt3d-qt-glx-qglx-findconfig-failed-to-finding-matching-fbconfig-warning) is suggesting to put this into code, but I can't find where this is actually being used.
>>
>> This is the build I am running: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=digikam-beta-appimage
>>
>> What am I missing here?
>>
>> BR;v


Reply | Threaded
Open this post in threaded view
|

Re: Beta3 Appimage Could not initialize GLX

vienna
Hi,

solved it by rebuilding it from source.

Also verified it on my laptop, running Archlinux and KDE too, it ended
up with the same Appimage error.

BR;T

On 16.07.20 11:02, vienna wrote:

> Hi,
>
> Oh thanks, haven't noticed there was a newer one.
>
> Unfortunately the latest available AppImage
> (digikam-appimage-7.0.0-20200713T054246-x86-64.AppImage) shows the exact
> same behavior.
>
> BR;v
>
>
> On 16.07.20 10:40, Gilles Caulier wrote:
>> Hi,
>>
>> We are in the final 7.0.0 release stage now. beta3 is a little bit old to test.
>>
>> Please check with last weekly AppImage bundle that we provide :
>>
>> https://files.kde.org/digikam/
>>
>> Best
>>
>> Gilles Caulier
>>
>> Le jeu. 16 juil. 2020 à 10:32, vienna <[hidden email]> a écrit :
>>> Hi fellows,
>>>
>>> I am trying to run latest appimage beta3 and it coredumps straight away:
>>>
>>> ----snip----
>>>
>>> unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
>>> unknown: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
>>> unknown: Could not initialize GLX
>>> /tmp/.mount_digikaqdISmZ/AppRun: line 157: 166893 Aborted                 (core dumped) digikam $@
>>>
>>> ----snap----
>>>
>>> Can't figure out why. Internet (https://stackoverflow.com/questions/53768408/qt3d-qt-glx-qglx-findconfig-failed-to-finding-matching-fbconfig-warning) is suggesting to put this into code, but I can't find where this is actually being used.
>>>
>>> This is the build I am running: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=digikam-beta-appimage
>>>
>>> What am I missing here?
>>>
>>> BR;v
>