Marisa Kirisame Posted November 23, 2017 Share Posted November 23, 2017 Since getting Cats & Dogs and updating my mods (including WW and MCCC), I've started to notice that saving fails whenever I'm in a lot, but works fine while I'm in the world manager. I've attached my lastException file. lastException.txt Link to comment
TomatoEddie Posted November 23, 2017 Share Posted November 23, 2017 1 hour ago, Marisa Kirisame said: Since getting Cats & Dogs and updating my mods (including WW and MCCC), I've started to notice that saving fails whenever I'm in a lot, but works fine while I'm in the world manager. I've attached my lastException file. lastException.txt hello, Marisa, if you give a look at your lastException record, you will see the conflict in lines 25 and 26 — the Python scripts mc_util.py and mc_injection.py. 1 <?xml version="1.0" ?> 2 <root> 3 <report> 4 <version>2</version> 5 <sessionid>778c2d4ee6af45775a16b7e6</sessionid> 6 <type>desync</type> 7 <sku>ea.maxis.sims4_64.15.pc</sku> 8 <createtime>2017-11-23 13:06:11</createtime> 9 <buildsignature>Local.Unknown.Unknown.1.36.102.1020-1.200.000.311.Release</buildsignature> 10 <categoryid>cpp_message.py:107</categoryid> 11 <desyncid>778c2d4ee6af45775a16b7e6</desyncid> 12 <systemconfig/> 13 <screenshot/> 14 <desyncdata> 15 [manus] Save failed due to Exception (ValueError: Value out of range: 9335136262146487636) Traceback (most recent call last): Caught and logged: 16 File "T:\InGame\Gameplay\Scripts\Core\sims4\utils.py", line 195, in wrapper 17 File "T:\InGame\Gameplay\Scripts\Server\areaserver.py", line 200, in c_api_server_tick 18 File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate 19 File "T:\InGame\Gameplay\Scripts\Server\elements.py", line 376, in _run 20 File "T:\InGame\Gameplay\Scripts\Server\services\persistence_service.py", line 378, in call_save_game_gen 21 File "T:\InGame\Gameplay\Scripts\Server\services\persistence_service.py", line 412, in save_game_gen 22 File "T:\InGame\Gameplay\Scripts\Server\services\persistence_service.py", line 459, in _save_game_gen 23 File ".\WickedWhims 3.2.4.115h\turbolib\injector_util.py", line 8, in _wrapped_function 24 File ".\WickedWhims 3.2.4.115h\turbolib\special\exception_watcher.py", line 9, in _turbolib_on_exception_log 25 File ".\mc_utils.py", line 112, in _wrapper_function 26 File ".\mc_injections.py", line 688, in inject_last_exception_log 27 File "T:\InGame\Gameplay\Scripts\Server\services\persistence_service.py", line 455, in _save_game_gen 28 File "T:\InGame\Gameplay\Scripts\Server\services\persistence_service.py", line 514, in _fill_and_send_save_game_protobufs_gen 29 File "T:\InGame\Gameplay\Scripts\Core\sims4\service_manager.py", line 512, in save_all_services 30 File "T:\InGame\Gameplay\Scripts\Server\zone_manager.py", line 118, in save 31 File ".\WickedWhims 3.2.4.115h\turbolib\injector_util.py", line 8, in _wrapped_function 32 File ".\WickedWhims 3.2.4.115h\turbolib\events\core.py", line 109, in _turbolib_save_all_services 33 File "T:\InGame\Gameplay\Scripts\Server\zone.py", line 1412, in save_zone 34 File "T:\InGame\Gameplay\Scripts\Server\game_services.py", line 48, in save_all_services 35 File "T:\InGame\Gameplay\Scripts\Core\sims4\service_manager.py", line 512, in save_all_services 36 File "T:\InGame\Gameplay\Scripts\Server\sims\sim_info_manager.py", line 133, in save 37 File "T:\InGame\Gameplay\Scripts\Server\sims\sim_info.py", line 2054, in save_sim 38 File "T:\InGame\Gameplay\Scripts\Server\sims\sim_info.py", line 2426, in _save_sim_attributes 39 File "T:\InGame\Gameplay\Scripts\Server\aspirations\aspirations.py", line 435, in save 40 File "T:\InGame\Gameplay\Scripts\Server\event_testing\event_data_tracker.py", line 375, in save 41 File "T:\InGame\Gameplay\Scripts\Server\event_testing\event_data_object.py", line 253, in save 42 File "T:\InGame\Gameplay\Scripts\Server\event_testing\event_data_object.py", line 448, in save 43 File "T:\InGame\Gameplay\Scripts\Core\google\protobuf\internal\cpp_message.py", line 107, in Setter ValueError: Value out of range: 9335136262146487636 </desyncdata> 44 </report> 45 </root> these are the troublesome ones. yet, i don't know if they are associated with an animation file or a Mod. after the release of "Cats and Dogs" EP and the patches updates, did you also update your animation files? if all your files are updated, then these scripts might be from an old save, or even non-deleted cache files. i suggest you clean those (delete them), then run your game again. keep us posted; i hope this helps. Eddie Link to comment
Willymack Posted November 24, 2017 Share Posted November 24, 2017 I had this same problem. Make sure you remove any traits,mods,and scripts from your mods folder and update them as they become available. If you have S4Sudio run the batch fixes to repair CC that got borked with the latest patch. Run the repair game feature in origin . Delete your localthumbs cache and spotlight file in your cache folders, restart the game and you should be fine. Link to comment
Marisa Kirisame Posted November 25, 2017 Author Share Posted November 25, 2017 So... it turns out there was another hotfix for MC Command Center and I forgot to install it, I was still in 3.9.5. That didn't fix the problem, though. As suggested I've ran some batch fixes on S4Studio, a lot of stuff was patched, as expected. Apart from that, I'm going to do that thing about removing all mods then putting them back little by little until things break. I wish there was a way to debug this better and faster, but such is life with proprietary software... Well, I isolated it to a career mod (turns out I had an outdated package left over with a typo'd filename for some reason). I can finally save again. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.