I’m trying to package my project but I have an error :
“LogObj:Error: LoadConfig (/Script/MovieSceneCapture.Default__AutomatedLevelSequenceCapture): import failed for Settings in: (OutputDirectory=(Path=”
I think it’s from a config file.
I’m trying to package my project but I have an error :
“LogObj:Error: LoadConfig (/Script/MovieSceneCapture.Default__AutomatedLevelSequenceCapture): import failed for Settings in: (OutputDirectory=(Path=”
I think it’s from a config file.
Hi Alec,
To verify if it’s your config folder you can make a copy of it somewhere and then delete it from your project files. See if that will allow you to package.
Here is a list of general things to do as well for packaging issues:
If you still have issues clear your output log then attempt to repackage and then submit the freshly generated full log here.
,
for your answer.
I have made a backup of my config folder and deleted my intermediate folder. The problem is still here.
Could you provide your entire log file please. We need a bit more information to determine the issue.
Here’s my entire log during a packaging
Hi Alec,
Firstly in looks like your asset in /script/MovieSceneCapture.Default__AutomatedLevelSequenceCapture has settings that are failing to import. Check this asset and make sure everything is set up correctly. Here is documentation for recording to sequencer that you can use as a reference: Cinematic Workflow Guides and Examples in Unreal Engine | Unreal Engine 5.1 Documentation
You are also getting many failed to load errors here is an example of a few lines from the log.
…/Game/Blueprints/Widget/ButtonWidget : Can’t find file for asset. /Script/BNP
…/Game/Blueprints/Widget/ButtonBlueprint : Can’t find file for asset. /Script/BNP
…/Game/Mobilier/conseil_Box154 : Can’t find file for asset. /Game/materiaux/Material__690
There are several other assets returning this issue so I would investigate them and also fix up redirectors in all your folders. You can do this by right clicking on the folder and select “fix up redirectors in folder” you can do this for the content folder that contains everything.
,