Skip to content
New issue

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

AppImage wont start after mesa 24.1.6 -> 24.2.* update #1334

Closed
1 of 2 tasks
VitaliiEv opened this issue Sep 13, 2024 · 3 comments
Closed
1 of 2 tasks

AppImage wont start after mesa 24.1.6 -> 24.2.* update #1334

VitaliiEv opened this issue Sep 13, 2024 · 3 comments
Labels
bug Something isn't working reviewed

Comments

@VitaliiEv
Copy link

Search first

  • I searched and no similar issues were found

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)

  1. Install mesa-24.2.*
  2. Download hiddify AppImage
  3. start application
  4. application starts, but UI is not created

Expected Behavior

Application starts and UI is initialised

Version

1.1.1, 2.0.5, 2.3.0

Platform/OS

Linux

Additional Context

Hiddify 2.*

Application Config Options

No response

Relevant log output

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

Are you willing to submit a PR? If you know how to fix the bug.

  • I'm willing to submit a PR (Thank you!)
@VitaliiEv VitaliiEv added the bug Something isn't working label Sep 13, 2024
@titancomputer
Copy link

duplicate issue #1057

this comment may help you #1057 (comment)

@RottenHumanity
Copy link

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

@VitaliiEv
Copy link
Author

VitaliiEv commented Sep 30, 2024

I solved the problem by emerging mesa without llvm support (USE="-llvm" ). Worked with all versions of mesa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reviewed
Projects
None yet
Development

No branches or pull requests

3 participants