You are not logged in.

#1 Yesterday 19:29:25

astroboy
Member
Registered: 2025-06-22
Posts: 6

Skiko RenderException: Cannot create OpenGL context

Hello.

I'm having trouble running applications that use Skiko for rendering. So JetBrains IDEs for example. Running PyCharm 2026.1.2 leads to the following output:

2026-06-14 21:07:44,721 [    270]   WARN - #c.i.i.p.PluginManager - Problems found loading plugins:
  Plugin 'Data Wrangler' (com.intellij.dataWrangler.plugin) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'FTP/SFTP/WebDAV Connectivity' (com.jetbrains.plugins.webDeployment) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'SSH Remote Run' (org.jetbrains.plugins.remote-run) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Time Tracking' (com.intellij.tasks.timeTracking) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Python' (Pythonid) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Django' (com.intellij.python.django) requires plugin with id=Pythonid to be enabled
  Plugin 'Remote Development Gateway' (com.jetbrains.gateway) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Database Tools and SQL' (com.intellij.database) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Sass' (org.jetbrains.plugins.sass) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'PostCSS' (org.intellij.plugins.postcss) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Less' (org.jetbrains.plugins.less) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'JavaScript Debugger' (JavaScriptDebugger) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Tailwind CSS' (com.intellij.tailwindcss) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Styled Components & Styled JSX' (com.deadlock.scsyntax) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Node.js' (NodeJS) requires plugin with id=JavaScriptDebugger to be enabled
  Plugin 'Node.js Remote Interpreter' (org.jetbrains.plugins.node-remote-interpreter) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Next.js' (intellij.nextjs) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'Karma' (Karma) has dependency on 'JetBrains Ultimate' which cannot be loaded
  Plugin 'PyScript' (com.jetbrains.python.pyscript) requires plugin with id=Pythonid to be enabled
  Plugin 'Dev Containers' (org.jetbrains.plugins.docker.gateway) has dependency on 'JetBrains Ultimate' which cannot be loaded
2026-06-14 21:07:44,744 [    293]   WARN - #c.i.p.instanceContainer - InstanceNotOverridableException: Override failed for com.intellij.openapi.project.impl.ProjectStoreFactory: com.intellij.configurationScript.providers.ConfigurationScriptProjectStoreFactory attempts to override com.intellij.configurationStore.PlatformLangProjectStoreFactory, but the existing implementation is not overriddable (not declared as 'open=true')
2026-06-14 21:07:44,746 [    295]   WARN - #c.i.p.instanceContainer - InstanceNotOverridableException: Override failed for com.intellij.modcommand.ModCommandExecutor: com.jetbrains.rdserver.ui.intentions.RemoteModCommandExecutor attempts to override com.intellij.lang.impl.modcommand.ModCommandExecutorImpl, but the existing implementation is not overriddable (not declared as 'open=true')
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::allocateMemory has been called by io.netty.util.internal.PlatformDependent0$2
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.PlatformDependent0$2
WARNING: sun.misc.Unsafe::allocateMemory will be removed in a future release
2026-06-14 21:07:44,918 [    467]   WARN - #c.i.s.c.i.StationSocketConnectionLoop - Discovery connection failed with NoSuchFileException (/run/user/1000/jb.station.sock)
2026-06-14 21:07:45,318 [    867]   WARN - #c.i.w.i.i.l.m.ModuleBridgeLoaderService - Loaded from cache, but no serialized modules found. Workspace model cache will be ignored, project structure will be recreated.
2026-06-14 21:07:45,535 [   1084]   WARN - #c.i.n.i.NotificationGroupManagerImpl - Notification group Python LSP Tools is already registered (group=com.intellij.notification.NotificationGroup@4589f4f5). Plugin descriptor: ContentModuleDescriptor(id=intellij.python.lsp.impl, loadingRule=REQUIRED) <- PluginMainDescriptor(name=Python LSP, id=intellij.python.lsp, version=261.24374.152, isBundled=true, path=~/Apps/pycharm-2026.1.2/plugins/python-lsp)
[SKIKO] warn: Fallback to next API
org.jetbrains.skiko.RenderException: Cannot create OpenGL context

The most important is the error at the end:

[SKIKO] warn: Fallback to next API
org.jetbrains.skiko.RenderException: Cannot create OpenGL context

PyCharm immediately hangs, I can see the editor is rendered, but can't do anything, I can also hear the CPU rev up.

Android Studio does launch (because not all its codebase is migrated to Skiko I think), but if I try to click the create new project button, I get the same OpenGL context error in the logs, and the same issue with the IDE hanging, and CPU revving up.

Furthermore, I have built some Compose Multiplatform apps myself, and they have the exact same issue: launching the app jars doesn't show any windows, the CPU is revving, but there is absolutely nothing in the logs. Compose Multiplatform is using Skiko as its rendering engine.

One thing to note is: I use my apps daily, and they used to work for months, so the issue is not in the apps, but in my system. I noticed the problem on May 31st in the evening, and I usually do a full system update using `yay` in the morning.

Maybe something went wrong when updating? These are my pacman logs on May 30 and 31:

[2026-05-30T10:22:54+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2026-05-30T10:22:54+0200] [PACMAN] synchronizing package lists
[2026-05-30T10:23:29+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- qemu'
[2026-05-30T10:23:40+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- qemu'
[2026-05-30T10:23:43+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- qemu*'
[2026-05-30T10:25:11+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- qemu-audio-alsa qemu-audio-dbus qemu-audio-jack qemu-audio-oss qemu-audio-pa qemu-audio-pipewire qemu-audio-sdl qemu-audio-spice qemu-base qemu-block-curl qemu-block-dmg qemu-block-gluster qemu-block-iscsi qemu-block-nfs qemu-block-ssh qemu-chardev-baum qemu-chardev-spice qemu-common qemu-desktop qemu-docs qemu-emulators-full qemu-full qemu-hw-display-qxl qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-gl qemu-hw-display-virtio-gpu-pci qemu-hw-display-virtio-gpu-pci-gl qemu-hw-display-virtio-gpu-pci-rutabaga qemu-hw-display-virtio-gpu-rutabaga qemu-hw-display-virtio-vga qemu-hw-display-virtio-vga-gl qemu-hw-display-virtio-vga-rutabaga qemu-hw-s390x-virtio-gpu-ccw qemu-hw-uefi-vars qemu-hw-usb-host qemu-hw-usb-redirect qemu-hw-usb-smartcard qemu-img qemu-pr-helper qemu-system-aarch64 qemu-system-alpha qemu-system-alpha-firmware qemu-system-arm qemu-system-arm-firmware qemu-system-avr qemu-system-hppa qemu-system-hppa-firmware qemu-system-loongarch64 qemu-system-m68k qemu-system-microblaze qemu-system-microblaze-firmware qemu-system-mips qemu-system-or1k qemu-system-ppc qemu-system-ppc-firmware qemu-system-riscv qemu-system-riscv-firmware qemu-system-rx qemu-system-s390x qemu-system-s390x-firmware qemu-system-sh4 qemu-system-sparc qemu-system-sparc-firmware qemu-system-tricore qemu-system-x86 qemu-system-x86-firmware qemu-system-xtensa qemu-tests qemu-tools qemu-ui-curses qemu-ui-dbus qemu-ui-egl-headless qemu-ui-gtk qemu-ui-opengl qemu-ui-sdl qemu-ui-spice-app qemu-ui-spice-core qemu-user qemu-vhost-user-gpu qemu-vmsr-helper'
[2026-05-30T10:25:24+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- libguestfs'
[2026-05-30T10:25:28+0200] [ALPM] transaction started
[2026-05-30T10:25:28+0200] [ALPM] removed libguestfs (1.56.2-5)
[2026-05-30T10:25:29+0200] [ALPM] transaction completed
[2026-05-30T10:25:29+0200] [ALPM] running '35-systemd-update.hook'...
[2026-05-30T10:25:31+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- qemu-audio-alsa qemu-audio-dbus qemu-audio-jack qemu-audio-oss qemu-audio-pa qemu-audio-pipewire qemu-audio-sdl qemu-audio-spice qemu-base qemu-block-curl qemu-block-dmg qemu-block-gluster qemu-block-iscsi qemu-block-nfs qemu-block-ssh qemu-chardev-baum qemu-chardev-spice qemu-common qemu-desktop qemu-docs qemu-emulators-full qemu-full qemu-hw-display-qxl qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-gl qemu-hw-display-virtio-gpu-pci qemu-hw-display-virtio-gpu-pci-gl qemu-hw-display-virtio-gpu-pci-rutabaga qemu-hw-display-virtio-gpu-rutabaga qemu-hw-display-virtio-vga qemu-hw-display-virtio-vga-gl qemu-hw-display-virtio-vga-rutabaga qemu-hw-s390x-virtio-gpu-ccw qemu-hw-uefi-vars qemu-hw-usb-host qemu-hw-usb-redirect qemu-hw-usb-smartcard qemu-img qemu-pr-helper qemu-system-aarch64 qemu-system-alpha qemu-system-alpha-firmware qemu-system-arm qemu-system-arm-firmware qemu-system-avr qemu-system-hppa qemu-system-hppa-firmware qemu-system-loongarch64 qemu-system-m68k qemu-system-microblaze qemu-system-microblaze-firmware qemu-system-mips qemu-system-or1k qemu-system-ppc qemu-system-ppc-firmware qemu-system-riscv qemu-system-riscv-firmware qemu-system-rx qemu-system-s390x qemu-system-s390x-firmware qemu-system-sh4 qemu-system-sparc qemu-system-sparc-firmware qemu-system-tricore qemu-system-x86 qemu-system-x86-firmware qemu-system-xtensa qemu-tests qemu-tools qemu-ui-curses qemu-ui-dbus qemu-ui-egl-headless qemu-ui-gtk qemu-ui-opengl qemu-ui-sdl qemu-ui-spice-app qemu-ui-spice-core qemu-user qemu-vhost-user-gpu qemu-vmsr-helper'
[2026-05-30T10:25:43+0200] [ALPM] transaction started
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-full (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-vmsr-helper (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-tools (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-tests (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-pr-helper (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-s390x-virtio-gpu-ccw (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-emulators-full (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-user (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-xtensa (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-tricore (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-sparc (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-sparc-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-sh4 (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-s390x (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-s390x-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-rx (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-riscv (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-riscv-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-ppc (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-ppc-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-or1k (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-mips (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-microblaze (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-microblaze-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-m68k (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-loongarch64 (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-hppa (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-hppa-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-avr (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-arm (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-arm-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-alpha (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-alpha-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-aarch64 (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-docs (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-desktop (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-vhost-user-gpu (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-spice-app (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-sdl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-gtk (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-egl-headless (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-dbus (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-curses (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-usb-smartcard (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-usb-redirect (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-usb-host (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-uefi-vars (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-vga-rutabaga (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-vga-gl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-vga (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-gpu-rutabaga (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-gpu-pci-rutabaga (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-gpu-pci-gl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-gpu-pci (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-gpu-gl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-virtio-gpu (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-hw-display-qxl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-chardev-spice (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-chardev-baum (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-block-ssh (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-block-nfs (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-block-iscsi (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-block-gluster (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-block-dmg (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-block-curl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-base (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-x86 (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-system-x86-firmware (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-img (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-spice (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-spice-core (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-ui-opengl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-sdl (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-pipewire (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-pa (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-oss (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-jack (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-dbus (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-audio-alsa (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] removed qemu-common (11.0.0-1)
[2026-05-30T10:25:43+0200] [ALPM] transaction completed
[2026-05-30T10:25:43+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2026-05-30T10:25:43+0200] [ALPM] running '35-systemd-update.hook'...
[2026-05-30T10:25:43+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2026-05-30T10:25:43+0200] [ALPM] running 'update-desktop-database.hook'...
[2026-05-30T10:25:45+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2026-05-30T10:25:45+0200] [PACMAN] synchronizing package lists
[2026-05-30T10:25:54+0200] [PACMAN] Running 'pacman -S -u -y --config /etc/pacman.conf --'
[2026-05-30T10:25:54+0200] [PACMAN] synchronizing package lists
[2026-05-30T10:25:54+0200] [PACMAN] starting full system upgrade
[2026-05-30T10:26:04+0200] [ALPM] transaction started
[2026-05-30T10:26:04+0200] [ALPM] upgraded dos2unix (7.5.5-1 -> 7.5.6-1)
[2026-05-30T10:26:04+0200] [ALPM] upgraded gendesk (1.0.10-1 -> 1.0.15-1)
[2026-05-30T10:26:04+0200] [ALPM] upgraded systemd-libs (260.1-2 -> 260.2-2)
[2026-05-30T10:26:05+0200] [ALPM] upgraded systemd (260.1-2 -> 260.2-2)
[2026-05-30T10:26:05+0200] [ALPM] upgraded gnome-session (50.0-1 -> 50.1-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded libgdm (50.0-2 -> 50.1-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded gnome-shell (1:50.1-2 -> 1:50.2-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded harper (2.2.1-1 -> 2.3.1-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded imath (3.2.2-5 -> 3.2.2-6)
[2026-05-30T10:26:05+0200] [ALPM] upgraded lib32-systemd (260.1-1 -> 260.2-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded libheif (1.22.2-1 -> 1.23.0-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded mkinitcpio (41-3 -> 41-4)
[2026-05-30T10:26:05+0200] [ALPM] upgraded pnpm (10.33.4-1 -> 11.3.0-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded python-pipx (1.12.0-1 -> 1.13.0-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded python-rpds-py (0.30.0-3 -> 2026.5.1-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded soundtouch (2.4.0-1 -> 2.4.1-1)
[2026-05-30T10:26:05+0200] [ALPM] upgraded systemd-sysvcompat (260.1-2 -> 260.2-2)
[2026-05-30T10:26:05+0200] [ALPM] upgraded uv (0.11.16-1 -> 0.11.17-1)
[2026-05-30T10:26:06+0200] [ALPM] upgraded wxwidgets-common (3.2.10-1 -> 3.2.10-2)
[2026-05-30T10:26:06+0200] [ALPM] upgraded wxwidgets-gtk3 (3.2.10-1 -> 3.2.10-2)
[2026-05-30T10:26:06+0200] [ALPM] transaction completed
[2026-05-30T10:26:06+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2026-05-30T10:26:06+0200] [ALPM] running '21-systemd-tmpfiles.hook'...
[2026-05-30T10:26:06+0200] [ALPM] running '25-systemd-catalog.hook'...
[2026-05-30T10:26:06+0200] [ALPM] running '25-systemd-hwdb.hook'...
[2026-05-30T10:26:06+0200] [ALPM] running '25-systemd-sysctl.hook'...
[2026-05-30T10:26:06+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2026-05-30T10:26:07+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2026-05-30T10:26:07+0200] [ALPM] running '30-update-mime-database.hook'...
[2026-05-30T10:26:07+0200] [ALPM] running '35-systemd-enqueue-marked.hook'...
[2026-05-30T10:26:07+0200] [ALPM] running '35-systemd-udev-reload.hook'...
[2026-05-30T10:26:08+0200] [ALPM] running '35-systemd-update.hook'...
[2026-05-30T10:26:08+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -U /boot/EFI/Linux/arch-linux.efi --splash /usr/share/systemd/bootctl/splash-arch.bmp
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET] ==> Starting build: '7.0.10-arch1-1'
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-05-30T10:26:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qat_6xxx'
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET] ==> Creating unified kernel image: '/boot/EFI/Linux/arch-linux.efi'
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET] ==> Unified kernel image generation successful
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET] ==> Running post hooks
[2026-05-30T10:26:09+0200] [ALPM-SCRIPTLET]   -> Running post hook: [sbctl]
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] old configuration detected. Please use `sbctl setup --migrate`
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] Signing /boot/EFI/Linux/arch-linux.efi
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] old configuration detected. Please use `sbctl setup --migrate`
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] ✓ Signed /boot/EFI/Linux/arch-linux.efi
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] ==> Post processing done
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -U /boot/EFI/Linux/arch-linux-fallback.efi -S autodetect
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] ==> Starting build: '7.0.10-arch1-1'
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2026-05-30T10:26:10+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2026-05-30T10:26:11+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2026-05-30T10:26:12+0200] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2026-05-30T10:26:13+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qat_6xxx'
[2026-05-30T10:26:13+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2026-05-30T10:26:13+0200] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2026-05-30T10:26:13+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ==> Creating unified kernel image: '/boot/EFI/Linux/arch-linux-fallback.efi'
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ==> Unified kernel image generation successful
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ==> Running post hooks
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET]   -> Running post hook: [sbctl]
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] old configuration detected. Please use `sbctl setup --migrate`
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] Signing /boot/EFI/Linux/arch-linux-fallback.efi
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] old configuration detected. Please use `sbctl setup --migrate`
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ✓ Signed /boot/EFI/Linux/arch-linux-fallback.efi
[2026-05-30T10:26:15+0200] [ALPM-SCRIPTLET] ==> Post processing done
[2026-05-30T10:26:16+0200] [ALPM] running 'dbus-reload.hook'...
[2026-05-30T10:26:16+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2026-05-30T10:26:16+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2026-05-30T10:26:16+0200] [ALPM] running 'rebuild-detector.hook'...
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] foreign	python-backports-zstd
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] foreign	python-clickgen
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] foreign	python-kiss-headers
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] foreign	python-manimpango
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] foreign	python-pyqt5-webengine
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] foreign	python-single-version
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] foreign	redshift-gtk-git
[2026-05-30T10:26:17+0200] [ALPM] running 'update-desktop-database.hook'...
[2026-05-30T10:26:17+0200] [ALPM] running 'zz-sbctl.hook'...
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] old configuration detected. Please use `sbctl setup --migrate`
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] Generating EFI bundles....
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] File has already been signed /boot/EFI/Linux/arch-linux-fallback.efi
[2026-05-30T10:26:17+0200] [ALPM-SCRIPTLET] File has already been signed /boot/EFI/Linux/arch-linux.efi
[2026-05-30T18:34:25+0200] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/python-pystray extra/libtorrent extra/python-lz4'
[2026-05-30T18:34:27+0200] [ALPM] transaction started
[2026-05-30T18:34:27+0200] [ALPM] installed python-pystray (0.19.5-7)
[2026-05-30T18:34:27+0200] [ALPM] installed libtorrent (0.16.12-1)
[2026-05-30T18:34:27+0200] [ALPM] installed python-lz4 (4.4.5-2)
[2026-05-30T18:34:27+0200] [ALPM] transaction completed
[2026-05-30T18:34:27+0200] [ALPM] running '35-systemd-update.hook'...
[2026-05-30T18:34:27+0200] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- libtorrent python-lz4 python-pystray'
[2026-05-30T18:34:32+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/sun/.cache/yay/tribler-bin/tribler-bin-8.4.2-1-x86_64.pkg.tar.zst'
[2026-05-30T18:34:33+0200] [ALPM] transaction started
[2026-05-30T18:34:33+0200] [ALPM] installed tribler-bin (8.4.2-1)
[2026-05-30T18:34:33+0200] [ALPM] transaction completed
[2026-05-30T18:34:33+0200] [ALPM] running '35-systemd-update.hook'...
[2026-05-30T18:34:33+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2026-05-30T18:34:33+0200] [ALPM] running 'update-desktop-database.hook'...
[2026-05-30T18:34:33+0200] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- tribler-bin'
[2026-05-31T12:30:27+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2026-05-31T12:30:27+0200] [PACMAN] synchronizing package lists
[2026-05-31T12:31:58+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2026-05-31T12:31:58+0200] [PACMAN] synchronizing package lists
[2026-05-31T12:32:06+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- aur/lmstudio-bin'
[2026-05-31T12:32:11+0200] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- lmstudio-bin'
[2026-05-31T12:32:11+0200] [ALPM] transaction started
[2026-05-31T12:32:12+0200] [ALPM] removed lmstudio-bin (0.4.14-4)
[2026-05-31T12:32:12+0200] [ALPM] transaction completed
[2026-05-31T12:32:12+0200] [ALPM] running '35-systemd-update.hook'...
[2026-05-31T12:32:12+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2026-05-31T12:32:12+0200] [ALPM] running 'update-desktop-database.hook'...
[2026-05-31T12:32:15+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2026-05-31T12:32:15+0200] [PACMAN] synchronizing package lists
[2026-05-31T12:32:17+0200] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2026-05-31T12:32:17+0200] [PACMAN] synchronizing package lists
[2026-05-31T12:32:17+0200] [PACMAN] starting full system upgrade
[2026-05-31T12:32:37+0200] [ALPM] transaction started
[2026-05-31T12:32:37+0200] [ALPM] upgraded iana-etc (20260511-1 -> 20260530-1)
[2026-05-31T12:32:38+0200] [ALPM] upgraded llvm-libs (22.1.5-1 -> 22.1.6-1)
[2026-05-31T12:32:38+0200] [ALPM] upgraded compiler-rt (22.1.5-1 -> 22.1.6-1)
[2026-05-31T12:32:38+0200] [ALPM] upgraded clang (22.1.5-1 -> 22.1.6-1)
[2026-05-31T12:32:38+0200] [ALPM] upgraded kcolorscheme (6.26.0-1 -> 6.26.0-2)
[2026-05-31T12:32:38+0200] [ALPM] upgraded kirigami (6.26.0-1 -> 6.26.0-2)
[2026-05-31T12:32:38+0200] [ALPM] upgraded ksvg (6.26.0-1 -> 6.26.0-2)
[2026-05-31T12:32:39+0200] [ALPM] upgraded lib32-llvm-libs (1:22.1.5-1 -> 1:22.1.6-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libabw (0.1.3-6 -> 0.1.4-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libcdr (0.1.8-4 -> 0.1.9-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libfreehand (0.1.2-6 -> 0.1.3-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libgphoto2 (2.5.33-1 -> 2.5.34-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libical (4.0.1-1 -> 4.0.2-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libmspub (0.1.4-19 -> 0.1.5-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libqxp (0.0.2-15 -> 0.0.3-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded libvisio (0.1.10-3 -> 0.1.11-1)
[2026-05-31T12:32:39+0200] [ALPM] upgraded lld (22.1.5-3 -> 22.1.6-1)
[2026-05-31T12:32:40+0200] [ALPM] upgraded llvm (22.1.5-1 -> 22.1.6-1)
[2026-05-31T12:32:40+0200] [ALPM] upgraded suitesparse (7.12.2-1 -> 7.12.2-2)
[2026-05-31T12:32:40+0200] [ALPM] transaction completed
[2026-05-31T12:32:40+0200] [ALPM] running '25-systemd-hwdb.hook'...
[2026-05-31T12:32:40+0200] [ALPM] running '35-systemd-udev-reload.hook'...
[2026-05-31T12:32:41+0200] [ALPM] running '35-systemd-update.hook'...
[2026-05-31T12:32:41+0200] [ALPM] running 'rebuild-detector.hook'...
[2026-05-31T12:32:42+0200] [ALPM-SCRIPTLET] foreign	python-backports-zstd
[2026-05-31T12:32:42+0200] [ALPM-SCRIPTLET] foreign	python-clickgen
[2026-05-31T12:32:42+0200] [ALPM-SCRIPTLET] foreign	python-kiss-headers
[2026-05-31T12:32:42+0200] [ALPM-SCRIPTLET] foreign	python-manimpango
[2026-05-31T12:32:42+0200] [ALPM-SCRIPTLET] foreign	python-pyqt5-webengine
[2026-05-31T12:32:42+0200] [ALPM-SCRIPTLET] foreign	python-single-version
[2026-05-31T12:32:42+0200] [ALPM-SCRIPTLET] foreign	redshift-gtk-git
[2026-05-31T12:34:12+0200] [PACMAN] Running 'pacman -S -c --config /etc/pacman.conf --'

I'm not sure if there is anything in the updated packages that is related to OpenGL.

`inxi -Fxz` output:

System:
  Kernel: 7.0.12-arch1-1 arch: x86_64 bits: 64 compiler: gcc v: 16.1.1
  Desktop: Cinnamon v: 6.6.8 Distro: Arch Linux
Machine:
  Type: Desktop Mobo: Micro-Star model: MPG B650 CARBON WIFI (MS-7D74) v: 1.0
    serial: <superuser required> Firmware: UEFI vendor: American Megatrends LLC.
    v: 1.B0 date: 02/06/2024
CPU:
  Info: 8-core model: AMD Ryzen 7 7800X3D bits: 64 type: MT MCP arch: Zen 4
    rev: 2 cache: L1: 512 KiB L2: 8 MiB L3: 96 MiB
  Speed (MHz): avg: 3461 min/max: 426/5053 boost: enabled cores: 1: 3461
    2: 3461 3: 3461 4: 3461 5: 3461 6: 3461 7: 3461 8: 3461 9: 3461 10: 3461
    11: 3461 12: 3461 13: 3461 14: 3461 15: 3461 16: 3461 bogomips: 134394
  Flags-basic: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a
    ssse3 svm
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 32 [Radeon RX 7700 XT /
    7800 XT] vendor: Gigabyte driver: amdgpu v: kernel arch: RDNA-3
    bus-ID: 03:00.0
  Device-2: Advanced Micro Devices [AMD/ATI] Raphael vendor: Micro-Star MSI
    driver: amdgpu v: kernel arch: RDNA-2 bus-ID: 13:00.0 temp: 36.0 C
  Device-3: Logitech Webcam C270 driver: snd-usb-audio,uvcvideo type: USB
    bus-ID: 1-5.2.2:16
  Display: x11 server: X.org v: 1.21.1.23 with: Xwayland v: 24.1.12 driver:
    X: loaded: amdgpu unloaded: modesetting,radeon dri: radeonsi gpu: amdgpu
    resolution: N/A
  API: EGL v: 1.5 drivers: radeonsi,swrast platforms:
    active: gbm,x11,surfaceless,device inactive: wayland
  API: OpenGL v: 4.6 vendor: amd mesa v: 26.1.2-arch1.1 glx-v: 1.4
    direct-render: yes renderer: AMD Radeon RX 7800 XT (radeonsi navi32 ACO DRM
    3.64 7.0.12-arch1-1)
  API: Vulkan v: 1.4.350 drivers: radv surfaces: N/A devices: 2
  Info: Tools: api: eglinfo, glxinfo, vulkaninfo gpu: lact x11: xprop,xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 31 HDMI/DP Audio
    driver: snd_hda_intel v: kernel bus-ID: 03:00.1
  Device-2: Advanced Micro Devices [AMD/ATI] Radeon High Definition Audio
    vendor: Micro-Star MSI driver: snd_hda_intel v: kernel bus-ID: 13:00.1
  Device-3: Advanced Micro Devices [AMD] Ryzen HD Audio
    vendor: Micro-Star MSI driver: snd_hda_intel v: kernel bus-ID: 13:00.6
  Device-4: ASUSTek USB Audio driver: hid-generic,snd-usb-audio,usbhid
    type: USB bus-ID: 1-4:2
  Device-5: Samson Q2U handheld mic with XLR
    driver: hid-generic,snd-usb-audio,usbhid type: USB bus-ID: 1-5.2.1:15
  Device-6: Logitech Webcam C270 driver: snd-usb-audio,uvcvideo type: USB
    bus-ID: 1-5.2.2:16
  Device-7: Micro Star USB Audio driver: hid-generic,snd-usb-audio,usbhid
    type: USB bus-ID: 1-6:4
  API: ALSA v: k7.0.12-arch1-1 status: kernel-api
  Server-1: sndiod v: N/A status: off
  Server-2: PipeWire v: 1.6.6 status: active
Network:
  Device-1: Realtek RTL8125 2.5GbE vendor: Micro-Star MSI driver: r8169
    v: kernel port: c000 bus-ID: 0e:00.0
  IF: enp14s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  Device-2: MEDIATEK MT7922 802.11ax PCI Express Wireless Network Adapter
    driver: mt7921e v: kernel bus-ID: 0f:00.0
  IF: wlan0 state: down mac: <filter>
Bluetooth:
  Device-1: MediaTek Wireless_Device driver: btusb v: 0.8 type: USB
    bus-ID: 1-7:9
  Report: btmgmt ID: hci0 rfk-id: 5 state: down bt-service: enabled,running
    rfk-block: hardware: no software: yes address: <filter> bt-v: 5.3 lmp-v: 12
Drives:
  Local Storage: total: 953.88 GiB used: 299.24 GiB (31.4%)
  ID-1: /dev/nvme0n1 vendor: Lexar model: SSD NM790 512GB size: 476.94 GiB
    temp: 47.9 C
  ID-2: /dev/nvme1n1 vendor: Lexar model: SSD NM790 512GB size: 476.94 GiB
    temp: 35.9 C
Partition:
  ID-1: / size: 476.42 GiB used: 299.1 GiB (62.8%) fs: btrfs dev: /dev/dm-0
    mapped: root
  ID-2: /boot size: 511 MiB used: 144.9 MiB (28.4%) fs: vfat
    dev: /dev/nvme0n1p1
  ID-3: /home size: 476.42 GiB used: 299.1 GiB (62.8%) fs: btrfs
    dev: /dev/dm-0 mapped: root
  ID-4: /var/log size: 476.42 GiB used: 299.1 GiB (62.8%) fs: btrfs
    dev: /dev/dm-0 mapped: root
Swap:
  ID-1: swap-1 type: file size: 4 GiB used: 0 KiB (0.0%) file: /swap/swapfile
  ID-2: swap-2 type: zram size: 4 GiB used: 534 MiB (13.0%) dev: /dev/zram0
Sensors:
  System Temperatures: cpu: 51.6 C mobo: 39.5 C
  Fan Speeds (rpm): N/A
  GPU: device: amdgpu temp: 52.0 C fan: 0 device: amdgpu temp: 36.0 C
Info:
  Memory: total: 16 GiB note: est. available: 14.8 GiB used: 5.96 GiB (40.3%)
  Processes: 462 Uptime: 10h 57m Init: systemd
  Packages: 2058 Compilers: clang: 22.1.6 gcc: 16.1.1 Shell: Zsh v: 5.9.1
    inxi: 3.3.40

Last edited by astroboy (Yesterday 19:31:29)

Offline

#2 Yesterday 22:11:40

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,085

Re: Skiko RenderException: Cannot create OpenGL context

jetbrains IDE is only present in AUR, pycharm is from repos and should not need anything from aur .

Skiko doesn't seem to be present in repos or aur , how did you install it and what is the relation between skiko and pycharm ?

What command were you using to start pycharm that caused this error ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB