narknon / PhoenixUProj

43 stars 35 forks source link

Unreal Editor - Error Packaging Wand Mod (Following Guide) #4

Open jasonmerc opened 1 year ago

jasonmerc commented 1 year ago

When following the wand mod guide located here:

https://github.com/AutumnFloof/HL-Modding-Guide

UE Chaos is unable to export. Here is the part of the log that might be useful. It looks like it's having problems exporting OGG, but nowhere in my project are there any OGG files.

ditor-Cmd.exe -ddc=DerivedDataBackendGraph -iostore -pak -iostore -prereqs -manifests -targetplatform=Win64 -build -CrashReporter -target=phoenix -clientconfig=Shipping -utf8output -compile UATHelper: Packaging (Windows (64-bit)): Dependencies are out of date. Compiling scripts.... UATHelper: Packaging (Windows (64-bit)): FastJSON\Getters.cs(5,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): FastJSON\Getters.cs(16,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): FastJSON\JSON.cs(13,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): FastJSON\JSON.cs(903,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): Perforce\PerforceError.cs(11,26): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): Perforce\PerforceError.cs(47,26): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): CSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default [C:\HLModding\UEChaos\Engine\Source\Programs\UnrealBuildTool\UnrealBuildTool.csproj] UATHelper: Packaging (Windows (64-bit)): Took 3.0727146s to run MSBuild.exe, ExitCode=1 UATHelper: Packaging (Windows (64-bit)): ERROR: Failed to build "C:/HLModding/UEChaos/Engine/Programs/AutomationTool/Saved\UATTempProj.proj": UATHelper: Packaging (Windows (64-bit)): FastJSON\Getters.cs(5,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): FastJSON\Getters.cs(16,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): FastJSON\JSON.cs(13,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): FastJSON\JSON.cs(903,25): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): Perforce\PerforceError.cs(11,26): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): Perforce\PerforceError.cs(47,26): warning CS1692: Invalid number [C:\HLModding\UEChaos\Engine\Source\Programs\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj] UATHelper: Packaging (Windows (64-bit)): CSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default [C:\HLModding\UEChaos\Engine\Source\Programs\UnrealBuildTool\UnrealBuildTool.csproj] UATHelper: Packaging (Windows (64-bit)):
UATHelper: Packaging (Windows (64-bit)): (see C:\HLModding\UEChaos\Engine\Programs\AutomationTool\Saved\Logs\Log.txt for full exception trace) UATHelper: Packaging (Windows (64-bit)): AutomationTool exiting with ExitCode=1 (Error_Unknown) UATHelper: Packaging (Windows (64-bit)): BUILD FAILED PackagingResults: Error: Failed to build "C:/HLModding/UEChaos/Engine/Programs/AutomationTool/Saved\UATTempProj.proj": LogAudioDerivedData: Display: Building compressed audio format OGG hash OGG10000-1-1-1-1-1 wave CompileFailed... LogAudioDerivedData: Display: Compression Quality for SoundWave /Engine/EditorSounds/Notifications/CompileFailed.CompileFailed will be modified from 40 to 40. LogAudioDerivedData: Display: Updated SoundWave->RawPCMDataSize from 0 to 89512 while cooking SoundWave /Engine/EditorSounds/Notifications/CompileFailed.CompileFailed. PackagingResults: Error: Unknown Error

jasonmerc commented 1 year ago

exportlogbad.txt Attached is the full export log in TXT format, in case this is necessary for debugging.

narknon commented 1 year ago

Looks like you maybe have a non-standard language version?

matthewmachart commented 1 year ago

I have the same issue, can't seem to solve.

narknon commented 1 year ago

Try opening phoenix .sln in visual studio and under programs, rebuild AutomationTool

image

image

Julz876 commented 9 months ago

I had the following error: UATHelper: Packaging (Windows (64-bit)): AutomationTool exiting with ExitCode=1 (Error_Unknown)

and rebuilding the Automation Tool fix the problem.