Hi everyone. I am trying to run a very basic compo...
# compose-desktop
k
Hi everyone. I am trying to run a very basic compose app on a Raspberry Pi, but getting a java SIGSEGV. Skiko seems to be the issue, but not sure if updating it would even work. Has anyone dealt with this and gone around it?
Apparently it is an openGL driver issue being too low. There is a workaround
Copy code
export MESA_EXTENSION_OVERRIDE="-GL_ARB_invalidate_subdata"
Martin Ashby explains it in the thread of this issue. https://github.com/JetBrains/skiko/issues/649