flathub / org.libretro.RetroArch

https://flathub.org/apps/details/org.libretro.RetroArch
Creative Commons Zero v1.0 Universal
18 stars 15 forks source link

glewInit() failed on wayland [PPSSPP] #114

Open G-Ray opened 5 years ago

G-Ray commented 5 years ago

Using PPSSPP core, starting a game results in a crash:

[INFO] [GL]: Using 1 textures.
[INFO] [GL]: Loaded 1 program(s).
[INFO] [GL]: Initializing HW render (2048 x 2048).
[INFO] [GL]: Max texture size: 16384 px, renderbuffer size: 16384 px.
[INFO] [GL]: Supports FBO (render-to-texture).
[INFO] [Joypad]: Found joypad driver: "sdl2".
[INFO] [Font]: Using font rendering backend: bitmap.
[INFO] [Video]: Found display server: null
[libretro INFO] [G3D] Context reset
[libretro ERROR] [G3D] glewInit() failed.

The issue only occurs on Wayland.

G-Ray commented 5 years ago

I guess it's due to the glew library installed on the machine used to compile the ppsspp core. I can't find where to report such issue on retroarch repositories, any help would be appreciated

G-Ray commented 5 years ago

I reported the issue in the upstream repository, it seems there is no repo specific to the libretro core. https://github.com/hrydgard/ppsspp/issues/12145