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

Common bug report classes + Solutions/Advice #267

Open
asiekierka opened this issue Dec 13, 2020 · 0 comments
Open

Common bug report classes + Solutions/Advice #267

asiekierka opened this issue Dec 13, 2020 · 0 comments

Comments

@asiekierka
Copy link
Owner

asiekierka commented Dec 13, 2020

Please report all 1.7.10 bug reports to the FoamFix17 repo instead.

Here's a list of known bug report classes.

java.lang.IllegalArgumentException: Cannot set property PropertyInteger{name=level, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} to 81 on block minecraft:water, it is not an allowed value
    at pl.asie.foamfix.common.FoamyBlockState.withProperty(FoamyBlockState.java:59)

To this day, with the exception of BiblioCraft, I have not managed to find a case where a "Cannot set property" crash was actually specific to FoamFix, and not just blamed on FoamFix because we patch this area of the code. The codepath causing this error mimics vanilla behaviour very closely, and should cause the same crash without the mod installed.

java.lang.NoSuchMethodError: net.minecraftforge.fml.relauncher.ReflectionHelper.findField(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/reflect/Field;

FoamFix 0.10.x requires the absolute latest version of Forge. Grab it, and the error should go away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant