ModificationStation / StationAPI

A general use API for Fabric Loader mods on legacy Minecraft versions.
85 stars 19 forks source link

Inconsistency detected #116

Closed Stomarver closed 4 months ago

Stomarver commented 4 months ago

The last lines of log:

Inconsistency detected by ld.so: dl-lookup.c: 106: check_match: 
Assertion `version->filename == NULL || ! _dl_name_match_p 
(version->filename, map)' failed!
Process exited with code 127.

OS: Arch 64-bit Java: 17 Launcher: PrismLauncher (Native, from AUR)

With Java 8 every mods is worked (except for those that require the station api and/or Java 17) In principle, the game does not start with 17 Java I can send you a video showing the problem if needed.

mineLdiver commented 4 months ago

Known Linux issue. Try using Temurin JDK.

Stomarver commented 4 months ago

Known Linux issue. Try using Temurin JDK.

From AUR?

Stomarver commented 4 months ago

YAY, this workz!