Jump to content

crash log, but maybe not caused by mod(s)?


Recommended Posts

Spoiler

[string "scripts/components/inventoryitem_replica.lu..."]:13: attempt to index field 'classified' (a nil value)
LUA ERROR stack traceback:
scripts/components/inventoryitem_replica.lua:13 in (local) fn (Lua) <13-13>
inst = 110102 - lighter (valid:false)
data = table: 0x1adcfe28
scripts/entityscript.lua:959 in (method) PushEvent (Lua) <953-976>
self (valid:false) =
GUID = 110102
Transform = Transform (0x1ce2fe10)
inlimbo = false
actionreplica = table: 0x1ce30290
actioncomponents = table: 0x1ce2f6d8
lower_components_shadow = table: 0x1ce2fce8
entity = Entity (0x1cdf8440)
AnimState = AnimState (0x1ce2ff98)
prefab = lighter
OnSave = function - ../mods/workshop-404161345/modmain.lua:95
Network = Network (0x1ce2ffe0)
Physics = Physics (0x1ce30f88)
OnLoad = function - ../mods/workshop-404161345/modmain.lua:104
MiniMapEntity = MiniMapEntity (0x1ce30030)
SoundEmitter = SoundEmitter (0x1ce2fff8)
name = Willow's Lighter
spawntime = 0
modactioncomponents = table: 0x1ce374a8
replica = table: 0x1ce2fca8
components = table: 0x1ce2fc80
persists = false
event = percentusedchange
data = table: 0x1adcfe28
listeners = table: 0x1ce300a8
entity = 110102 - lighter (valid:false)
fns = table: 0x1ce300f0
i = 2
fn = function - scripts/components/inventoryitem_replica.lua:13
scripts/components/fueled.lua:253 in (method) DoDelta (Lua) <237-254>
self =
sections = 1
sectionfn = function - scripts/prefabs/lighter.lua:170
rate = 1
updatefn = function - scripts/prefabs/lighter.lua:64
bonusmult = 1
inst = 110102 - lighter (valid:false)
period = 1
consuming = false
_ = table: 0x1ce37950
depleted = function - scripts/entityscript.lua:1265
amount = -1
oldsection = 1
newsection = 1
scripts/components/fueled.lua:258 in (method) DoUpdate (Lua) <256-268>
self =
sections = 1
sectionfn = function - scripts/prefabs/lighter.lua:170
rate = 1
updatefn = function - scripts/prefabs/lighter.lua:64
bonusmult = 1
inst = 110102 - lighter (valid:false)
period = 1
consuming = false
_ = table: 0x1ce37950
depleted = function - scripts/entityscript.lua:1265
dt = 1
scripts/components/fueled.lua:220 in (field) fn (Lua) <220-220>
scripts/scheduler.lua:194 in (method) OnTick (Lua) <168-225>
self =
running = table: 0xc411558
waitingfortick = table: 0xc411580
tasks = table: 0xaac09c0
waking = table: 0x2292cb88
attime = table: 0xc4115a8
hibernating = table: 0xc411648
tick = 737606
k = PERIODIC 110102: 1.000000
v = true
already_dead = nil
scripts/scheduler.lua:406 in (global) RunScheduler (Lua) <404-412>
tick = 737606
scripts/update.lua:166 in () ? (Lua) <150-223>
dt = 0.033333335071802
tick = 737606
i = 737606

[string "scripts/components/inventoryitem_replica.lu..."]:13: attempt to index field 'classified' (a nil value)
LUA ERROR stack traceback:
scripts/components/inventoryitem_replica.lua:13 in (local) fn (Lua) <13-13>
scripts/entityscript.lua:959 in (method) PushEvent (Lua) <953-976>
scripts/components/fueled.lua:253 in (method) DoDelta (Lua) <237-254>
scripts/components/fueled.lua:258 in (method) DoUpdate (Lua) <256-268>
scripts/components/fueled.lua:220 in (field) fn (Lua) <220-220>
scripts/scheduler.lua:194 in (method) OnTick (Lua) <168-225>
scripts/scheduler.lua:406 in (global) RunScheduler (Lua) <404-412>
scripts/update.lua:166 in () ? (Lua) <150-223>

i have post this part of logs to the author of Ownership, but useless

he told me maybe "Willow's Lighter" caused the crash

when the crash happened, i restarted the server but it crashed again in 2min, the same crash log, the players online said on one has the Willow's Lighter, i don't why :(

i disabled Ownership mod, now the server is running fine for about 20 hours

i have posted the full log, maybe some help

PS @Muche i noticed u r everywhere, such as the Ownership mod's comments :)

 

server_log.7z

Link to comment
Share on other sites

Full log was very helpful.

The crash is not caused by Ownership mod. It's caused by Auto ReEquip Weapon mod.

The crash occurs when the lighter runs of fuel. Due to line inst.components.fueled:SetPercent(0) (modmain.lua:L214), multiple events are fired that try to remove the lighter two times.

[00:01:37]: [Burnable:OnRemoveEntity()] self=table: 561B5950, inst=108619 - lighter(LIMBO)  
[00:01:37]: stack traceback:
    scripts/components/burnable.lua:136 in (method) OnRemoveEntity (Lua) <133-141>
    scripts/entityscript.lua:1282 in (method) Remove (Lua) <1265-1317>
    scripts/prefabs/lighter.lua:185 in (field) sectionfn (Lua) <170-192>
    scripts/components/fueled.lua:248 in (method) DoDelta (Lua) <238-256>
    scripts/components/fueled.lua:214 in (method) SetPercent (Lua) <212-215>
    ../mods/369081028-Auto ReEquip Weapon/modmain.lua:214 in (local) fn (Lua) <191-226>
    scripts/entityscript.lua:959 in (method) PushEvent (Lua) <953-976>
    scripts/components/fueled.lua:255 in (method) DoDelta (Lua) <238-256>
    scripts/components/fueled.lua:261 in (method) DoUpdate (Lua) <258-271>
    scripts/components/fueled.lua:221 in (field) fn (Lua) <221-221>
    scripts/scheduler.lua:194 in (method) OnTick (Lua) <168-225>
    scripts/scheduler.lua:406 in (global) RunScheduler (Lua) <404-412>
    scripts/update.lua:166 in () ? (Lua) <150-223>  
[00:01:37]: [Burnable:OnRemoveEntity()] self=table: 561B5950, inst=108619 - lighter 
[00:01:37]: stack traceback:
    scripts/components/burnable.lua:136 in (method) OnRemoveEntity (Lua) <133-141>
    scripts/entityscript.lua:1282 in (field) depleted (Lua) <1265-1317>
    scripts/components/fueled.lua:251 in (method) DoDelta (Lua) <238-256>
    scripts/components/fueled.lua:214 in (method) SetPercent (Lua) <212-215>
    ../mods/369081028-Auto ReEquip Weapon/modmain.lua:214 in (local) fn (Lua) <191-226>
    scripts/entityscript.lua:959 in (method) PushEvent (Lua) <953-976>
    scripts/components/fueled.lua:255 in (method) DoDelta (Lua) <238-256>
    scripts/components/fueled.lua:261 in (method) DoUpdate (Lua) <258-271>
    scripts/components/fueled.lua:221 in (field) fn (Lua) <221-221>
    scripts/scheduler.lua:194 in (method) OnTick (Lua) <168-225>
    scripts/scheduler.lua:406 in (global) RunScheduler (Lua) <404-412>
    scripts/update.lua:166 in () ? (Lua) <150-223>  

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...