Hi. I ran into an error while trying to create a project on UE5 with Chaos Vehicles plugin. Everything worked fine until i decided to try and package it. Time for packaging is 4 times smaller than its supposed to be and the packaged project does not appear in the folder. I know that Chaos is currently in beta, but is there any fix?
If this will help, here are my pc specs
CPU: AMD Ryzen 7 3800XT
RAM: 16 GB
GPU: AMD Radeon 6600XT
Motherboard: ASROCK B450M Pro4
Hi WenTheGreg,
I was able to package a project with Chaos Vehicles previously, so it may just be something on your end.
If you open the output log (Window → Output Log) do you see any errors when packaging?
If you create a new Vehicle Template project, are you able to package + play it?
Welcome to the fourms.
When packaging, output log does not give out any errors, however, it outputs this
UATHelper: Packaging (Windows): Building 4 actions with 4 processes…
UATHelper: Packaging (Windows): [1/4] Compile SharedPCH.Core.ShadowErrors.cpp
UATHelper: Packaging (Windows): c1xx: fatal error C1083: Cannot open compiler intermediate file: ‘C:\Users\�"�?��?\Documents\Unreal Projects\MyProject\Intermediate\Build\Win64\MyProject\Shipping\Core\SharedPCH.Core.ShadowErrors.h.pch’: No such file or directory
UATHelper: Packaging (Windows): Took 2.3696428000000003s to run UnrealBuildTool.exe, ExitCode=6
UATHelper: Packaging (Windows): UnrealBuildTool failed. See log for more details. (C:\Users\Грег\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_5.0\UBT-MyProject-Win64-Shipping.txt)
UATHelper: Packaging (Windows): AutomationTool executed for 0h 0m 3s
UATHelper: Packaging (Windows): AutomationTool exiting with ExitCode=6 (6)
UATHelper: Packaging (Windows): Updating environment variables set by a Turnkey sub-process
UATHelper: Packaging (Windows): The system cannot find the path specified.
UATHelper: Packaging (Windows): The system cannot find the path specified.
The same thing happens on vehicle template provided with UE5
Does your windows username have any ‘nonstandard’ characters? (compiler may be choking on ‘C:\Users\�"�?��?' )
Thank you very much. Changing my profile name to latin actually helped. Now it packages without any errors/warnings/failed attempts. Turns out I wasted 2 days, but you helped me and fixed it. You are great