Skip to content

Instantly share code, notes, and snippets.

Created December 24, 2012 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/de40695061d3a4ca0f7e to your computer and use it in GitHub Desktop.
Save anonymous/de40695061d3a4ca0f7e to your computer and use it in GitHub Desktop.
xyz@xyz-pc ~/minetest/minetest $ ./bin/minetest
Irrlicht Engine version 1.8.0
Linux 3.7.1-gentoo #1 SMP Fri Dec 21 21:31:12 MSK 2012 x86_64
Using renderer: OpenGL 4.3.0
GeForce GTS 450/PCIe/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 4.3
Loaded texture: /home/xyz/minetest/minetest/textures/base/pack/menubg.png
Loaded texture: /home/xyz/minetest/minetest/textures/base/pack/menulogo.png
Could not open file of texture: character.png
Loaded mesh: character.x
PNG warning: Interlace handling should be turned on when using png_read_image
PNG warning: Interlace handling should be turned on when using png_read_image
Loaded texture: /home/xyz/minetest/minetest/textures/base/pack/sunrisebg.png
Font size: 8 15
In thread 7fa85d5b87c0:
/home/xyz/minetest/minetest/src/client.cpp:1695: void Client::ProcessData(irr::u8*, irr::u32, irr::u16): Assertion '!m_mesh_update_thread.IsRunning()' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7fa85566f700:
#0 virtual void* MeshUpdateThread::Thread()
DEBUG STACK FOR THREAD 7fa85d5b87c0:
#0 int main(int, char**)
#1 void Client::step(float)
#2 void Client::ReceiveAll()
#3 void Client::Receive()
#4 void Client::ProcessData(irr::u8*, irr::u32, irr::u16)
(Leftover data: #5 void MeshUpdateQueue::addBlock(v3s16, MeshMakeData*, bool, bool))
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment