Guest Posted July 12, 2015 Posted July 12, 2015 I have a lot of mods installed (Both Nexus and LL stuff), several of them fairly script heavy. After a while of playing, and adding more mods, I thought I would post about an issue I ran into and how I fixed it, since this might help others. In the troubleshooting guide, it is mentioned that you should change the following papyrus options to enable logging: [Papyrus] fPostLoadUpdateTimeMS=500.0 bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation=1 In that same area in the Skyrim.ini file you can modify it to allow scripts more time to run. If, like me, you have lots of script heavy mods installed, and/or if you have a slow comp, and your game is crashing when you attempt to save regardless of method (manual, autosave, an autosaving mod, etc.), changing those options slightly to the following should help give the games scripts a bit more breathing room: [Papyrus] fPostLoadUpdateTimeMS=1000.0 fUpdateBudgetMS=2.0 fExtraTaskletBudgetMS=2.0 Hope this is helpful. Took me two days to solve this. Edit: To be more clear, and remove copy/paste mistake.
Blackness blackness is... Posted July 12, 2015 Posted July 12, 2015 I have a lot of mods installed (Both Nexus and LL stuff), several of them fairly script heavy. After a while of playing, and adding more mods, I thought I would post about an issue I ran into and how I fixed it, since this might help others. In the troubleshooting guide, it is mentioned that you should change the following papyrus options to enable logging: [Papyrus] fPostLoadUpdateTimeMS=500.0 bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation=1 If, like me, you have lots of script heavy mods installed, and/or if you have a slow comp, and your game is crashing when you attempt to save regardless of method (manual, autosave, an autosaving mod, etc.), changing those options slightly to the following should help give the games scripts a bit more breathing room: [Papyrus] fPostLoadUpdateTimeMS=1000.0 fUpdateBudgetMS=2.0 fExtraTaskletBudgetMS=2.0 bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation=1 Hope this is helpful. Took me two days to solve this. yes and no. the increase of ms seems ok i think . but the logging and trace as well as debug should get disabled,and should only be used while tracking possible new issues within the running scripts . so they take a lot of resources to work too. don't post such misleading information anymore, thanks.
Guest Posted July 12, 2015 Posted July 12, 2015 I have a lot of mods installed (Both Nexus and LL stuff), several of them fairly script heavy. After a while of playing, and adding more mods, I thought I would post about an issue I ran into and how I fixed it, since this might help others. In the troubleshooting guide, it is mentioned that you should change the following papyrus options to enable logging: [Papyrus] fPostLoadUpdateTimeMS=500.0 bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation=1 If, like me, you have lots of script heavy mods installed, and/or if you have a slow comp, and your game is crashing when you attempt to save regardless of method (manual, autosave, an autosaving mod, etc.), changing those options slightly to the following should help give the games scripts a bit more breathing room: [Papyrus] fPostLoadUpdateTimeMS=1000.0 fUpdateBudgetMS=2.0 fExtraTaskletBudgetMS=2.0 bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation=1 Hope this is helpful. Took me two days to solve this. yes and no. the increase of ms seems ok i think . but the logging and trace as well as debug should get disabled,and should only be used while tracking possible new issues within the running scripts . so they take a lot of resources to work too. don't post such misleading information anymore, thanks. That was a copy/paste error, I was not trying to be malicious.
Blackness blackness is... Posted July 12, 2015 Posted July 12, 2015 That was a copy/paste error, I was not trying to be malicious. never said that you are. but this kind of posts became so common across time i really don't want to see someone else suffer just because of typing mistakes. in fact i think that you did good half way. those settings sound interesting and not exagerrated that i am going to try them myself at one point.
Guest Posted July 12, 2015 Posted July 12, 2015 I used Jaxonz Diagnostics http://www.nexusmods.com/skyrim/mods/62346/? to find out about those options while I was debugging the issue.
ltadams2247 Posted July 18, 2015 Posted July 18, 2015 Dude, that totally worked for me! One post suggested disabling the freecam, didn't work. One post suggested updating papyrusutil to that 3.0 alpha, didn't work. One post suggested removing script heavy mods, didn't work. You are officially in my book of cool people. You know, for what it's worth ;-) Thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.