Product: The Sims 4 Platform:PC Which language are you playing the game in? English How often does the bug occur? Every time (100%) What is your current game version number? 1.108.318.1020 DX9...
@LittleMsSam Thanks a lot for the info about how you fixed your custom situations!
I just did some digging myself (after I had an error code 123 when I used your Auto Employees mod) and yes, original game situations definitely are effected. I just applied your fix suggestions to the (original vanilla game) situation_HiredNPC_Bartender and it helped to unstuck my lot.
But I think this is just a workaround, the root cause seems to be that time durations as floats are compared with the new TimeSpan objects (from date_and_time.py).
It's important to note that there seem to be two issues going on. The one that effects GF lounges and Thrift Tea and and the one that results in LE like the one below (and can apparently be triggered by a variety of ingame situations):
<?xml version="1.0" ?><root> <report><version>2</version><sessionid>fc00370a2c9c4b7166ad35b9</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2024-08-02 21:40:33</createtime><buildsignature>Local.Unknown.Unknown.1.108.335.1020-1.300.000.188.Release</buildsignature><categoryid>date_and_time.py:446</categoryid><desyncid>fc00370a2c9c4b7166ad35b9</desyncid><systemconfig/><screenshot/><desyncdata>Exception raised while processing zone spin up sequence: 'float' object has no attribute '_delta' (AttributeError: 'float' object has no attribute '_delta') Traceback (most recent call last): File "T:\InGame\Gameplay\Scripts\Server\areaserver.py", line 130, in wrapped File "T:\InGame\Gameplay\Scripts\Server\areaserver.py", line 126, in finally_wrap File "T:\InGame\Gameplay\Scripts\Core\sims4\utils.py", line 157, in wrapper File "T:\InGame\Gameplay\Scripts\Core\sims4\utils.py", line 175, in wrapper File "T:\InGame\Gameplay\Scripts\Server\areaserver.py", line 383, in c_api_client_connect File "T:\InGame\Gameplay\Scripts\Server\zone.py", line 609, in do_zone_spin_up File "T:\InGame\Gameplay\Scripts\Server\zone_spin_up_service.py", line 1682, in update File "T:\InGame\Gameplay\Scripts\Server\zone_spin_up_service.py", line 397, in on_enter File "T:\InGame\Gameplay\Scripts\Server\venues\venue_service.py", line 507, in determine_which_situations_to_load File "T:\InGame\Gameplay\Scripts\Server\zone_director.py", line 1675, in determine_which_situations_to_load File "T:\InGame\Gameplay\Scripts\Server\zone_director.py", line 1729, in _decide_whether_to_load_zone_situation_seed File "T:\InGame\Gameplay\Scripts\Server\situations\base_situation.py", line 343, in should_seed_be_loaded File "T:\InGame\Gameplay\Scripts\Server\situations\situation_time_jump.py", line 72, in should_load File "T:\InGame\Gameplay\Scripts\Server\situations\situation_simple.py", line 106, in should_load_after_time_jump File "T:\InGame\Gameplay\Scripts\Server\date_and_time.py", line 446, in __sub__ AttributeError: 'float' object has no attribute '_delta'rtim=0 Client Session Time: 24.67 Num Save Errors: 0 Num Load Errors: 0 Current Game State: 0x96d01090 LoadingScreenActiveFlag: 1 Origin Version: 13,262,0,5775 Modded: False SystemInfo: Windows 10 10.0.19045 GPU: NVIDIA GeForce GTX 1060 6GB nvldumdx.dll 31.0.15.3623, GUID: D7B71E3E-5F43-11CF-D47D-ABA50EC2D235 </desyncdata></report> </root>
@flauschtrud Do you remember the circumstances under which this exception occurred? I'd like to reproduce it to understand it better and include it in my bugfix since I've not encountered this particular error yet.
@flauschtrud It's weird I can't seem to reproduce this error on my machine/save for whatever reason. Thanks for the info nonetheless.
About The Sims 4 Bug Reports - Archive
This is a read-only archive of bugs previously reported on Answers HQ. Click "The Sims 4 Bug Reports" in the right-rail to browse and create new bugs.14,625 PostsLatest Activity: 4 years ago