You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thank you sooooooo much, for creating and updateing SGCraft.
I love Stargate so much, so your mod is added to every world I play :)
However, I got a crash, when I set enableNaquadahOre to false.
(I have GregTech, so no need for this.)
After looking at the source, I think you have to check in
SGChunkData.java on line 63
also for enableNaquadahOre.
Thanks in advance.
Best, tyra
---- Minecraft Crash Report ----
// My bad.
Time: 12/4/16 10:32 PM
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at gcewing.sg.SGChunkData.onChunkLoad(SGChunkData.java:66)
at gcewing.sg.SGCraft.onChunkLoad(SGCraft.java:274)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_497_SGCraft_onChunkLoad_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
tyra wrote:
The text was updated successfully, but these errors were encountered: