Jump to content

Log Troubleshooting, need help.


MX8864

Recommended Posts

The Problem is, that i am getting ctd*s and my log always shows two phrases.

 

[<NULL alias> (1) on <NULL quest> (00000000)].SHR_HotkeyScript.UnregisterForAllKeys() - "<native>" Line ?
[<NULL alias> (1) on <NULL quest> (00000000)].SHR_HotkeyScript.OnUpdate() - "SHR_HotkeyScript.psc" Line 73

and

[None].GlobalVariable.GetValue() - "<native>" Line ?
[None].GlobalVariable.GetValueInt() - "GlobalVariable.psc" Line 11

ALWAYS. I think i have some expierience in Troubleshooting. But what do these mean? What do they change? or What do they do? so i can find out which mod could cause the problem.

 

Link to comment
Share on other sites

The Problem is, that i am getting ctd*s and my log always shows two phrases.

 

[<NULL alias> (1) on <NULL quest> (00000000)].SHR_HotkeyScript.UnregisterForAllKeys() - "<native>" Line ?
[<NULL alias> (1) on <NULL quest> (00000000)].SHR_HotkeyScript.OnUpdate() - "SHR_HotkeyScript.psc" Line 73

 

and

 

[None].GlobalVariable.GetValue() - "<native>" Line ?
[None].GlobalVariable.GetValueInt() - "GlobalVariable.psc" Line 11

 

ALWAYS. I think i have some expierience in Troubleshooting. But what do these mean? What do they change? or What do they do? so i can find out which mod could cause the problem.

 

 

From the looks of your log it's nothing to do with papyrus but a form conflict( Effectively papyrus is saying the script that is being called can't find the object that it's being called on, either because it's not started, was overridden or was pulled from a save and it's trying to run the remainder of the function.) This however by itself wouldn't cause a CTD.

 

Have you removed any mods since you begun that save?

After creating your bash patch have you removed any mod since?

Link to comment
Share on other sites

Yes I removed some mods, but as I said, these errors occure even at a new game.
and yes i removed some after the bashed patch, but no mods that were in connection to it.

i will try to recreate the bashed patch, maybe that helps.

The annoying thing is that my log is FULL of these messages. and i really mean FULL


Edit: Didn't help

Edited by MX8864
Link to comment
Share on other sites

It looks like you've left some loose scripts in your folder after removing the mod that they belong to. Always make sure you remember to remove the loose scripts.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...