Java lang illegalstateexception recipe

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

java.lang.IllegalStateException: Recipe minecraft:crafting_table produces unregistered item minecraft:crafting_table #1592

java.lang.IllegalStateException: Recipe minecraft:crafting_table produces unregistered item minecraft:crafting_table #1592

Comments

Modpack version
1.77 (and 1.78 beta)

Issue
On a completely fresh install of the server on a Windows 10 machine, clients receive an exception and disconnect on the «Logging in» screen.

The exception is:
[Client thread/FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Recipe minecraft:crafting_table (net.minecraft.item.crafting.ShapedRecipes@75973f7a) produces unregistered item minecraft:crafting_table (net.minecraft.item.ItemBlock@3f1fb139)

Clients that received exceptions were are also fresh installs on Twitch and GDLauncher, we tried with both. Both clients and the server use 64 bit Java version 1.8.0_241

Читайте также:  Web application development using python

Logs
The logs exceed pastebin size limit, I’ll try attaching them directly to GitHub

The text was updated successfully, but these errors were encountered:

Please try removing the mod FastWorkbench from both server and clients.

NielsPilgaard added the Status: Awaiting Information Waiting for additional information label Mar 31, 2020

The exception regarding the crafting_table recipes are gone, but now «Fatally missing registry entries» error comes up on login. The client log states these entries are:

[07:30:54] [Client thread/INFO] [FML]: Registry EntityEntry: Found a missing id from the world astralsorcery:entityılluminationspark
[07:30:54] [Client thread/INFO] [FML]: Registry EntityEntry: Found a missing id from the world astralsorcery:entityıtemdamageresistant

Something I find interesting, the ID for these entries seem to contain the letter ı ı , which is a letter that exists in my own locale’s alphabet but not in English. The capital letter I is converted to lowercase ı instead of i if a mod is using my PC’s locale instead of the English locale.

Also please note that I’ve been using 1.78 to test this. I will roll back to a fresh install of the stable 1.77 with the FastWorkbench mod removed after this post.

Источник

Class IllegalStateException

Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation.

Constructor Summary

Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ).

Method Summary

Methods declared in class java.lang.Throwable

Methods declared in class java.lang.Object

Constructor Details

IllegalStateException

Constructs an IllegalStateException with no detail message. A detail message is a String that describes this particular exception.

IllegalStateException

Constructs an IllegalStateException with the specified detail message. A detail message is a String that describes this particular exception.

IllegalStateException

Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception’s detail message.

IllegalStateException

Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ). This constructor is useful for exceptions that are little more than wrappers for other throwables (for example, PrivilegedActionException ).

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Источник

Class IllegalStateException

Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation.

Constructor Summary

Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ).

Method Summary

Methods declared in class java.lang.Throwable

Methods declared in class java.lang.Object

Constructor Details

IllegalStateException

Constructs an IllegalStateException with no detail message. A detail message is a String that describes this particular exception.

IllegalStateException

Constructs an IllegalStateException with the specified detail message. A detail message is a String that describes this particular exception.

IllegalStateException

Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception’s detail message.

IllegalStateException

Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ). This constructor is useful for exceptions that are little more than wrappers for other throwables (for example, PrivilegedActionException ).

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Источник

Оцените статью