Unreal Windows packaging error: Assertion failed CurrentApplication.IsValid()

Desperate help needed as exe is due end of week and I can’t compile. The colleague in-charge left my the source code and disappear, I am able to run it on the editor, but not able to compile with the following error. Please advice thanks!

UATHelper: Packaging (Windows): LogWindows: Error: appError called: Assertion failed: CurrentApplication.IsValid() [File:D:\build++UE5\Sync\Engine\Source\Runtime\Slate\Public\Framework\Application\SlateApplication.h] [Line: 255]
UATHelper: Packaging (Windows): LogWindows: Error: begin: stack for UAT
UATHelper: Packaging (Windows): LogWindows: Error: === Critical error: ===
UATHelper: Packaging (Windows): LogWindows: Error:
UATHelper: Packaging (Windows): LogWindows: Error: Assertion failed: CurrentApplication.IsValid() [File:D:\build++UE5\Sync\Engine\Source\Runtime\Slate\Public\Framework\Application\SlateApplication.h] [Line: 255]
UATHelper: Packaging (Windows): LogWindows: Error:
UATHelper: Packaging (Windows): LogWindows: Error:
UATHelper: Packaging (Windows): LogWindows: Error:
UATHelper: Packaging (Windows): LogWindows: Error: [Callstack] 0x00007ff878dbf356 UnrealEditor-Slate.dll!UnknownFunction
UATHelper: Packaging (Windows): LogWindows: Error: [Callstack] 0x00007ff878dcc752 UnrealEditor-Slate.dll!UnknownFunction
UATHelper: Packaging (Windows): LogWindows: Error: [Callstack] 0x00007ff878da7223 UnrealEditor-Slate.dll!UnknownFunction
UATHelper: Packaging (Windows): LogWindows: Error: [Callstack] 0x000002cb82bee58b UnrealEditor-Text3D.dll!UnknownFunction
UATHelper: Packaging (Windows): LogWindows: Error: [Callstack] 0x000002cb82bce556 UnrealEditor-Text3D.dll!UnknownFunction
UATHelper: Packaging (Windows): LogWindows: Error: [Callstack] 0x000002cb82bcfa44 UnrealEditor-Text3D.dll!UnknownFunction
UATHelper: Packaging (Windows): LogWindows: Error: [Callstack] 0x00007ff87e317828 UnrealEditor-Core.dll!UnknownFunction

1 Like

Its me (with my personal account). I haven’t find out the solution and reason for the problem yet, Tired half of this but doesn’t work yet: The problem of the form "Error: [Callstack] *your hexadecimal number* UnrealEditor-CoreUObject.dll!UnknownFunction []"
KIV.

Just an update. Upon tracing I see the major course of it is "LogModuleManager: Display: Unable to bootstrap from archive " , which would be easier to google…

I am having the same issue on a new machine with a blank project. Have you found a solution?

maybe trying to install the prefered vscode version?
(for me ue5.4.4): UATHelper: Packaging (Windows): Visual Studio 2022 compiler version 14.41.34123 is not a preferred version. Please use the latest preferred version 14.38.33130

For those who have the same errors years after, I finnaly found that if you desactivate the Fab Plugin (that is automatically activated) it works.

I had the same error, trying to package a blank project to which I did no modifications.

1 Like