mcshader-lsp
mcshader-lsp copied to clipboard
[Linux - mesa] extension crashes with NoAvailablePixelFormat
Logs: https://pastebin.com/zKCravCv
It crashes as soon as you open up a shaderpack. Not sure if there is really anything else other than its a AMD card and mesa version is 22.1.6-1 on arch Linux.
Can you link the whole outputs of glxinfo
, glinfo
and eglinfo
separately?
https://pastebin.com/v8nhyPWx no glinfo https://pastebin.com/eLHp3Mq9
Can you unzip this, place it somewhere, and point the extension towards it and let me know if it works? Also any other info on your setup would help: wayland, in a VM etc
Wayland, not in vm
Issue doesnt happen on nvidia+wayland (sway). Are you able to try xorg?
Also got to trying the executable sent also the samething.
on my computer (intel mesa) + (nvidia proprietary driver)
./mcshader-lsp
same as this issue.
but
__NV_PRIME_RENDER_OFFLOAD=1 ./mcshader-lsp
works
on my computer (intel mesa) + (nvidia proprietary driver)
./mcshader-lsp
same as this issue. but__NV_PRIME_RENDER_OFFLOAD=1 ./mcshader-lsp
works
That wont work for ColdeIce's issue unfortunately, but good to know about dual GPU laptops, Im not sure right now how I would auto-detect that (maybe just unconditionally pass it in)
That wont work for ColdeIce's issue unfortunately, but good to know about dual GPU laptops, Im not sure right now how I would auto-detect that (maybe just unconditionally pass it in)
thx, but I think only nvidia proprietary drivers will work properly
because I tried with llvmpipe
LIBGL_ALWAYS_SOFTWARE=true ./mcshader-lsp
it fails too