Game start error

The other day, I encountered the following issue: after exporting my UE5.4 project and attempting to run the .exe file, nothing happened. I also tried exporting in debugging mode to access the log files, which I’ve attached. My question is how to resolve this startup error. Unfortunately, I’m still a beginner in this area and don’t know where to start!

Log file open, 06/03/24 19:51:16
LogWindows: Failed to load 'aqProf.dll' (GetLastError=126)
LogWindows: File 'aqProf.dll' does not exist
LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64).
LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126)
LogWindows: File 'VtuneApi.dll' does not exist
LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126)
LogWindows: File 'VtuneApi32e.dll' does not exist
LogWindows: Enabling Tpause support
LogWindows: Custom abort handler registered for crash reporting.
LogInit: Display: Running engine for game: SpaceChallenge2025
LogCore: Display: UTS: The Unreal Trace Server binary is not available ('../../../Engine/Binaries/Win64/UnrealTraceServer.exe')
LogTrace: Initializing trace...
LogTrace: Finished trace initialization.
LogCsvProfiler: Display: Metadata set : platform="Windows"
LogCsvProfiler: Display: Metadata set : config="DebugGame"
LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.4-CL-33305029"
LogCsvProfiler: Display: Metadata set : engineversion="5.4.1-33305029+++UE5+Release-5.4"
LogCsvProfiler: Display: Metadata set : os="Windows 11 (23H2) [10.0.22631.3593] "
LogCsvProfiler: Display: Metadata set : cpu="GenuineIntel|12th Gen Intel(R) Core(TM) i5-12600K"
LogCsvProfiler: Display: Metadata set : pgoenabled="0"
LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0"
LogCsvProfiler: Display: Metadata set : ltoenabled="0"
LogCsvProfiler: Display: Metadata set : asan="0"
LogCsvProfiler: Display: Metadata set : commandline="" ..\..\..\SpaceChallenge2025\SpaceChallenge2025.uproject""
LogCsvProfiler: Display: Metadata set : loginid="7808194948c7d45e41139cb4bc0585f9"
LogCsvProfiler: Display: Metadata set : llm="0"
LogInit: Display: Project file not found: ../../../SpaceChallenge2025/SpaceChallenge2025.uproject
LogInit: Display: Attempting to find via project info helper.
LogPakFile: Initializing PakPlatformFile
LogIoDispatcher: Display: Reading toc: ../../../SpaceChallenge2025/Content/Paks/global.utoc
LogIoDispatcher: Display: Toc signature hash: 0000000000000000000000000000000000000000
LogIoDispatcher: Display: Mounting container '../../../SpaceChallenge2025/Content/Paks/global.utoc' in location slot 0
LogPakFile: Display: Initialized I/O dispatcher file backend. Mounted the global container: ../../../SpaceChallenge2025/Content/Paks/global.utoc
LogPakFile: Display: Found Pak file ../../../SpaceChallenge2025/Content/Paks/SpaceChallenge2025-Windows.pak attempting to mount.
LogPakFile: Display: Mounting pak file ../../../SpaceChallenge2025/Content/Paks/SpaceChallenge2025-Windows.pak.
LogIoDispatcher: Display: Reading toc: ../../../SpaceChallenge2025/Content/Paks/SpaceChallenge2025-Windows.utoc
LogIoDispatcher: Display: Toc signature hash: 0000000000000000000000000000000000000000
LogIoDispatcher: Display: Mounting container '../../../SpaceChallenge2025/Content/Paks/SpaceChallenge2025-Windows.utoc' in location slot 0
LogPakFile: Display: Mounted IoStore container "../../../SpaceChallenge2025/Content/Paks/SpaceChallenge2025-Windows.utoc"
LogPakFile: Display: Mounted Pak file '../../../SpaceChallenge2025/Content/Paks/SpaceChallenge2025-Windows.pak', mount point: '../../../'
LogStats: Stats thread started at 0.087198
LogAssetRegistry: Premade AssetRegistry loaded from '../../../SpaceChallenge2025/AssetRegistry.bin'
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''
LogInit: Session CrashGUID >====================================================
         Session CrashGUID >   UECC-Windows-D14918FD4D39480C512E92921890AA04
         Session CrashGUID >====================================================
LogConfig: No local boot hotfix file found at: [../../../SpaceChallenge2025/Saved/PersistentDownloadDir/HotfixForNextBoot.txt]
LogPluginManager: Error: Unable to load plugin 'AdvancedSessions'. It was requested by .uplugin files that are enabled by default, but it has a dependency that is missing on disk.
The missing dependency is OnlineSubsystemSteam (ReferenceChain: AdvancedSessions -> OnlineSubsystemSteam).
Aborting.
Looked in these locations for .uplugin files:
Manifest: C:/Users/zsolt/OneDrive/Asztali gép/Windows/SpaceChallenge2025/Plugins/SpaceChallenge2025.upluginmanifest
PluginsDir: C:/Users/zsolt/OneDrive/Asztali gép/Windows/SpaceChallenge2025/Mods/
PakFiles: C:/Users/zsolt/OneDrive/Asztali gép/Windows/SpaceChallenge2025/Content/Paks
LogCore: Engine exit requested (reason: EngineExit() was called)
LogExit: Preparing to exit.
LogPakFile: Destroying PakPlatformFile
LogExit: Exiting.
Log file closed, 06/03/24 19:51:16

Were you trying to do this?

If “export” is what you really wanted to do, ignore me.

Export is completed, but i can’t open the exe file

Try create a new C++ class and delete it after, it work for me :slight_smile:

Thanks, now working!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.