Advertisement
astyko

Untitled

Mar 19th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Assert
  2. Build time: Mar 17 2020 13:59:20
  3. Assertion time: 2020-03-19 12:47:50
  4.  
  5. Assertion failed
  6. new_resident && new_resident->GetMovementType() == res_type
  7. In Resident::UPtr ResidentsManager::CreateRandomResident(CellsByMovementType &, Resident::Type, const std::string &) at /Users/playrix/buildAgent/work/a1ce3524bcdb48be/work/townscapes/src/Pedestrians/ResidentsManager.cpp(737)
  8. Commit id: fcbad0e6db16ca9f604690bb80452bb316c67bec
  9.  
  10. Stack trace:
  11. # 1: 0xfaa550 AssertionFailed(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*, char const*, int)
  12. # 2: 0x7fb778 ResidentsManager::CreateRandomResident(std::__1::map<ResidentMovementType, std::__1::set<FPoint, utils::FPointCompare, std::__1::allocator<FPoint> >, std::__1::less<ResidentMovementType>, std::__1::allocator<std::__1::pair<ResidentMovementType const, std::__1::set<FPoint, utils::FPointCompare, std::__1::allocator<FPoint> > > > >&, Resident::Type, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
  13. # 3: 0x7fc1e8 ResidentsManager::SpawnPedestrianSolo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, FPoint const&)
  14. # 4: 0x1b7c10 PoiInteractionsTestToolWidget::ApplyInteraction() const
  15. # 5: 0x1b79b0 PoiInteractionsTestToolWidget::DrawActionTabContent()
  16. # 6: 0x1b67ec PoiInteractionsTestToolWidget::DrawSelectedTabContent()
  17. # 7: 0xfaf8fc Debug::WindowWidget::OnGUI()
  18. # 8: 0x1d6d7c Cheats::WindowWidget::OnGUI()
  19. # 9: 0xdb873c GUI::ImGuiWidget::UpdateMouseInput()
  20. #10: 0xdb8964 GUI::ImGuiWidget::MouseUp(IPoint const&)
  21. #11: 0xfaf618 Debug::WindowWidget::MouseUp(IPoint const&)
  22. #12: 0xdbd868 GUI::Widget::InternalMouseUp(IPoint const&)
  23. #13: 0xe17f50 Layer::MouseUp(IPoint const&)
  24. #14: 0xf0d07c Core::ScreenImpl::MouseUp(IPoint const&)
  25. #15: 0xd52514 Core::InputSystemImpl::MouseLeftButtonUp()
  26. #16: 0x10b9dd8 -[EAGLView touchesEnded:withEvent☺
  27. #17: 0xa3e050 <redacted>
  28. #18: 0xa3f390 <redacted>
  29. #19: 0xa1ba9c <redacted>
  30. #20: 0xa93c20 <redacted>
  31. #21: 0xa9617c <redacted>
  32. #22: 0xa8eff0 <redacted>
  33. #23: 0xa9a00 <redacted>
  34. #24: 0xa9958 <redacted>
  35. #25: 0xa90f0 <redacted>
  36. #26: 0xa423c <redacted>
  37. #27: 0xa3adc CFRunLoopRunSpecific
  38. #28: 0x3328 GSEventRunModal
  39. #29: 0xa0363c UIApplicationMain
  40. #30: 0x10b7858 Core::RunApplicationWithDelegate(int, char**, Core::EngineAppDelegate*)
  41. #31: 0x81d028 main
  42. #32: 0x1360 <redacted>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement