Following up a previous report, I can consistently reproduce a crash during cave-ins.
[00:05:16]: [string "scripts/vector3.lua"]:10: attempt to index local 'rhs' (a nil value)
LUA ERROR stack traceback:
scripts/vector3.lua:10 in () ? (Lua) <9-11>
self =
y = -2.2802909782627e-008
x = 270.27886962891
z = -529.46911621094
rhs = nil
scripts/components/quaker.lua:374 in (upvalue) GetSpawnPoint (Lua) <359-381>
pt = (270.28, -0.00, -529.47)
rad = nil
minrad = nil
theta = 5.4174528712557
radius = 20.127651621617
result_offset = nil
scripts/components/quaker.lua:398 in (field) fn (Lua) <385-404>
player = 112863 - wilson (valid:true)
reschedulefn = function - scripts/components/quaker.lua:407
px = 270.27886962891
py = -2.2802909782627e-008
pz = -529.46911621094
char_pos = (270.28, -0.00, -529.47)
override_prefab = nil
rad = nil
override_density = nil
riftspawner = table: 000000000AA34BD0
scripts/scheduler.lua:186 in (method) OnTick (Lua) <164-216>
self =
running = table: 000000000BB17300
waitingfortick = table: 000000000BB16A90
hibernating = table: 000000000BB16270
tasks = table: 000000000BB17210
waking = table: 000000002EBB5FB0
attime = table: 000000000BB16D60
tick = 15419
k = PERIODIC 112863: 0.200000
v = true
already_dead = false
scripts/scheduler.lua:409 in (global) RunScheduler (Lua) <407-415>
tick = 15419
scripts/update.lua:240 in () ? (Lua) <224-298>
dt = 0.033333335071802
tick = 15419
i = 15419
[00:05:16]: [string "scripts/vector3.lua"]:10: attempt to index local 'rhs' (a nil value)
LUA ERROR stack traceback:
scripts/vector3.lua:10 in () ? (Lua) <9-11>
scripts/components/quaker.lua:374 in (upvalue) GetSpawnPoint (Lua) <359-381>
scripts/components/quaker.lua:398 in (field) fn (Lua) <385-404>
scripts/scheduler.lua:186 in (method) OnTick (Lua) <164-216>
scripts/scheduler.lua:409 in (global) RunScheduler (Lua) <407-415>
scripts/update.lua:240 in () ? (Lua) <224-298>
Steps to Reproduce
Stand on the edge of the map, works best in the Ancient Guardians maze, or stand in the cave void.
Wait for a cave in, and you'll mostly likely get the crash.
-
1
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 accountSign in
Already have an account? Sign in here.
Sign In Now