Don't Starve Together

Don't Starve Together

[TMIP]Too Many Items Plus
Alice Aug 10, 2022 @ 6:54am
crashing with achievements and level up mod
noticed the bugs and crash report thread was locked so im making a new one.
< >
Showing 1-3 of 3 comments
Alice Aug 10, 2022 @ 7:35am 
current master server log with the two mods installed

https://pastebin.com/Xp6WqEUg
Last edited by Alice; Aug 10, 2022 @ 7:42am
Shitdivers Sep 3, 2022 @ 12:36am 
Same here. Here's the client file.

Go to line 4780 to see where it crashes.
https://pastebin.com/Vwrnw8Ux

Here's the server mod in question.
https://steamcommunity.com/sharedfiles/filedetails/?id=1840284484
Last edited by Shitdivers; Sep 3, 2022 @ 12:43am
Lavax Nov 13, 2022 @ 12:59am 
This can be fixed in modmain:
change

local steamlang = 'LANG_ID_'.._G.Profile:GetLanguageID()

to:

local steamlang = nil;
if _G.Profile:GetLanguageID() then
steamlang = 'LANG_ID_'.._G.Profile:GetLanguageID()
end
< >
Showing 1-3 of 3 comments
Per page: 1530 50