RSDKModding / RSDKv5-Decompilation

A complete decompilation of Retro Engine (v5)
Other
402 stars 138 forks source link

Crashing on GLFW 3.4 #274

Closed Eggmanplant closed 2 weeks ago

Eggmanplant commented 1 month ago

OS: Void Linux DE: GNOME Display Server: Wayland Temporarily fixed by downgrading GLFW to 3.3. Fails with log output like "GLEW failed to init: Unknown error" GLFW 3.4 introduces native Wayland. Maybe this also happened on Arch, which had it updated some time ago, but I was playing Minecraft at the time. Untested on Xorg, but it is laggy for me.

Mefiresu commented 1 month ago

Sounds like a GLFW/GLEW regression more than a RSDKv5 bug. What is your GPU and GPU driver version?

Eggmanplant commented 1 month ago

Radeon RX 6600, Mesa (Linux driver) 24.1.3

Mefiresu commented 2 weeks ago

Should be fixed by 7c954fc (hacky workaround until GLEW finally gets updated).