Summary of the problem normal.zs: null
Pack Version 1.2.1
What is the bug? The version is 1.3 FTB Beyond.
After updating from 1.2.1 (delete everything) for my server, whenever i log in, i get
"ERROR: Error executing normal.zs: null".
The result is that the script doesn't get run, and recipt like black quartz is not there to use.
Mod & Version FTB Beyond.1.3
Link to log file
https://pastebin.com/Z92gby6t
Is it repeatable? Yes
Known Fix
So much for the "fast" respond, thank god I am a programmer.
Went through the log and code for minetweaker, found a line in the normal.zs script that cause NullPointerException (line 183, "at modtweaker.mods.tconstruct.handlers.Casting$Remove.wrapRecipe(Casting.java:165)").
I don't know much about the reason removing the recipe, but disabling this line fixed the exception hence the script loaded
Here is my modified script: https://pastebin.com/aqeeTb0J
I hope this can get attention of the dev so roll out a formalized fix.
Pack Version 1.2.1
What is the bug? The version is 1.3 FTB Beyond.
After updating from 1.2.1 (delete everything) for my server, whenever i log in, i get
"ERROR: Error executing normal.zs: null".
The result is that the script doesn't get run, and recipt like black quartz is not there to use.
Mod & Version FTB Beyond.1.3
Link to log file
https://pastebin.com/Z92gby6t
Is it repeatable? Yes
Known Fix
So much for the "fast" respond, thank god I am a programmer.
Went through the log and code for minetweaker, found a line in the normal.zs script that cause NullPointerException (line 183, "at modtweaker.mods.tconstruct.handlers.Casting$Remove.wrapRecipe(Casting.java:165)").
I don't know much about the reason removing the recipe, but disabling this line fixed the exception hence the script loaded
Here is my modified script: https://pastebin.com/aqeeTb0J
I hope this can get attention of the dev so roll out a formalized fix.
Last edited: