Summary: | Falkon crashes on startup with hardware acceleration enabled and Qt 6.9 | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Jure Repinc <jlp> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | jurajoravec |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 24.12.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/162263/events/798e7a4423364274a5c01606d4961e63/ | ||
Attachments: | New crash information added by DrKonqi |
Description
Jure Repinc
2025-04-12 18:34:14 UTC
Created attachment 180209 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
Hello and thank you for the report.
I do not see anything directly related to Falkon in the backtrace.
Because backtrace in Thread1 mentions stuff around GPU stuff I would try to disable the GPU acceleration in Falkon settings (if it was enabled before).
The falkon profile is located at around "home/<user>/.config/falkon/profiles/<profile, often default>".
Open settings.ini and modify it
> [Web-Browser-Settings]
> hardwareAccel=false
*NOTE*: It should only be one in the file, otherwise it may not work.
Yeah disabling hardware accelleration made it launch again. Although I do not see any update of Mesa in between, still the same version as before. The only bigger change I can see so far is that Qt has been updated from 6.8.2 to 6.9.0. The Qt6.9 only supports the "angle" backend and the falkon hardware acceleration tries to enable "desktop" backend. This could be causing problems on older versions. the soon to be released version fixes this. I do not know if this is the real problem or not at the moment. Yeah looks like you are right. This is the command line output if I start Falkon with HW accel enabled: Only --use-gl=angle is supported on this platform. [27293:27351:0412/235144.006405:ERROR:gl_factory.cc(103)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default),(gl=disabled,angle=none)]. Falkon: 2 extensions loaded Fatal: GLOzone not found for unknown KCrash: Application 'falkon' crashing... crashRecursionCounter = 2 |