Hello, after package project i have crash game, log:
[2024.01.04-16.00.29:646][ 0]LogWindows: Error: === Critical error: ===
[2024.01.04-16.00.29:647][ 0]LogWindows: Error:
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: Fatal error!
[2024.01.04-16.00.29:647][ 0]LogWindows: Error:
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: Unhandled Exception: 0xc06d007e
[2024.01.04-16.00.29:647][ 0]LogWindows: Error:
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ffd41eccf19 KERNELBASE.dll!UnknownFunction
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff7537ef338 DARKO_PIZZA_GAME.exe!__delayLoadHelper2() [D:\a_work\1\s\src\vctools\delayimp\delayhlp.cpp:312]
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff7536b6a3e DARKO_PIZZA_GAME.exe!_tailMerge_steam_api64_dll()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff749360d0a DARKO_PIZZA_GAME.exe!UClass::CreateDefaultObject()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff749649a53 DARKO_PIZZA_GAME.exe!UObjectInitialized()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff749627330 DARKO_PIZZA_GAME.exe!ProcessNewlyLoadedUObjects()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff74fe35d3c DARKO_PIZZA_GAME.exe!FEngineLoop::PreInitPostStartupScreen()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff74fe2f2c8 DARKO_PIZZA_GAME.exe!GuardedMain()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff74fe2f61a DARKO_PIZZA_GAME.exe!GuardedMainWrapper()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff74fe324c6 DARKO_PIZZA_GAME.exe!LaunchWindowsStartup()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff74fe420b4 DARKO_PIZZA_GAME.exe!WinMain()
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ff7537f307a DARKO_PIZZA_GAME.exe!__scrt_common_main_seh() [D:\a_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
[2024.01.04-16.00.29:647][ 0]LogWindows: Error: [Callstack] 0x00007ffd43c97344 KERNEL32.DLL!UnknownFunction
[2024.01.04-16.00.29:647][ 0]LogWindows: Error:
[2024.01.04-16.00.29:680][ 0]LogExit: Executing StaticShutdownAfterError
[2024.01.04-16.00.29:682][ 0]LogWindows: FPlatformMisc::RequestExit(1, LaunchWindowsStartup.ExceptionHandler)
[2024.01.04-16.00.29:682][ 0]LogWindows: FPlatformMisc::RequestExitWithStatus(1, 3, LaunchWindowsStartup.ExceptionHandler)
[2024.01.04-16.00.29:682][ 0]LogCore: Engine exit requested (reason: Win RequestExit)
pls help me
Greetings @MARKEDINOROGLOVE
Welcome to the Unreal Engine Community Forum. Unhandled Exception: 0xc06d007e is generally an issue with something such as permissions or antivirus. From what I gather, you’re saying you’re having this issue running the game after it’s already packaged. Make sure you have any type of antivirus disabled or add exception for your project and try again. I’d also try running the game as administrator. I hope this helps!
I tried to run the game as an administrator, also set the compatibility mode, and also tried to set permissions in Windows Defender, but it didn’t help(
I checked on a virtual machine and have the same problem
I tried to compile a new ready-made project from the games page in the unreal engine, as a result the compiled game started. For details: I created a blank project, in it I have additions: VaRest and Advanced Sessions, my project also contains a game save object, game instance, hud blueprint and GameMode, where there is no default Pawn value, since in the lobby I have a loop sequence
SOLUTION: I didn’t use the Advanced Steam Sessions plugin anywhere, so simply disabling this plugin helped
Oh, awesome! Did it resolve the crash/error completely?
Yes)
Excellent! I’m glad you got that resolved. Thanks for taking the time to post your solution as well. This will help other community members who may run into this. Have a great day!
It did fix it for me too. Thanks so much for posting the solution here.
You’re very welcome! I’m glad it helped you as well!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.