Thats right… you read that correctly… Failed to Find Object ‘Object none.none’ appears in my output log 25732 time in a row when loading a save game.
I have tried so many things to try and fix this but I can’t get it to work. And I’ve now started to expierenace an Infinite loop error when loading saves late on in my game to which I believe this has something to do with that.
I’ve gone through all blueprints refreshing nodes and deactivating all different events in game but nothing seems to clear the error apart from disabling the save game component.
Any help on this I would be very greatful.
Dave
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogUObjectGlobals: Warning: Failed to find object ‘Object None.None’
LogScript: Warning: Runaway loop detected (over 10,000,000 iterations) - see log for stack trace
HE_SaveGameComponent_C /Game/Maps/UEDPIE_0_The_Orphanage_Optimized.The_Orphanage_Optimized:PersistentLevel.Master_GEN_VARIABLE_Master_C_CAT_0.HE_SaveGameComponent
Function /Game/HorrorEngine/Blueprints/Core/HE_SaveGameComponent.HE_SaveGameComponent_C:ExecuteUbergraph_HE_SaveGameComponent:3901
PIE: Error: Infinite loop detected. Blueprint: HE_SaveGameComponent Function: Branch Call Stack: Show
That’s indeed quite a bit of ‘object none.none’. Take a look at this post. There were some other users who ran into this and were able to solve it. I hope this helps.
I’ve spent the last 3 days going through everything but I have managed to pin point it to the SaveGameList Array in my Save Game Instance. After creating a new one and replacing all the refereances to the new Array it has cleared it. It has however thrown in a few new errors which i’m going to have to re do a few things in the blueprints to fix it hopefully.
Hi Frosty. Sadly once I had reconnected all the arrays etc to the new one the error came back. So it can’t be due to the array in the save game file. I looked over the link you provided and sadly none has helped. I am currently Migrating my project to a new empty project to see if I still get this error.
Its a no… Sadly the error followed me to the new project. I’ve narrowed it down to something in the save game Array. When I bring up the Main Menu Widget it flags up with the error. When the Widget loads if the ‘Load Button’ is active it comes up. If there is no save data it doesn’t. I’m currently going through all folders 1 by 1 fixing redirectories and clearing all cache to see if this stops it. Its almost like even though I clear all saved cache when ever i make a new save by saving in game the error comes back. Like its never fully cleared when clearing cache and save files.
I’ve narrowed it down to the Horror Event Array. I did an empty level with just player start and save actor to save game and no error. When introducing an object with the Horror Event Array attached to it like a door or drawer the error appeared 8 times when saving.
So I went into the structure and there is a Red Exlimation Mark next to the Horror Event Structure. I also had it in the Save Structure too. I changed the structure in the save to Horror Event Structure and fixed the Red Exlimation mark. However in the Horror Event Structure when I changed it to the Horror Event Structure it crashes the Engine.
I’ve attached a picture of the error and below is the crash log