Error when packaging: Graph is linked to external private obect

Getting this error when trying to Alpakit Persistent Paintables. The file compiles just fine
Solution:
I just cleared out everything from the blueprint (it wasn't being used anymore) and it worked. Weird thing is I hadn't touched either of the blueprints in the error since the last time I packaged it
Jump to solution
25 Replies
Archengius
Archengius2mo ago
Do not Ctrl c Ctrl v sub objects between schematics
SirDigby
SirDigbyOP2mo ago
I don't think I did
Archengius
Archengius2mo ago
The error means that there is an object in one package on which an object in another package depends, but the former is not visible outside of its package
SirDigby
SirDigbyOP2mo ago
Hmm
Solution
SirDigby
SirDigby2mo ago
I just cleared out everything from the blueprint (it wasn't being used anymore) and it worked. Weird thing is I hadn't touched either of the blueprints in the error since the last time I packaged it
Archengius
Archengius2mo ago
It fails to save /PersistentPaintables/PersistentPaintables_InitGameWorld because it references /Game/FactoryGame/Character/Player/Char_Player.Char_Player_C:PersistentPaintables_Component_GEN_VARIABLE
SirDigby
SirDigbyOP2mo ago
Yeah, I saw that. I suppose it's likely I copied some stuff from InitGameWorld to the Component when I was making it But that was a while ago and I've released a few versions since then
Archengius
Archengius2mo ago
It says the component is an archetype for one of the objects in init game world package
SirDigby
SirDigbyOP2mo ago
I just cleaned everything out of InitGameWorld since I switched over to using the component
Archengius
Archengius2mo ago
Do you have an add component node there or something
SirDigby
SirDigbyOP2mo ago
Nope
Archengius
Archengius2mo ago
Interesting. Not sure how you can even get an archetype of the component in another non actor BP then Actual mystery
Robb
Robb2mo ago
>add crash EditorPackagingExternalPrivateObject
FICSIT-Fred
FICSIT-Fred2mo ago
What should the logs match (regex)?
Robb
Robb2mo ago
Graph.is.linked.to.external.private.object
FICSIT-Fred
FICSIT-Fred2mo ago
What should the response be?
Robb
Robb2mo ago
This error occurs when there is an object in one package on which an object in another package depends, but the former is not visible outside of its package. This could have been caused by copy-pasting sub objects between assets (avoid doing this). See here for more info: https://discord.com/channels/555424930502541343/1336755984273506306
FICSIT-Fred
FICSIT-Fred2mo ago
Known crash 'editorpackagingexternalprivateobject' added!
SirDigby
SirDigbyOP4w ago
Getting this error again, this time on a Widget. Has anyone else run into this? New error:
Can't save C:/Code/SF/SatisfactoryModLoader/Mods/FlashlightSettings/Saved/Cooked/Windows/FactoryGame/Mods/FlashlightSettings/Content/Widgets/FlashlightSettings_Widget.uasset: Graph is linked to external private object CSS_ActorComponent_BP_C /Game/FactoryGame/Character/Player/Char_Player.Char_Player_C:CSS_ActorComponent_BP_GEN_VARIABLE (Referenced because it is an archetype object)
Can't save C:/Code/SF/SatisfactoryModLoader/Mods/FlashlightSettings/Saved/Cooked/Windows/FactoryGame/Mods/FlashlightSettings/Content/Widgets/FlashlightSettings_Widget.uasset: Graph is linked to external private object CSS_ActorComponent_BP_C /Game/FactoryGame/Character/Player/Char_Player.Char_Player_C:CSS_ActorComponent_BP_GEN_VARIABLE (Referenced because it is an archetype object)
FICSIT-Fred
FICSIT-Fred4w ago
This error occurs when there is an object in one package on which an object in another package depends, but the former is not visible outside of its package. This could have been caused by copy-pasting sub objects between assets (avoid doing this). See here for more info: https://discord.com/channels/555424930502541343/1336755984273506306 -# Responding to editorpackagingexternalprivateobject triggered by @SirDigby {Mod Name}
SirDigby
SirDigbyOP4w ago
Yeah, I didn't do that I'm casting to Char_Player but that's it Actually, I think it is related to the Actor Component that is referencing that widget Maybe not Ok, deleting the widget stops the errors so that must be it. But I kind of need the widget Turns out I have to delete both the component and the widget
Robb
Robb4w ago
Weird, wonder how that ended up happening
SirDigby
SirDigbyOP4w ago
Yeah, this is really annoying Well I fixed it. Deleted the CSS_ActorComponent from Game/FactoryGame/Character/Player/Char_Player
Rex
Rex4w ago
What is that CSS_ActorComponent thing anyway?
Archengius
Archengius4w ago
no clue

Did you find this page helpful?