Page 1 of 1

getting a "nil value" error when loading a world file

PostPosted: Tue Jun 30, 2015 01:51
by boonscape3
I need help fixing an error in the tab_server.lua file that I get when I load one of my world files. I am getting a "in function" error on line 164 of this file and need to know how to correct it. The world I am having this error on is "Creative_World" I've downloaded this off of the FTP server at digitalaudioconcepts.com

Re: getting a "nil value" error when loading a world file

PostPosted: Tue Jun 30, 2015 11:52
by rubenwardy
This is the line: https://github.com/minetest/minetest/bl ... r.lua#L164
It appears you need to install the correct subgame.

This bug is fixed by https://github.com/minetest/minetest/pull/2855 (it will probably be fixed by 0.4.13)