pWn3d1337 / Skyrim_SpellHotbar2

SpellHotbar2, now only SKSE besides MCM, WIP
4 stars 1 forks source link

DLL causing CTD: V1.6.1170 #9

Open TheBigWillie opened 2 days ago

TheBigWillie commented 2 days ago

Not sure what is going on but Spell Hotbar 2 will not work with the current dll for many users. It causing crashes. Even after a clean save.

pWn3d1337 commented 1 day ago

Please provide more information. Skyrim game version and post the please logfile. You are the first one to report a crash yet.

TheBigWillie commented 1 day ago

Sure.

The symptoms I experience is when I load the DLL file, the game CTDs. I got one workaround when I managed to install ONLY the core files, activate the esp first, then adding the dll file, but thats it for me. The problem is when I tried to load the optional files for the compatible spells, or anything else, I get a CTD with the attached crashlog below.

Another flag note is I do not use Mod Managers since I really don't rely on them, when they glitch (and they do), they can really do some damage. I manually install all mods. I changed title of report to reflect game version. I'm suspecting a conflict somewhere with another SKSE plugin or maybe I need to downgrade the Microsoft C++ redistributor?

Here's the log crash-2024-10-25-21-04-38.log

Hope it helps.

pWn3d1337 commented 15 hours ago

Looks like the reading of spell data files caused the crash SpellHotbar::SpellDataCSVLoader::load_spell_data(class std::filesystem::path) which happens AFTER the icon loading. Are you sure you did not mess up your install ? Also please show me your Spellhotbar2.log located in 'Documents\My Games\Skyrim Special Edition\SKSE'

TheBigWillie commented 5 hours ago

Yeah, I see it in the SKSE log looks like specifically the dual casting perk data. Attached below.

SpellHotbar2.log

TheBigWillie commented 5 hours ago

I found and corrected the issue.

I was looking at the Scripts folder and realized there had to be a Source for the pex files, so I went ahead and snagged the src files too and yes, I borked the install by not using the font and Conditional files.

Thanks for the assist.

TheBigWillie commented 4 hours ago

Yes, it is mainly looking for a "dual cast perk data" but there is none. Unless it is from that Conditional 9000 directory. I have no idea where to place them.

On Sun, Oct 27, 2024, 8:21 AM pWn3d1337 @.***> wrote:

Looks like the reading of spell data files caused the crash SpellHotbar::SpellDataCSVLoader::load_spell_data(class std::filesystem::path) which happens AFTER the icon loading. Are you sure you did not mess up your install ? Also please show me your Spellhotbar2.log located in 'Documents\My Games\Skyrim Special Edition\SKSE'

— Reply to this email directly, view it on GitHub https://github.com/pWn3d1337/Skyrim_SpellHotbar2/issues/9#issuecomment-2439993584, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ4Y4YPWDF7P3ZDDJCN7VLLZ5TEDLAVCNFSM6AAAAABQUEU6HCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZHE4TGNJYGQ . You are receiving this because you authored the thread.Message ID: @.***>

TheBigWillie commented 4 hours ago

Nevermind, it would be under a perkdata directory which I had to create. Now I got it to work.