#Need help fixing setup issue w/ SSE
1 messages · Page 1 of 1 (latest)
Try placing Papyrus Extender before Elianora's Breezehome Overhaul
It is
it's specifically labeled to load after papyrus extender
Assuming load order is ascending rather than descending
the load order is the number on the right of the screenshots
Do you have your Papyrus logging enabled? It will help us not chase red herrings.
If you do or don't it doesn't hurt to go over how to again. You’ll need to enable Papyrus logging by editing your Skyrim.ini file, which is located in Documents\My Games\Skyrim Special Edition. Open it in Notepad and scroll down the Papyrus section, then paste in the following lines bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation=1. This will enable logging and give us more detailed script activity, which should help us figure out what's going wrong with AddItemsOfTypeToList. Once enabled, the logs will be saved in Documents\My Games\Skyrim Special Edition\Logs\Script. That’s where we can check if the function is failing or just not being called correctly.
I sent a pastebin with the log with the first message
the important part is just
[07/23/2025 - 09:33:16PM] VM is thawing...
[07/23/2025 - 09:33:16PM] LCS: checking mod version...
[07/23/2025 - 09:33:16PM] LCS: active version on save is: 2.020000
[07/23/2025 - 09:33:16PM] LCS: installed version is: 2.020000
[07/23/2025 - 09:33:16PM] LCS: versions match
[07/23/2025 - 09:33:16PM] InitWidgetLoader()
[07/23/2025 - 09:33:16PM] FISHING: Checking for updates.
[07/23/2025 - 09:33:21PM] BREEZEHOME: Beginning sort...
[07/23/2025 - 09:33:23PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:23PM] BREEZEHOME: Scrolls done! 0 items-0sec
[07/23/2025 - 09:33:23PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:23PM] BREEZEHOME: Ingredients done! 0 items-0sec
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] BREEZEHOME: Ammo done! 0 items-0sec
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] BREEZEHOME: Keys done! 0 items-0sec
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] BREEZEHOME: Soul Gem(s) done! 0 items-0sec
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] BREEZEHOME: Misc items done! 0 items-0sec
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] BREEZEHOME: Start Armor-0 items
[07/23/2025 - 09:33:24PM] error: Unbound native function "AddItemsOfTypeToList" called
[07/23/2025 - 09:33:24PM] BREEZEHOME: Sort done! 4.402000 sec
as I said in the original message
the main issue is the Unbound native function "AddItemsOfTypeToList" called error
this is all the log spits out so I'm assuming that's as far as it goes
so really it's just
"Why isn't Papyris Extender being recognized?"
if I could easily send a list of all my mods and their load order I would but I don't think vortex has a thing for that
Yeah, I'll admit this is getting difficult, but I am not the giving up type. See if po3_papyrusextender64.dll is in Data\SKSE\Plugins and delete it I've seen others say this sometimes causes issues. Also, sometimes the proper dlls don't get deleted or added properly & can cause duplicates.
I mean, what versions are you isng because that reads like a broken plugin
Your skse version and Address lib was what I mean to ask
and have you reinstalled EBO and papyrus and extender ? it looks like it is called for a function that is not recognzied via the script
v2.2.6 on SKSE64
v11.0.0 on Address Library
I have reinstalled EBO but I can try reinstalling papyrus extender
oh my god
it works
I'm so stupid
ok so
I downloaded the papyrus extender version for special edition
when apprently I have anniversary edition and I had no clue because there's literally big text on the screen in the menu saying "buy anniversary edition"
It's fixed.
Thank you for telling me to redownload that
LMAO
Is there a way to close threads or do I just leave this here
nvm figured it out
Great, I was thinking either dll or the version wasn't right looks like the culprit was found.