TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
187 stars 3 forks source link

[BUG] Not properly detecting dependencies #651

Closed tperlot closed 1 year ago

tperlot commented 1 year ago

Is there an existing issue for this?

Operating System

Fedora

CPU

No response

GPU

No response

Storage

No response

Game Version

4.18.1

Game Mode

I was using the editor!

Theme

No response

Describe the problem

The game doesn't properly detect libbz2.so.1.0.x which requires the user to fix with a symlink.

Describe what should happen

The program should be capable of picking sub-versions of required dependencies.

Relevant Log output

ldd OutFox libbz2.so.1.0 => not found

/usr/lib ls libbz2.so.1 libbz2.so.1.0.8

tperlot commented 1 year ago

Found a similar issue after changing search terms. I don't agree with the approach of the development team but I don't have the power to change that.

FWIW I think using an AppImage would be the best solution if the team doesn't want to mess with dependencies on their Linux builds. DuckStation and PCSX2 are two good examples in the gaming space that provide those solutions.