You are not logged in.

#1 2025-05-31 11:13:39

apho
Member
Registered: 2025-05-31
Posts: 1

exit code ff

``` libjvm.so preloadLibrary(/home/apho/EternalMine/updates/jre-8u131-linux64/lib/amd64/default/libj9vm29.so): /home/apho/EternalMine/updates/jre-8u131-linux64/lib/amd64/default/libj9vm29.so: cannot enable executable stack as shared object requires: Invalid argument
libjvm.so failed to load: j9vm29

Exit code ff ```

I encountered a problem while testing the launcher on Arch. I investigated with execstack - it did not help. Maybe someone can suggest how to solve this problem?

Offline

#2 2025-05-31 15:48:12

seth
Member
Registered: 2012-09-03
Posts: 65,314

Re: exit code ff

Please use [code][/code] tags. Edit your post in this regard.
Then provide some context, notably what you're trying to run there and where you got it.
Most likely this is a glibc incompatibility, do NOT try to downgrade glibc - you'll break the entire system.
If this is some binary-only release you'll likely require an older gilbc version and LD_PRELOAD that for whatever it is you're trying to run - and that bundles some ancient java version.

Online

Board footer

Powered by FluxBB