Description

This is a common crash in the 4.16 release. Affected users have not provided additional information.

Source Context

1795       		// Some tasks can only be done once we finish all scenes/viewports
 1796 ***** 		GetRendererModule().PostRenderAllViewports();
 1797       	}
 1798       
 1799       	ISourceControlModule::Get().Tick();
 1800       	ILocalizationServiceModule::Get().Tick();
 1801       
 1802       	if( FSlateThrottleManager::Get().IsAllowingExpensiveTasks() )
 1803       	{
 1804       		for (auto ContextIt = WorldList.CreateIterator(); ContextIt; ++ContextIt)
 1805       		{
 1806       			FWorldContext &PieContext = *ContextIt;
 1807       			if (PieContext.WorldType != EWorldType::PIE)
 1808       			{
 1809       				continue;
 1810       			}
Steps to Reproduce

repro steps currently unknown

Callstack
Access violation - code c0000005 (first/second chance not available)

UE4Editor_OnlineSubsystemUtils!LastGetVoiceCallTime()
UE4Editor_UnrealEd!UEditorEngine::Tick() [editorengine.cpp:1797]
UE4Editor_UnrealEd!UUnrealEdEngine::Tick() [unrealedengine.cpp:386]
UE4Editor!FEngineLoop::Tick() [launchengineloop.cpp:3119]
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()

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-47463 in the post.

0
Login to Vote

Cannot Reproduce
ComponentUE - Foundation - Core
Affects Versions4.16
CreatedJul 19, 2017
ResolvedAug 15, 2017
UpdatedApr 27, 2018
View Jira Issue