GTNewHorizons/Minetweaker-Gregtech-5-Addon

crash with Thaumcraft

SilverScreamBr opened this issue · 6 comments

http://paste.ee/p/ujhmW

Stack overflow after instal GTTweaker 0.7.2.

@SilverScreamBr A little bit more information i could need because my mod dindt touch any Thaumcraft stuff.

I need Mod Versions you using, Scripts, logs from Minetweaker and Forge logs.

Thaumcraft{4.2.3.5}
Forge{10.13.4.1448}
MineTweaker3{3.0.9B}
gregtech{MC1710} 5.08.19

crashlog:http://paste.ee/p/ujhmW
mineTweaker : no log
forger: very long 8mb
crash on statup.
scripts:

print("Hello world!");

recipes.removeShaped(<GalacticraftCore:item.canister:1>);

val silver = <ore:ingotSilver>;
silver.add(<factorization:silver_ingot>);


recipes.addShaped(<GalacticraftCore:item.canister:1>, [[<ore:ingotCopper>, null, <ore:ingotCopper>],
  [<ore:ingotCopper>, <GalacticraftMars:item.carbonFragments>, <ore:ingotCopper>],
  [<ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>]]);

recipes.removeShaped(
<RefinedRelocation:relocator>);

recipes.addShaped(
<RefinedRelocation:relocator>, [[<minecraft:iron_ingot>, <minecraft:glass_pane>, <minecraft:iron_ingot>],
  [<minecraft:glass_pane>, <minecraft:dye:8>, <minecraft:glass_pane>],
  [<minecraft:iron_ingot>, <minecraft:glass_pane>, <minecraft:iron_ingot>]]);

  recipes.addShaped(
<ComputerCraft:CC-TurtleAdvanced>, [[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>],
  [<minecraft:gold_ingot>, <ComputerCraft:CC-Computer>, <minecraft:gold_ingot>],
  [<minecraft:gold_ingot>, 
<minecraft:chest>, <minecraft:gold_ingot>]]);
recipes.addShaped(<minecraft:packed_ice>, [[<minecraft:ice>, <minecraft:ice>, <minecraft:ice>], [<minecraft:ice>, <minecraft:ice>, <minecraft:ice>], [<minecraft:ice>, <minecraft:ice>, <minecraft:ice>]]);

So far i can see you are using a too new Forge Version.
Try to using Forge 10.13.3.1420 and Minetweaker 3.0.9c.
The Script you sen me is normal minetweaker code.
The Minetweaker log is in the main folder. If you dont have any log the game is not running.
When does it crash when the game is starting?
I think most of the mods are not Forge 10.13.4XXX compatible.
If the Error happend when you changing the mods please send me the fml log (Dropbox, email dream-master@gmx.net or Pasteabin will work too i think) and the full mod list you are using (Screenshoot would be enough.)
How many minetweaker scripts do you using and if there more (maybe some Thaumcraft scripts) post it here or send me an email.

im send logs for email.

im close this issue because this crash is a random crash

As I said downgrade forge and the mod that required newer forge and the error is gone. Many mods not supporting newer forge version.