Advertisement
historic_bruno

Untitled

Aug 16th, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. First-chance exception at 0x740e1ed7 in pyrogenesis.exe: 0xC0000005: Access violation reading location 0x5bd6eed8.
  2. Unhandled exception at 0x740e1ed7 in pyrogenesis.exe: 0xC0000005: Access violation reading location 0x5bd6eed8.
  3.  
  4.  
  5. msvcr100.dll!_memcpy() + 0x57 bytes
  6. pyrogenesis.exe!std::basic_string<unsigned short,utf16_traits,std::allocator<unsigned short> >::assign(const std::basic_string<unsigned short,utf16_traits,std::allocator<unsigned short> > & _Right=<Bad Ptr>, unsigned int _Roff=0, unsigned int _Count=4294967295) Line 903 + 0x13 bytes C++
  7. > pyrogenesis.exe!CSoundManager::IdleTask() Line 587 + 0xd bytes C++
  8. pyrogenesis.exe!Render() Line 201 C++
  9. pyrogenesis.exe!Frame() Line 395 C++
  10. pyrogenesis.exe!RunGameOrAtlas(int argc=1, const char * * argv=0x024d0014) Line 508 + 0x5 bytes C++
  11. pyrogenesis.exe!main(int argc=1, char * * argv=0x02e07ce8) Line 551 + 0xc bytes C++
  12. pyrogenesis.exe!wmain(int argc=1, wchar_t * * argv=0x02e07ac0) Line 380 + 0xa bytes C++
  13. pyrogenesis.exe!__tmainCRTStartup() Line 552 + 0x17 bytes C
  14. pyrogenesis.exe!CallStartupWithinTryBlock() Line 397 C++
  15. kernel32.dll!@BaseThreadInitThunk@12() + 0x12 bytes
  16. ntdll.dll!___RtlUserThreadStart@8() + 0x27 bytes
  17. ntdll.dll!__RtlUserThreadStart@8() + 0x1b bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement