Page 1 of 1

Assertion '0' Failed

PostPosted: Fri Aug 24, 2012 12:01
by rubenwardy
This crashed my server:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
12:58:42: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...\minetest-0.4.2\bin\..\mods\minetest\xpanes\init.lua:21: attempt to index field '?' (a nil value)
12:58:42: ERROR[main]: stack traceback:
12:58:42: ERROR[main]:     [C]: in function 'add_node'
12:58:42: ERROR[main]:     ...mp\minetest-0.4.2\bin\..\mods\minetest\snow\init.lua:50: in function <...mp\minetest-0.4.2\bin\..\mods\minetest\snow\init.lua:1>
12:58:42: ERROR[main]:     (tail call): ?
12:58:42: ERROR[main]:     (tail call): ?
12:58:42: ERROR[main]:     (tail call): ?

In thread 838:
/home/celeron55/mtbuild/celeron55-minetest-d38b465/src/main.cpp:1741: main: Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 838:


0.4.2-RC1


Line 21 is:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
if minetest.registered_nodes[node.name].walkable ~= false then

PostPosted: Fri Aug 24, 2012 12:26
by sfan5
..\minetest-0.4.2\bin\..\mods\minetest\xpanes\init.lua:21: attempt to index field '?' (a nil value)
Post it in the Xpanes Mod Thread not here