Time Nick Message 12:08 IcyDiamond ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'default' in callback luaentity_Step(): /home/evert/mt-server/bin/../builtin/game/item_entity.lua:203: assertion failed! 12:08 IcyDiamond item drops are broken 12:08 sfan5 no they are not 12:08 sfan5 upgrade minetest_game 12:09 IcyDiamond already up to date 12:09 sfan5 then another mod is overriding the builtin items and causing this 12:10 rubenwardy item_entity mod? 12:10 IcyDiamond i dont see anything overriding it 12:12 IcyDiamond assert(moveresult) 12:12 rubenwardy engine recompiled? 12:12 IcyDiamond imma try that then 12:16 IcyDiamond nope 12:16 IcyDiamond server now crashes as soon as i log in 12:16 IcyDiamond awesome 12:18 IcyDiamond aaah okay, i did have a mod that overrides the on_step of item entity 12:19 IcyDiamond didnt see that in the traceback so how would i know 12:19 rubenwardy on_step = function(self, dtime, ...) end 12:19 IcyDiamond yeah thats how i fixed it 12:19 rubenwardy to pass through the trailing args :)