Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AE Interface terminal interaction #16560

Open
3 tasks done
LjeDamos opened this issue Jun 20, 2024 · 1 comment
Open
3 tasks done

AE Interface terminal interaction #16560

LjeDamos opened this issue Jun 20, 2024 · 1 comment
Labels
Crash Mod: AE2 Status: Ready for Developer Issue ready for a developer to pick up and implement Type: GUI

Comments

@LjeDamos
Copy link

LjeDamos commented Jun 20, 2024

Your GTNH Discord Username

ljedamos

Your Pack Version

2.6.0

Your Server

private server

Java Version

Java 20

Type of Server

Ultramine

Your Actions

  1. Open pattern terminal;
  2. Take pattern, "accidentally" insert it slightly lower than pattern slot;
  3. Get kicked from server;
  4. Join back, open interface to which you "put" pattern and it will jump out from this interface.

Crash Report

Full file - fml-client-latest.log
Short version:

[09:01:34] [Client thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ClientCustomPacketEvent@653b7d34:
java.lang.ArrayIndexOutOfBoundsException
[09:01:34] [Client thread/ERROR] [FML]: Index: 1 Listeners:
[09:01:34] [Client thread/ERROR] [FML]: 0: NORMAL
[09:01:34] [Client thread/ERROR] [FML]: 1: ASM: appeng.core.sync.network.NetworkHandler@6ce0e569 clientPacket(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientCustomPacketEvent;)V
[09:01:34] [Client thread/ERROR] [FML]: NetworkEventFiringHandler exception
java.lang.ArrayIndexOutOfBoundsException
[09:01:34] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel AE2
java.lang.ArrayIndexOutOfBoundsException

Video record:

0eZVbxv.-.Imgur.mp4

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.
@LjeDamos LjeDamos added Status: Triage Issue awaiting triage. Remove once this issue is processed Crash labels Jun 20, 2024
@StaffiX StaffiX added Mod: AE2 Type: GUI Status: Ready for Developer Issue ready for a developer to pick up and implement and removed Status: Triage Issue awaiting triage. Remove once this issue is processed labels Nov 9, 2024
@chochem
Copy link
Member

chochem commented Nov 9, 2024

interesting part:

[08:56:28] [Client thread/ERROR] [FML/]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ClientCustomPacketEvent@7fececa6:
java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9
	at RFB-Launch//appeng.tile.inventory.AppEngInternalInventory.func_70301_a(AppEngInternalInventory.java:72) ~[AppEngInternalInventory.class:?]
	at RFB-Launch//appeng.client.gui.implementations.GuiInterfaceTerminal$InterfaceTerminalEntry.setItemInSlot(GuiInterfaceTerminal.java:1299) ~[GuiInterfaceTerminal$InterfaceTerminalEntry.class:?]
	at RFB-Launch//appeng.client.gui.implementations.GuiInterfaceTerminal$InterfaceTerminalEntry.partialItemUpdate(GuiInterfaceTerminal.java:1294) ~[GuiInterfaceTerminal$InterfaceTerminalEntry.class:?]
	at RFB-Launch//appeng.client.gui.implementations.GuiInterfaceTerminal.parsePacketCmd(GuiInterfaceTerminal.java:856) ~[GuiInterfaceTerminal.class:?]
	at RFB-Launch//appeng.client.gui.implementations.GuiInterfaceTerminal.postUpdate(GuiInterfaceTerminal.java:823) ~[GuiInterfaceTerminal.class:?]
	at RFB-Launch//appeng.core.sync.packets.PacketInterfaceTerminalUpdate.clientPacketData(PacketInterfaceTerminalUpdate.java:183) ~[PacketInterfaceTerminalUpdate.class:?]
	at RFB-Launch//appeng.core.sync.network.AppEngClientPacketHandler.onPacketData(AppEngClientPacketHandler.java:35) ~[AppEngClientPacketHandler.class:?]
	at RFB-Launch//appeng.core.sync.network.NetworkHandler.clientPacket(NetworkHandler.java:85) ~[NetworkHandler.class:?]
	at cpw.mods.fml.common.eventhandler.ASMEventHandler_1981_NetworkHandler_clientPacket_ClientCustomPacketEvent.invoke(.dynamic) ~[?:?]```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash Mod: AE2 Status: Ready for Developer Issue ready for a developer to pick up and implement Type: GUI
Projects
None yet
Development

No branches or pull requests

3 participants