Luis Paulino

Results 8 comments of Luis Paulino

Seems to be fixed. I still get the white rectangle for like a second, but Lapce opens afterwards. I recently had to reinstall graphics drivers, so that might've been the...

The issue is back, but I still think it might be a driver issue. Also, just found out that I need to run Lapce with "-w" if I want to...

In my case, it can be fixed by setting WGPU_BACKEND=`dx12` or `gl`, so it's definitely a Vulkan issue. Unless SeleDreams's crash is also Vulkan related, I will close this issue.

Could you post the backtrace? Or if you have a gdb log could you post the relevant portion? Also please try the different WGPU_BACKEND options to see if it's actually...

> GDB output says nothing useful, please don't post it as it only clutters the issue I see. At least in my case it helped me identify it as a...

Wouldn't that complicate the init code a bit more in GLFW? Since envars come as strings, I feel like we'd need to handle more cases than here because we can...

> Hm, should this be rather done as an ENV var in GLFW? Seems like something users would want to set permanently. Done [here](https://github.com/JuliaGL/GLFW.jl/pull/247)

@willcoxe You mentioned that the latest libx11 for your system is 1.8.7, but it looks like Julia is using 1.8.12: https://github.com/JuliaPackaging/Yggdrasil/blob/master/X/Xorg_libX11/build_tarballs.jl. Would you be able to build and install libx11-1.8.12...