GT New Horizons

GT New Horizons

867k Downloads

Out of Bounds

Lithorn opened this issue · 4 comments

commented

Your GTNH Discord Username

Lithorn

Your Pack Version

2.7.2

Your Server

Knights

Java Version

Java 8

Type of Server

Vanilla Forge

Your Actions

I just log in and crash, not sure but it references an item frame from natura?

Crash Report

https://mclo.gs/HKiqXrt

Final Checklist

  • I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the crash still exists will prompt us to investigate and reopen it once we confirm your report.
  • I can reproduce this crash consistently by following the exact steps I described above.
  • I have asked other people and they confirm they also crash by following the exact steps I described above.
commented

Found 1 linked crash report(s)

Primitive Automated Analysis of Crash Report

https://mclo.gs/HKiqXrt

Stacktrace
java.lang.ArrayIndexOutOfBoundsException: 5133
  at jds.bibliowood.naturawood.blocks.ItemMapFrame.func_77667_c(ItemMapFrame.java:26)
  at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:361)
  at com.caedis.duradisplay.overlay.OverlayGadgets.handleByAllowList(OverlayGadgets.java:101)
  at com.caedis.duradisplay.overlay.OverlayGadgets$$Lambda$1729/867131252.apply(Unknown Source)
  at com.caedis.duradisplay.overlay.OverlayDurabilityLike.getDurabilityLikeInfo(OverlayDurabilityLike.java:61)
  at com.caedis.duradisplay.overlay.OverlayDurabilityLike.getRenderer(OverlayDurabilityLike.java:82)
  at com.caedis.duradisplay.render.DurabilityRenderer.Render(DurabilityRenderer.java:35)
  at net.minecraft.client.renderer.entity.RenderItem.redirect$zbj000$duradisplay$showDurabilityBar(RenderItem.java:876)
  at net.minecraft.client.renderer.entity.RenderItem.func_94148_a(RenderItem.java:691)
  at net.minecraft.client.renderer.entity.RenderItem.func_77021_b(RenderItem.java:673)
  at net.minecraft.client.gui.GuiIngame.func_73832_a(GuiIngame.java:962)
  at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:206)
  at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
  at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
  at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4110)
  at net.minecraft.client.main.Main.main(SourceFile:148)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:497)
  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
  at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
  at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Missing 2 mods
  • angelica-1.0.0-beta28.jar
  • journeymap-1.7.10-5.2.7-fairplay.jar
Added 1 mods
  • journeymap-1.7.10-5.2.5-unlimited.jar (JourneyMap)
commented

I will mention I tried transfering my player data from single player to another MP server. It did not go well. Im still trying to figure out the issue, some tell me the items are shifted from SP to MP. Any ideas?

commented

You typically can't copy player data between worlds. Doing that and getting crashes is pretty much expected, you can end up with all sorts of invalid states and corruption. The player data is only valid with the level.dat stuff it was created with AFAIK.

commented