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

Crafting Grid CTRL + CLICK ArrayIndexOutOfBoundsException #3442

Closed
Klowes opened this issue Dec 27, 2022 · 10 comments
Closed

Crafting Grid CTRL + CLICK ArrayIndexOutOfBoundsException #3442

Klowes opened this issue Dec 27, 2022 · 10 comments
Labels
bug Something isn't working
Milestone

Comments

@Klowes
Copy link

Klowes commented Dec 27, 2022

Describe the bug

CTRL + CLICK functionality on Crafting Grid only supports recipes with up to 9 input slots in JEI seemingly, this boots the player back to main menu.

How can we reproduce this bug or crash?

Autocraft components for Create mod's mechanical crafter in JEI and CTRL + CLICK in the crafting grid where >9 mechanical crafters are required.

What Minecraft version is this happening on?

Minecraft 1.19.2

What Forge version is this happening on?

1.19.2-forge-43.1.57

What Refined Storage version is this happening on?

refinedstorage-1.11.1

Relevant log output

Client:

[28Dec2022 08:42:46.086] [Render thread/INFO] [configured/]: Unloading synced configs from server
[28Dec2022 08:42:46.086] [Render thread/INFO] [FluxNetworks/]: Released client Flux Networks cache
[28Dec2022 08:42:46.086] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut
[28Dec2022 08:42:46.086] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver transitioning state from JEI_STARTED to DISABLED
[28Dec2022 08:42:46.086] [Render thread/INFO] [mezz.jei.forge.startup.ClientLifecycleHandler/]: Stopping JEI
[28Dec2022 08:42:46.089] [Render thread/INFO] [minecolonies/]: Removed all colony views
[28Dec2022 08:42:51.774] [Render thread/WARN] [structurize/]: Client logged off. Resetting Pack Meta and Reloading State
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Shire
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Desert Oasis
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Pagoda
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Minecolonies Original
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Caledonia
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Incan
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Warped Netherlands
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Dark Oak Treehouse
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Urban Birch
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Oak
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Birch
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Cavern
[28Dec2022 08:42:51.775] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Space Wars
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Spruce
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Jungle Treehouse
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Nordic Spruce
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Dark Oak
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Urban Savanna
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Stalactite Caves
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Lost Mesa City
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Fortress
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: OriginalPoster
[28Dec2022 08:42:51.776] [Structurize IO Worker #0/WARN] [structurize/]: Finished discovering Client Structure packs

Server:

[08:42:46] [Netty Server IO #22/WARN] [co.co.Connectivity/]: java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9
[08:42:46] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: OriginalPoster lost connection: Internal Exception: java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9

@Klowes Klowes added the bug Something isn't working label Dec 27, 2022
@Darkere
Copy link
Collaborator

Darkere commented Dec 27, 2022

Please share the error message that gets printed when kicked.

@Klowes
Copy link
Author

Klowes commented Dec 28, 2022

@Darkere I've shared the logs for both the client and server regarding the boot

@Klowes Klowes changed the title Crafting Grid CTRL + CLICK ArrayOutOfBoundsException Crafting Grid CTRL + CLICK ArrayIndexOutOfBoundsException Dec 28, 2022
@hamurci
Copy link

hamurci commented Jan 11, 2023

211199997-66648d6a-bbd2-451b-a75f-d6aece0185de
211199962-697bd44e-3f04-4302-98fb-fc12e1065d5c
I have same issue.and that is the error message when I click + icon. It only appears on create's mechanical crafter patterns

@aAndrew3030
Copy link

The issue is happening with Fancy Trinkets also
McJtyMods/McJtyLib#155

@aAndrew3030
Copy link

@chainlightning1
Copy link

the same is happening to me at ATM 8

@davidgillen
Copy link

Found same problem today in FTB Skies, again with recipes with > 9 components.

@raoulvdberge raoulvdberge added this to the v1.12.4 milestone Nov 4, 2023
raoulvdberge added a commit that referenced this issue Nov 5, 2023
@raoulvdberge
Copy link
Collaborator

Fixed by #3588

@raoulvdberge
Copy link
Collaborator

This bug has been fixed in v1.12.4 for Minecraft 1.20.1 and v1.11.7 for Minecraft 1.19.2.
Thank you for reporting.

@raoulvdberge
Copy link
Collaborator

Hello, this bug is now also fixed for Minecraft 1.18.2 in v1.10.6.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants