Page 1 of 1

HELP!!

PostPosted: Sun Feb 17, 2013 20:57
by Actev8
I Get This And My Minetest Crashes

In thread 1514:
C:\tmp\minetest\src\tile.cpp:503: TextureSource::getTextureId: Assertion 'result.key == name' failed.
Debug stacks:
DEBUG STACK FOR THREAD 10c8:
#0 main
(Leftover data: #1 Client::step)
(Leftover data: #2 ClientEnvironment::step)
(Leftover data: #3 Client::Receive)
(Leftover data: #4 Client::ProcessData)
(Leftover data: #5 MeshUpdateQueue::addBlock)
DEBUG STACK FOR THREAD 1514:
#0 MeshUpdateThread::Thread

PostPosted: Sun Feb 17, 2013 21:26
by rarkenin
What kind of graphics card, what driver version, and what OS? Also, what engine is Irrlicht trying to use?

PostPosted: Sun Feb 17, 2013 21:29
by Traxie21
I have never seen this error before. Are you running MT from the temp directory or are you not?

Try adding this line to minetest.conf (not the example one)
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
enable_texture_atlas = false

PostPosted: Mon Feb 18, 2013 09:10
by rubenwardy
Assertion Failed often happens in mods with the print function, but I have never seen this error before.