A bug occurs when the player uses the voidcloth boomerang to attack hounds.
The bug occurs on line 430 of voidcloth_boomerang.lua, where calling the Lerp function causes a bug on line 15 of mathutil.lua.
[16:46:23]: [string "scripts/mathutil.lua"]:15: attempt to perform arithmetic on local 'a' (a nil value)
LUA ERROR stack traceback:
scripts/prefabs/voidcloth_boomerang.lua:430 in () ? (Lua) <384-442>
inst = 342080 - voidcloth_boomerang_proj (valid:true)
dt = 0.033333335071802
scalingdata = table: 0x775711639910
scripts/components/updatelooper.lua:66 in (method) OnUpdate (Lua) <53-68>
self =
inst = 342080 - voidcloth_boomerang_proj (valid:true)
postupdatefns = table: 0x775704bd9528
onwallupdatefns = table: 0x775704bd94e0
longupdatefns = table: 0x7757133890f0
onupdatefns = table: 0x7757133890a8
dt = 0.033333335071802
i = 1
scripts/update.lua:262 in () ? (Lua) <224-298>
dt = 0.033333335071802
tick = 264488
k = 342080
v = 342080 - voidcloth_boomerang_proj (valid:true)
cmp = table: 0x775713389028
[16:46:23]: [string "scripts/mathutil.lua"]:15: attempt to perform arithmetic on local 'a' (a nil value)
LUA ERROR stack traceback:
scripts/prefabs/voidcloth_boomerang.lua:430 in () ? (Lua) <384-442>
scripts/components/updatelooper.lua:66 in (method) OnUpdate (Lua) <53-68>
scripts/update.lua:262 in () ? (Lua) <224-298>
A bug occurs when the player uses the voidcloth boomerang to perform rapid attacks on hounds.
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
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