FTB Infinity Crash and Corrupt World

  • 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

AustinMxr1

New Member
Jul 29, 2019
5
0
0
Title:
FTB Infinity Crash and Corrupt World
Launcher Version:
1.4.7
Modpack:
Infinity
Modpack Version:
1.7.10
Log Link:
Details of the issue:
I was playing on my FTB world and i was messing around with dark armor. I needed apiarists pants for something so i spawned them in using the id for them that NEI gave me. As soon as I did that it crashed the game. It crashes all the time so i didnt really care, but when I opened the game back up, I selected the world I was in and clicked play and it started loading like normal, then right at the time that it usually enters the world it crashed again. This happened over and over. I think my world is corrupted now. I tried disabled the forestry mod but then I couldnt even select the world because it said i needed the mod.
Here is the log, I think its the right one but not sure:

[19:02:06] [AromaBackup/INFO]: [DZAromaBackupȲ] Server Backup Done!
[19:02:06] [AromaBackup/INFO]: [DZAromaBackupȲ] Next scheduled backup in 120 minutes.
[19:02:11] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Rendering item
at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604) ~[bny.class:?]
at net.minecraft.client.gui.GuiIngame.func_73832_a(GuiIngame.java:955) ~[bbv.class:?]
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:206) ~[GuiIngameForge.class:?]
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141) ~[GuiIngameForge.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1327) ~[blt.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NullPointerException
at binnie.genetics.genetics.GeneArrayItem.getColour(GeneArrayItem.java:35) ~[GeneArrayItem.class:?]
at binnie.genetics.item.ItemGene.func_82790_a(ItemGene.java:62) ~[ItemGene.class:?]
at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:485) ~[bny.class:?]
at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565) ~[bny.class:?]
... 13 more
 
And this is why you need to be careful when spawning items in.
What happened is that the item you spawned in normally comes with extra data, this was not present in this case because of how it got spawned. It then crashes when it wants the missing data.

I see that you have aroma backup installed so there should be a backup somewhere that is before you spawned it in.
Another solution could be to remove the item with a some kind of nbteditor. I believe mcedit can also do this but I am not sure. REMEMBER if you do this make a backup first as it can very easily break your world beyond repair.
 
  • Like
Reactions: AustinMxr1
And this is why you need to be careful when spawning items in.
What happened is that the item you spawned in normally comes with extra data, this was not present in this case because of how it got spawned. It then crashes when it wants the missing data.

I see that you have aroma backup installed so there should be a backup somewhere that is before you spawned it in.
Another solution could be to remove the item with a some kind of nbteditor. I believe mcedit can also do this but I am not sure. REMEMBER if you do this make a backup first as it can very easily break your world beyond repair.
thank you!