SmallJoker / boost_cart

The original version of minetest_game's carts (since 2018).
15 stars 14 forks source link

Crash #15

Closed VanessaE closed 7 years ago

VanessaE commented 7 years ago

One of my admins triggered a crash on my server. Not sure what the actual cause was, but he reports:

"I was just riding a cart when it started acting odd and then crashed." " "acting odd" meaning not really staying on the track too well"

2017-03-28 07:44:51: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'boost_cart' in callback luaentity_Step(): ...orldmods/dreambuilder_modpack/boost_cart/cart_entity.lua:268: attempt to perform arithmetic on local 'acc' (a boolean value)
2017-03-28 07:44:51: ERROR[Main]: stack traceback:
2017-03-28 07:44:51: ERROR[Main]:       ...orldmods/dreambuilder_modpack/boost_cart/cart_entity.lua:268: in function <...orldmods/dreambuilder_modpack/boost_cart/cart_entity.lua:151>
SmallJoker commented 7 years ago

Thanks for the report. Haven't thought about this case while trying to clean up the code. It is fixed now :)