Hello everybody !
I’m a real newbie in AI programming. In fact, I just made my first attempt ^^
My BT is working pretty well in editor but when I want to package my game for win 64, I get this error :
[SPOILER]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: begin: stack for UAT
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: === Handled ensure: ===
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error:
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: Ensure condition failed: ObservedKeyNames.Num() > 0 [File:D:\Build\++UE4+Release-4.18+Compile\Sync\Engine\Source\Runtime\AIModule\Private\BehaviorTree\Decorators\BTDecorator_BlueprintBase.cpp] [Line: 67]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error:
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: Stack:
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x0000000070C82786 UE4Editor-Core.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x0000000070A2123A UE4Editor-Core.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x0000000070A3B906 UE4Editor-Core.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x000000006F5C63FA UE4Editor-AIModule.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000704CE88D UE4Editor-CoreUObject.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x000000007058DA4C UE4Editor-CoreUObject.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000705A51E9 UE4Editor-CoreUObject.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000705A4704 UE4Editor-CoreUObject.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000613068B3 UE4Editor-UnrealEd.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x000000006133D7BB UE4Editor-UnrealEd.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000611D7D61 UE4Editor-UnrealEd.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000611FF391 UE4Editor-UnrealEd.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000434DD25F UE4Editor-Cmd.exe!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000434D525A UE4Editor-Cmd.exe!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000434D54AA UE4Editor-Cmd.exe!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000434E2379 UE4Editor-Cmd.exe!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000434E3193 UE4Editor-Cmd.exe!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000932E13D2 KERNEL32.DLL!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: [Callstack] 0x00000000945E54F4 ntdll.dll!UnknownFunction ]
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error:
UATHelper: Packaging (Windows (64-bit)): LogOutputDevice: Error: end: stack for UAT
[/SPOILER]
I make a research on this and I found this post on the answer hub : https://answers.unrealengine.com/que…kage-game.html
I have only one decorator witch abort lower priority (to reset an active moveTo) and then, I know exactly where the problem is and what BB key is needed.
But I don’t know how to correct it…
I try to set the value of this key between the “use Blackboard” node and the “run behavior tree” one but the problem still the same…
How can I set a BB keys before the packaging ?
What “validate the setup” mean ?
Thank for your help