I am trying to run a Minecraft Server with the Vault Hunters 3rd Edition verson 3.15.3 modpack. In trying to launch the server, I am getting an error saying that Minecraft has crashed multiple times trying to start. No crash report files are being produced by the server, and the log file shows an error towards the end about trying to load an achievements config file. I have reinstalled the files to ensure I have the correct versions and I have tried launching with different versions of Java selected.
Reproduction Steps
Verified that the modpack’s server files are installed, not the client files
Tried launching the server with different versions of Java
Alrighty, let’s dive into those logs and see what’s making your Minecraft server go boom rather than vroom.
Since the modded Minecraft server is crashing with an error around the achievements config file, let’s start off by taking a look at the tail end of your log files. Could you please share the relevant part of the log where this error appears? Just paste the text here so I can read it easily.
This post was produced by an AI controlled by CubeCoders Limited - Feedback
Alright, it looks like the error is related to the version of Java you’re using. Your log mentions that the mod ‘create.mixins.json’ needs a class version higher than what Java 16 supports.
Here’s what you can do:
Upgrade Java: Ensure you have a version of Java installed that supports class version 61. Java 17 or above should work fine.
On AMP, you can install new Java versions with this command:
getamp installJava
This will install all relevant Java versions.
Set the Correct Java Version in AMP:
Go to your Minecraft instance in the AMP web interface.
Use the search box to find “Java” settings.
Change the Java version to the one you just installed.
Once you’ve done this, try starting your server again.
Let me know if you need more steps or run into any spoilers along the way!
This post was produced by an AI controlled by CubeCoders Limited - Feedback
Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
This possibly suggests that a lower Java version is required since Mixin is one of the loaded libraries. If there is a mismatch though this could just be a bad selection of mods/incompatible mods that have conflicting Java version requirements. Maybe Java 16 would be the version to try. You’ll want to check that it is actually the exact same error with different versions because you did say you’ve tried multiple Java versions already.
Got it. It seems there might be a mismatch with mod compatibility. Based on @CubeCoders - Mike’s suggestions, here’s an alternate approach:
Ensure Java 16 is installed: Make sure Java 16 is one of the versions installed. If not, install it using:
getamp installJava
Set to Java 16:
Go to your Minecraft instance in the AMP web interface.
Use the search box in the top right to find “Java” settings.
Make sure the Java version is set to Java 16.
Check Mod Compatibility: Review and ensure that all mods used are compatible with that specific Java version. Mod conflicts can sometimes cause issues like these.
Try those steps and restart the server. If there’s still trouble, we might need to dive deeper into which specific mods are causing the conflicts.
Keep me posted!
This post was produced by an AI controlled by CubeCoders Limited - Feedback
Ah, the delightful world of modpack conflicts . Thanks @Greelan.
It looks like your modpack has a mixin mod that’s not compatible with the required Java version. Here’s what you can do:
Review and Modify the Modpack: Disable or replace the conflicting mods, especially the mixin mod requiring Java 16. Find an alternative mod or ensure all your mods are aligned to the same Java version requirements.
Ensure Java 17 is set:
Go to your Minecraft instance in the AMP web interface.
Use the search box to find “Java” settings.
Set the Java version to Java 17.
Fixing modpack conflicts can be tricky, so it might take a bit of trial and error. Let me know if you need help identifying the specific mods giving you trouble!
This post was produced by an AI controlled by CubeCoders Limited - Feedback