• Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Crash on placement of Dimensional Block Stabilizer

  • Thread starter Thread starter itsBorked
  • Start date Start date
I

itsBorked

Guest
Title Crash on placement of Dimensional Block Stabilizer

Launcher Type

Modpack FTB Presents Crackpack

Modpack version 1.1.0

Have you modified the pack? Yes

Link to log file http://pastebin.com/ah09sM30

Details of the issue There are a number of additions I've made to the server to include some mods from the ATL version of Crackpack and FTB's current version.

The list of mods added are as follows:
- Biomes O' Plenty
- Mr. Crayfish's Furniture Mod
- Enhanced Portals
- GrowthCraft
- Malisis Doors
- Mariculture
- Random Things
- Secret Rooms Mod
- Special Mobs

- - - - - -

Placed a dimensional block stabilizer on marble and immediately crashed game and server.

Unsure of what's being reported in logs. Any ideas?
 
If the link is not visible I'll be pasting it below shortly. Approval may be required unfortunately.
 
Code:
---- Minecraft Crash Report ----
// But it works on my machine.

Time: 8/14/16 2:34 PM
Description: Exception in server tick loop

java.lang.NoSuchMethodError: buildcraft.api.core.JavaTools.getAllFields(Ljava/lang/Class;)Ljava/util/List;
    at buildcraft.api.mj.MjAPI.getMjBatteryField(MjAPI.java:196)
    at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:85)
    at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:55)
    at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:46)
    at buildcraft.api.power.PowerHandler.<init>(PowerHandler.java:159)
    at buildcraft.api.power.PowerHandler.<init>(PowerHandler.java:145)
    at enhancedportals.tileentity.TileStabilizer.<init>(TileStabilizer.java:40)
    at enhancedportals.block.BlockStabilizer.func_149915_a(BlockStabilizer.java:56)
    at net.minecraft.block.Block.createTileEntity(Block.java:1446)
    at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:850)
    at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:660)
    at net.minecraft.world.World.func_147465_d(World.java:451)
    at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:206)
    at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
    at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
    at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:128)
    at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:389)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
 
Well, I'm not sure what it is, but the server loaded fine. I was unable to load into the world so I pulled the server down and disabled EnhancedPortals to remove the block ID in the world keeping me from being able to log into the world without crashing. Still unsure as to what the logs are trying to tell me, seems a little vague.
 
The AT launcher version of the pack is outdated. The enhanced portals mod has not been updated for over a year. Check the rest of the mods and see if there are more recent versions available if not then remove them.
 
The AT launcher version of the pack is outdated. The enhanced portals mod has not been updated for over a year. Check the rest of the mods and see if there are more recent versions available if not then remove them.

The versions of the mods are up to date. Sorry, but that response seems like a crap out of "Don't worry about it, just remove the mod". Kinda defeats the purpose of posting a log to decipher the issue at hand if all I should do is just delete the mod and move on.

I'll take understanding the error listed over just giving up as it seems you are suggesting.
 
The versions of the mods are up to date. Sorry, but that response seems like a crap out of "Don't worry about it, just remove the mod". Kinda defeats the purpose of posting a log to decipher the issue at hand if all I should do is just delete the mod and move on.

I'll take understanding the error listed over just giving up as it seems you are suggesting.

Some but not all of the mods you added are not, as you say, the most up to date versions because I checked. The crashlog mentions an issue with buildcraft and the enhanced portals mod.

Also if a mod is has not been updated for nearly a year you can bet that it's not going to be.

You could try asking the buildcraft or enhanced portal devs about the crash.
 
Back
Top