Fatal error during make launch Carla14 in windows11 #6108
liuyuhang2021
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to install carla 14 in windows 11 with GPU 3090.
When I moved to the "make launch" step, it would always shows "fatal error" and UE will be crashed.
Is there anyone can help me solve this problem, thank you very much!
The detailed error is shown as follows:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000002000000001
0x00007ffdc6767c6a UE4Editor-Engine.dll!UTexture2D::GetAssetRegistryTags() [C:\UnrealEngine\Engine\Source\Runtime\Engine\Private\Texture2D.cpp:401]
0x00007ffd95a560d8 UE4Editor-ContentBrowserAssetDataSource.dll!FAssetData::FAssetData() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Public\AssetRegistry\AssetData.h:144]
0x00007ffd95ab67c7 UE4Editor-ContentBrowserAssetDataSource.dll!UContentBrowserAssetDataSource::OnAssetLoaded() [C:\UnrealEngine\Engine\Plugins\Editor\ContentBrowser\ContentBrowserAssetDataSource\Source\ContentBrowserAssetDataSource\Private\ContentBrowserAssetDataSource.cpp:1457]
0x00007ffd95a969b0 UE4Editor-ContentBrowserAssetDataSource.dll!TBaseUObjectMethodDelegateInstance<0,UContentBrowserAssetDataSource,void __cdecl(UObject *),FDefaultDelegateUserPolicy>::ExecuteIfSafe() [C:\UnrealEngine\Engine\Source\Runtime\Core\Public\Delegates\DelegateInstancesImpl.h:611]
0x00007ffdca1376cb UE4Editor-CoreUObject.dll!EndLoad() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp:1777]
0x00007ffdca127b77 UE4Editor-CoreUObject.dll!<lambda_94537a9bd809517493790f80316e3165>::operator()() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp:1257]
0x00007ffdca147417 UE4Editor-CoreUObject.dll!LoadPackageInternal() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp:1363]
0x00007ffdca146120 UE4Editor-CoreUObject.dll!LoadPackage() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp:1458]
0x00007ffdca156f68 UE4Editor-CoreUObject.dll!ResolveName() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp:787]
0x00007ffdca161e65 UE4Editor-CoreUObject.dll!StaticLoadObjectInternal() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp:849]
0x00007ffdca161515 UE4Editor-CoreUObject.dll!StaticLoadObject() [C:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp:924]
0x00007ffdc67f5191 UE4Editor-Engine.dll!LoadEngineTexture() [C:\UnrealEngine\Engine\Source\Runtime\Engine\Private\UnrealEngine.cpp:2472]
0x00007ffdc6856e78 UE4Editor-Engine.dll!UEngine::InitializeObjectReferences() [C:\UnrealEngine\Engine\Source\Runtime\Engine\Private\UnrealEngine.cpp:2641]
0x00007ffdc326ae4e UE4Editor-UnrealEd.dll!UEditorEngine::InitializeObjectReferences() [C:\UnrealEngine\Engine\Source\Editor\UnrealEd\Private\EditorEngine.cpp:879]
0x00007ffdc684f168 UE4Editor-Engine.dll!UEngine::Init() [C:\UnrealEngine\Engine\Source\Runtime\Engine\Private\UnrealEngine.cpp:1560]
0x00007ffdc32683e2 UE4Editor-UnrealEd.dll!UEditorEngine::InitEditor() [C:\UnrealEngine\Engine\Source\Editor\UnrealEd\Private\EditorEngine.cpp:629]
0x00007ffdc3267a94 UE4Editor-UnrealEd.dll!UEditorEngine::Init() [C:\UnrealEngine\Engine\Source\Editor\UnrealEd\Private\EditorEngine.cpp:977]
0x00007ffdc3b77332 UE4Editor-UnrealEd.dll!UUnrealEdEngine::Init() [C:\UnrealEngine\Engine\Source\Editor\UnrealEd\Private\UnrealEdEngine.cpp:80]
0x00007ff62e232f50 UE4Editor.exe!FEngineLoop::Init() [C:\UnrealEngine\Engine\Source\Runtime\Launch\Private\LaunchEngineLoop.cpp:3952]
0x00007ffdc3b471dd UE4Editor-UnrealEd.dll!EditorInit() [C:\UnrealEngine\Engine\Source\Editor\UnrealEd\Private\UnrealEdGlobals.cpp:94]
0x00007ff62e250f69 UE4Editor.exe!GuardedMain() [C:\UnrealEngine\Engine\Source\Runtime\Launch\Private\Launch.cpp:149]
0x00007ff62e2511ca UE4Editor.exe!GuardedMainWrapper() [C:\UnrealEngine\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:137]
0x00007ff62e264e5d UE4Editor.exe!WinMain() [C:\UnrealEngine\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:268]
0x00007ff62e267ba6 UE4Editor.exe!__scrt_common_main_seh() [D:\a_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007ffe2ab526bd KERNEL32.DLL!UnknownFunction []
0x00007ffe2b98dfb8 ntdll.dll!UnknownFunction []
Beta Was this translation helpful? Give feedback.
All reactions