OpenDriver2 / REDRIVER2

Driver 2 Playstation game reverse engineering effort
MIT License
1.04k stars 60 forks source link

[Linux] Flatpak version can't run because dependencies can't install #189

Closed SoapyMan closed 1 year ago

SoapyMan commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. install flatpak app
  2. (workaround) install org.freedesktop.Platform.Compat.i386
  3. (workaround) install org.freedesktop.Platform.GL32
  4. flatpak run io.github.opendriver2.Redriver2

Current behavior In log: [Psy-X] [GR_InitialiseGLContext] - Failed to initialise SDL window! [Psy-X] [GR_InitialiseRender] - Failed to Initialise GL Context!

Expected behavior

Environment and game:

SoapyMan commented 1 year ago

Oh nice, it is related to https://github.com/flatpak/flatpak/issues/3094

It won't install these. org.freedesktop.Platform.Compat.i386 org.freedesktop.Platform.GL32

SoapyMan commented 1 year ago

Won't fix.