View Issue Details

IDProjectCategoryView StatusLast Update
0002640NoesisGUIUnrealpublic2023-07-21 11:28
Reportermshvern Assigned Tohcpizzi  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.2 
Target Version3.2.2Fixed in Version3.2.2 
Summary0002640: L847 of NoesisInstance.cpp assumes Viewport exists which crashes in editor when it doesn't
DescriptionResizing the PIE window, alt-tabbing and etc. is prone to crash the engine when a 3D widget of NoesisInstance is present. I've tracked it down to these lines
[code]UGameViewportClient* ViewportClient = GWorld->GetGameViewport();
FSceneViewport* Viewport = ViewportClient->GetGameViewport();[/code]

Just check whether VIewportClient is nullptr or not before trying to access its properties.
TagsNo tags attached.
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-07-05 01:10 mshvern New Issue
2023-07-05 01:22 jsantos Assigned To => hcpizzi
2023-07-05 01:22 jsantos Status new => assigned
2023-07-05 01:22 jsantos Target Version => 3.2.2
2023-07-21 11:28 hcpizzi Status assigned => resolved
2023-07-21 11:28 hcpizzi Resolution open => fixed
2023-07-21 11:28 hcpizzi Fixed in Version => 3.2.2