I need help with error i am getting

A null value was encountered where this forum description was required.
Post Reply
hanbird30
Reactions:
Posts: 3
Joined: October 13th, 2023, 12:20 am

I need help with error i am getting

Post by hanbird30 » October 13th, 2023, 2:21 am

<ScriptError Version="6" Type="MiniScriptError" MaxRecursionDepth="0">
<ExceptionData>simulating object is null unable to obtain an interaction object Operation is not valid due to the current state of the object #0: 0x0001f throw in System.Collections.Generic.System.Collections.Generic.SortedList`2:PutImpl (Sims3.Gameplay.Actors.Sim/WalkStyle,int,bool) (33F64480 [36] [0] [0] ) #1: 0x0000f call in System.Collections.Generic.System.Collections.Generic.SortedList`2:Add (Sims3.Gameplay.Actors.Sim/WalkStyle,int) (33F64480 [36] [0] ) #2: 0x0003c call in System.Collections.Generic.System.Collections.Generic.SortedList`2:.ctor (System.Collections.Generic.IDictionary`2,System.Collections.Generic.IComparer`1) (33F64480 [862792128/0x336d29c0] [874260344/0x341c2778] ) #3: 0x0003c newobj in Sims3.Gameplay.Actors.Sims3.Gameplay.Actors.SimRoutingComponent:InitializeWalkStylePriorities () () #4: 0x00001 call in Sims3.Gameplay.Actors.Sims3.Gameplay.Actors.SimRoutingComponent:OnStartup () () #5: 0x000d8 callvirt in Sims3.Gameplay.Abstracts.Sims3.Gameplay.Abstracts.GameObject:Init (bool) (02EE0C00 [1] ) #6: 0x0001b callvirt in ScriptCore.ScriptCore.ScriptProxy:PostLoad () () </ExceptionData>
<GameData>
<BuildType>Release Mono</BuildType>
<CommandLine>D:\New stuff\The Sims 3\Game\Bin\TS3.exe</CommandLine>
<Game_Version>1.69.43.024017</Game_Version>
<Code_Version>0.XL-2.0.32</Code_Version>
<Content_Version>1.Content.rl.41</Content_Version>
<Thumbnail_Version>1.Thumbnail.dl.933</Thumbnail_Version>
<TCC_Version>1.TCC.dl.1209</TCC_Version>
<Build_Version>0.2.0.32</Build_Version>
<Type>Release</Type>
<Timestamp>2015-1-6-0801</Timestamp>
<CPU_Level>Low</CPU_Level>
<GPU_Level>Low</GPU_Level>
<Game_Start>2023-10-12 22:58:45</Game_Start>
<Data>D:\New stuff\The Sims 3\/GameData\</Data>
<Overrides>(none)</Overrides>
<Exe_Path>D:\New stuff\The Sims 3\Game\Bin\</Exe_Path>
<User>hanbi</User>
<Host>HANNAHPC</Host>
</GameData>
</ScriptError>

here is a better of it

User avatar
igazor
Organizer
Reactions:
Posts: 17151
Joined: April 8th, 2013, 6:00 pm
Answers: 206
Location: Everyone should strive to find their inner platypus.

I need help with error i am getting

Post by igazor » October 13th, 2023, 2:48 am

In the future, please provide script error log files in their entirety, not by way of copy/paste. They are almost impossible to read this way. You were on the right track with Google Drive, you just had to make the files more openly accessible (shared). Also please do not post game or mod issues on the Site Help forum board. That one is for help with the website, not the game. Moving the post to a better place.

I believe you have a custom walk style mod from a source other than NRaas in play that is outdated or otherwise acting up and should probably be removed for now.

Edit: Whoops, wait a minute. I can see where you uploaded the error file to our site now. That's not an NRaas script error, it's again a mod from some other source having to do with walk styles that is throwing the error.

hanbird30
Reactions:
Posts: 3
Joined: October 13th, 2023, 12:20 am

I need help with error i am getting

Post by hanbird30 » October 13th, 2023, 7:30 pm

do you know which one it is or not and how do it on google drive then?

User avatar
igazor
Organizer
Reactions:
Posts: 17151
Joined: April 8th, 2013, 6:00 pm
Answers: 206
Location: Everyone should strive to find their inner platypus.

I need help with error i am getting

Post by igazor » October 13th, 2023, 8:29 pm

Only that it's a mod having something to do with walk styles. If that doesn't narrow things down for you enough, you could start with a testing game session with only NRaas mods in play. Then add half of your other mods in (test again), and proceed forwards and backwards by remaining halves until you isolate the culprit. Be sure to clear (delete) your scriptCache file in the TS3 user game folder in Documents. Some players do this routinely anyway, but it certainly needs to be done whenever the contents of Mods\Packages changes in any way.

I'm not a big Google Drive user, but all of these services have a "Share with anyone who has the link" option. Does this page help at all?

User avatar
CardinalSims
Reactions:
Posts: 575
Joined: May 12th, 2021, 3:12 am
Answers: 13

I need help with error i am getting

Post by CardinalSims » October 13th, 2023, 10:00 pm

A previous post about a walk style error was caused by Enhanced Witches, if you have that installed.

Here's a picture of where to look in Google Drive when making a file public:
Image

Post Reply