I will edit this post with it when I get back. Had to leave my computer for a bit.
EDIT: Looks like a bunch of gibberish to me. Here is the 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
19:01:01: ERROR[EmergeThread]: ERROR: An unhandled exception occurred: LuaError: error: ...me/blake/.minetest/mods/minetest/industry/rubber.lua:145: bad argument #-2 to 'add_node' (string expected, got nil)
19:01:01: ERROR[EmergeThread]: stack traceback:
In thread ab763b40:
/build/buildd/minetestc55-201302152341/src/server.cpp:411: virtual void* EmergeThread::Thread(): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD a8e60b40:
#0 virtual void* MeshUpdateThread::Thread()
DEBUG STACK FOR THREAD ab763b40:
#0 virtual void* EmergeThread::Thread()
(Leftover data: #1 virtual MapBlock* ServerMap::emergeBlock(v3s16, bool): p=(28,3,-27), create_blank=0)
(Leftover data: #2 ServerMapSector* ServerMap::createSector(v2s16): p2d=(28,-27))
(Leftover data: #3 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
DEBUG STACK FOR THREAD ae8f9b40:
#0 virtual void* ServerThread::Thread()
#1 void Server::AsyncRunStep()
#2 virtual void ServerEnvironment::step(float)
(Leftover data: #3 void BlockEmergeQueue::addBlock(irr::u16, v3s16, irr::u8))
(Leftover data: #4 void BlockEmergeQueue::addBlock(irr::u16, v3s16, irr::u8))
DEBUG STACK FOR THREAD b70a2940:
#0 int main(int, char**)
(Leftover data: #1 void ClientMap::renderMap(irr::video::IVideoDriver*, irr::s32))
(Leftover data: #2 virtual void ClientEnvironment::step(float))
(Leftover data: #3 void Client::Receive())
(Leftover data: #4 void Client::ProcessData(irr::u8*, irr::u32, irr::u16))
(Leftover data: #5 void MeshUpdateQueue::addBlock(v3s16, MeshMakeData*, bool, bool))
Aborted (core dumped)
EDIT #2: I may have solved it. It seems to have been a very, very shameful issue of me putting 'minetest.env:add_node(pos, "industry:rubbersapling")' instead of 'minetest.env:add_node(pos, {name="industry:rubbersapling")'.