Frankanator Posted August 24, 2016 Share Posted August 24, 2016 (edited) Good Evening, *Disclaimer, I am in no way shape or form a tech genius. On the scale of 1-10 for knowledge of looking at load orders, identfying crash notes and etc.. I am a 3-4. Been playing the game a lot recently with about 100+ mods downloaded. In Papyrus, I get this message in various forms MANY times, probably in the hundreds. It is the only thing I can see that perhaps constantly crashes my game out of no where. I can guess the "warriorghost" is screwing everything up. So is there a simple and easy way I can identify what mod or exactly where this script is loaded from so I can either update the mod,game or fix it somehow? "Line 79[08/23/2016 - 11:13:53PM] Warning: Assigning None to a non-object variable named "::temp6"stack:[None].zsh_v2_questscript01.GetStage() - "Quest.psc" Line 64[None].zsh_v2_warriorghostscript01.OnEnterBleedout() - "zsh_v2_warriorghostscript01.psc" Line 79" "Line 79[08/23/2016 - 11:13:53PM] Error: Unable to call GetCurrentStageID - no native object bound to the script object, or object is of incorrect typestack:[None].zsh_v2_questscript01.GetCurrentStageID() - "<native>" Line ?[None].zsh_v2_questscript01.GetStage() - "Quest.psc" Line 64[None].zsh_v2_warriorghostscript01.OnEnterBleedout() - "zsh_v2_warriorghostscript01.psc"" Aattached is a snip of my Papyrus log within notepad. Is this normal? Edited August 24, 2016 by Frankanator Link to comment Share on other sites More sharing options...
DoctorKaizeld Posted August 24, 2016 Share Posted August 24, 2016 The papyrus is not a crash log sir. Open Skyrim.ini (My Documents/My Games/Skyrim) and add the following to it: [Papyrus]fPostLoadUpdateTimeMS=500.0bEnableLogging=1bEnableTrace=1bLoadDebugInformation=1 Afterward, in that same folder you will see a new folder called Logs. Inside that: Script. Inside Script you will (eventually) find 4 logs. Double click and they should open with notepad or any text editor. Papyrus.0.log is the most recent. At the end of it you will see the last process to happen before the crash. Link to comment Share on other sites More sharing options...
Darkstyler35 Posted August 24, 2016 Share Posted August 24, 2016 Hello,Papyrus log is a scripts log only and doesn't cover anything else, not a crash log. Interpreting Papyrus Log Errors / Enabling papyrus logging. If you have errors it doesn't mean they are related to your problem.Suggest you focus on CTDs troubleshooting page on Reddit, depending on what's happening in game, choose the subsections that describes the best your problem.Make sure you're using the good mods >> Dangerous mods list.Make sure you're using the latest USLEEP instead of the obsolete unofficial patches. If some of your old mods require them, you may use the USLEEP swap masters.Verify gamecache.Here is a list of things that may help stabilizing your game if not already been done. : /// Cleaning and correcting potential bugs :Clean your master files to eliminate potential problems : Gopher's videos cleaning your masterfiles on the Nexus Tesedit page. You may use this updated guide to clean your masters. It contains the same automated cleaning procedure as Gopher explains in his video + repeating once for Dawnguard.esm + some selective manual cleaning.The method above can be used to clean mods. LOOT should tell you which plugin you should clean. You may also do a check errors./// Load order / mods conflicts : Use L.O.O.T once and click on the "sort plugins button".Create a wryebash patch including leveled lists.Create a merged patch with Tesedit excluding leveled listsHow things work in Tes5edit : load order / conflict looser - winner / Forwarding / adding as a master. More specifically, you may create a manual patch between two or more mods./// Settings / memory : Preferably, use crash fixes with the UseOSAllocators=1 instead of skse memory patch or SSME.You may also install safety load if you experience infinite loading screens or freezing in game.Memory blocks log will help to refine memory settings.Skyrim performance monitor.Backup your ini files and delete the files. Skyrim.ini / SkyrimCustom.ini / SkyrimPrefs.ini found in C:\Users\User\Documents\My Games\Skyrim then use your vanilla launcher to autodetect and use best settings for your computer.STEP INI tweaking wiki.You may install ENBOOST >> ENB graphics / ENB haxx./// Save game :Don't uninstall mods at mid-game, there are no clean save in Skyrim but using save script cleaner can help removing orphan scripts.New SkyrimTools, (corrupt saves topic)./// Meshes healer :Read here, this is potentially a cause of CTD that you can resolve by following the mod procedure on this page./// Useful informations : Selective loading : untick 50% of your mods, beginning by the end of your load order and test in game. Then depending on if the problem occurs again or not, increase /decrease the remaining loading mods to find the culprit.If you're using win8-10 + a GPU with more than 4GB VRAM + a heavily modded game and experiencing stuttering, random freezes or / and FPS drops, this may occur when the VRAM usage exceeds 4GB, read here for more details.Direct-x 9 C, update to 9 C.In NMM settings, see where your tracelog path is (C:\Users\User\Documents\Nexus Mod Manager), open a request in the NMM open beta forum and post your tracelog.txt.Skyrim requirements wiki.Skse installation : skse on steam or Manual install. (SKSE, memory and skse.ini). SKSE logs are here : C:\Users\User\Documents\My Games\Skyrim\SKSE. SKSE troubleshooting guide.STEP troubleshooting page.An efficient guide to build your game : STEP / Official S.T.E.P. Mod Organizer video series.Ensure your skyrim installation is healthy = Make skyrim vanilla again.Crashdump analysis.Papyrus log is a scripts log only and doesn't cover anything else, not a crash log. Interpreting Papyrus Log Errors / Enabling papyrus loggingShut down background programs such as intellipoint, fan manager, etc... Need a tool to manage GPU fan speed that works with ENB ? You may try Afterburner, (tested)/// Credits : these persons deserve their kudos, (among others) not referenced here by a Nexus mod or accessible profile but provide help with articles and other stuff linked above.Thallassa / Matortheeternal / Arthmoor / BorisVorontsof / GamerPoets / Gopher / TheCompiler (+ all the STEP team) / Luco81 (NMM forum) / Tannin42 /Hope this helps. Link to comment Share on other sites More sharing options...
Frankanator Posted August 24, 2016 Author Share Posted August 24, 2016 The papyrus is not a crash log sir. Open Skyrim.ini (My Documents/My Games/Skyrim) and add the following to it: [Papyrus]fPostLoadUpdateTimeMS=500.0bEnableLogging=1bEnableTrace=1bLoadDebugInformation=1 Afterward, in that same folder you will see a new folder called Logs. Inside that: Script. Inside Script you will (eventually) find 4 logs. Double click and they should open with notepad or any text editor. Papyrus.0.log is the most recent. At the end of it you will see the last process to happen before the crash.Thank you for your help, I already went through that process and hence why I have come up with the most recent process to stop. It is interesting however how the same process is repeating itself over and over again.Hence why I am confused Link to comment Share on other sites More sharing options...
Project579 Posted August 24, 2016 Share Posted August 24, 2016 (edited) you need to try cleaning your save to remove the orphaned scripts./// Save game :Don't uninstall mods at mid-game, there are no clean save in Skyrim but using save script cleaner can help removing orphan scripts.New SkyrimTools, (corrupt saves topic). Edited August 24, 2016 by Project579 Link to comment Share on other sites More sharing options...
DoctorKaizeld Posted August 24, 2016 Share Posted August 24, 2016 The papyrus is not a crash log sir.Open Skyrim.ini (My Documents/My Games/Skyrim) and add the following to it:[Papyrus]fPostLoadUpdateTimeMS=500.0bEnableLogging=1bEnableTrace=1bLoadDebugInformation=1Afterward, in that same folder you will see a new folder called Logs. Inside that: Script. Inside Script you will (eventually) find 4 logs. Double click and they should open with notepad or any text editor. Papyrus.0.log is the most recent. At the end of it you will see the last process to happen before the crash. Thank you for your help, I already went through that process and hence why I have come up with the most recent process to stop. It is interesting however how the same process is repeating itself over and over again.Hence why I am confusedOkay good. Did you post the last chunk though? The only truly useful ones are at the end. Also i need your load order. Link to comment Share on other sites More sharing options...
Recommended Posts