This is a trending crash coming out of the 4.18 release. A number of the affected projects appear related to VR.
User Descriptions
Source Context
1989 EUINavigation FSlateApplication::GetNavigationDirectionFromKey(const FKeyEvent& InKeyEvent) const 1990 { 1991 if (const FSlateUser* User = GetUser(InKeyEvent.GetUserIndex())) 1992 { 1993 return User->NavigationConfig->GetNavigationDirectionFromKey(InKeyEvent); 1994 } 1995 return EUINavigation::Invalid; 1996 } 1997 1998 EUINavigation FSlateApplication::GetNavigationDirectionFromAnalog(const FAnalogInputEvent& InAnalogEvent) 1999 { 2000 ***** if (const FSlateUser* User = GetUser(InAnalogEvent.GetUserIndex())) 2001 { 2002 return User->NavigationConfig->GetNavigationDirectionFromAnalog(InAnalogEvent); 2003 } 2004 return EUINavigation::Invalid; 2005 }
repro steps currently unknown
Access violation - code c0000005 (first/second chance not available) UE4Editor_Slate!FSlateApplication::GetNavigationDirectionFromAnalog() [slateapplication.cpp:2001] UE4Editor_SlateCore!SWidget::OnAnalogValueChanged() [swidget.cpp:239] UE4Editor_SlateCore!SWidget::SlatePrepass() [swidget.cpp:492] UE4Editor_Slate!PrepassWindowAndChildren() [slateapplication.cpp:1343] UE4Editor_Slate!FSlateApplication::DrawPrepass() [slateapplication.cpp:1391] UE4Editor_Slate!FSlateApplication::PrivateDrawWindows() [slateapplication.cpp:1433] UE4Editor_Slate!FSlateApplication::DrawWindows() [slateapplication.cpp:1190] UE4Editor_Slate!FSlateApplication::TickApplication() [slateapplication.cpp:1777] UE4Editor_Slate!FSlateApplication::Tick() [slateapplication.cpp:1595] UE4Editor!FEngineLoop::Tick() [launchengineloop.cpp:3378] UE4Editor!GuardedMain() [launch.cpp:166] UE4Editor!GuardedMainWrapper() [launchwindows.cpp:134] UE4Editor!WinMain() [launchwindows.cpp:210] UE4Editor!__scrt_common_main_seh() [exe_common.inl:253] kernel32!BaseThreadInitThunk() ntdll!RtlUserThreadStart()
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-51725 in the post.
5 |
Component | UE - Editor - UI Systems - Slate |
---|---|
Affects Versions | 4.18 |
Created | Oct 27, 2017 |
---|---|
Resolved | Aug 18, 2021 |
Updated | Aug 18, 2021 |