Compact Machines

Compact Machines

65M Downloads

server crash when entering cube, seems related to AE2

nightstalker6669 opened this issue ยท 3 comments

commented

http://pastebin.com/Mc1t7Hh4

using cauldron 1370 (yes keep world loaded is enabled) and build compactmachines-1.7.10-1.19-fluids-preview-b14

AE2 rv2-beta 27

commented

Even though AE2 doesn't have storage cells and other network blocks for fluids (except the p2p tunnel), it has a built-in storage handler for fluids. This means that AE2 uses the forge fluid system, which has changed in the latest forge. I think that AE2 is not compiled against the newest forge because most of the popular mods are still using the old system. Am I right @thatsIch?

commented

You are correct, we were told, that it is broken somehow. Since we do not much with fluids, we basically ignored it, but this error is generated due to

Caused by: java.lang.ClassNotFoundException: vazkii.botania.api.mana.IManaPool

So it seems, you using a hard dependency on it or not stripping the API correctly.

commented

Fixed with 3b56032