Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. > demo_memory_cocos2dx_windows.exe!ExitGames::Common::MemoryManagement::Internal::MemoryPool::getBlockSize() Line 103 C++
  2. demo_memory_cocos2dx_windows.exe!ExitGames::Common::MemoryManagement::Internal::MemoryPoolManager::dealloc(void * p) Line 85 C++
  3. demo_memory_cocos2dx_windows.exe!ExitGames::Common::MemoryManagement::Internal::Interface::free(void * p) Line 24 C++
  4. demo_memory_cocos2dx_windows.exe!ExitGames::Common::MemoryManagement::deallocateArray<wchar_t>(const wchar_t * p) Line 328 C++
  5. demo_memory_cocos2dx_windows.exe!ExitGames::Common::JString::operator=(const ExitGames::Common::JString & Rhs) Line 166 C++
  6. demo_memory_cocos2dx_windows.exe!LoadBalancingListener::onRoomListUpdate() Line 246 C++
  7. demo_memory_cocos2dx_windows.exe!ExitGames::LoadBalancing::Client::onEvent(const ExitGames::Photon::EventData & eventData) Line 1123 C++
  8. demo_memory_cocos2dx_windows.exe!ExitGames::Photon::Internal::PeerBase::deserializeEvent(unsigned char * inBuff, bool isEncrypted, int inBuffBodyLength) Line 619 C++
  9. demo_memory_cocos2dx_windows.exe!ExitGames::Photon::Internal::PeerBase::deserializeOperation(unsigned char * inBuff, int inBuffLength) Line 509 C++
  10. demo_memory_cocos2dx_windows.exe!ExitGames::Photon::Internal::EnetPeer::dispatchIncomingCommands() Line 477 C++
  11. demo_memory_cocos2dx_windows.exe!ExitGames::Photon::Internal::PeerBase::service(bool dispatch) Line 218 C++
  12. demo_memory_cocos2dx_windows.exe!ExitGames::Photon::PhotonPeer::service(bool dispatchIncomingCommands) Line 124 C++
  13. demo_memory_cocos2dx_windows.exe!ExitGames::LoadBalancing::Client::service(bool dispatchIncomingCommands) Line 392 C++
  14. demo_memory_cocos2dx_windows.exe!LogicTick::tick(float __formal) Line 23 C++
  15. libcocos2d.dll!cocos2d::CCTimer::update(float dt) Line 160 C++
  16. libcocos2d.dll!cocos2d::CCScheduler::update(float dt) Line 836 C++
  17. libcocos2d.dll!cocos2d::CCDirector::drawScene() Line 256 C++
  18. libcocos2d.dll!cocos2d::CCDisplayLinkDirector::mainLoop() Line 1078 C++
  19. libcocos2d.dll!cocos2d::CCApplication::run() Line 67 C++
  20. demo_memory_cocos2dx_windows.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpCmdLine, int nCmdShow) Line 30 C++
  21. demo_memory_cocos2dx_windows.exe!__tmainCRTStartup() Line 528 C
  22. demo_memory_cocos2dx_windows.exe!wWinMainCRTStartup() Line 377 C
  23. kernel32.dll!BaseThreadInitThunk() + 18 bytes Unknown
  24. [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
  25. ntdll.dll!RtlInitializeExceptionChain() + 99 bytes Unknown
  26. ntdll.dll!RtlInitializeExceptionChain() + 54 bytes Unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement