shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
125 stars 12 forks source link

Unable to load drivers #120

Closed HeyaGlitz closed 11 months ago

HeyaGlitz commented 11 months ago

https://pastebin.com/QBYJYasi On first launch, I encounter this error and the last three lines in square brackets just repeat until I kill Steam. I can only see the updater progress, however when it's done updating, I don't get a login window or any kind of visuals.

On subsequent launches, Steam exits with status code 0 and prints this twice ERROR: ld.so: object 'steamfix.so' from LD_PRELOAD cannot be preloaded: ignored.

I'm using 14-CURRENT, drm-515-kmod (amdgpu) with an RX 6600 XT.

shkhln commented 11 months ago

See #119.

HeyaGlitz commented 11 months ago

I wouldn't have opened this issue if that was the exact same error as what I have. Yes the repeating lines are the same thing, but a difference between #119 and mine is that it also prints

libGL error: MESA-LOADER: failed to retrieve device information
libGL error: unable to load driver: amdgpu_dri.so

Are you sure that that fix would also apply here?

shkhln commented 11 months ago

That simply means you are stuck with software rendering, which still works for displaying the Steam client's UI.

HeyaGlitz commented 11 months ago

Alright, thanks!