饥荒联机版

饥荒联机版

[TMIP]Too Many Items Plus
Trio 2022 年 8 月 10 日 上午 6:54
crashing with achievements and level up mod
noticed the bugs and crash report thread was locked so im making a new one.
< >
正在显示第 1 - 3 条,共 3 条留言
Trio 2022 年 8 月 10 日 上午 7:35 
current master server log with the two mods installed

https://pastebin.com/Xp6WqEUg
最后由 Trio 编辑于; 2022 年 8 月 10 日 上午 7:42
Shitdivers 2022 年 9 月 3 日 上午 12:36 
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1840284484
最后由 Shitdivers 编辑于; 2022 年 9 月 3 日 上午 12:43
Lavax 2022 年 11 月 13 日 上午 12:59 
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
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50