Don't Starve Together

Don't Starve Together

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

https://pastebin.com/Xp6WqEUg
Last edited by Ace The EGGman; 10 Aug, 2022 @ 7:42am
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://steamproxy.net/sharedfiles/filedetails/?id=1840284484
Last edited by Tactical John Helldiver; 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