NelloKudo / osu-winello

osu! stable installer for Linux with patched Proton-osu and other nice features 8)
GNU General Public License v3.0
362 stars 17 forks source link

libGL error: MESA-LOADER failed to open #102

Closed SenyxLois closed 1 month ago

SenyxLois commented 1 month ago

Full log

pressure-vessel-wrap[9758]: W: Using libdrm from provider system for some but not all architectures! Will take /usr/share/libdrm from provider.
pressure-vessel-wrap[9758]: W: Using libGLX_mesa.so.0 from provider system for some but not all architectures! Will take /usr/share/drirc.d from provider.
fsync: up and running.
libGL error: MESA-LOADER: failed to open iris: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri:/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri:/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri)
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  150 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  511
  Current serial number in output stream:  510

OS : Fedora 40 Workstation

Why does libGL look into this 'pressure-vessel' path for libgl library instead of system one?

SenyxLois commented 1 month ago

After some digging a guy got the same issue as me #94 and found out about the hotfix for Ubuntu/debian https://github.com/NelloKudo/osu-winello/commit/c5908f29b14c52acfd356225193994375718aff7

Also some note : Last time i tried in Kde Neon 6.0 I notice how there is steam installed by itself (?) (also before the hotfix commit).

Will post result after installing steam.

SenyxLois commented 1 month ago

Osu ran after installing steam (prob because after the wine switch to proton update). Check out #103