Dropt

Dropt

3M Downloads

getting a registry crash only when this dropt script is loaded

Nathan22211 opened this issue ยท 9 comments

commented

Issue Description

the game crashes once forge is done loading and complains about entry values, but this is only happening when the linked dropt script is being used

What Happens

a dropt script is causing a crash, resulting in an error that seems completely unrelated to the mod

to reproduce
1: put the linked script in the script folder
2: load the game and wait for it to hit 7/7 on the top loading bar (when the game finishes loading). this is when it crashes

What You Expect to Happen

the game should load without a problem

Script

https://gist.github.com/Nathan22211/2e7b733f7ea039a640db436f0e20555a

Crash Log

https://gist.github.com/Nathan22211/1259645ccb2208cd1ef030684d3d44df

Affected Versions

Do not use latest; please supply accurate version numbers.

  • Minecraft: 1.12.2
  • Forge: 14.23.5.2854
  • CraftTweaker: 4.1.20.574
  • Dropt: 1.18.0
  • Athenaeum: 1.18.1
commented

After giving them unique names, does the problem persist?

commented

oh wow, that fixed it

commented

Is this client / server or local single-player?

I need more information. Can you link a full log and not just the crash log please?

commented
commented

Confirming that when you remove just the script and not the mod, it doesn't happen?

commented

Also, it looks like that log was truncated, doesn't look like the whole thing.

commented

Click 'view the full file' and that should help you there, also I did remove the script and I didn't get the issue. I commented the code out when I did it but removing the file should have the same result

commented

Gotcha, thanks.

Do you have multiple compacting recipes using the same name: inferium_block?

[16:53:05] [Client thread/WARN]: Registry CompactingBinRecipe: Override did not have an associated owner object. Name: crafttweaker:inferium_block Value: com.codetaylor.mc.pyrotech.modules.tech.basic.recipe.CompactingBinRecipe@4cce2b39
[16:53:05] [Client thread/WARN]: Registry CompactingBinRecipe: Override did not have an associated owner object. Name: crafttweaker:inferium_block Value: com.codetaylor.mc.pyrotech.modules.tech.basic.recipe.CompactingBinRecipe@78011c7
[16:53:05] [Client thread/WARN]: Registry CompactingBinRecipe: Override did not have an associated owner object. Name: crafttweaker:inferium_block Value: com.codetaylor.mc.pyrotech.modules.tech.basic.recipe.CompactingBinRecipe@6caa2472
[16:53:05] [Client thread/WARN]: Registry CompactingBinRecipe: Override did not have an associated owner object. Name: crafttweaker:inferium_block Value: com.codetaylor.mc.pyrotech.modules.tech.basic.recipe.CompactingBinRecipe@2cc44403
[16:53:05] [Client thread/WARN]: Registry CompactingBinRecipe: Override did not have an associated owner object. Name: crafttweaker:inferium_block Value: com.codetaylor.mc.pyrotech.modules.tech.basic.recipe.CompactingBinRecipe@11ee2541
commented

well I guess I messed up there, yup, I do