Major log spam
ryleu opened this issue ยท 11 comments
For some reason the recipes are getting sent twice. What versions of EMI, EMI Loot,are you using? My test world doesn't have any duplicated recipes and has mods that add chest loot.
I have the same issue with emi-loot 0.5.0+1.19
Can you attach one of these logs here please? I'll try to see if I can replicate and diagnose
And can you see if the log spam persists for you after updating to the most recent version? (0.6.0)
I have the same issue with emi-loot 0.5.0+1.19
Can you attach one of these logs here please? I'll try to see if I can replicate and diagnose
I'm currently playing to see if I can reproduce it since it seems to be related to EMI reloads, but here is a recent log from one of my modpack players who encountered the log spam he had a crash at the end which is unrelated to this, that's why he sent it to me:
https://mclo.gs/DpXYUrA
I will send my own log once I get it the first time on this pc
And can you see if the log spam persists for you after updating to the most recent version? (0.6.0)
I will update the modpack to 0.6.0 today and will check if I encounter it again
here I have a log with the issue on 0.6.0:
here I have a log with the issue on 0.6.0:
Hm... That's every single recipe being duplicated somehow. You got this to happen on your instance? If so so, can you please turn on debug mode and replciate again? In the EmiLootConfig json in the config folder. The log spam will get a lot worse, but hopefully it'll show something useful
got a log that had the issue with debug mode on:
https://mclo.gs/Udsg74s
Ignore the crash at the end that's a Xorg issue
sorry that I took so long, didn't have the time to play
Alright, that is just the insight I needed. It looks like you connected and disconnected from the server/world twice, and each time it is synchronizing loot tables, which is correct. What isn't correct, at first glance, is EMI Loot isn't properly clearing the synced data after disconnecting (so you end up with two copies of the data stacked on top of each other, hence the duplicates)