-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Description
Setup
- CARLA version: ue4-dev
- Platform: Ubuntu 22.04
- Python version: 3.10.12
- GPU: 2x RTX 4090s
- GPU Drivers: 550.163.01
Describe the bug
I am building CARLA from source to get the .whl files. I am using the ue4-dev
branch of CARLA and the carla
branch of CarlaUnreal/UnrealEngine
. make PythonAPI
, make LibCarla
and make launch
all work, but when I use make package ARGS="--no-zip"
, I run into this error:
[2025.09.14-23.38.42:226][ 0]LogOutputDevice: Warning:
Script Stack (0 frames):
Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
[2025.09.14-23.38.42:235][ 0]LogCore: Error: appError called: Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
[2025.09.14-23.38.42:235][ 0]LogCore: Error: appError called: Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
Signal 11 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554
CommonUnixCrashHandler: Signal=11
[2025.09.14-23.38.42:248][ 0]LogCore: === Critical error: ===
Unhandled Exception: SIGSEGV: invalid attempt to write memory at address 0x0000000000000003
[2025.09.14-23.38.42:249][ 0]LogCore: Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
Is there a way to get the .whl files without building the package?
Logs
Client:
********** STAGE COMMAND COMPLETED **********
********** PACKAGE COMMAND STARTED **********
********** PACKAGE COMMAND COMPLETED **********
********** ARCHIVE COMMAND STARTED **********
Archiving to /home/goodi/Programs/CARLA/carla/Dist/CARLA_Shipping_ec12788882
********** ARCHIVE COMMAND COMPLETED **********
BUILD SUCCESSFUL
AutomationTool exiting with ExitCode=0 (Success)
Package.sh: Generate TaggedMaterialsRegistry for package(s) 'Carla'...
Increasing per-process limit of core file size to infinity.
LogInit: LLM is enabled
LogInit: LLM CsvWriter: off TraceWriter: off
LogInit: Display: Running engine for game: CarlaUE4
LogPlatformFile: Not using cached read wrapper
LogInit: NumberOfWorkerThreadsToSpawn:
.
.[had to cut this part out to stay within the character limit]
.
[2025.09.15-03.13.36:220][ 0]LogMeshReduction: Using QuadricMeshReduction for automatic static mesh reduction
[2025.09.15-03.13.36:220][ 0]LogMeshReduction: Using SimplygonMeshReduction for automatic skeletal mesh reduction
[2025.09.15-03.13.36:220][ 0]LogMeshReduction: No automatic mesh merging module available
[2025.09.15-03.13.36:220][ 0]LogMeshReduction: No distributed automatic mesh merging module available
[2025.09.15-03.13.36:220][ 0]LogMeshMerging: No automatic mesh merging module available
[2025.09.15-03.13.36:220][ 0]LogMeshMerging: No distributed automatic mesh merging module available
[2025.09.15-03.13.36:222][ 0]LogNetVersion: CarlaUE4 1.0.0, NetCL: 0, EngineNetVer: 16, GameNetVer: 0 (Checksum: 4188588438)
[2025.09.15-03.13.36:307][ 0]LogPackageLocalizationCache: Processed 28 localized package path(s) for 1 prioritized culture(s) in 0.008370 seconds
[2025.09.15-03.13.36:309][ 0]LogHAL: Linux SourceCodeAccessSettings: NullSourceCodeAccessor
[2025.09.15-03.13.36:347][ 0]LogCollectionManager: Loaded 0 collections in 0.000701 seconds
[2025.09.15-03.13.36:348][ 0]LogFileCache: Scanning file cache for directory '/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Saved/Collections/' took 0.00s
[2025.09.15-03.13.36:348][ 0]LogFileCache: Scanning file cache for directory '/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Content/Developers/goodi/Collections/' took 0.00s
[2025.09.15-03.13.36:348][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000001 seconds (updated 0 objects)
[2025.09.15-03.13.36:361][ 0]LogFileCache: Scanning file cache for directory '/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Content/Collections/' took 0.00s
[2025.09.15-03.13.36:419][ 0]LogPython: Using Python 3.7.7
[2025.09.15-03.13.37:136][ 0]LogCarla: == CARLA Settings ==============================================================
[2025.09.15-03.13.37:136][ 0]LogCarla: Last settings file loaded:
[2025.09.15-03.13.37:136][ 0]LogCarla: [CARLA/Server]
[2025.09.15-03.13.37:136][ 0]LogCarla: RPC Port = 2000
[2025.09.15-03.13.37:136][ 0]LogCarla: Streaming Port = 2001
[2025.09.15-03.13.37:136][ 0]LogCarla: Secondary Port = 2002
[2025.09.15-03.13.37:136][ 0]LogCarla: Synchronous Mode = Disabled
[2025.09.15-03.13.37:136][ 0]LogCarla: Rendering = Enabled
[2025.09.15-03.13.37:136][ 0]LogCarla: [CARLA/QualitySettings]
[2025.09.15-03.13.37:136][ 0]LogCarla: Quality Level = Low
[2025.09.15-03.13.37:136][ 0]LogCarla: ================================================================================
[2025.09.15-03.13.37:160][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:160][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:160][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:160][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:162][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:162][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:169][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:169][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject().
[2025.09.15-03.13.37:355][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2025.09.15-03.13.37:355][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2025.09.15-03.13.37:355][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2025.09.15-03.13.37:355][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2025.09.15-03.13.37:530][ 0]LogUProjectInfo: Found projects:
[2025.09.15-03.13.38:037][ 0]SourceControl: Source control is disabled
[2025.09.15-03.13.38:037][ 0]SourceControl: Source control is disabled
[2025.09.15-03.13.38:038][ 0]SourceControl: Source control is disabled
[2025.09.15-03.13.38:039][ 0]SourceControl: Source control is disabled
[2025.09.15-03.13.38:057][ 0]SourceControl: Source control is disabled
[2025.09.15-03.13.38:163][ 0]LogHoudiniEngine: Starting the Houdini Engine module...
[2025.09.15-03.13.38:163][ 0]LogHoudiniEngine: Failed locating or loading libHAPIL.so
[2025.09.15-03.13.38:371][ 0]LogUObjectArray: 35224 objects as part of root set at end of initial load.
[2025.09.15-03.13.38:371][ 0]LogUObjectAllocator: 10784656 out of 0 bytes used by permanent object pool.
[2025.09.15-03.13.38:371][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2025.09.15-03.13.38:371][ 0]LogInit: Executing Class /Script/Carla.GenerateTaggedMaterialsRegistryCommandlet
[2025.09.15-03.13.38:371][ 0]LogInit: Initializing Editor Engine...
[2025.09.15-03.13.38:371][ 0]LogEngine: Initializing Engine...
[2025.09.15-03.13.38:372][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s
[2025.09.15-03.13.39:148][ 0]LogInit: Initializing FReadOnlyCVARCache
[2025.09.15-03.13.39:149][ 0]LogInit: PhysX workers from thread pool: 15
[2025.09.15-03.13.39:152][ 0]LogAIModule: Creating AISystem for world Untitled
[2025.09.15-03.13.39:153][ 0]LogNetVersion: Set ProjectVersion to 0.9.16. Version Checksum will be recalculated on next use.
[2025.09.15-03.13.39:163][ 0]LogDerivedDataCache: Saved boot cache 0.01s 40MB ../../../../CARLA/carla/Unreal/CarlaUE4/DerivedDataCache/Boot.ddc.
[2025.09.15-03.13.39:166][ 0]LogInit: Texture streaming: Disabled
[2025.09.15-03.13.39:177][ 0]LogInit: Initializing Editor Engine Completed
[2025.09.15-03.13.39:222][ 0]BlueprintLog: New page: Editor Load
[2025.09.15-03.13.39:311][ 0]LogHoudiniEngineEditor: Starting the Houdini Engine Editor module.
[2025.09.15-03.13.39:311][ 0]LogHoudiniEngineEditor: Houdini Engine Editor module startup complete.
[2025.09.15-03.13.39:323][ 0]LogMDLOutput: Display: [API:MISC] info : Loaded "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/libmdl_sdk.so"
[2025.09.15-03.13.39:323][ 0]LogMDLOutput: Display: [API:MISC] info : Loaded "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/libmdl_sdk.so"
[2025.09.15-03.13.39:323][ 0]LogMDLOutput: Display: [API:MISC] info : MDL SDK 2024.1.1, build 381500.4681, 31 Mar 2025, linux-x86-64
[2025.09.15-03.13.39:323][ 0]LogMDLOutput: Display: [API:MISC] info : MDL SDK 2024.1.1, build 381500.4681, 31 Mar 2025, linux-x86-64
[2025.09.15-03.13.39:323][ 0]LogMDLOutput: Display: [PLUG:PLUGIN] info : Loaded library "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so".
[2025.09.15-03.13.39:323][ 0]LogMDLOutput: Display: [PLUG:PLUGIN] info : Loaded library "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so".
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "mdl_distiller" (build 381500.4681, 31 Mar 2025) initialized
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "mdl_distiller" (build 381500.4681, 31 Mar 2025) initialized
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "_dbg_simple"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "_dbg_simple"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "diffuse"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "diffuse"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "specular_glossy"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "specular_glossy"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "ue4"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "ue4"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "transmissive_pbr"
[2025.09.15-03.13.39:360][ 0]LogMDLOutput: Display: [DISTILLER:COMPILER] info : Plugin "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Converters/MDL/Source/ThirdParty/mdl_sdk/lib/mdl_distiller.so" registered distiller target "transmissive_pbr"
[2025.09.15-03.13.39:361][ 0]LogMDLOutput: Neuray Library Version: MDL SDK 2024.1.1, build 381500.4681, 31 Mar 2025, linux-x86-64
[2025.09.14-23.38.32:598][ 0]LogCarla: Display: Running UGenerateTaggedMaterialsRegistryCommandlet...
[2025.09.14-23.38.32:598][ 0]LogCarla: Display: Running UGenerateTaggedMaterialsRegistryCommandlet...
[2025.09.14-23.38.32:598][ 0]LogCarla: Display: Scanning tag-injected materials for package: Carla
[2025.09.14-23.38.32:598][ 0]LogCarla: Display: Scanning tag-injected materials for package: Carla
[2025.09.14-23.38.32:598][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town01
[2025.09.14-23.38.32:598][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town01
[2025.09.14-23.38.34:131][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town01_Opt
[2025.09.14-23.38.34:131][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town01_Opt
[2025.09.14-23.38.34:465][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town02
[2025.09.14-23.38.34:465][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town02
[2025.09.14-23.38.34:712][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town02_Opt
[2025.09.14-23.38.34:712][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town02_Opt
[2025.09.14-23.38.34:791][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town03
[2025.09.14-23.38.34:791][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town03
[2025.09.14-23.38.35:806][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town03_Opt
[2025.09.14-23.38.35:806][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town03_Opt
[2025.09.14-23.38.35:880][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town04
[2025.09.14-23.38.35:880][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town04
[2025.09.14-23.38.36:706][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town04_Opt
[2025.09.14-23.38.36:706][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town04_Opt
[2025.09.14-23.38.36:739][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town05
[2025.09.14-23.38.36:739][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town05
[2025.09.14-23.38.37:707][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town05_Opt
[2025.09.14-23.38.37:707][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town05_Opt
[2025.09.14-23.38.37:734][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town10HD
[2025.09.14-23.38.37:734][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town10HD
[2025.09.14-23.38.39:303][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town10HD_Opt
[2025.09.14-23.38.39:303][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/Town10HD_Opt
[2025.09.14-23.38.39:839][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/OpenDriveMap
[2025.09.14-23.38.39:839][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/OpenDriveMap
[2025.09.14-23.38.39:840][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/TestMaps/EmptyMap
[2025.09.14-23.38.39:840][ 0]LogCarla: Display: Scanning /Game/Carla/Maps/TestMaps/EmptyMap
[2025.09.14-23.38.40:051][ 0]LogCarla: Display: Scanning /Carla/PostProcessingMaterials/AnnotationColorLandscape
[2025.09.14-23.38.40:051][ 0]LogCarla: Display: Scanning /Carla/PostProcessingMaterials/AnnotationColorLandscape
[2025.09.14-23.38.40:052][ 0]LogCarla: Display: Scanning /Game/Carla/Blueprints/Vehicles/VehicleFactory
[2025.09.14-23.38.40:052][ 0]LogCarla: Display: Scanning /Game/Carla/Blueprints/Vehicles/VehicleFactory
[2025.09.14-23.38.41:450][ 0]LogCarla: Display: Scanning /Game/Carla/Blueprints/Walkers/WalkerFactory
[2025.09.14-23.38.41:450][ 0]LogCarla: Display: Scanning /Game/Carla/Blueprints/Walkers/WalkerFactory
[2025.09.14-23.38.41:835][ 0]LogCarla: Display: Scanning /Game/Carla/Blueprints/Props/PropFactory
[2025.09.14-23.38.41:835][ 0]LogCarla: Display: Scanning /Game/Carla/Blueprints/Props/PropFactory
[2025.09.14-23.38.42:179][ 0]LogSavePackage: Moving '../../../../CARLA/carla/Unreal/CarlaUE4/Saved/TaggedMaterials_CarlaD8E84FC4F7B941C0920CC7276230606B.tmp' to '../../../../CARLA/carla/Unreal/CarlaUE4/Plugins/Carla/Content/PostProcessingMaterials/TaggedMaterials/TaggedMaterials_Carla.uasset'
[2025.09.14-23.38.42:218][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 1.30ms
[2025.09.14-23.38.42:226][ 0]LogOutputDevice: Warning:
Script Stack (0 frames):
[2025.09.14-23.38.42:226][ 0]LogOutputDevice: Warning:
Script Stack (0 frames):
Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
[2025.09.14-23.38.42:235][ 0]LogCore: Error: appError called: Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
[2025.09.14-23.38.42:235][ 0]LogCore: Error: appError called: Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
Signal 11 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554
CommonUnixCrashHandler: Signal=11
[2025.09.14-23.38.42:248][ 0]LogCore: === Critical error: ===
Unhandled Exception: SIGSEGV: invalid attempt to write memory at address 0x0000000000000003
[2025.09.14-23.38.42:249][ 0]LogCore: Assertion failed: IsValid() [File:Runtime/Core/Public/Templates/SharedPointer.h] [Line: 879]
0x000078e5cd036ade libUE4Editor-Core.so!FGenericPlatformMisc::RaiseException(unsigned int) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp:472]
0x000078e5cd281d5b libUE4Editor-Core.so!FOutputDevice::LogfImpl(char16_t const*, ...) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp:61]
0x000078e5cd202356 libUE4Editor-Core.so!AssertFailedImplV(char const*, char const*, int, char16_t const*, __va_list_tag*) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Core/Private/Misc/AssertionMacros.cpp:104]
0x000078e5cd2021eb libUE4Editor-Core.so!FDebug::CheckVerifyFailedImpl(char const*, char const*, int, char16_t const*, ...) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Core/Private/Misc/AssertionMacros.cpp:458]
0x000078e5c634a971 libUE4Editor-SlateCore.so!SWidget::Construct(TAttribute<FText> const&, TSharedPtr<IToolTip, (ESPMode)0> const&, TAttribute<TOptional<EMouseCursor::Type> > const&, TAttribute<bool> const&, TAttribute<EVisibility> const&, float, TAttribute<TOptional<FTransform2D> > const&, TAttribute<FVector2D> const&, FName const&, bool, EWidgetClipping, EFlowDirectionPreference, TOptional<FAccessibleWidgetData> const&, TArray<TSharedRef<ISlateMetaData, (ESPMode)0>, TSizedDefaultAllocator<32> > const&) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp:320]
0x000078e40b06e3a4 libUE4Editor-PackagesDialog.so!TDecl<SButton, RequiredArgs::T0RequiredArgs>::operator<<=(SButton::FArguments const&) const [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h:1106]
0x000078e40b05c397 libUE4Editor-PackagesDialog.so!SPackagesDialog::Construct(SPackagesDialog::FArguments const&) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.cpp:153]
0x000078e40b06c4e2 libUE4Editor-PackagesDialog.so!TDecl<SPackagesDialog, RequiredArgs::T0RequiredArgs>::operator<<=(SPackagesDialog::FArguments const&) const [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h:1122]
0x000078e40b05886d libUE4Editor-PackagesDialog.so!FPackagesDialogModule::CreatePackagesDialog(FText const&, FText const&, bool, bool, TDelegate<void (), FDefaultDelegateUserPolicy> const&) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp:46]
0x000078e5c52ca476 libUE4Editor-UnrealEd.so!FEditorFileUtils::PromptToCheckoutPackages(bool, TArray<UPackage*, TSizedDefaultAllocator<32> > const&, TArray<UPackage*, TSizedDefaultAllocator<32> >*, TArray<UPackage*, TSizedDefaultAllocator<32> >*, bool) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp:1577]
0x000078e5c52c3f06 libUE4Editor-UnrealEd.so!FEditorFileUtils::PromptForCheckoutAndSave(TArray<UPackage*, TSizedDefaultAllocator<32> > const&, bool, bool, TArray<UPackage*, TSizedDefaultAllocator<32> >*, bool, bool) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp:3939]
0x000078e5c073e339 libUE4Editor-Kismet.so!FBlueprintCompilationManagerImpl::CompileSynchronouslyImpl(FBPCompileRequestInternal const&) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/Kismet/Private/BlueprintCompilationManager.cpp:365]
0x000078e5c074c384 libUE4Editor-Kismet.so!FBlueprintCompilationManager::CompileSynchronously(FBPCompileRequest const&) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/Kismet/Private/BlueprintCompilationManager.cpp:3090]
0x000078e5c53a92a4 libUE4Editor-UnrealEd.so!FKismetEditorUtilities::CompileBlueprint(UBlueprint*, EBlueprintCompileOptions, FCompilerResultsLog*) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp:754]
0x000078e5c530b72c libUE4Editor-UnrealEd.so!FBlueprintEditorUtils::PostDuplicateBlueprint(UBlueprint*, bool) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp:2004]
0x000078e5c9bd1a3c libUE4Editor-Engine.so!UBlueprint::PostDuplicate(bool) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Engine/Private/Blueprint.cpp:605]
0x000078e5cc8aa69a libUE4Editor-CoreUObject.so!StaticDuplicateObjectEx(FObjectDuplicationParameters&) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp:2149]
0x000078e5cc8a9a0b libUE4Editor-CoreUObject.so!StaticDuplicateObject(UObject const*, UObject*, FName, EObjectFlags, UClass*, EDuplicateMode::Type, EInternalObjectFlags) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp:1999]
0x000078e3d3a7c2f7 libUE4Editor-Carla.so!UGenerateTaggedMaterialsRegistryCommandlet::CreateMapPackage(FString const&, UTaggedMaterialsRegistry*) [/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Commandlet/GenerateTaggedMaterialsRegistry.cpp:72]
0x000078e3d3a7edcd libUE4Editor-Carla.so!UGenerateTaggedMaterialsRegistryCommandlet::Main(FString const&) [/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Commandlet/GenerateTaggedMaterialsRegistry.cpp:163]
0x000000000028e30f UE4Editor!FEngineLoop::PreInitPostStartupScreen(char16_t const*) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp:3369]
0x000000000027aafb UE4Editor!GuardedMain(char16_t const*) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Launch/Private/Launch.cpp:127]
0x000078e5cc9a4286 libUE4Editor-UnixCommonStartup.so!CommonUnixMain(int, char**, int (*)(char16_t const*), void (*)()) [/home/goodi/Programs/UnrealEngine_4.26/Engine/Source/Runtime/Unix/UnixCommonStartup/Private/UnixCommonStartup.cpp:264]
0x000078e5c3629d90 libc.so.6!UnknownFunction(0x29d8f)
0x000078e5c3629e40 libc.so.6!__libc_start_main(+0x7f)
0x0000000000263d49 UE4Editor!_start()
[2025.09.14-23.38.42:253][ 0]LogExit: Executing StaticShutdownAfterError
LogPlatformFile: Not using cached read wrapper
LogInit: NumberOfWorkerThreadsToSpawn:
LogInit: - Number of physical cores available for the process: 16
LogInit: - Number of logical cores available for the process: 32
LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads)
LogTaskGraph: Started task graph with 5 named threads and 20 total threads with 1 sets of task threads.
LogStats: Stats thread started at 0.017907
LogInit: NumberOfWorkerThreadsToSpawn:
LogInit: - Number of physical cores available for the process: 16
LogInit: - Number of logical cores available for the process: 32
LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads)
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -5:00, Platform Override: ''
LogInit: Build: ++UE4+Release-4.26-CL-0
LogInit: Engine Version: 4.26.2-0+++UE4+Release-4.26
LogInit: Compatible Engine Version: 4.26.0-0+++UE4+Release-4.26
LogInit: Net CL: 0
LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU: AMD Ryzen 9 9950X 16-Core Processor , GPU: GenericGPUBrand
LogInit: Compiled (64-bit): Jun 26 2024 23:31:33
LogInit: Compiled with Clang: 10.0.1
LogInit: Build Configuration: Shipping
LogInit: Branch Name: ++UE4+Release-4.26
LogInit: Command Line: -Abslog="/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Saved/Logs/CarlaUE4-CRC.log" "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Saved/Crashes/crashinfo-CarlaUE4-pid-235730-84626B196ADA4C1BA1B454C891A2D42A/"
LogInit: Base Directory: /home/goodi/Programs/UnrealEngine_4.26/Engine/Binaries/Linux/
LogInit: Allocator: binned2
LogInit: Installed Engine Build: 1
LogInit: Presizing for max 100000 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [/home/goodi/.config/Epic/CrashReportClient/Saved/Config/Linux/Engine.ini]
LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]]
LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]]
LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]]
LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]]
LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]]
LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]]
LogInit: Object subsystem initialized
LogConfig: Applying CVar settings from Section [ConsoleVariables] File [/home/goodi/.config/Epic/CrashReportClient/Saved/Config/Linux/Engine.ini]
[2025.09.14-23.38.42:327][ 0]LogInit: Unix hardware info:
[2025.09.14-23.38.42:327][ 0]LogInit: - we are the first instance of this executable
[2025.09.14-23.38.42:327][ 0]LogInit: - this process' id (pid) is 236319, parent process' id (ppid) is 235730
[2025.09.14-23.38.42:327][ 0]LogInit: - we are not running under debugger
[2025.09.14-23.38.42:327][ 0]LogInit: - machine network name is 'goodi'
[2025.09.14-23.38.42:327][ 0]LogInit: - user name is 'goodi' (goodi)
[2025.09.14-23.38.42:327][ 0]LogInit: - we're logged in locally
[2025.09.14-23.38.42:327][ 0]LogInit: - we're running with rendering
[2025.09.14-23.38.42:327][ 0]LogInit: - CPU: AuthenticAMD 'AMD Ryzen 9 9950X 16-Core Processor ' (signature: 0xB40F40)
[2025.09.14-23.38.42:327][ 0]LogInit: - Number of physical cores available for the process: 16
[2025.09.14-23.38.42:327][ 0]LogInit: - Number of logical cores available for the process: 32
[2025.09.14-23.38.42:327][ 0]LogInit: - Cache line size: 64
[2025.09.14-23.38.42:327][ 0]LogInit: - Memory allocator used: binned2
[2025.09.14-23.38.42:327][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2025.09.14-23.38.42:327][ 0]LogInit: - This is an internal build.
[2025.09.14-23.38.42:327][ 0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2025.09.14-23.38.42:327][ 0]LogInit: Unix-specific commandline switches:
[2025.09.14-23.38.42:327][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2025.09.14-23.38.42:327][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation
[2025.09.14-23.38.42:327][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation
[2025.09.14-23.38.42:327][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2025.09.14-23.38.42:327][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2025.09.14-23.38.42:327][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2025.09.14-23.38.42:327][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2025.09.14-23.38.42:327][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2025.09.14-23.38.42:327][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2025.09.14-23.38.42:327][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2025.09.14-23.38.42:327][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2025.09.14-23.38.42:327][ 0]LogInit: - Physical RAM available (not considering process quota): 92 GB (94112 MB, 96371024 KB, 98683928576 bytes)
[2025.09.14-23.38.42:327][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2025.09.14-23.38.42:327][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2025.09.14-23.38.42:331][ 0]LogUObjectArray: 362 objects as part of root set at end of initial load.
[2025.09.14-23.38.42:331][ 0]LogUObjectAllocator: 62544 out of 0 bytes used by permanent object pool.
[2025.09.14-23.38.42:331][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2025.09.14-23.38.42:331][ 0]LogInit: Using OS detected language (en-US).
[2025.09.14-23.38.42:331][ 0]LogInit: Using OS detected locale (en-US).
[2025.09.14-23.38.42:331][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so the 'en' localization will be used.
[2025.09.14-23.38.42:335][ 0]LogInit: Using OS detected language (en-US).
[2025.09.14-23.38.42:335][ 0]LogInit: Using OS detected locale (en-US).
[2025.09.14-23.38.42:335][ 0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the language.
[2025.09.14-23.38.42:335][ 0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the locale.
[2025.09.14-23.38.42:335][ 0]LogTextLocalizationManager: Compacting localization data took 0.20ms
[2025.09.14-23.38.42:335][ 0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.000007 seconds
[2025.09.14-23.38.42:335][ 0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2025.09.14-23.38.42:335][ 0]CrashReportCoreLog: CrashReportReceiver disabled
[2025.09.14-23.38.42:335][ 0]CrashReportCoreLog: DataRouterUrl: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data
[2025.09.14-23.38.42:336][ 0]LogInit: Initializing SDL.
[2025.09.14-23.38.42:444][ 0]LogInit: Initialized SDL 2.0.12 revision: 13609 (hg-13609:34cc7d3b69d3) (compiled against 2.0.12)
[2025.09.14-23.38.42:444][ 0]LogInit: Using SDL video driver 'x11'
[2025.09.14-23.38.42:449][ 0]LogSlate: New Slate User Created. User Index 0, Is Virtual User: 0
[2025.09.14-23.38.42:449][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0
[2025.09.14-23.38.42:449][ 0]LogSlate: Using FreeType 2.10.0
[2025.09.14-23.38.42:449][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2025.09.14-23.38.42:449][ 0]LogInit: Using SDL_WINDOW_OPENGL
[2025.09.14-23.38.42:585][ 0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2025.09.14-23.38.42:678][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2025.09.14-23.38.42:678][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2025.09.14-23.38.42:704][ 0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2025.09.14-23.38.42:715][ 0]LogSlate: Took 0.000236 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
[2025.09.14-23.38.42:715][ 0]LogSlate: Took 0.000194 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
[2025.09.14-23.38.42:716][ 0]LogSlate: Took 0.000022 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
[2025.09.14-23.38.58:947][ 0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2025.09.14-23.38.59:560][ 0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2025.09.14-23.39.00:227][ 0]LogSlate: Request Window '' being destroyed
[2025.09.14-23.39.46:479][ 0]LogSlate: Request Window '' being destroyed
[2025.09.14-23.39.46:482][ 0]LogSlate: Request Window 'Unreal Engine 4 Crash Reporter' being destroyed
[2025.09.14-23.39.46:482][ 0]LogSlate: Window 'Unreal Engine 4 Crash Reporter' being destroyed
[2025.09.14-23.39.46:491][ 0]LogCore: Engine exit requested (reason: OnRequestExit)
[2025.09.14-23.39.46:491][ 0]CrashReportCoreLog: Final state (Receiver) = Ready
[2025.09.14-23.39.46:491][ 0]CrashReportCoreLog: Final state (Receiver) = Unknown UploadState value
[2025.09.14-23.39.46:498][ 0]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0
[2025.09.14-23.39.46:498][ 0]LogCore: Engine exit requested (reason: CrashReportClientApp RequestExit; note: exit was already requested)
[2025.09.14-23.39.46:498][ 0]LogExit: Preparing to exit.
[2025.09.14-23.39.46:498][ 0]LogExit: Object subsystem successfully closed.
[2025.09.14-23.39.46:500][ 0]LogModuleManager: Shutting down and abandoning module ImageWrapper (10)
[2025.09.14-23.39.46:500][ 0]LogModuleManager: Shutting down and abandoning module InputCore (8)
[2025.09.14-23.39.46:500][ 0]LogModuleManager: Shutting down and abandoning module CoreUObject (6)
[2025.09.14-23.39.46:500][ 0]LogModuleManager: Shutting down and abandoning module PakFile (4)
[2025.09.14-23.39.46:500][ 0]LogModuleManager: Shutting down and abandoning module RSA (3)
[2025.09.14-23.39.46:500][ 0]LogExit: Exiting.
[2025.09.14-23.39.46:500][ 0]LogInit: Tearing down SDL.
Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
/home/goodi/Programs/CARLA/carla/Util/BuildTools/Package.sh: line 122: 235730 Segmentation fault (core dumped) ${UE4_ROOT}/Engine/Binaries/Linux/UE4Editor "${CARLAUE4_ROOT_FOLDER}/CarlaUE4.uproject" -run=GenerateTaggedMaterialsRegistry -PackageNames=${CUR_PACKAGES_UE} ${TARGET_ARCHIVE_OPTION} -NoShaderCompile
make: *** [Util/BuildTools/Linux.mk:17: package] Error 139
Server:
Log file open, 09/14/25 19:27:17
LogPlatformFile: Not using cached read wrapper
LogInit: NumberOfWorkerThreadsToSpawn:
LogInit: - Number of physical cores available for the process: 16
LogInit: - Number of logical cores available for the process: 32
LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads)
LogTaskGraph: Started task graph with 5 named threads and 20 total threads with 1 sets of task threads.
LogStats: Stats thread started at 0.017377
LogInit: NumberOfWorkerThreadsToSpawn:
LogInit: - Number of physical cores available for the process: 16
LogInit: - Number of logical cores available for the process: 32
LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads)
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -5:00, Platform Override: ''
LogInit: Build: ++UE4+Release-4.26-CL-0
LogInit: Engine Version: 4.26.2-0+++UE4+Release-4.26
LogInit: Compatible Engine Version: 4.26.0-0+++UE4+Release-4.26
LogInit: Net CL: 0
LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU: AMD Ryzen 9 9950X 16-Core Processor , GPU: GenericGPUBrand
LogInit: Compiled (64-bit): Jun 26 2024 23:31:33
LogInit: Compiled with Clang: 10.0.1
LogInit: Build Configuration: Shipping
LogInit: Branch Name: ++UE4+Release-4.26
LogInit: Command Line: -Abslog="/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Saved/Logs/CarlaUE4-CRC.log" "/home/goodi/Programs/CARLA/carla/Unreal/CarlaUE4/Saved/Crashes/crashinfo-CarlaUE4-pid-203158-9C410E3EAEBD44FBB1C3D360B9EACB84/"
LogInit: Base Directory: /home/goodi/Programs/UnrealEngine_4.26/Engine/Binaries/Linux/
LogInit: Allocator: binned2
LogInit: Installed Engine Build: 1
LogInit: Presizing for max 100000 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [/home/goodi/.config/Epic/CrashReportClient/Saved/Config/Linux/Engine.ini]
LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]]
LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]]
LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]]
LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]]
LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]]
LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]]
LogInit: Object subsystem initialized
LogConfig: Applying CVar settings from Section [ConsoleVariables] File [/home/goodi/.config/Epic/CrashReportClient/Saved/Config/Linux/Engine.ini]
[2025.09.14-23.27.17:605][ 0]LogInit: Unix hardware info:
[2025.09.14-23.27.17:605][ 0]LogInit: - we are the first instance of this executable
[2025.09.14-23.27.17:605][ 0]LogInit: - this process' id (pid) is 203899, parent process' id (ppid) is 203158
[2025.09.14-23.27.17:605][ 0]LogInit: - we are not running under debugger
[2025.09.14-23.27.17:605][ 0]LogInit: - machine network name is 'goodi'
[2025.09.14-23.27.17:605][ 0]LogInit: - user name is 'goodi' (goodi)
[2025.09.14-23.27.17:605][ 0]LogInit: - we're logged in locally
[2025.09.14-23.27.17:605][ 0]LogInit: - we're running with rendering
[2025.09.14-23.27.17:605][ 0]LogInit: - CPU: AuthenticAMD 'AMD Ryzen 9 9950X 16-Core Processor ' (signature: 0xB40F40)
[2025.09.14-23.27.17:605][ 0]LogInit: - Number of physical cores available for the process: 16
[2025.09.14-23.27.17:605][ 0]LogInit: - Number of logical cores available for the process: 32
[2025.09.14-23.27.17:605][ 0]LogInit: - Cache line size: 64
[2025.09.14-23.27.17:605][ 0]LogInit: - Memory allocator used: binned2
[2025.09.14-23.27.17:605][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2025.09.14-23.27.17:605][ 0]LogInit: - This is an internal build.
[2025.09.14-23.27.17:605][ 0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2025.09.14-23.27.17:605][ 0]LogInit: Unix-specific commandline switches:
[2025.09.14-23.27.17:605][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2025.09.14-23.27.17:605][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation
[2025.09.14-23.27.17:605][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation
[2025.09.14-23.27.17:605][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2025.09.14-23.27.17:605][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2025.09.14-23.27.17:605][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2025.09.14-23.27.17:605][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2025.09.14-23.27.17:605][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2025.09.14-23.27.17:605][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2025.09.14-23.27.17:606][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2025.09.14-23.27.17:606][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2025.09.14-23.27.17:606][ 0]LogInit: - Physical RAM available (not considering process quota): 92 GB (94112 MB, 96371024 KB, 98683928576 bytes)
[2025.09.14-23.27.17:606][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2025.09.14-23.27.17:606][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2025.09.14-23.27.17:610][ 0]LogUObjectArray: 362 objects as part of root set at end of initial load.
[2025.09.14-23.27.17:610][ 0]LogUObjectAllocator: 62544 out of 0 bytes used by permanent object pool.
[2025.09.14-23.27.17:610][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2025.09.14-23.27.17:610][ 0]LogInit: Using OS detected language (en-US).
[2025.09.14-23.27.17:610][ 0]LogInit: Using OS detected locale (en-US).
[2025.09.14-23.27.17:610][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so the 'en' localization will be used.
[2025.09.14-23.27.17:614][ 0]LogInit: Using OS detected language (en-US).
[2025.09.14-23.27.17:614][ 0]LogInit: Using OS detected locale (en-US).
[2025.09.14-23.27.17:614][ 0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the language.
[2025.09.14-23.27.17:614][ 0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the locale.
[2025.09.14-23.27.17:614][ 0]LogTextLocalizationManager: Compacting localization data took 0.26ms
[2025.09.14-23.27.17:614][ 0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.000011 seconds
[2025.09.14-23.27.17:614][ 0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2025.09.14-23.27.17:614][ 0]CrashReportCoreLog: CrashReportReceiver disabled
[2025.09.14-23.27.17:614][ 0]CrashReportCoreLog: DataRouterUrl: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data
[2025.09.14-23.27.17:615][ 0]LogInit: Initializing SDL.
[2025.09.14-23.27.17:754][ 0]LogInit: Initialized SDL 2.0.12 revision: 13609 (hg-13609:34cc7d3b69d3) (compiled against 2.0.12)
[2025.09.14-23.27.17:754][ 0]LogInit: Using SDL video driver 'x11'
[2025.09.14-23.27.17:757][ 0]LogSlate: New Slate User Created. User Index 0, Is Virtual User: 0
[2025.09.14-23.27.17:757][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0
[2025.09.14-23.27.17:758][ 0]LogSlate: Using FreeType 2.10.0
[2025.09.14-23.27.17:759][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2025.09.14-23.27.17:759][ 0]LogInit: Using SDL_WINDOW_OPENGL
[2025.09.14-23.27.17:912][ 0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2025.09.14-23.27.18:012][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2025.09.14-23.27.18:012][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2025.09.14-23.27.18:039][ 0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2025.09.14-23.27.18:042][ 0]LogSlate: Took 0.000218 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
[2025.09.14-23.27.18:042][ 0]LogSlate: Took 0.000190 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
[2025.09.14-23.27.18:043][ 0]LogSlate: Took 0.000024 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)
[2025.09.14-23.28.23:404][ 0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2025.09.14-23.29.11:050][ 0]LogSlate: Request Window '' being destroyed
[2025.09.14-23.29.11:057][ 0]LogSlate: Request Window 'Unreal Engine 4 Crash Reporter' being destroyed
[2025.09.14-23.29.11:057][ 0]LogSlate: Window 'Unreal Engine 4 Crash Reporter' being destroyed
[2025.09.14-23.29.11:078][ 0]LogCore: Engine exit requested (reason: OnRequestExit)
[2025.09.14-23.29.11:079][ 0]CrashReportCoreLog: Final state (Receiver) = Ready
[2025.09.14-23.29.11:079][ 0]CrashReportCoreLog: Final state (Receiver) = Unknown UploadState value
[2025.09.14-23.29.11:091][ 0]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0
[2025.09.14-23.29.11:091][ 0]LogCore: Engine exit requested (reason: CrashReportClientApp RequestExit; note: exit was already requested)
[2025.09.14-23.29.11:091][ 0]LogExit: Preparing to exit.
[2025.09.14-23.29.11:092][ 0]LogExit: Object subsystem successfully closed.
[2025.09.14-23.29.11:092][ 0]LogModuleManager: Shutting down and abandoning module ImageWrapper (10)
[2025.09.14-23.29.11:092][ 0]LogModuleManager: Shutting down and abandoning module InputCore (8)
[2025.09.14-23.29.11:092][ 0]LogModuleManager: Shutting down and abandoning module CoreUObject (6)
[2025.09.14-23.29.11:092][ 0]LogModuleManager: Shutting down and abandoning module PakFile (4)
[2025.09.14-23.29.11:092][ 0]LogModuleManager: Shutting down and abandoning module RSA (3)
[2025.09.14-23.29.11:093][ 0]LogExit: Exiting.
[2025.09.14-23.29.11:093][ 0]LogInit: Tearing down SDL.
[2025.09.14-23.29.11:117][ 0]Log file closed, 09/14/25 19:29:11
Metadata
Metadata
Assignees
Labels
No labels