lithium-fabric
lithium-fabric copied to clipboard
Lithium on FreeBSD has issuues with missing files which are present on Linux.
Read me before you open an issue!
Instructions
This is a template for the issue you are about to open! It will help you provide the information necessary to complete your bug report. Before you open an issue, ensure you've completed every step on the checklist below.
- Have you used the search tool to find similar issues? Make sure you are not opening a duplicate.
- Are you using the latest version of the mod? If not, try updating to see if it resolves your issue.
All good? Please read through the sections below, and fill out any lines starting with an arrow. Then, remove everything above this dashed line (including the line itself.)
Version Information
lithium-fabric-0.14.3+mc1.21.3.jar
Expected Behavior
Eliminations of the error,
Actual Behavior
[02:47:52] [main/INFO]: Loaded configuration file for Lithium: 140 options available, 1 override(s) found
[02:47:53] [main/WARN]: Error loading class: vazkii/botania/common/entity/EntityManaBurst (java.lang.ClassNotFoundException: vazkii/botania/common/entity/EntityManaBurst)
[02:47:53] [main/WARN]: Error loading class: vazkii/botania/common/item/ItemLaputaShard (java.lang.ClassNotFoundException: vazkii/botania/common/item/ItemLaputaShard)
[02:47:53] [main/WARN]: @Mixin target vazkii.botania.common.item.ItemLaputaShard was not found goml.mixins.json:compat.BotaniaItemLaputaShardMixin from mod goml
[02:47:53] [main/WARN]: Error loading class: org/dynmap/Client (java.lang.ClassNotFoundException: org/dynmap/Client)
[02:47:54] [main/INFO]: Force-enabling mixin 'compat.transfer_api.TransferApiHelperMixin' as rule 'mixin.compat.transfer_api' (added by mods [lithium]) enables it
[02:47:55] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1).
[02:47:57] [main/WARN]: File not found or not readable: /var/run/dmesg.boot
[02:47:57] [main/WARN]: File not found or not readable: /var/run/dmesg.boot
[02:47:57] [main/WARN]: Failed retrieving storage space for workdir
java.io.IOException: Mount point not found in fstab
at java.base/sun.nio.fs.BsdFileStore.findMountEntry(BsdFileStore.java:88) ~[?:?]
at java.base/sun.nio.fs.UnixFileStore.
Reproduction Steps
Use the Lithium mod on a Fabric 1.21.3 server with freebsd.
Other Information
minecraft@nixcraft:~/mods $ ls -a . blossom-homes-2.2.6+1.21.3.jar geyser-fabric-Geyser-Fabric-2.5.1-b724.jar .. blossom-lib-2.5.10+1.21.3.jar goml-1.14.1+1.21.3.jar Discord-MC-Chat-2.3.5.jar blossom-tpa-2.2.6+1.21.3.jar inventoryessentials-fabric-1.21.3-21.3.2.jar LuckPerms-Fabric-5.4.145.jar bluemap-5.5-fabric.jar lithium-fabric-0.14.3+mc1.21.3.jar MinecraftStatsCLI.jar fabric-api-0.110.0+1.21.3.jar luckperms NoChatReports-FABRIC-1.21.3-v2.10.1.jar fabric-carpet-1.21.2-1.4.158+v241022.jar polymer-bundled-0.10.2+1.21.3.jar ViaFabric-0.4.16+85-main.jar fabric-language-kotlin-1.13.0+kotlin.2.1.0.jar sessility-fabric-mod-0.6.4.jar balm-fabric-1.21.3-21.3.3.jar fabric-permissions-api-0.3.3.jar sodium-fabric-0.6.1+mc1.21.3.jar blossom-back-2.1.6+1.21.3.jar fabric-spawn-1.0.1+1.21.3.jar spark-1.10.115-fabric.jar minecraft@nixcraft:~/mods $
The log file is misleading, since when the game goes to create a crash report, it ends up crashing a second time. So the error messages you're seeing are actually from Minecraft not being able to include information in the crash report about the kernel log and remaining hard drive space.
Unfortunately, that means the actual crash reason is not present. So it is impossible to know what is going wrong here unless you can attach a debugger and catch the exception before the crash report gets created.
One user on discord claims this is an oshi issue https://host.ithundxr.dev/RFzilE.png