Im having issues packaging my UE5.5 Project

I have tried severally times to package a UE5.5 project I have been working on.

It keeps giving me this error - Monosnap

I have tried to install all the advised and necessary plugins, but the same issue persists.

Hi @Shaka_Zhulut, thank you for reaching out and sharing the logs, it seems there’re some other errors in those plugins CLOLiveSync and ObjectDistribution, could you confirm if disabling these plugins and trying to package again works?

Many thanks for the response, @Mohamed

I disabled the CLO plugin and tried buiilding again… it brought about the same error.

This is the error I got - Unique Download Link | WeTransfer

Thank you @Shaka_Zhulut, I still however see error logs coming out from CLO and multiple other plugins before it mentions Convai, there could be some corruption to some of these plugins including Convai, can you try the following:

  1. Disable the plugins or even better uninstall them to ensure they do not interfere.
  2. Try packaging again.
  3. Try packaging in another project with Convai only.
  4. If the issue persists try reinstalling Convai.

These are the error logs I can see related to those plugins:

C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\CLOMDLiv947f01a8d064V2\Source\CloLiveSyncCore\CloLiveSyncCore.Build.cs(5,14): error CS0101: The namespace '<global namespace>' already contains a definition for 'CloLiveSyncCore'
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\CLOMDLiv947f01a8d064V2\Source\CloLiveSyncEditor\CloLiveSyncEditor.Build.cs(5,14): error CS0101: The namespace '<global namespace>' already contains a definition for 'CloLiveSyncEditor'
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\Ultimate6d2628bd839dV6\Source\ObjectDistribution\ObjectDistribution.Build.cs(6,14): error CS0101: The namespace '<global namespace>' already contains a definition for 'ObjectDistribution'
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\CLOMDLiv947f01a8d064V2\Source\CloLiveSyncEditor\CloLiveSyncEditor.Build.cs(7,9): error CS0111: Type 'CloLiveSyncEditor' already defines a member called 'CloLiveSyncEditor' with the same parameter types
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\Ultimate6d2628bd839dV6\Source\ObjectDistribution\ObjectDistribution.Build.cs(8,9): error CS0111: Type 'ObjectDistribution' already defines a member called 'ObjectDistribution' with the same parameter types
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\CLOMDLiv947f01a8d064V2\Source\CloLiveSyncCore\CloLiveSyncCore.Build.cs(7,12): error CS0111: Type 'CloLiveSyncCore' already defines a member called 'CloLiveSyncCore' with the same parameter types
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\CLOLiveSync\Source\CLOLiveSyncRuntime\CLOLiveSyncRuntime.Build.cs(15,9): warning CS0618: 'ModuleRules.bEnableUndefinedIdentifierWarnings' is obsolete: 'Deprecated in UE5.5 - Replace with ModuleRules.UndefinedIdentifierWarningLevel'
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\Substanc8f08b879e842V26\Source\SubstanceEditor\SubstanceEditor.Build.cs(19,3): warning CS0618: 'ModuleRules.bEnforceIWYU' is obsolete: 'Deprecated in UE5.2 - Use IWYUSupport instead.'
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\Substanc8f08b879e842V26\Source\SubstanceCore\SubstanceCore.Build.cs(46,3): warning CS0618: 'ModuleRules.bEnforceIWYU' is obsolete: 'Deprecated in UE5.2 - Use IWYUSupport instead.'
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\AIforNPC1a382f55e9e1V6\Source\Convai\Convai.Build.cs(80,13): warning CS0162: Unreachable code detected

Hi @Mohamed
I tried packaging anothe rproject that had literally only convai plugin installed.
Still related error.

Could you please share the logs?