Uncaught exception with Fabric Loader #2565
Answered
by
itzg
Frankenberrypi
asked this question in
Q&A
-
This is likely user error since it's my first time trying this. I'm able to get a server running just fine with vanilla, but get errors when trying to use Fabric. My ultimate goal is to run mods to support the Hermitcraft S9 map download, but currently I'm just trying to get Fabric running on its own. It looks like the error in question is:
Docker compose file
Logs
|
Beta Was this translation helpful? Give feedback.
Answered by
itzg
Dec 30, 2023
Replies: 1 comment 9 replies
-
Sounds like you might have file ownership/permission mismatch in your |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
Frankenberrypi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds like you might have file ownership/permission mismatch in your
/mnt/network_storage/Minecraft_Worlds_Java/hc_tester
directory. The container will run the Minecraft process with uid 1000.