Advertisement
Guest User

Untitled

a guest
Feb 5th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. inventory.cpp:629: ItemStack& InventoryList::getItem(irr::u32): Assertion 'i < m_size' failed.
  2. Debug stacks:
  3. DEBUG STACK FOR THREAD b42feb40:
  4. #0 virtual void* EmergeThread::Thread()
  5. (Leftover data: #1 MapBlock* ServerMap::loadBlock(v3s16))
  6. (Leftover data: #2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
  7. (Leftover data: #3 void ItemStack::deSerialize(std::istream&, IItemDefManager*))
  8. DEBUG STACK FOR THREAD b4affb40:
  9. #0 virtual void* CurlFetchThread::Thread()
  10. DEBUG STACK FOR THREAD b549cb40:
  11. #0 virtual void* ServerThread::Thread()
  12. #1 void Server::Receive()
  13. #2 void Server::ProcessData(irr::u8*, irr::u32, irr::u16)
  14. (Leftover data: #3 void RemoteClient::GetNextBlocks(ServerEnvironment*, EmergeManager*, float, std::vector<PrioritySortedBlockTransfer>&))
  15. (Leftover data: #4 void ItemStack::deSerialize(std::istream&, IItemDefManager*))
  16. (Leftover data: #5 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
  17. (Leftover data: #6 void ItemStack::deSerialize(std::istream&, IItemDefManager*))
  18. DEBUG STACK FOR THREAD b6ce8700:
  19. #0 int main(int, char**)
  20. #1 Dedicated server branch
  21. #2 void dedicated_server_loop(Server&, bool&)
  22. (Leftover data: #3 void Server::step(float))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement