Direwolf20 Crash on Worldgen

Status
Not open for further replies.

AerthChild

New Member
Jul 29, 2019
12
0
0
Chicken chunk loader is crashing my game every time I try to gen a world. I've removed it for now.

Crash Report;
Description: Exception in server tick loop

java.lang.IllegalAccessError: tried to access field im.g from class codechicken.chunkloader.ChunkLoaderManager
at codechicken.chunkloader.ChunkLoaderManager.cleanChunks(ChunkLoaderManager.java:760)
at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:789)
at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:39)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:688)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at bdz.q(IntegratedServer.java:123)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)

I just thought you should know.

EDIT;
OS: Win 7
SSP/SMP: SSP
Java version: Most Recent 64 bit Java as of November 2012 (I was working on making a mod and updated everything, but I don't remember how to check my version number)
RAM allocated: My FTB slider's at 3GB
Any mods added/removed: None.
Any config altered: None.
 

frederikam

New Member
Jul 29, 2019
836
0
1
Chicken chunk loader is crashing my game every time I try to gen a world. I've removed it for now.

Crash Report;
Description: Exception in server tick loop

java.lang.IllegalAccessError: tried to access field im.g from class codechicken.chunkloader.ChunkLoaderManager
at codechicken.chunkloader.ChunkLoaderManager.cleanChunks(ChunkLoaderManager.java:760)
at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:789)
at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:39)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:688)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at bdz.q(IntegratedServer.java:123)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)

I just thought you should know.

Hmm yeah, at a point i uninstalled that mod because of that. Here is what you could try:
  1. Try to load the world again.
  2. If you still crash uninstall chicken chunks.
That is my advice, you really don't need that mod in early game anyways.
 

b0bst3r

New Member
Jul 29, 2019
2,195
0
1
Thing is since there's no details in the original post you can't try and duplicate it, you need to know things like:

OS:
SSP/SMP:
Java version:
RAM allocated to Java:
Any mods added/removed:
Any config altered:
 

AerthChild

New Member
Jul 29, 2019
12
0
0
OS: Win 7
SSP/SMP: SSP
Java version: Most Recent 64 bit Java as of November 2012 (I was working on making a mod and updated everything, but I don't remember how to check my version number)
RAM allocated: My FTB slider's at 3GB
Any mods added/removed: None.
Any config altered: None.
 

XDragon350

New Member
Jul 29, 2019
2
0
0
I have the same problem. Same error, same conditions. It happens when creating a new world or loading an existing world. I've been through the support site and there are no answers there either. If there is any more information on this subject, I would like to know. Is this problem known about and being worked on? Is it something on my end? I watch Direwolf's lets play on YouTube and he hasn't mentioned a problem, and the pack has gone through a couple updates so I'm thinking not everyone is affected.

FTB console output
2013-01-01 18:56:52 [INFO] [STDERR] java.lang.IllegalAccessError: tried to access field im.g from class codechicken.chunkloader.ChunkLoaderManager
2013-01-01 18:56:52 [INFO] [STDERR] at codechicken.chunkloader.ChunkLoaderManager.cleanChunks(ChunkLoaderManager.java:760)
2013-01-01 18:56:52 [INFO] [STDERR] at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:789)
2013-01-01 18:56:52 [INFO] [STDERR] at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:39)
2013-01-01 18:56:52 [INFO] [STDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
2013-01-01 18:56:52 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:138)
2013-01-01 18:56:52 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
2013-01-01 18:56:52 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:688)
2013-01-01 18:56:52 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
2013-01-01 18:56:52 [INFO] [STDERR] at bdz.q(IntegratedServer.java:123)
2013-01-01 18:56:52 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-01-01 18:56:52 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-01-01 18:56:58 [INFO] [ForgeModLoader] [Thaumcraft] Removed 10 aura nodes when world 0 unloaded.
2013-01-01 18:57:00 [INFO] [STDERR] java.lang.NullPointerException
2013-01-01 18:57:00 [INFO] [STDERR] at thaumcraft.common.EventHandler.worldUnload(EventHandler.java:78)
2013-01-01 18:57:00 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_88_EventHandler_worldUnload_Unload.invoke(.dynamic)
2013-01-01 18:57:00 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
2013-01-01 18:57:00 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
2013-01-01 18:57:00 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.k(MinecraftServer.java:411)
2013-01-01 18:57:00 [INFO] [STDERR] at bdz.k(IntegratedServer.java:231)
2013-01-01 18:57:00 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
2013-01-01 18:57:00 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-01-01 18:57:02 [INFO] [STDOUT] Stopping!
 

AerthChild

New Member
Jul 29, 2019
12
0
0
The only information I've gotten is the simple workaround. Just play without it for now. I'll bump this with any new information as I get it, hopefully this will be fixed soon.
 

techy

New Member
Jul 29, 2019
3
0
0
I can confirm having the same problem.
Crash Logs: http://www.filedropper.com/crash-reports
Summary: While attempting to use Dire Wolf Pack the game crashes at generating terrain with a tick loop exception. I removed Chicken Chunks and the world generated and I am able to play.
Chicken Chunks Mod: http://www.filedropper.com/chickenchunks1211

System Configuration:
64 Bit Windows Ultimate
6 GB Ram DDR3
Shortcut Properties: "C:\Program Files\Java\jdk1.7.0\bin\java.exe" -Xmx3072M -Xms3072M -jar c:\ftb\FTB_Launcher.jar
Default Configuration File
Default Mod Pack Causing Crash, Removed Chicken Chunks to be able to use the pack (without this crash)
Java Version: JDK 1.7.0
Single Player

I will update this if I find any additional information. If there is any information I have left out you would like please let me know and I will get it for you.
 

AerthChild

New Member
Jul 29, 2019
12
0
0
Same crash with the latest DW pack. It seems like no one cares about this crash except the people who are having it, but I'm not giving up yet. Here's hoping someone with a little free time has a little faith.
 

AerthChild

New Member
Jul 29, 2019
12
0
0
Yes. Removing it works fine. That's the simple answer. My hopes with this thread is a more permanent, widespread solution for everyone. If I knew how to code myself, I'd do it myself, and figure out and fix the crash. I don't, so I let the community know so someone else can.
 

techy

New Member
Jul 29, 2019
3
0
0
Is it possible that this is only happening to people using 64 bit java? Or only to people using the JDK instead of the JRE?

These both seem like possibilities as to why this is not a wide spread issue. I am going to test on my linux installation here in a few minutes and let you all know if it crashes or not. I will update this post when I do it
 

Hoff

Tech Support
Oct 30, 2012
2,901
1,502
218
Is it possible that this is only happening to people using 64 bit java? Or only to people using the JDK instead of the JRE?

These both seem like possibilities as to why this is not a wide spread issue. I am going to test on my linux installation here in a few minutes and let you all know if it crashes or not. I will update this post when I do it
I've tried separately using each of the JDK/JRE's for 6 and 7 all still have the error. Haven't tested using 32 bit though.
 

Lathanael

New Member
Jul 29, 2019
959
0
0
We are not ignoring bug reports.
But the nature of bugs like this one is that it is extremely hard to track down and reproduce. I tried different setups on my system but never had a crash.
At this point i would sugguest you make a post on MCF in chickenbones thread to let him know(if there isn't already a post about this of course ;))
 
  • Like
Reactions: Gothicmj666

Hoff

Tech Support
Oct 30, 2012
2,901
1,502
218
As a reference it only occurred after the first world was made in my case. Every world following that had the crash on start-up but once MC was restarted worked fine.
 

ReapAnon

New Member
Jul 29, 2019
1
0
0
Code:
2013-03-03 06:01:28 [INFO] [STDERR] t: Rendering screen
2013-03-03 06:01:28 [INFO] [STDERR] at ban.b(EntityRenderer.java:1013)
2013-03-03 06:01:28 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:882)
2013-03-03 06:01:28 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:771)
2013-03-03 06:01:28 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-03-03 06:01:28 [INFO] [STDERR] Caused by: java.lang.IndexOutOfBoundsException: Index: 93, Size: 8
2013-03-03 06:01:28 [INFO] [STDERR] at java.util.ArrayList.rangeCheck(Unknown Source)
2013-03-03 06:01:28 [INFO] [STDERR] at java.util.ArrayList.get(Unknown Source)
2013-03-03 06:01:28 [INFO] [STDERR] at codechicken.nei.ItemPanel$ItemPanelSlot.<init>(ItemPanel.java:23)
2013-03-03 06:01:28 [INFO] [STDERR] at codechicken.nei.ItemPanel.postDraw(ItemPanel.java:93)
2013-03-03 06:01:28 [INFO] [STDERR] at codechicken.nei.LayoutManager.postRenderObjects(LayoutManager.java:241)
2013-03-03 06:01:28 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.renderObjects(GuiContainerManager.java:519)
2013-03-03 06:01:28 [INFO] [STDERR] at avf.a(GuiContainer.java:146)
2013-03-03 06:01:28 [INFO] [STDERR] at avv.a(SourceFile:31)
2013-03-03 06:01:28 [INFO] [STDERR] at avz.a(SourceFile:48)
2013-03-03 06:01:28 [INFO] [STDERR] at ban.b(EntityRenderer.java:1004)
2013-03-03 06:01:28 [INFO] [STDERR] ... 3 more

Here is an error AFTER worldgen,
AFTER removing chickenchunks,
but he still has code in other mods it seems,
so bringing blocks from NEI is causing this crash for me.

I've had nothing but problems since I've installed FTB, I bought it for FTB.

First, the world gen error straight away, now this, and I bug reported, no reply.
 

Armagedon1st

New Member
Jul 29, 2019
13
0
0
help i have a eror it says
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\AremMallon\Desktop\FTB\Direwolf20\minecraft\config\NEI.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at cpw.mods.fml.client.FMLClientHandler.haltGame(FMLClientHandler.java:191)
at cpw.mods.fml.common.FMLCommonHandler.raiseException(FMLCommonHandler.java:196)
at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:280)
at codechicken.core.ConfigTag.setComment(ConfigTag.java:322)
at codechicken.nei.NEIClientConfig.setDefaults(NEIClientConfig.java:123)
at codechicken.nei.NEIClientConfig.<clinit>(NEIClientConfig.java:72)
... 31 more
Caused by: java.io.FileNotFoundException: C:\Users\AremMallon\Desktop\FTB\Direwolf20\minecraft\config\NEI.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.PrintWriter.<init>(Unknown Source)
at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:276
... 34 more
--- END ERROR REPORT 5878982b ----------

I tried everything i know and it still crashes :(
 
Status
Not open for further replies.