As the title suggests I had setup convai 4.0.0 but I required pixel streaming so I had to switch to 3.9.6. But now I am getting the error below
UATHelper: Packaging (Windows): LogWindows: Error: appError called: Can’t save ‘E:/Build/AVE_Sunil_01/Saved/Cooked/Windows/ArchVizExplorer/Plugins/Convai/Content/Core/ConvaiBaseCharacter.uasset’: Illegal reference to private object: ‘BP_POI_C /Game/01-PROJECTS/01-SAMPLE-EXTERIOR/01-LEVELS/Z-SLV-EXPLORER.Z-SLV-EXPLORER:PersistentLevel.BP_POI_Amenitiy_Pool_1’ referenced by ‘Unknown referencer’ (at ‘Unknown owner’) in its ‘Unknown property’ property (private object belongs to an external map).
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: Can’t save ‘E:/Build/AVE_Sunil_01/Saved/Cooked/Windows/ArchVizExplorer/Plugins/Convai/Content/Core/ConvaiBaseCharacter.uasset’: Illegal reference to private object: ‘BP_POI_C /Game/01-PROJECTS/01-SAMPLE-EXTERIOR/01-LEVELS/Z-SLV-EXPLORER.Z-SLV-EXPLORER:PersistentLevel.BP_POI_Amenitiy_Pool_1’ referenced by ‘Unknown referencer’ (at ‘Unknown owner’) in its ‘Unknown property’ property (private object belongs to an external map).
UATHelper: Packaging (Windows): LogWindows: Error:
UATHelper: Packaging (Windows): LogWindows: Error:
UATHelper: Packaging (Windows): LogWindows: Error: end: stack for UAT
PackagingResults: Error: appError called: Can’t save ‘E:/Build/AVE_Sunil_01/Saved/Cooked/Windows/ArchVizExplorer/Plugins/Convai/Content/Core/ConvaiBaseCharacter.uasset’: Illegal reference to private object: ‘BP_POI_C /Game/01-PROJECTS/01-SAMPLE-EXTERIOR/01-LEVELS/Z-SLV-EXPLORER.Z-SLV-EXPLORER:PersistentLevel.BP_POI_Amenitiy_Pool_1’ referenced by ‘Unknown referencer’ (at ‘Unknown owner’) in its ‘Unknown property’ property (private object belongs to an external map).
PackagingResults: Error: begin: stack for UAT
PackagingResults: Error: === Critical error: ===
PackagingResults: Error: Can’t save ‘E:/Build/AVE_Sunil_01/Saved/Cooked/Windows/ArchVizExplorer/Plugins/Convai/Content/Core/ConvaiBaseCharacter.uasset’: Illegal reference to private object: ‘BP_POI_C /Game/01-PROJECTS/01-SAMPLE-EXTERIOR/01-LEVELS/Z-SLV-EXPLORER.Z-SLV-EXPLORER:PersistentLevel.BP_POI_Amenitiy_Pool_1’ referenced by ‘Unknown referencer’ (at ‘Unknown owner’) in its ‘Unknown property’ property (private object belongs to an external map).
PackagingResults: Error: end: stack for UAT
UATHelper: Packaging (Windows): Took 1,278.02s to run UnrealEditor-Cmd.exe, ExitCode=3
UATHelper: Packaging (Windows): Cook failed.
UATHelper: Packaging (Windows): (see C:\Users\User\AppData\Roaming\Unreal Engine\AutomationTool\Logs\D+UE_5.5\Log.txt for full exception trace)
UATHelper: Packaging (Windows): AutomationTool executed for 0h 21m 25s
UATHelper: Packaging (Windows): AutomationTool exiting with ExitCode=25 (Error_UnknownCookFailure)
UATHelper: Packaging (Windows): BUILD FAILED
LogStreaming: Display: FlushAsyncLoading(397): 1 QueuedPackages, 0 AsyncPackages
PackagingResults: Error: Unknown Cook Failure
”BP_POI_Amenitiy_Pool_1” is an object I’ve added for scene perception. And it’s causing an issue with the build process. I followed this video: https://youtu.be/jqNttRE3nD4?si=vWu6OT3w6jhH78ux . Could anyone help me identify what the issue is?
Could you please share the full build logs so we can see the exact errors? Also, is this a brand new project or an existing one where you downgraded from 4.0.0 to 3.9.6?
There are major differences between 4.0.0 and 3.9.6, so please do not overwrite the plugin. Remove Convai completely from the project, then add the 3.9.6 plugin from scratch and rebuild.