i'm new.
I've very problem with my local server of minetest.
When i'm run server program, in ubuntu 12.10 64bit, after 2 o 3 minutes i've this error:
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
15:03:12: ERROR[EmergeThread]: ERROR: An unhandled exception occurred: LuaError: error: ...mods/minetest/glooptest/glooptest/ore_module/api.lua:52: attempt to call field 'generate_ore' (a nil value)
15:03:12: ERROR[EmergeThread]: stack traceback:
In thread b5cffb40:
/home/matteo/recipe-0.4.4-0ppa2/src/server.cpp:405: virtual void* EmergeThread::Thread(): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b5cffb40:
#0 virtual void* EmergeThread::Thread()
(Leftover data: #1 virtual MapBlock* ServerMap::emergeBlock(v3s16, bool): p=(23,3,13), allow_generate=0)
(Leftover data: #2 ServerMapSector* ServerMap::createSector(v2s16): p2d=(23,13))
(Leftover data: #3 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
DEBUG STACK FOR THREAD b661eb40:
#0 virtual void* ServerThread::Thread()
#1 void Server::AsyncRunStep()
#2 virtual void ServerEnvironment::step(float)
(Leftover data: #3 void RemoteClient::GetNextBlocks(Server*, float, irr::core::array<PrioritySortedBlockTransfer>&))
(Leftover data: #4 void BlockEmergeQueue::addBlock(irr::u16, v3s16, irr::u8))
(Leftover data: #5 void ItemStack::deSerialize(std::istream&, IItemDefManager*))
DEBUG STACK FOR THREAD b73e9700:
#0 int main(int, char**)
#1 Dedicated server branch
#2 void dedicated_server_loop(Server&, bool&)
(Leftover data: #3 void Server::step(float))
Annullato (core dump creato)
How i can resolve this problem?
Thank you in advance and i'm sorry for my bad english skill.