storm-engine
storm-engine copied to clipboard
ShipMan::SetAnimation
Sentry Issue: STORM-ENGINE-B8
EXCEPTION_ACCESS_VIOLATION_READ: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ
File "Sailors.cpp", line 458, in ShipMan::SetAnimation
File "Sailors.cpp", line 1100, in Sailors::Realize
File "Core.cpp", line 555, in CORE::ProcessRealize
File "Core.cpp", line 186, in CORE::Run
File "Main.cpp", line 31, in `anonymous namespace'::RunFrame
...
(6 additional frame(s) were not displayed)
model->GetAnimation() returns nullptr for some reason
we can workaround this by adding nullptr check, but that still needs investigation