Post by dartrix on Jan 1, 2024 20:08:35 GMT -5
Sul sul!
I'm aware that this isn't the error report board. However, I'm new and have no access to that board, and from what I've read in other threads this is where I'm supposed to ask for help with a potential error. If I'm mistaken, sorry about that.
I'm trying to create a mod that requires several .SimInfo files, and I'm using S4S' Export .SimInfo feature to do this. For the first few households in my library, this seems to work fine; from the 30th household onward it throws an error:
The Sims 4 Studio - Version 3.1.6.3
System.NullReferenceException: Object reference not set to an instance of an object.
at S4Studio.Data.IO.CAS.SimInfoResource.FromSavedSim(SimData source_sim)
at S4Studio.Shared.ViewModels.Tools.Screenshots.SimGalleryVM.<.ctor>b__5_1()
at S4Studio.ViewModels.GenericUserCommand.<>c__DisplayClass8_0.<.ctor>b__1(Object y)
at S4Studio.ViewModels.GenericUserCommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
I can work around this, but I'd rather not have to. Is this an issue anyone else has experienced? Is there a non-workaround solution?
Thanks!