-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
AE2 Autocrafting Gunpowder - java.lang.IndexOutOfBoundsException #986
Comments
Are you sure there was no error in the server log? That's really weird. What happens when you try on Singleplayer? |
Confirmed - neither debug.log nor latest.log have any entry like that. |
Issue can reproduced in SP also - allowing substitutes caues the same error. |
@Lumpous Is there a more detailed error in the log when in Singleplayer? Or the same, minimally descriptive error? |
The message in local debug.log is the same short, not explanatory one without any further details.
|
Was this bug reported before?
Please provide a link to your crash report or latest.log, if relevant
No response
If you have any, please provide a list of additional mods
No response
Please describe the issue you are experiencing
Current modpackversion: 1.6.4
Java on local PC:
java version "1.8.0_381"
Java(TM) SE Runtime Environment (build 1.8.0_381-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.381-b09, mixed mode)
Java on Server:
openjdk version "1.8.0_422"
OpenJDK Runtime Environment (build 1.8.0_422-8u422-b05-1~22.04-b05)
OpenJDK 64-Bit Server VM (build 25.422-b05, mixed mode)
Only tested in MP - can reproduce on every try
Wanted to craft some gunpowder using AE2 Autocrafting but received a errormessage in clients chat.
(nothing of that message is visible in any serverlog).
[22:36:55] [Client thread/INFO] [STDOUT]: [vazkii.chatflow.handler.MessageMeddler:onMessageReceived:24]: Error: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 [22:36:55] [Client thread/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Error: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
The pattern is using the recipe:
Upon further inspecting, the recipe was set to use substitutes:
Removed all pulverized charcoal to check if that's the cause, but issue occured again.
Fresh restart of client and server made no change and the errormessage reappeared when substitutes was enabled in recipe.
Removed the "use substitutes" from the pattern and crafting worked like a charm.
latest.log - Errormessage in line 9156 and 9157
debug.log
The text was updated successfully, but these errors were encountered: