[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4866: Undefined array key "database_gc"
FOSS gamedev and creative worlds • View topic - Assertion 'i < m_size' failed
Page 1 of 1

Assertion 'i < m_size' failed

PostPosted: Thu Jan 01, 2015 10:13
by lag01
My server crashes with error "/home/user/minetest/src/inventory.cpp:629: ItemStack& InventoryList::getItem(irr::u32) Assertion 'i < m_size' failed.".
I am know that this is bug in mod code(i have solved very similar bug in the past, spent much time to find which mod was causing that and on which line).
Problem is, that engine is not showing me in which .lua file and on which line mistake is.

Re: Assertion 'i < m_size' failed

PostPosted: Thu Jan 01, 2015 10:48
by Krock
It's not a Lua error, it's in inventory.cpp.

Issue on Github: https://github.com/minetest/minetest/issues/2028