bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
610 stars 64 forks source link

MangoHud does not work across stratums #167

Closed Cervoxx closed 4 years ago

Cervoxx commented 4 years ago

Summary

If you try to use mangohud on an application in a different stratum, it will throw this error

ERROR: ld.so: object 'libMangoHud.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

This does not occur if both programs are in the same stratum.

Details

Cervoxx commented 4 years ago

Was not aware that this type of issue was caused as a result of unsupported cross-stratum libraries. Closing.