We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating mesa 24.1.6 from 24.2.* application cannot initialise UI.
Linux 6.10.9-gentoo #1 SMP PREEMPT_DYNAMIC Mon Sep 9 09:23:03 MSK 2024 x86_64 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz GenuineIntel GNU/Linux
Installation parameters for mesa 24.1 and mesa- 24.2 are almost identical media-libs/mesa-24.1.6 USE="X (opengl) proprietary-codecs vulkan wayland zstd -d3d9 -debug -llvm -lm-sensors -opencl -osmesa (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan-overlay -xa" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="18 -15 -16 -17" VIDEO_CARDS="intel -d3d12 (-freedreno) -lavapipe (-lima) -nouveau -nvk (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink" 0 KiB
media-libs/mesa-24.2.2 USE="X llvm (opengl) proprietary-codecs vulkan wayland zstd -d3d9 -debug -lm-sensors -opencl -osmesa (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan-overlay -xa" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="18 -15 -16 -17" VIDEO_CARDS="intel -d3d12 (-freedreno) -lavapipe (-lima) -nouveau -nvk (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink" 0 KiB
Application starts and UI is initialised
1.1.1, 2.0.5, 2.3.0
Linux
No response
Version 1.1.1 (Нет доступной реализации GL = No available GL implementation) ** (hiddify:259545): WARNING **: 09:40:10.922: Failed to start Flutter renderer: Нет доступной реализации GL Version 2.0.5 - 2.3.0 (hiddify:261241): Gdk-CRITICAL **: 09:41:15.136: gdk_gl_context_make_current: assertion 'GDK_IS_GL_CONTEXT (context)' failed ** (hiddify:261241): WARNING **: 09:41:15.136: Failed to initialize GLArea: Нет доступной реализации GL ** (hiddify:261241): CRITICAL **: 09:41:16.297: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
The text was updated successfully, but these errors were encountered:
duplicate issue #1057
this comment may help you #1057 (comment)
Sorry, something went wrong.
same, on gentoo too, comment didnt help, the log it gives:
(hiddify:24179): Gdk-CRITICAL **: 14:27:38.275: gdk_gl_context_make_current: assertion 'GDK_IS_GL_CONTEXT (context)' failed ** (hiddify:24179): WARNING **: 14:27:38.275: Failed to initialize GLArea: No GL implementation is available
I solved the problem by emerging mesa without llvm support (USE="-llvm" ). Worked with all versions of mesa
No branches or pull requests
Search first
What Happened?
After updating mesa 24.1.6 from 24.2.* application cannot initialise UI.
Linux 6.10.9-gentoo #1 SMP PREEMPT_DYNAMIC Mon Sep 9 09:23:03 MSK 2024 x86_64 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz GenuineIntel GNU/Linux
Installation parameters for mesa 24.1 and mesa- 24.2 are almost identical
media-libs/mesa-24.1.6
USE="X (opengl) proprietary-codecs vulkan wayland zstd -d3d9 -debug -llvm -lm-sensors -opencl -osmesa (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan-overlay -xa" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2"
LLVM_SLOT="18 -15 -16 -17"
VIDEO_CARDS="intel -d3d12 (-freedreno) -lavapipe (-lima) -nouveau -nvk (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink" 0 KiB
media-libs/mesa-24.2.2
USE="X llvm (opengl) proprietary-codecs vulkan wayland zstd -d3d9 -debug -lm-sensors -opencl -osmesa (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan-overlay -xa" ABI_X86="(64) -32 (-x32)"
CPU_FLAGS_X86="sse2"
LLVM_SLOT="18 -15 -16 -17"
VIDEO_CARDS="intel -d3d12 (-freedreno) -lavapipe (-lima) -nouveau -nvk (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink" 0 KiB
Minimal Reproducible Example (MRE)
Expected Behavior
Application starts and UI is initialised
Version
1.1.1, 2.0.5, 2.3.0
Platform/OS
Linux
Additional Context
Application Config Options
No response
Relevant log output
Are you willing to submit a PR? If you know how to fix the bug.
The text was updated successfully, but these errors were encountered: