Aurilux / Titles

Adds unlockable titles that can be displayed next to your username
GNU General Public License v3.0
4 stars 2 forks source link

[Render thread/FATAL]: Error executing task on Client #31

Closed Kasualix closed 2 years ago

Kasualix commented 2 years ago

Mod Version: Titles-1.16.5-3.4.1.jar It didn't cause crash, but it would be nice if you can fix this fatal (log spamming made me annoyed) image

https://pastebin.ubuntu.com/p/gxTYHZj8BC/

Aurilux commented 2 years ago

Looks like an easy fix. Thank you for letting me know!

Aurilux commented 2 years ago

Could you post more of the error log before the error gets triggered? An entire error log would be best. Just want to make sure this edge case gets properly handled.

Kasualix commented 2 years ago

Today I re-installed this mod into my pack and this FATAL turns into ERROR ( full log: https://pastebin.ubuntu.com/p/2fY9jckcfw/ java.lang.ClassCastException at Line 1016

Aurilux commented 2 years ago

Can you do me a favor and temporarily remove/disable Architectury (and whatever other mods rely on it) and see if this specific error disappears?

Kasualix commented 2 years ago

it doesn't disappear. https://pastebin.ubuntu.com/p/NnSPyY7czM/ Line 1091

Kasualix commented 2 years ago

That's quite strange. When I install this mod and Minecraft Forge 36.2.39 only, the errors do not appear. When I install this mod in my 300 mods modpack, the Cast problem occurs. I'll sift through the mods in the pack after dawn today, but I'm going to bed now. Thank you.

Aurilux commented 2 years ago

No problem. If you figure out which mod, or mods, are causing the issue, let me know. Then I can look at the mod's code, if it's open source, so I can figure out a fix.

Aurilux commented 2 years ago

I was taking another look at the error log you posted, and it seems it doesn't like the "Renai Circulation" title. Is that a custom title that you've added?

Kasualix commented 2 years ago

No, I didn't any titles.

Aurilux commented 2 years ago

Ok, do you know what mod adds plague asylums?

Kasualix commented 2 years ago

Hmmmmm Today I installed this mod again into my modpack and the strange errors are gone. I'm going to close this as the problem is now magically solved, thank you for your help.

Aurilux commented 2 years ago

Just wanted to let you know: the error was caused by the advancements in Dungeons Arise using plain text instead of a translatable lang entry for their advancement's title, i.e. "Renai's Circulation" instead of "advancements.plague_asylum.title" or something similar. I've made a test for it so it should no longer throw an error.

Aurilux commented 3 months ago

Looks like a conflict between Titles and another mod, but I can't tell which one. You can use the steps described here to try to identify which one: https://github.com/Aurilux/Titles/wiki#game-crashing. Beyond that, I am unable to update such an old version of Titles as my time must go to more modern versions.