Game Crash with Oxygen Storage Modules

kazahied

Member
Nov 29, 2013
1
0
1
41
It doesn't matter which dimension you place them, as soon as i place one my game dies with this error


---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 11/29/13 6:36 PM
Description: Ticking tile entity

java.lang.NoClassDefFoundError: mekanism/api/gas/EnumGas
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityOxygenStorageModule.func_70316_g(GCCoreTileEntityOxygenStorageModule.java:53)
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: mekanism.api.gas.EnumGas
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityOxygenStorageModule.func_70316_g(GCCoreTileEntityOxygenStorageModule.java:53)

-- Tile entity being ticked --
Details:
Name: Oxygen Storage Module // micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityOxygenStorageModule
Block type: ID #3364 (tile.machine2 // micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockMachine2)
Block data value: 9 / 0x9 / 0b1001
Block location: World: (148,66,246), Chunk: (at 4,4,6 in 9,15; contains blocks 144,0,240 to 159,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #3364 (tile.machine2 // micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockMachine2)
Actual block data value: 9 / 0x9 / 0b1001
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)

-- Affected level --
Details:
Level name: New World
All players: 1 total; [GCCorePlayerMP['Jormandgund'/45, l='New World', x=149.50, y=66.00, z=246.50]]
Chunk stats: ServerChunkCache: 643 Drop: 0
Level seed: -51509615658626905
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (152,64,244), Chunk: (at 8,4,4 in 9,15; contains blocks 144,0,240 to 159,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 310 game time, 310 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36883 (now: false), thunder time: 111682 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
 

Share this page