CraftTweaker

CraftTweaker

151M Downloads

Many script erros with Craft Tweaker 3.0.11

Dream-Master opened this issue · 8 comments

commented

I am Using Mc 1.7.10 Modpack
Forge 1614
Craft Tweaker 3.0.11

Modpack:
https://github.com/GTNewHorizons/NewHorizons

Minetweaker log:
https://gist.github.com/Dream-Master/e3beebbe087d7e33f4eb8e2d17384f76

Scripts i am using:
https://github.com/GTNewHorizons/NewHorizons/tree/1.0.9.2/scripts

With Craft Tweaker 3.0.10 i don't get any Issues.

commented

This is literally impossible, I didn't change 1.7.10 crafttweaker.
Isolate the issue to a single script file, then give me the log, you have an insanely long log file.

commented

Nope, Minetweaker will cause issues if there is any issues in any script,
fix all the other issues

On Sep 6, 2016 8:10 PM, "Martin Robertz" [email protected] wrote:

Not impossible but i will try to look at the script which errored out.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/jaredlll08/CraftTweaker/issues/53#issuecomment-245038569,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFS9xXhIT4LSrtfylFt0hVMe17Ys3tlaks5qnax9gaJpZM4J1lNp
.

commented

Craft Tweaker version 3.0.10 works flawless with this scripts so that's why I ask what change in the new version. If nothing is changed then it is a big mystery.

commented

Look, fix the script issues, since I didn't chance anything besides for
adding ic2

On Sep 6, 2016 8:28 PM, "Martin Robertz" [email protected] wrote:

version 3.0.10 works flawless with this scripts so that's why I ask what
change in the new version. If nothing is changed then it is a big mystery.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/jaredlll08/CraftTweaker/issues/53#issuecomment-245044140,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFS9xYkoEOAaFx4DS1PfO2qmsBi5KW45ks5qnbCsgaJpZM4J1lNp
.

commented

Not impossible but i will try to look at the script which errored out.

commented

@mmelvin0 thanks, reverted it

commented

I'm also getting errors with 3.0.11 that didn't happen with 3.0.10. This is in 1.7.10 BTW.

There's not much of use in minetweaker.log, but the Forge log has a stack trace. Seems to have something to do with floats. I wonder if it has something to do with this change.

I get a single error in the chat:

ERROR: Error executing tweaks.zs: Could not construct any class for any/AnyFloat

Here's my tweaks.zs. Sorry, I realize it's quite large.

Here's the relevant portion of my Forge log:

[13:12:33] [Server thread/INFO]: [minetweaker.runtime.MTTweaker:load:156]: MineTweaker: Loading tweaks.zs
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:start:50]: --start--
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:loadObject:220]: loadObject 0
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:getField:985]: getField any/AnyString.value:Ljava/lang/String;
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:loadObject:220]: loadObject 1
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:invokeInterface:784]: invokeInterface interface stanhebben.zenscript.value.IAny.asString()Ljava/lang/String;
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:invokeVirtual:762]: invokeVirtual class java.lang.String.equals(Ljava/lang/Object;)Z
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:returnInt:971]: ireturn
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:end:57]: --end--
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:start:50]: --start--
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:loadObject:220]: loadObject 1
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:instanceOf:696]: instanceOf stanhebben/zenscript/value/IAny
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:ifEQ:845]: ifEQ L1
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:loadObject:220]: loadObject 0
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:getField:985]: getField any/AnyFloat.value:F
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:loadObject:220]: loadObject 1
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:invokeInterface:784]: invokeInterface interface stanhebben.zenscript.value.IAny.asFloat()F
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:fCmp:682]: fCmp
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:ifICmpNE:908]: ifICmpNE L1
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:iConst1:87]: iconst1
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:returnInt:971]: ireturn
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:label:65]: Label L1
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:iConst0:80]: iconst0
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:returnInt:971]: ireturn
[13:12:33] [Server thread/INFO]: [stanhebben.zenscript.util.MethodOutput:end:57]: --end--
commented

@jaredlll08
Didn't have time to look at this error. Hope after an Server Update i got time to do that.