CraftTweaker

CraftTweaker

151M Downloads

1.8.9-3.0.6 error using /mt reload

KurikAmudnil opened this issue · 11 comments

commented

ArrayIndexOutOfBoundsException

extract from latest.log (no crash)
http://pastebin.com/Eiz7fXLd

looking at the minetweaker.log it looks like it is getting stuck trying to undo an ore dictionary entry.

commented

Scripts please

commented

In trying to narrow down the problem, I found that the stuck modifications issue was being caused by the presence of ModTweaker and thus it has been removed. The IndexOutOfBoundsException still occurs when I try to reload after loading a script that creates an ore dictionary.

  • aroma.zs ; fix missing recipes from aroma mining dimension
  • basics.zs
  • experiment.zs ; a place to build/test new recipes
  • fix-etc.zs ; various fixes, mostly fixing the use of 3x3 for 2x2 and 1x3 recipes
  • gears.zs ; WIP, haven't settled on a recipe
  • improving-mc.zs ; recipes related to mod improving-mc
  • melon.zs
  • thaumcraft-research.zs ; removed due to ModTweaker issues

These 4 scripts create a new ore dictionary and the created ore dictionaries seem to be where the undo problem happens

  • arrows.zs
  • AxeCutAll.zs ; Allow JEI to show me which axes have been configured with CutAll
  • bones.zs ; inspired from somewhere
  • stairs.zs ; ineficient default stair recipe annoys me (especially with metal block stairs)
commented

Can I give you a dev version to test with?
On May 6, 2016 6:53 PM, "KurikAmudnil" [email protected] wrote:

In trying to narrow down the problem, I found that the stuck modifications
issue was being caused by the presence of ModTweaker and thus it has been
removed. The IndexOutOfBoundsException still occurs when I try to reload
after loading a script that creates an ore dictionary.

These 4 scripts create a new ore dictionary and the created ore
dictionaries seem to be where the undo problem happens


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
https://github.com/jaredlll08/CraftTweaker/issues/20#issuecomment-217496883

commented

Certainly. I will be a bit busy until this afternoon though.. I just need a link to download.

commented
commented

When I say try, I actually mean, run that version, them give me the minetweaker.log

This will still crash, but it will give some more info

commented

minetweaker.log

edit: I have now made a test profile on my server to make future test easier. Only mod is CraftTweaker and only scripts are arrows.zs and bones.zs. I have tested with forge 1808 and forge 1875 (MC 1.8.9) with no significant difference other than shorter log. This issue did not occur when using CraftTweaker-1.8.8-3.0.2 and seems to have started with CraftTweaker-1.8.9-3.0.3+

commented

I think this previous commit may need to be reapplied.

commented

Yea that would be useful >_<

commented

Build 12+ fixes the issue