Jump to content

Crash when being approached for dialogue


Recommended Posts

Posted

Hello, I rarely do this but I am really lost as to what's wrong with this set up.

 

Basically whenever my character get approach to have dialogue, whether its from sexlab mods such as sexy adventure, public whore or others, it would CTD.

Its fine if I approach someone for dialogue.

 

I read through the crash log and fed it into Crash log decoder but it just keep pointing out mods that doesn't make sense.

 

If anyone can take a look, that would be great.

 

 

crash-2024-10-25-12-44-38.log CrashLogger.log mod order.txt

Posted

This issue has been posted on LL before. You have a mod that uses the Papyrus function ForEachReferenceInRange provided by po3_PapyrusExtender.dll, and this dll has a bug in it where it will crash the game in some situation.

  1. Remove the mod using this function, or rewrite the script to not use the function.
  2. Update or otherwise change the dll in the hopes that the issue does not exist in all versions.
  3. If the source code for the dll is available, you could fix it yourself and compile it.
Posted
1 hour ago, Esterior said:

Thank you so much! I'll comb through my list and try to figure out which mod is causing that

 

You can use a tool like Notepad++ to search for the function name in all pex files in all mods. Alternatively, I have made a terminal-based tool that can also perform the search:

 

Spoiler
Skyrim String Search, version 1.3

This program searches for a string in Skyrim. It can also be used to search arbitrary directories. Note that if you're using Mod Organizer 2, you must run this tool from it if you expect to search the Skyrim Data directory as it is seen by the game.

Usage: SkyrimStringSearch.exe [-s,--search search] [-i,--info] [-v,--verbose] [-y] [-h,--help] query [path]

Options:
-s,--search search  Specify which files to search. Defaults to all supported extensions.
-i,--info           Prints info about each match.
-v,--verbose        Prints more info about the search.
-y                  Do not ask questions.
-h,--help           Prints help.

Positionals:
query  The string to search for.
path   Path to search in.

Examples:
SkyrimStringSearch.exe "Hello world" "C:\path\to\skyrim\"
SkyrimStringSearch.exe "Hello world" "D:\path\to\mod\"
SkyrimStringSearch.exe -i -s e "Hello world" ..\

Search Options:
b - BSA archives.
e - ESP, ESL and ESM files.
x - Executables. (SKSE)
n - NIF files.
p - PEX scripts.
o - Others. (TXT, INI, JSON, TOML, ...)

 

 

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...