This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Danix6's profile picture

[1.6.4][SSP] Crash with Mekanism

Started by Danix6, 16 May 2014 - 03:20 PM
Danix6 #1
Posted 16 May 2014 - 05:20 PM
HI
I add Mekanism 6.0.4.42 into mod folder and when game is loading crash

—- Minecraft Crash Report —-
// Shall we play a game?

Time: 16.05.14 17:01
Description: Initializing game

java.lang.NullPointerException
at dan200.computer.api.ComputerCraftAPI.findCC(ComputerCraftAPI.java:140)
at dan200.computer.api.ComputerCraftAPI.registerExternalPeripheral(ComputerCraftAPI.java:107)
at openperipheral.adapter.AdapterManager.registerPeripherals(AdapterManager.java:157)
at openperipheral.OpenPeripheralCore.postInit(OpenPeripheralCore.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

Can you help me?
apemanzilla #2
Posted 19 May 2014 - 03:23 PM
I'm guessing you're using CC 1.6 with a version of Mekanism that doesn't support CC 1.6 yet.
Cranium #3
Posted 23 May 2014 - 04:07 AM
Seems like you also have OpenPeripheral. That might be the cause of your issue.
Could you post the entirety of your crashlog, or your ForgeModLoader-client-0.log file? If you do, make sure you put them in spoilers, so as not to have too much text at once.