Jump to content

Please please help me with CTD problem, crashlogs included


Recommended Posts

Posted

Your crash was caused by po3_PapyrusExtender.dll. I remember a thread like this in the past. Search for FindAllReferencesOfFormType on these forums using Google for instance if you need to find it. The solution, however, is probably one of the following:

  1. Change the version of Papyrus Extender.
  2. Go through all scripts using FindAllReferencesOfFormType and replace this with native Papyrus.
Posted
5 minutes ago, dopem said:

How can I do the second thing? :O 

 

Well first you'd have to know exactly what that function does. If it finds actors in a radius, then you'd need:

  1. A quest.
  2. A cloak spell.
  3. A spell for that cloak spell.
  4. The magic effects for those spells.
  5. A keyword or a faction.
  6. Some aliases to to populate.
  7. A script to manage everything.

An actor scanner essentially. Not the simplest thing to make.

 

Another thread here, same issue. Unfortunately the author of that thread didn't report results.

Posted

oh wow, is there like a guide or something along the lines for them? or a mod that does it? thanks a lot for your help already by the way ❤️ 

Posted
34 minutes ago, dopem said:

oh wow, is there like a guide or something along the lines for them?

 

So I assume there's no alternative version of Papyrus Extender. No older/newer version that is compatible with your game version, no forks, nothing like that? Also I said "if it finds actors in a radius". Do you know what this function is supposed to do? I don't. I'm just guessing based on the name. No point rewriting scripts and creating an actor scanner if all that function does is filter out references from an array or something like that. Figure this out first, then plan what your fix is going to be.

 

But to answer your question: not that I'm aware of. I recall using one of the random sex mods as an example when I had to create one, and still it was a confusing mess to get working properly. I have a sample project with just an actor scanner if you want it. Probably the closest thing to a tutorial.

Posted
23 hours ago, traison said:

 

So I assume there's no alternative version of Papyrus Extender. No older/newer version that is compatible with your game version, no forks, nothing like that? Also I said "if it finds actors in a radius". Do you know what this function is supposed to do? I don't. I'm just guessing based on the name. No point rewriting scripts and creating an actor scanner if all that function does is filter out references from an array or something like that. Figure this out first, then plan what your fix is going to be.

 

But to answer your question: not that I'm aware of. I recall using one of the random sex mods as an example when I had to create one, and still it was a confusing mess to get working properly. I have a sample project with just an actor scanner if you want it. Probably the closest thing to a tutorial.

 

Hey there, just as an update since I fell asleep yesterday! :classic_sad:

The probnlem turned out to be the version of the papyrus extender at the end so updating it fixed the initial crashes but now after like 15 mins of gameplay I got a new crash reason I can't seem to point out no matter what:

 

https://pastebin.com/UxBYL78mİ

any idea why would that be and you really are the best of the best! ❤️ 

Posted

Quick inspection suggests your issue is one, or a mix, of:

  1. Landscape\Trees\TundraDriftWood01.nif
  2. SKEE (RaceMenu)
  3. Form id 0x24060967 "Enforcer" from SL Survival.esp.

The problem cell was form id 0x00009597 "RoriksteadExterior03", last edited by Populated Cities Towns Villages Legendary.esp.

Posted
8 hours ago, traison said:

Quick inspection suggests your issue is one, or a mix, of:

  1. Landscape\Trees\TundraDriftWood01.nif
  2. SKEE (RaceMenu)
  3. Form id 0x24060967 "Enforcer" from SL Survival.esp.

The problem cell was form id 0x00009597 "RoriksteadExterior03", last edited by Populated Cities Towns Villages Legendary.esp.

any suggestions on how can I fix them? ❤️

Posted

Identify which mod the TundraDriftWood01.nif is coming from:

  1. Query your mod manager for which mod is providing this file.
  2. Go through the conflict tree (if there is one).
  3. Decide whether to delete the file, disable the current mod or shuffle the load order around to have another mod provide the file.

 

The enforcer you can probably get rid of entirely (or temporarily):

  1. Open the console.
  2. prid 24058c91
  3. disable

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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