Jump to content

Recommended Posts

image.png.b0e9ff72961c31d51432d22bdfde8273.png

如圖所示

很常發現類似的問題,開遊戲開到一定的時間點就會突然斷線

之後就必須重新開一個新的伺服器去玩

[string "scripts/stategraphs/SGwilsod.lua"]:1276: Left death state.
LUA ERROR stack traceback:
 =[C]:-1 in (global) assert (C) <-1--1>
 scripts/stategraphs/SGwilson.lua:1276 in (field) onexit (Lua) <1273-1278>
 scripts/stategraph.lua:462 in (method) GoToState (Lua) <450-511>
 scripts/stategraphs/SGwilson.lua:624 in (field) fn (Lua) <562-628>
 scripts/stategraphs.lua:400 in (method) HandleEvents (Lua) <391-411>
 scripts/stategraph.lua:145 in (method) Update (Lua <109-148>
 scripts/update.lua:218 in () ? (Lua) <149-228>

 

我試著把內容給打出來,我不知道是我MOD的問題還是甚麼問題

玩一陣子之後就都會出現這個問題,變得不能繼續進行遊戲

In a mod (Mythical Items 2) used on server I know (Apple Fun Time), this error is linked with items with Life Giving Amulet passive healing perk (Halo) - apparently you can get "healed" when you are in your death animation, which crashes the game.

10 hours ago, Hekkaryk said:

在服務器上使用的一個mod(神話物品2)中,我知道(Apple Fun Time),這個錯誤與Life Giving Amulet被動治療特技(Halo)中的物品有關 - 顯然當你處於死亡動畫中時, ,這使遊戲崩潰。

很多Mod我都拿掉看看過了,還是一樣

請問要怎麼看是哪個MOD 互相衝突

我看不懂

I was looking inside the files to find the error, and the line it's throwing error is this:
if inst.components.revivablecorpse == nil then
                assert(false, "Left death state.")
            end

if inst.components.revivablecorpse == nil then
	assert(false, "Left death state.")
end

maybe some mod is altering the components of characters, not sure what mods you are using that could alter this

On 2018/1/6 at 8:43 PM, caioketo said:

I was looking inside the files to find the error, and the line it's throwing error is this:
if inst.components.revivablecorpse == nil then
                assert(false, "Left death state.")
            end


if inst.components.revivablecorpse == nil then
	assert(false, "Left death state.")
end

maybe some mod is altering the components of characters, not sure what mods you are using that could alter this

我也不是很清楚

因為我有加裝 人物的MOD

還有CY商店

跟 地圖 以及 血量顯示....等....滿多的

看不懂

9 hours ago, NekoMura said:

我也不是很清楚

因為我有加裝 人物的MOD

還有CY商店

跟 地圖 以及 血量顯示....等....滿多的

看不懂

If you open the folder ../steamapps/common/Don't Starve Together\mods will be the source of all mods you have installed, so you can find out which mod is causing the error and disable it to test out.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...