Don't Starve Together

Don't Starve Together

Wormwood Together
이 토론은 잠겼습니다.
Kore  [개발자] 2019년 2월 19일 오후 5시 50분
Bugs
Please report bugs here.
If it was a crash, please provide a screenshot of the traceback or a paste of your game's log[forums.kleientertainment.com]. (The log file may be lengthy, so use a snippet/pastebin site rather than pasting the text directly.)
Kore 님이 마지막으로 수정; 2019년 2월 19일 오후 5시 50분
< >
전체 댓글 31개 중 1~15개 표시 중
Toroic 2019년 2월 20일 오전 7시 05분 
Examining a planted seed causes a crash.

[00:04:49]: [string "../mods/workshop-1654881929/scripts/prefabs..."]:79: attempt to call method 'IsWithered' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1654881929/scripts/prefabs/plant_normal.lua:79 in (field) getstatus (Lua) <76-84>
scripts/components/inspectable.lua:30 in (method) GetStatus (Lua) <21-45>
scripts/components/inspectable.lua:66 in (method) GetDescription (Lua) <47-72>
scripts/actions.lua:411 in (field) fn (Lua) <407-423>
scripts/bufferedaction.lua:24 in (method) Do (Lua) <20-34>
scripts/entityscript.lua:1286 in (method) PushBufferedAction (Lua) <1255-1298>
scripts/components/locomotor.lua:500 in (method) PushAction (Lua) <473-534>
scripts/components/playercontroller.lua:2896 in (method) DoAction (Lua) <2852-2900>
scripts/components/playercontroller.lua:3012 in (method) OnLeftClick (Lua) <2922-3013>
scripts/components/playercontroller.lua:426 in (method) OnControl (Lua) <411-476>
scripts/components/playercontroller.lua:229 in (field) fn (Lua) <229-229>
scripts/events.lua:46 in (method) HandleEvent (Lua) <42-49>
scripts/input.lua:167 in (method) OnControl (Lua) <162-169>
scripts/input.lua:384 in () ? (Lua) <383-385>
Kore  [개발자] 2019년 2월 20일 오전 7시 43분 
Toroic 님이 먼저 게시:
Examining a planted seed causes a crash.
Fixed. Thank you for the report.
Pheron 2019년 2월 20일 오후 4시 18분 
My game crash when I pick manure

[string "../mods/workshop-1654881929/modmain.lua"]:285: attempt to index field 'fertilizer' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1654881929/modmain.lua:285 in (local) collector (Lua) <284-288>
scripts/componentactions.lua:1334 in (method) CollectActions (Lua) <1314-1340>
scripts/components/playeractionpicker.lua:160 in (method) GetInventoryActions (Lua) <157-174>
scripts/widgets/itemtile.lua:284 in (method) GetDescriptionString (Lua) <258-304>
scripts/widgets/itemtile.lua:249 in (method) UpdateTooltip (Lua) <248-256>
scripts/widgets/itemtile.lua:307 in (method) OnGainFocus (Lua) <306-308>
scripts/widgets/widget.lua:613 in (method) SetFocusFromChild (Lua) <599-624>
scripts/widgets/widget.lua:649 in (method) SetFocus (Lua) <626-658>
scripts/frontend.lua:777 in (method) DoHoverFocusUpdate (Lua) <768-782>
scripts/frontend.lua:730 in (method) Update (Lua) <616-766>
scripts/update.lua:92 in () ? (Lua) <33-129>
Kore  [개발자] 2019년 2월 20일 오후 5시 04분 
Pheron 님이 먼저 게시:
My game crash when I pick manure
This should be fixed now. Thanks for the error log.
Kore 님이 마지막으로 수정; 2019년 2월 20일 오후 5시 42분
elubviq 2019년 2월 23일 오후 5시 36분 
Seeds planted in the ground will not grow unless fertilized (multiplayer), though I'm not sure if this is intended or not. The server crashed when I accidentally tried to fertilize a fully grown crop on the ground. If you could fix this, that would be amazing. crashlog: https://imgur.com/a/9lCQjWV
Kore  [개발자] 2019년 2월 23일 오후 9시 44분 
elubviq 님이 먼저 게시:
Seeds planted in the ground will not grow unless fertilized
I could not reproduce this. When tested, seeds planted in the ground grow naturally.
Could you please disable your other mods and try it?
What was the specific item planted, just "Seeds" or some particular crop?
elubviq 2019년 2월 24일 오전 11시 03분 
Hello, it seemed to be a biome problem specifically! They grew normally on other grass, but won't grow on deciduous forest turf. That's my fault for not testing the issue more. Also, the seeds were indeed just seeds, nothing specific.

Also, the server crashes when fertilizing these seeds in deciduous turf- probably because theyre not supposed to grow there I'm guessing? Unless that's a bug in itself. I haven't tested if the server crashes fertilizing all crops in any biome.
Kore  [개발자] 2019년 2월 24일 오후 12시 18분 
Even on deciduous turf, I cannot reproduce this problem. The seeds grow normally there when I test them.

The crash in your screenshot happened for the same reason that the seeds are not growing. Something interferes with the plant receiving instructions to grow, and when it reaches maturity, it tries to stop growing, but it cannot stop what it is not doing in the first place, so the server gets confused.

Can you try this with other mods disabled to determine whether there is a conflict?
elubviq 2019년 2월 24일 오후 12시 35분 
None of my other mods touch farming, but I'll take a look. I'm now having the problem on other turfs, so it seems to be at random, which is odd. I disabled the mods, and I'll look out for other things that may be causing the problem. It seems to only happen after a while of playing, so it might be a bit.
elubviq 2019년 2월 24일 오후 7시 10분 
I have disabled all mods, and still yet the seeds do not grow and the game still crashes when using fertilizer. It does not happen all the time, often the seeds will start growing and then stop after some point.
Edit: I've noticed this usually happens when the server is closed and then re-launched.
elubviq 님이 마지막으로 수정; 2019년 2월 24일 오후 7시 11분
Kore  [개발자] 2019년 2월 24일 오후 9시 06분 
Thank you for your crash report and further information. I think I have found the problem and will be deploying a fix soon.
(edit) The attempted fix is live and it should hopefully fix plants retroactively. Please try it and see if your plants work now.
Kore 님이 마지막으로 수정; 2019년 2월 24일 오후 9시 09분
elubviq 2019년 2월 24일 오후 9시 10분 
I'll be testing this as soon as I can tomorrow. Thank you so much for your hard work :)
elubviq 2019년 2월 25일 오후 3시 16분 
That seems to have fixed the issue, thank you! Sadly, I have encountered another problem. When I try to make the living log, my whole game crashes with no crashlog.
Kore  [개발자] 2019년 2월 25일 오후 3시 45분 
The game should keep a log in the user Documents or home folder, at klei/donotstarve/log.txt . If your game crashed, you should find the phrase "LUA ERROR stack traceback:" in that file. The line just above that one plus a few below it will look similar to what the game displays on a crash. Take a look at the first few replies in the thread for examples.
Azure 2019년 2월 26일 오전 5시 14분 
Wormwood is currently able to regain health from food by consuming Jellybeans or Hallowed Nights' "Sanguine Experiment" (The Health Potion).

The Compost Wrap is invisible during the animation of Wormwood applying it to himself.

Other players can use Compost Wrap as well. Is this intended?

None of Wormwood's voice lines play when performing an emote, other than the obvious /carol emote.
Azure 님이 마지막으로 수정; 2019년 2월 26일 오전 5시 26분
< >
전체 댓글 31개 중 1~15개 표시 중
페이지당 표시 개수: 1530 50