JavidPack / BossChecklist

Mod for tModLoader to help with Boss Progression
https://forums.terraria.org/index.php?threads/boss-checklist-in-game-progression-checklist.50668/
60 stars 23 forks source link

No Boss defeat message in in-game chat/Bosses not marked as defeated on Boss Log #137

Closed AexDEye9 closed 11 months ago

AexDEye9 commented 11 months ago

The title is self explanatory ^^ however...

Server.log file: server.log

AexDEye9 commented 11 months ago

Update: After some more testing and a server restart, i can't seem to recreate this bug at all, with no evidence as to why.

DipolarHook commented 11 months ago

Me and my friend have the same issue and it has locked our progression. We killed lunatic cultist and the lunar event did not start.

JavidPack commented 11 months ago

Please post client.log and server.log from the session where you experienced the issue, dipolar

https://github.com/tModLoader/tModLoader/wiki/Basic-tModLoader-Usage-Guide#logs

SheepishShepherd commented 11 months ago

Update: After some more testing and a server restart, i can't seem to recreate this bug at all, with no evidence as to why.

If your world existed before the update, this makes me think that I did not change the name of the world record data beforehand. Which would load you old world record data (created even if you hadnlt enabled the feature), but it doesn't have the correct data? Restarting your world would erase the old data in place of the new data, which could be why you aren't experiencing it anymore.

In which case I will rename the player data for world records.

DipolarHook commented 11 months ago

Here are the requested logs. client.log server.log

SheepishShepherd commented 11 months ago

I looked back at some of my older worlds, and I did in fact rename the the data tag, so I will keep looking.

SheepishShepherd commented 11 months ago

Ah, I think I found the issue. I only have the list populate if the data exists. I forgot to populate the list when it cannot find any data to take from.