Applied Energistics 2

Applied Energistics 2

137M Downloads

AE2 Dependecies not Working on Server

JerryPLayz opened this issue ยท 1 comments

commented

I am trying to host a server with various mods, the client side is working fine, but the server is giving me an error.
Describe the bug
I have got the most recent version of AE2 installed, and am not sure whether this is for CoFH World or AE2, but the problem arises (According to the Crash-Report) in the reference between the two, so I'm not sure. It is a nullpointerexception error sometimes, and others I just don't know.

To Reproduce

  1. Load up a forge server (Ver. 1.12.2) and forge version listed further down this article.
  2. Run through the eula and everything else. Load the mods specified into the "mods" folder.
  3. Run the server using a ".bat" file with the arguments:
    "java -Xmx4G -Xms1024M -jar forgeServer.jar"
  4. View the error on start of server loading.

Expected behavior
I expected the server to create the new world I had specified in the server.properties file, then load it for players to join.
Additional context
Crashlog:
https://pastebin.com/aUKX8728

Environment
Other Mods:
CodeChickenLib-1.12.2-3.2.2.353-universal
CoFHCore-1.12.2-4.6.1.22-universal
CoFHWorld-1.12.2-1.3.0.6
Dalek-Mod-U-48.7
Just-Enough-Items-Mod-1.12.2
Mantle-1.12-1.3.1.21
RedstoneFlux-1.12-2.1.0.6-universal
TConstruct-1.12.2-2.9.0.55
ThermalDynamics-1.12.2-2.5.3.16-universal
ThermalExpansion-1.12.2-5.5.2.39-universal
ThermalFoundation01.12.2-2.6.1.22-universal

  • Minecraft Version: 1.12.2
  • AE2 Version: appliedenergistics2-rv6-stable-4
  • Forge Version: forge1.12.2-14.23.5.2796
commented

AE2 is not mentioned anywhere in the crash report (ok, ok, other than in the list of mods). It's not in the stack trace at any rate.

cofhworld is mentioned, but the actual crash is because it (cofhworld) is unable to find a class in trove, which is really quite odd.

I can't help but feel there is something amiss with the forge install on the server.