Don't Starve Together

Don't Starve Together

[TMIP]Too Many Items Plus
Alice 10 Aug, 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 10 Aug, 2022 @ 7:35am 
current master server log with the two mods installed

https://pastebin.com/Xp6WqEUg
Last edited by Alice; 10 Aug, 2022 @ 7:42am
Shitdivers 3 Sep, 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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1840284484
Last edited by Shitdivers; 3 Sep, 2022 @ 12:43am
Lavax 13 Nov, 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