monsta88 Posted March 26, 2025 Posted March 26, 2025 (edited) Hi there, I returned after a long break to Skyrim SE. I picked up a save which I started in 2023. I have about 2-300 hours in that game and now I played another 20ish hours, very stable. I have some occasional crashes, but with 300+ mods, it happens sometimes, like once in a month. For example I had a killed NPC, who I could not loot, because it softlocked the game. This was another new issue I never saw before, Skyrim has an absolute endless amount of weird issues. Anyway, I saw that a lot of mods I use got upgrades since I last played and I felt it would be a bad idea to infuse a lot of upgrades into a stable load order, so I decided to start a new game. I started a new Profile in MO2 and copied over the plugin list/load order. Then in this new Profile, I updated everything, removed/added mods, created new bashed patch, etc. Took several hours to set it up, but then it started up at once. I went through character creation and mod initialization, it took several minutes, zero issues. Then I wanted to do a hard save, but the game crashed. Started a New game again, this time I could save it. Then I went to restart the game so I can start setting up the mods, but that never happened. Currently whenever I try to load this game or try to start a New game, the second I click on the New game/Continue button, Skyrim slows down to like 0.3 FPS, like there was a huge scriptlag. Sometimes I get into the starting area, but then it always crashes in a few seconds. Now the super bad thing is, that my old, very stable, untouched Profile does the same. Well, it is not even the same, it never even able to load the last save (which I deliberately made in a small cell). I started doing some debugging, but so far I could find nothing useful. I went to my troubleshooter Profile, where there is a very minimalist load order and started adding mods. That profile started to crash too, with issues like player character problem. I give it up for today, tomorrow I will continue figuring it out. If I can't, I'll start posting more detailed description about what is happening and also crash logs. For now: W10 Pro, Steam, Skyrim SE (not AE). I have no idea what could have happened. Even if I F up a load order, how in the hell can a completely separate Profile die too??? It is more like the whole Skyrim died, which would be bad, because I don't want to upgrade to AE yet (I still want to continue that long playthrough). Anyway, if someone had similar issue before and remembers the solution, I'd appreciate if you could share it. Peace, M Edited March 27, 2025 by monsta88
traison Posted March 26, 2025 Posted March 26, 2025 1 hour ago, monsta88 said: I have some occasional crashes, but with 300+ mods, it happens sometimes, like once in a month. For example I had a killed NPC, who I could not loot, because it softlocked the game. That is very different from a crash. That is everything working as it should from the system's perspective, it's just that someone was a bit bad at programming. 1 hour ago, monsta88 said: I started a new Profile in MO2 and copied over the plugin list/load order....Now the super bad thing is, that my old, very stable, untouched Profile does the same. The overwrite folder is unfortunately not profile-specific in MO2. Before doing something radical like this you should create a mod out of the overwrite folder. Then leave it disabled in the new profile, so that updated mods can recreate their files. Most likely what happened here was the files in your overwrite folder got overwritten by new versions of your mods, or new files were added to it that now cause issues in the old profiles. 1 hour ago, monsta88 said: ...also crash logs... Can't do anything without them so yes, may want to post those. 1 hour ago, monsta88 said: how in the hell can a completely separate Profile die too? While I find this is where MO2 excells over the others, it unfortunately still has its gotcha's like I mentioned before; and in addition to that: There's nothing in MO2 stopping people from being silly and placing files directly into the Skyrim Data directory. Depending on your settings, the Skyrim ini files may be shared between profiles, and Papyrus is capable of doing permanent changes to these. Any mod with a dll can do anything anywhere in your system, given the necessary access permissions. FISSES, as I understand it, extends some of this access to Papyrus scripts which massively increases the potential threat vector.
traison Posted March 26, 2025 Posted March 26, 2025 Forgot about this bit... 1 hour ago, monsta88 said: Skyrim slows down to like 0.3 FPS, like there was a huge scriptlag. Papyrus in SE/AE runs 400 times slower than it did in Skyrim LE. Its possible to remove this limitation, but unless you've done that, it will never affect your frame rate.
Demonwise Posted March 26, 2025 Posted March 26, 2025 I apologize that this isn't advice that directly helps your problem but while you're debugging this could be a prime opportunity to try this. It is always handy to have a manual save that is completely clean of any mods and 100% vanilla. I try to make two. One is in the first interior cell after going through the intro sequence (the broken tower where you equip your first pieces of armor and get your first weapon). The second is after I have leveled up to something like lvl 46 or 50 and have all the skills at 100%. This again would be in some small interior cell. When I save them I do it through the console with the command "savegame CLEANSAVE_START" or "savegame CLEANSAVE_LVL50". It's very handy to have not just for starting a new game but also when you have a metric butt-load of mods and the game gets a little unstable. I have run into the issue where if I try to load a modded savegame right from the main menu the game will try to load the save just to CTD. However, if you load one of the cleansaves first and THEN load your modded save you won't end up with a CTD. In all other respects, I wish you the best of luck. The way of a skyrim mod user is the way of the slog. Alas, that is the way of things.
monsta88 Posted March 26, 2025 Author Posted March 26, 2025 11 minutes ago, traison said: The overwrite folder is unfortunately not profile-specific in MO2. Before doing something radical like this you should create a mod out of the overwrite folder. Then leave it disabled in the new profile, so that updated mods can recreate their files. Most likely what happened here was the files in your overwrite folder got overwritten by new versions of your mods, or new files were added to it that now cause issues in the old profiles. Thank for the answer. The overwrite folder has only the xEdit cache and the crashlogs in it. I have a separate folder for the configs for the old game. Yes, the new Profile created new cfgs in the Overwrite, but I deleted/moved those. Those should have zero effect on the old game, especially that I could never load it in, so the new settings could never been saved into the save game. Besides all they could have done is to set some mods to Default values. 14 minutes ago, traison said: Any mod with a dll can do anything anywhere in your system, given the necessary access permissions. FISSES, as I understand it, extends some of this access to Papyrus scripts which massively increases the potential threat vector. I have a lot of SKSE plugins, but I had those before too and I had no issues. I definitely have FISS in the LO, but I don't know what requires it. I'll check out the SKSE plugins tomorrow, starting with Faster SMP, I saw that dll a few times in the crash logs. 22 minutes ago, traison said: Depending on your settings, the Skyrim ini files may be shared between profiles, and Papyrus is capable of doing permanent changes to these. That is a good idea to check. Normally I use Beth ini, but I definitely didn't run it this time.
monsta88 Posted March 26, 2025 Author Posted March 26, 2025 3 minutes ago, Demonwise said: It is always handy to have a manual save that is completely clean of any mods and 100% vanilla. I don't think I had a Vanilla save in the last 10 years It is easy to do the low level one, but I don't think I will ever play Skyrim w/o mods up to lvl 40. Although if you have one to share, I could try to load it. I regularly use the console to make manual saves, that is what I used this time too. Btw, it is enough to type "save <filename>".
monsta88 Posted March 26, 2025 Author Posted March 26, 2025 15 minutes ago, traison said: Forgot about this bit... Papyrus in SE/AE runs 400 times slower than it did in Skyrim LE. Its possible to remove this limitation, but unless you've done that, it will never affect your frame rate. I don't remember ever hearing about this, so I most likely didn't do anything about it. However if it is something like Beth.ini sets up automatically, I may have. I remember I was limiting the FPS to 60, so the physics won't go crazy, but I don't know if it was only in LE. The physics still has its issues, like getting damaged when walking over bodies (collisions are enabled).
traison Posted March 27, 2025 Posted March 27, 2025 (edited) 17 minutes ago, monsta88 said: starting with Faster SMP, I saw that dll a few times in the crash logs. That is most likely a false positive. SMP has a tendency to show up in every crash log because of where it has its hooks. Post the logs and I'll tell you where the problem is. Edit: or if you want to have a go at it yourself, then perhaps my scribbles here will give you a boost. Most of it I still agree with. Edited March 27, 2025 by traison
Demonwise Posted March 27, 2025 Posted March 27, 2025 5 minutes ago, monsta88 said: I don't think I had a Vanilla save in the last 10 years It is easy to do the low level one, but I don't think I will ever play Skyrim w/o mods up to lvl 40. Although if you have one to share, I could try to load it. I regularly use the console to make manual saves, that is what I used this time too. Btw, it is enough to type "save <filename>". Hah, yeah I get you. Didn't know you could truncate the savegame command. Good to know. I'll be honest with you. I don't think I have either of mine anymore. A Windows update of all things ended up corrupting nearly all of my saves for a few games. All of the saves went from being 400-1,500+ KB to just 33 KB. Boy when that happened more than a few innocent baby animals died that day.
monsta88 Posted March 27, 2025 Author Posted March 27, 2025 1 minute ago, traison said: That is most likely a false positive. SMP has a tendency to show up in every crash log because of where it has its hooks. Post the logs and I'll tell you where the problem is. I'll do it tomorrow, during my debug attempts, I made a lot of small changes, experiments, etc. I want to make sure I have the real load order when it crashes. It is 1 AM here, so I'll go to sleep now.
traison Posted March 27, 2025 Posted March 27, 2025 11 minutes ago, monsta88 said: I don't remember ever hearing about this https://www.reddit.com/r/skyrimmods/comments/wupg1j/papyrus_engine_is_400_times_slower_on_ae_than_le/ 12 minutes ago, monsta88 said: However if it is something like Beth.ini sets up automatically, I may have. This requires bytecode editing. Papyrus Tweaks can do it. Just keep in mind that if you increase your budget to make room for badly made mods all you're really doing is shooting yourself in the foot. I set my limit to 10,000 but my situation is a bit different: Most of my mods are self-made, and if its not self-made its customized. I can only blame myself if Papyrus starts eating into my fps. Do what I say, not what I do.
monsta88 Posted March 27, 2025 Author Posted March 27, 2025 (edited) 13 hours ago, traison said: Can't do anything without them so yes, may want to post those. Here is the current one. At the moment I can't even start the large LO profiles, Skyrim crashes before the Main menu logo. Spoiler Skyrim SSE v1.5.97 CrashLoggerSSE v1-15-0-0 Oct 12 2024 11:33:37 Unhandled exception at 0x7FF9DBF4B699 KERNELBASE.dll+003B699 nop [rax+rax*1], eax Exception Flags: 0x00000001 Number of Parameters: 4 Exception Information Parameters: Parameter[0]: 0x000019930520 Parameter[1]: 0x0050D1EFF2B0 Parameter[2]: 0x7FF96BCFB8F0 Parameter[3]: 0x7FF96BB90000 SYSTEM SPECS: OS: Microsoft Windows 10 Pro v10.0.19045 CPU: GenuineIntel Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz GPU #1: Nvidia GA102 [GeForce RTX 3080 Ti] GPU #2: Microsoft Basic Render Driver PHYSICAL MEMORY: 8.58 GB/31.92 GB GPU MEMORY: 0.01/11.05 GB PROBABLE CALL STACK: [ 0] 0x7FF9DBF4B699 KERNELBASE.dll+003B699 [ 1] 0x7FF96BC81B5C hdtSMP64.dll+00F1B5C mov rbx, [rsp+0x70] | d:\a01\_work\6\s\src\vctools\crt\vcruntime\src\eh\throw.cpp:75 _CxxThrowException [ 2] 0x7FF96BC4E3B1 hdtSMP64.dll+00BE3B1 int3 | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\XmlReader.cpp:49 ?ReadBom@Details@Xml@@YA?AW4Bom@12@PEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z [ 3] 0x7FF96BBF3E09 hdtSMP64.dll+0063E09 mov rcx, rdi | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:77 void * volatile (mangled: ?WriteCharacter@Utf8Writer@Encoding@Xml@@SAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_U@Z) [ 4] 0x7FF96BBF4502 hdtSMP64.dll+0064502 mov ecx, [rbp-0x60] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:171 hdt::loadConfig (mangled: ?loadConfig@hdt@@YAXXZ) [ 5] 0x7FF96BC4B4F0 hdtSMP64.dll+00BB4F0 mov eax, [rsi+0x08] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\main.cpp:594 SKSEPlugin_Load [ 6] 0x7FF970731182 skse64_1_5_97.dll+0081182 [ 7] 0x7FF9706BC0D2 skse64_1_5_97.dll+000C0D2 [ 8] 0x7FF66C49D970 SkyrimSE.exe+05AD970 -> 35546+0xD50 nop [ 9] 0x7FF66C49E90A SkyrimSE.exe+05AE90A -> 35548+0x8FA jmp 0x00007FF66C49E90F [10] 0x7FF66C49CBE7 SkyrimSE.exe+05ACBE7 -> 35545+0x17 test al, al [11] 0x7FF66D23B17A SkyrimSE.exe+134B17A -> 102193+0x11E mov ebx, eax [12] 0x7FF9DCA57374 KERNEL32.DLL+0017374 [13] 0x7FF9DE63CC91 ntdll.dll+004CC91 REGISTERS: RAX 0x2 (size_t) [2] RCX 0x21EFCC49F20 (char*) "e" RDX 0x21EFCC49F20 (char*) "e" RBX 0x7FF96BCFB8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) RSP 0x50D1EFF150 (void*) RBP 0x12 (size_t) [18] RSI 0x50D1EFF2B0 (char*) "not a boolean" RDI 0x19930520 (size_t) [429065504] R8 0x4 (size_t) [4] R9 0x21EF1812D00 (void*) R10 0x21EFCC40000 (void*) R11 0x0 (size_t) [0] R12 0x7261506563614643 (size_t) [8241957189453956675] R13 0x6C6576654C676F6C (size_t) [7810779306189614956] R14 0x1F (size_t) [31] R15 0x1 (size_t) [1] STACK: [RSP+0 ] 0x0 (size_t) [0] [RSP+8 ] 0x7FF96BCFB8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+10 ] 0x50D1EFF2B0 (char*) "not a boolean" [RSP+18 ] 0x21EF86CEA20 (void*) [RSP+20 ] 0x1E06D7363 (size_t) [8060236643] [RSP+28 ] 0x0 (size_t) [0] [RSP+30 ] 0x7FF9DBF4B699 (void* -> KERNELBASE.dll+003B699 nop [rax+rax*1], eax) [RSP+38 ] 0x7FF900000004 (size_t) [140707423584260] [RSP+40 ] 0x19930520 (size_t) [429065504] [RSP+48 ] 0x50D1EFF2B0 (char*) "not a boolean" [RSP+50 ] 0x7FF96BCFB8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+58 ] 0x7FF96BB90000 (void*) [RSP+60 ] 0x6C6576654C676F6C (size_t) [7810779306189614956] [RSP+68 ] 0x7261506563614643 (size_t) [8241957189453956675] [RSP+70 ] 0x50D1EFF2B0 (char*) "not a boolean" [RSP+78 ] 0x12 (size_t) [18] [RSP+80 ] 0x50D1EFF250 (void*) [RSP+88 ] 0x7FF9DE624A5F (void* -> ntdll.dll+0034A5F mov rax, [rsp+0x28]) [RSP+90 ] 0x19930520 (size_t) [429065504] [RSP+98 ] 0x21E00000000 (size_t) [2327872274432] [RSP+A0 ] 0x21E00000000 (size_t) [2327872274432] [RSP+A8 ] 0x7FF96BB980BC (void* -> hdtSMP64.dll+00080BC mov byte ptr [rdi+rsi*1], 0x00 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring:3250 std::basic_string<char,std::char_traits<char>,std::allocator<char> >::assign (mangled: ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAAAEAV12@QEBD_K@Z)) [RSP+B0 ] 0x7FF96C393000 (void* -> hdtSMP64.dll+0803000 adc [rax], al | __scrt_ucrt_dll_is_in_use_803000) [RSP+B8 ] 0x7FF96BB90000 (void*) [RSP+C0 ] 0xCA406F6A8025 (size_t) [222378095968293] [RSP+C8 ] 0x7FF96BB980BC (void* -> hdtSMP64.dll+00080BC mov byte ptr [rdi+rsi*1], 0x00 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring:3250 std::basic_string<char,std::char_traits<char>,std::allocator<char> >::assign (mangled: ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAAAEAV12@QEBD_K@Z)) [RSP+D0 ] 0x7FF96BCFB8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+D8 ] 0x7FF96BC81B5C (void* -> hdtSMP64.dll+00F1B5C mov rbx, [rsp+0x70] | d:\a01\_work\6\s\src\vctools\crt\vcruntime\src\eh\throw.cpp:75 _CxxThrowException) [RSP+E0 ] 0x21EF86950F0 (char*) "enableNPCFaceParts" [RSP+E8 ] 0x7FF96BC50A71 (void* -> hdtSMP64.dll+00C0A71 mov rbp, [rbx+0x350] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\XmlInspector\XmlInspector.hpp:2423 Xml::Inspector<Xml::Encoding::Utf8Writer>::seEndTag const volatile (mangled: ?ParseEndTag@?$Inspector@VUtf8Writer@Encoding@Xml@@@Xml@@AEAA_NXZ)) [RSP+F0 ] 0x1 (size_t) [1] [RSP+F8 ] 0x50D1EFF3E0 (void*) [RSP+100] 0x7FF96BB90000 (void*) [RSP+108] 0x19930520 (size_t) [429065504] [RSP+110] 0x50D1EFF2B0 (char*) "not a boolean" [RSP+118] 0x7FF96BCFB8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+120] 0x7FF96BB90000 (void*) [RSP+128] 0x1F (size_t) [31] [RSP+130] 0x50D1EFF3E0 (void*) [RSP+138] 0x7FF96BC4E3B1 (void* -> hdtSMP64.dll+00BE3B1 int3 | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\XmlReader.cpp:49 ?ReadBom@Details@Xml@@YA?AW4Bom@12@PEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) [RSP+140] 0x50D1EFF3E0 (void*) [RSP+148] 0x0 (size_t) [0] [RSP+150] 0x50D1EFF5A0 (void*) [RSP+158] 0x1 (size_t) [1] [RSP+160] 0x6F62206120746F6E (size_t) [8026013087456063342] [RSP+168] 0x6E61656C6F (size_t) [474080439407] [RSP+170] 0xD (size_t) [13] [RSP+178] 0xF (size_t) [15] [RSP+180] 0x50D1EFF3E0 (void*) [RSP+188] 0x7FF96BBF3E09 (void* -> hdtSMP64.dll+0063E09 mov rcx, rdi | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:77 void * volatile (mangled: ?WriteCharacter@Utf8Writer@Encoding@Xml@@SAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_U@Z)) [RSP+190] 0x50D1EFF3E0 (void*) [RSP+198] 0x50D1EFF5A0 (void*) [RSP+1A0] 0x12 (size_t) [18] [RSP+1A8] 0x1 (size_t) [1] [RSP+1B0] 0x6C6576654C676F4C (size_t) [7810779306189614924] [RSP+1B8] 0x0 (size_t) [0] [RSP+1C0] 0x8 (size_t) [8] [RSP+1C8] 0xF (size_t) [15] [RSP+1D0] 0x0 (size_t) [0] [RSP+1D8] 0x0 (size_t) [0] [RSP+1E0] 0x0 (size_t) [0] [RSP+1E8] 0x0 (size_t) [0] [RSP+1F0] 0x0 (size_t) [0] [RSP+1F8] 0x0 (size_t) [0] [RSP+200] 0x50D1EFFA90 (void*) [RSP+208] 0x7FF96BBF4502 (void* -> hdtSMP64.dll+0064502 mov ecx, [rbp-0x60] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:171 hdt::loadConfig (mangled: ?loadConfig@hdt@@YAXXZ)) [RSP+210] 0x0 (size_t) [0] [RSP+218] 0x50D1EFF460 (void*) [RSP+220] 0x0 (size_t) [0] [RSP+228] 0x50D1EFFA90 (void*) [RSP+230] 0x21F4A48A060 (void*) [RSP+238] 0x50D1EFF480 (void*) [RSP+240] 0x7B4042 (size_t) [8077378] [RSP+248] 0x7B404F (size_t) [8077391] [RSP+250] 0x50D1EFF480 (void*) [RSP+258] 0x0 (size_t) [0] [RSP+260] 0x7FF9DE70D200 (void* -> ntdll.dll+011D200 or [rax], al) [RSP+268] 0x0 (size_t) [0] [RSP+270] 0x50D1EF0043 (void*) [RSP+278] 0x7FF9DE60A4B2 (void* -> ntdll.dll+001A4B2 mov ebx, eax) [RSP+280] 0x0 (size_t) [0] [RSP+288] 0x50D1EFF720 (void*) [RSP+290] 0x5 (size_t) [5] [RSP+298] 0x17 (size_t) [23] [RSP+2A0] 0x5 (size_t) [5] [RSP+2A8] 0x2B (size_t) [43] [RSP+2B0] 0x2 (size_t) [2] [RSP+2B8] 0x0 (size_t) [0] [RSP+2C0] 0x0 (size_t) [0] [RSP+2C8] 0x50D1EFF600 (void*) [RSP+2D0] 0x0 (size_t) [0] [RSP+2D8] 0xF (size_t) [15] [RSP+2E0] 0x7FF96BCCE510 (void* -> hdtSMP64.dll+013E510 add [rax], al | ??_8?$basic_ifstream@DU?$char_traits@D@std@@@std@@7B@_13E510) [RSP+2E8] 0x0 (size_t) [0] [RSP+2F0] 0x7FF96BCCE3D0 (void* -> hdtSMP64.dll+013E3D0 rcl byte ptr [rdi+rdi*4+0x6B], 0xF9 | ??_7?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@_13E3D0) [RSP+2F8] 0x0 (size_t) [0] [RSP+300] 0x0 (size_t) [0] [RSP+308] 0x50D1EFF448 (void*) [RSP+310] 0x50D1EFF450 (void*) [RSP+318] 0x0 (size_t) [0] [RSP+320] 0x0 (size_t) [0] [RSP+328] 0x50D1EFF468 (void*) [RSP+330] 0x50D1EFF470 (void*) [RSP+338] 0x0 (size_t) [0] [RSP+340] 0x50D1EFF488 (void*) [RSP+348] 0x50D1EFF48C (void*) [RSP+350] 0x21EFCC49CE0 (char*) "d" [RSP+358] 0x0 (size_t) [0] [RSP+360] 0x4C0044 (size_t) [4980804] [RSP+368] 0x0 (size_t) [0] [RSP+370] 0x0 (size_t) [0] [RSP+378] 0x21EC8C55A00 (void*) [RSP+380] 0x0 (size_t) [0] [RSP+388] 0xC8C50000 (size_t) [3368353792] [RSP+390] 0x7FF96BCCE548 (void* -> hdtSMP64.dll+013E548 or [rbx-0x41], dh | ??_7?$basic_ifstream@DU?$char_traits@D@std@@@std@@6B@_13E548) [RSP+398] 0x0 (size_t) [0] [RSP+3A0] 0x0 (size_t) [0] [RSP+3A8] 0x21E00000201 (size_t) [2327872274945] [RSP+3B0] 0x6 (size_t) [6] [RSP+3B8] 0x0 (size_t) [0] [RSP+3C0] 0x0 (size_t) [0] [RSP+3C8] 0x0 (size_t) [0] [RSP+3D0] 0x21EFCC49C80 (void*) [RSP+3D8] 0x50D1EFF440 (std::basic_filebuf<char,std::char_traits<char> >*) [RSP+3E0] 0x0 (size_t) [0] [RSP+3E8] 0x50D1EFF520 (void*) [RSP+3F0] 0x21EF86CEA20 (void*) [RSP+3F8] 0x21EFCC49F00 (Xml::Encoding::Utf8StreamReader*) [RSP+400] 0x20100000003 (size_t) [2203318222851] [RSP+408] 0x0 (size_t) [0] [RSP+410] 0x21EF86950F0 (char*) "enableNPCFaceParts" [RSP+418] 0x5000000000 (size_t) [343597383680] [RSP+420] 0x12 (size_t) [18] [RSP+428] 0x1F (size_t) [31] [RSP+430] 0x21EFDE1E6C0 (void*) [RSP+438] 0x7FF9DE6069E0 (void* -> ntdll.dll+00169E0 test bl, 0x01) [RSP+440] 0x0 (size_t) [0] [RSP+448] 0x3F (size_t) [63] [RSP+450] 0x21EF8694C70 (char*) "enableNPCFaceParts" [RSP+458] 0x61506563614643 (size_t) [27391469130171971] [RSP+460] 0x12 (size_t) [18] [RSP+468] 0x1F (size_t) [31] [RSP+470] 0x0 (size_t) [0] [RSP+478] 0x7FF9DE60693E (void* -> ntdll.dll+001693E lea r11, [rsp+0xD0]) [RSP+480] 0x0 (size_t) [0] [RSP+488] 0xF (size_t) [15] [RSP+490] 0x21EFDE1E710 (void*) [RSP+498] 0x0 (size_t) [0] [RSP+4A0] 0x0 (size_t) [0] [RSP+4A8] 0x3F (size_t) [63] [RSP+4B0] 0x0 (size_t) [0] [RSP+4B8] 0x7FF9DE615BA1 (void* -> ntdll.dll+0025BA1 test eax, eax) [RSP+4C0] 0x0 (size_t) [0] [RSP+4C8] 0xF (size_t) [15] [RSP+4D0] 0x21EFA66C010 (char*) "u" [RSP+4D8] 0x0 (size_t) [0] [RSP+4E0] 0x5 (size_t) [5] [RSP+4E8] 0x1F (size_t) [31] [RSP+4F0] 0x0 (size_t) [0] [RSP+4F8] 0x3E (size_t) [62] [RSP+500] 0x1 (size_t) [1] [RSP+508] 0x6C6D78 (size_t) [7105912] [RSP+510] 0x0 (size_t) [0] [RSP+518] 0x3 (size_t) [3] [RSP+520] 0xF (size_t) [15] [RSP+528] 0x736E6C6D78 (size_t) [495773838712] [RSP+530] 0x0 (size_t) [0] [RSP+538] 0x5 (size_t) [5] [RSP+540] 0xF (size_t) [15] [RSP+548] 0x21EFB63CAB0 (char*) "http://www.w3.org/XML/1998/namespace" [RSP+550] 0x0 (size_t) [0] [RSP+558] 0x24 (size_t) [36] [RSP+560] 0x2F (size_t) [47] [RSP+568] 0x21EF86957E0 (char*) "http://www.w3.org/2000/xmlns/" [RSP+570] 0x21EF8695690 (char*) "QT_D3DCREATE_MULTITHREADED=1" [RSP+578] 0x1D (size_t) [29] [RSP+580] 0x1F (size_t) [31] [RSP+588] 0x21EFCC49E60 (void*) [RSP+590] 0x21EFDE1E8F0 (void*) [RSP+598] 0x8 (size_t) [8] [RSP+5A0] 0x0 (size_t) [0] [RSP+5A8] 0x2 (size_t) [2] [RSP+5B0] 0x0 (size_t) [0] [RSP+5B8] 0x21EFCC49C00 (void*) [RSP+5C0] 0x21EFDE1EB70 (void*) [RSP+5C8] 0x8 (size_t) [8] [RSP+5D0] 0x0 (size_t) [0] [RSP+5D8] 0x3 (size_t) [3] [RSP+5E0] 0x2 (size_t) [2] [RSP+5E8] 0x21EFCC49B20 (void*) [RSP+5F0] 0x0 (size_t) [0] [RSP+5F8] 0x0 (size_t) [0] [RSP+600] 0x0 (size_t) [0] [RSP+608] 0x0 (size_t) [0] [RSP+610] 0x0 (size_t) [0] [RSP+618] 0x0 (size_t) [0] [RSP+620] 0x50D1EFF880 (void*) [RSP+628] 0x7FF96BC4B4F0 (void* -> hdtSMP64.dll+00BB4F0 mov eax, [rsi+0x08] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\main.cpp:594 SKSEPlugin_Load) [RSP+630] 0x0 (size_t) [0] [RSP+638] 0x7FF96BD04E38 (hdt::FreezeEventHandler*) [RSP+640] 0x7FF66EE15800 (void* -> SkyrimSE.exe+2F25800 add [rax], al) [RSP+648] 0x21EFB64D1A0 (char*) " uz Ro D'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'oh Initialized!..." [RSP+650] 0x0 (size_t) [0] [RSP+658] 0x7FF96E47C5C9 (void* -> Fuz Ro D'oh.dll+002C5C9 jmp 0x00007FF96E47C55E) [RSP+660] 0x0 (size_t) [0] [RSP+668] 0x80 (size_t) [128] [RSP+670] 0x50D1EFF810 (void*) [RSP+678] 0x50D1EFF889 (void*) [RSP+680] 0x17 (size_t) [23] [RSP+688] 0x7FF9707E35C0 (void* -> skse64_1_5_97.dll+01335C0 rcr byte ptr [rcx+0x21EF1], 0x00) [RSP+690] 0x9454E43A518C (size_t) [163092327190924] [RSP+698] 0x7FF97076B558 (void* -> skse64_1_5_97.dll+00BB558 sub rsp, rax) [RSP+6A0] 0x1 (size_t) [1] [RSP+6A8] 0x21EF1CB90D0 (char*) " ending message type 6 to plugin 20enerslistenersf 544n\Data\SKSE\Plugins\\YesImSure.dll (00000001 YesImSure 00000001) loaded correctly (handle 53)ctly (handle 51)ing query (handle 50))" [RSP+6B0] 0x0 (size_t) [0] [RSP+6B8] 0x7FF97076BBCF (void* -> skse64_1_5_97.dll+00BBBCF jmp 0x00007FF97076BB66) [RSP+6C0] 0x0 (size_t) [0] [RSP+6C8] 0x1 (size_t) [1] [RSP+6D0] 0x50D1EFF870 (void*) [RSP+6D8] 0x1B (size_t) [27] [RSP+6E0] 0xFFFFFFFF (size_t) [4294967295] [RSP+6E8] 0x0 (size_t) [0] [RSP+6F0] 0x200000000 (size_t) [8589934592] [RSP+6F8] 0x7FF900000001 (size_t) [140707423584257] [RSP+700] 0x200000000 (size_t) [8589934592] [RSP+708] 0x7FF97076BCBE (void* -> skse64_1_5_97.dll+00BBCBE mov ecx, [rbx+0x14]) [RSP+710] 0x0 (size_t) [0] [RSP+718] 0x7FF96E4A60E8 (void* -> Fuz Ro D'oh.dll+00560E8 jnle 0x00007FF96E4A60EE) [RSP+720] 0x21EF1CB90D0 (char*) " ending message type 6 to plugin 20enerslistenersf 544n\Data\SKSE\Plugins\\YesImSure.dll (00000001 YesImSure 00000001) loaded correctly (handle 53)ctly (handle 51)ing query (handle 50))" [RSP+728] 0x1 (size_t) [1] [RSP+730] 0x7FF9707E35C0 (void* -> skse64_1_5_97.dll+01335C0 rcr byte ptr [rcx+0x21EF1], 0x00) [RSP+738] 0x1B (size_t) [27] [RSP+740] 0xFFFFFFFF (size_t) [4294967295] [RSP+748] 0x0 (size_t) [0] [RSP+750] 0x1 (size_t) [1] [RSP+758] 0x7FF97076B984 (void* -> skse64_1_5_97.dll+00BB984 mov eax, edi) [RSP+760] 0x23 (size_t) [35] [RSP+768] 0x7FF97076BF9B (void* -> skse64_1_5_97.dll+00BBF9B sub [rbx+0x10], ebp) [RSP+770] 0x3 (size_t) [3] [RSP+778] 0x0 (size_t) [0] [RSP+780] 0x0 (size_t) [0] [RSP+788] 0x7FF9707A2048 (char*) "SKSE" [RSP+790] 0x0 (size_t) [0] [RSP+798] 0x0 (size_t) [0] [RSP+7A0] 0x1 (size_t) [1] [RSP+7A8] 0x7FF970765CC3 (void* -> skse64_1_5_97.dll+00B5CC3 cmp edi, eax) [RSP+7B0] 0x5000000003 (size_t) [343597383683] [RSP+7B8] 0x21EF16D1560 (void*) [RSP+7C0] 0x21EF1CB90D0 (char*) " ending message type 6 to plugin 20enerslistenersf 544n\Data\SKSE\Plugins\\YesImSure.dll (00000001 YesImSure 00000001) loaded correctly (handle 53)ctly (handle 51)ing query (handle 50))" [RSP+7C8] 0x50D1EFF950 (void*) [RSP+7D0] 0x50D1EFF9E8 (void*) [RSP+7D8] 0x7FF970765D11 (void* -> skse64_1_5_97.dll+00B5D11 test eax, eax) [RSP+7E0] 0x21EF16D1560 (void*) [RSP+7E8] 0x50D1EFFA78 (void*) [RSP+7F0] 0x50D1EFF990 (void*) [RSP+7F8] 0x1 (size_t) [1] [RSP+800] 0x0 (size_t) [0] [RSP+808] 0x7FF970765C0B (void* -> skse64_1_5_97.dll+00B5C0B mov eax, edi) [RSP+810] 0x7FF9707E090A (void* -> skse64_1_5_97.dll+013090A add [rax], al) [RSP+818] 0x21EF16D1560 (void*) [RSP+820] 0x50D1EFF9E0 (void*) [RSP+828] 0x50D1EFFA78 (void*) [RSP+830] 0xFFFFFF01 (size_t) [4294967041] [RSP+838] 0x7FF970765DA9 (void* -> skse64_1_5_97.dll+00B5DA9 add rsp, 0x38) [RSP+840] 0x21EEF887C00 (void*) [RSP+848] 0x21EF16D1560 (void*) [RSP+850] 0x21EF16D1560 (void*) [RSP+858] 0x50D1EFF9E0 (void*) [RSP+860] 0x21EF16D1560 (void*) [RSP+868] 0x7FF97075F605 (void* -> skse64_1_5_97.dll+00AF605 test eax, eax) [RSP+870] 0xFFFFFF01 (size_t) [4294967041] [RSP+878] 0x7FF9707392D4 (void* -> skse64_1_5_97.dll+00892D4 ) [RSP+880] 0x21EEF887C00 (void*) [RSP+888] 0x21EF16D1560 (void*) [RSP+890] 0x21EF16D1560 (void*) [RSP+898] 0x50D1EFF9D8 (void*) [RSP+8A0] 0xFFFFFF01 (size_t) [4294967041] [RSP+8A8] 0x7FF9707390BA (void* -> skse64_1_5_97.dll+00890BA test bl, bl) [RSP+8B0] 0x21EEF887C00 (void*) [RSP+8B8] 0x1 (size_t) [1] [RSP+8C0] 0x50D1EFFA78 (void*) [RSP+8C8] 0x50D1EFFA28 (void*) [RSP+8D0] 0x0 (size_t) [0] [RSP+8D8] 0x50D1EFFA78 (void*) [RSP+8E0] 0xFFFFFFFF (size_t) [4294967295] [RSP+8E8] 0x7FF970731E1A (void* -> skse64_1_5_97.dll+0081E1A add rsp, 0x28) [RSP+8F0] 0x0 (size_t) [0] [RSP+8F8] 0x7FF9707A2048 (char*) "SKSE" [RSP+900] 0x0 (size_t) [0] [RSP+908] 0x0 (size_t) [0] [RSP+910] 0xC (size_t) [12] [RSP+918] 0x7FF970731182 (void* -> skse64_1_5_97.dll+0081182 mov r11, [0x00007FF9707E5330]) [RSP+920] 0x21EEF887CB0 (void*) [RSP+928] 0x6 (size_t) [6] [RSP+930] 0xFFFFFFFF (size_t) [4294967295] [RSP+938] 0x1 (size_t) [1] [RSP+940] 0x7FF9707A2048 (char*) "SKSE" [RSP+948] 0x6 (size_t) [6] [RSP+950] 0x0 (size_t) [0] [RSP+958] 0x7FF9706B530C (void* -> skse64_1_5_97.dll+000530C mov rax, [0x00007FF9707E6878]) [RSP+960] 0x7FF66BEF0000 (void*) [RSP+968] 0x21EC8A830A0 (void*) [RSP+970] 0x21ECAA21300 (Main*) [RSP+978] 0x0 (size_t) [0] [RSP+980] 0x50D1EFFBB9 (void*) [RSP+988] 0x7FF9706BC0D2 (void* -> skse64_1_5_97.dll+000C0D2 mov rax, rbx) [RSP+990] 0x768 (size_t) [1896] [RSP+998] 0x0 (size_t) [0] [RSP+9A0] 0x7FF66EE27C90 (PlayerControls*) [RSP+9A8] 0x7FF66D532880 (char*) "Main" [RSP+9B0] 0x0 (size_t) [0] [RSP+9B8] 0x0 (size_t) [0] [RSP+9C0] 0x2 (size_t) [2] [RSP+9C8] 0x7FF66C49D970 (void* -> SkyrimSE.exe+05AD970 nop) [RSP+9D0] 0x7FF66EE20DE0 (MenuControls*) [RSP+9D8] 0x7FF66EE20E10 (void* -> SkyrimSE.exe+2F30E10 add [rax], al) [RSP+9E0] 0x2 (size_t) [2] [RSP+9E8] 0x2 (size_t) [2] [RSP+9F0] 0x7FF600000002 (size_t) [140694538682370] [RSP+9F8] 0x7FF900000000 (size_t) [140707423584256] [RSP+A00] 0x5000000001 (size_t) [343597383681] [RSP+A08] 0x900000000 (size_t) [38654705664] [RSP+A10] 0x0 (size_t) [0] [RSP+A18] 0xDFB58CFFE6670000 (size_t) [uint: 16119945471952617472 int: -2326798601756934144] [RSP+A20] 0x21ECAA361D0 (void*) [RSP+A28] 0x0 (size_t) [0] [RSP+A30] 0x0 (size_t) [0] [RSP+A38] 0x2 (size_t) [2] [RSP+A40] 0x21EC8A830A0 (void*) [RSP+A48] 0x7FF66D4111A8 (void* -> SkyrimSE.exe+15211A8 sahf) [RSP+A50] 0x7FF66F123470 (void* -> SkyrimSE.exe+3233470 imul eax, [rax+0x21EAD], 0x00) [RSP+A58] 0x7FF66D4111A8 (void* -> SkyrimSE.exe+15211A8 sahf) [RSP+A60] 0x7FF66F123440 (void* -> SkyrimSE.exe+3233440 ) [RSP+A68] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2] [RSP+A70] 0x21EA9F90E40 (BSGeometryListCullingProcess*) [RSP+A78] 0x21ECAA361B8 (void*) [RSP+A80] 0x0 (size_t) [0] [RSP+A88] 0x0 (size_t) [0] [RSP+A90] 0x768 (size_t) [1896] [RSP+A98] 0x0 (size_t) [0] [RSP+AA0] 0x0 (size_t) [0] [RSP+AA8] 0x21EC8A830A0 (void*) [RSP+AB0] 0x0 (size_t) [0] [RSP+AB8] 0x2 (size_t) [2] [RSP+AC0] 0x50D1EFFD20 (void*) [RSP+AC8] 0x7FF66C49E90A (void* -> SkyrimSE.exe+05AE90A jmp 0x00007FF66C49E90F) [RSP+AD0] 0x21ECAA21300 (Main*) [RSP+AD8] 0x7FF66EE27C90 (PlayerControls*) [RSP+AE0] 0x7FF66EE27C90 (PlayerControls*) [RSP+AE8] 0x5000000002 (size_t) [343597383682] [RSP+AF0] 0x7FF66C4A8C50 (void* -> SkyrimSE.exe+05B8C50 mov [rsp+0x08], rbx) [RSP+AF8] 0x7FF66D40F2A0 (void* -> SkyrimSE.exe+151F2A0 add [rax], al) [RSP+B00] 0x0 (size_t) [0] [RSP+B08] 0x0 (size_t) [0] [RSP+B10] 0x21EC8C50000 (void*) [RSP+B18] 0x43800000780 (size_t) [4638564681600] [RSP+B20] 0x0 (size_t) [0] [RSP+B28] 0x1000000F0 (size_t) [4294967536] [RSP+B30] 0x101 (size_t) [257] [RSP+B38] 0x0 (size_t) [0] [RSP+B40] 0x7FF66BEF0000 (void*) [RSP+B48] 0x7FF66C4A8890 (void* -> SkyrimSE.exe+05B8890 mov [rsp+0x08], rbx) [RSP+B50] 0x0 (size_t) [0] [RSP+B58] 0x7FF66D538A38 (char*) "Skyrim Special Edition" [RSP+B60] 0x100000000 (size_t) [4294967296] [RSP+B68] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2] [RSP+B70] 0x67E517F5 (size_t) [1743067125] [RSP+B78] 0x21EC8A80000 (void*) [RSP+B80] 0x73726573555C3A43 (size_t) [8318823007734479427] [RSP+B88] 0x445C7375676E415C (size_t) [4925939040520126812] [RSP+B90] 0x73746E656D75636F (size_t) [8319395793567310703] [RSP+B98] 0x656D614720794D5C (size_t) [7308604728407575900] [RSP+BA0] 0x6D6972796B535C73 (size_t) [7883958488505998451] [RSP+BA8] 0x6C61696365705320 (size_t) [7809639104461689632] [RSP+BB0] 0x6E6F697469644520 (size_t) [7957695015292257568] [RSP+BB8] 0x506D6972796B535C (size_t) [5795404235879961436] [RSP+BC0] 0x696E692E73666572 (size_t) [7597125269646108018] [RSP+BC8] 0x7FF9D55A0000 (char*) "`vftable'" [RSP+BD0] 0x21EF18EA120 (char*) "O:\Steam\steamapps\common\Skyrim Special Edition\\skse64_1_5_97.dll" [RSP+BD8] 0x7FF9D5581676 (void* -> skse64_steam_loader.dll+0001676 mov rbx, [rsp+0xE8]) [RSP+BE0] 0x7FF9707A9218 (char*) "init complete" [RSP+BE8] 0x0 (size_t) [0] [RSP+BF0] 0x0 (size_t) [0] [RSP+BF8] 0x2 (size_t) [2] [RSP+C00] 0x43 (size_t) [67] [RSP+C08] 0x5E (size_t) [94] [RSP+C10] 0x21EF18EA120 (char*) "O:\Steam\steamapps\common\Skyrim Special Edition\\skse64_1_5_97.dll" [RSP+C18] 0x7FF66D23A95D (void* -> SkyrimSE.exe+134A95D neg rax) [RSP+C20] 0x21EF18EA100 (void*) [RSP+C28] 0x7FF66D23A95D (void* -> SkyrimSE.exe+134A95D neg rax) [RSP+C30] 0x0 (size_t) [0] [RSP+C38] 0xF (size_t) [15] [RSP+C40] 0x37395F355F31 (size_t) [60719549996849] [RSP+C48] 0x7FF66D23BAF2 (void* -> SkyrimSE.exe+134BAF2 mov edx, [rsp+0x5C]) [RSP+C50] 0x6 (size_t) [6] [RSP+C58] 0xF (size_t) [15] [RSP+C60] 0x0 (size_t) [0] [RSP+C68] 0x7FF9DC3B7830 (void* -> ucrtbase.dll+0007830 mov rax, [rsp+0x30]) [RSP+C70] 0x68 (size_t) [104] [RSP+C78] 0x22 (size_t) [34] [RSP+C80] 0x21EC8A829B4 (char*) "W" [RSP+C88] 0x21EC8A82936 (char*) "O" [RSP+C90] 0x0 (size_t) [0] [RSP+C98] 0x0 (size_t) [0] [RSP+CA0] 0x0 (size_t) [0] [RSP+CA8] 0xA (size_t) [10] [RSP+CB0] 0x0 (size_t) [0] [RSP+CB8] 0x7FF66C49CBE7 (void* -> SkyrimSE.exe+05ACBE7 test al, al) [RSP+CC0] 0x21E00000002 (size_t) [2327872274434] [RSP+CC8] 0x21ECAA21300 (Main*) [RSP+CD0] 0x29079E (size_t) [2688926] [RSP+CD8] 0x7FF66EE172D0 (void* -> SkyrimSE.exe+2F272D0 add [rax], al) [RSP+CE0] 0x0 (size_t) [0] [RSP+CE8] 0x7FF66D23B17A (void* -> SkyrimSE.exe+134B17A mov ebx, eax) [RSP+CF0] 0xA (size_t) [10] [RSP+CF8] 0x0 (size_t) [0] [RSP+D00] 0x0 (size_t) [0] [RSP+D08] 0x0 (size_t) [0] [RSP+D10] 0x0 (size_t) [0] [RSP+D18] 0x0 (size_t) [0] [RSP+D20] 0x0 (size_t) [0] [RSP+D28] 0x7FF9DCA57374 (void* -> KERNEL32.DLL+0017374 mov ecx, eax) [RSP+D30] 0x0 (size_t) [0] [RSP+D38] 0x7FF9B31C9230 (void* -> usvfs_x64.dll+0099230 push rbx) [RSP+D40] 0x3 (size_t) [3] [RSP+D48] 0x2968 (size_t) [10600] [RSP+D50] 0x0 (size_t) [0] [RSP+D58] 0x7FF9DE63CC91 (void* -> ntdll.dll+004CC91 jmp 0x00007FF9DE63CCB3) [RSP+D60] 0x0 (size_t) [0] [RSP+D68] 0x0 (size_t) [0] [RSP+D70] 0x0 (size_t) [0] [RSP+D78] 0x0 (size_t) [0] [RSP+D80] 0x0 (size_t) [0] [RSP+D88] 0x0 (size_t) [0] [RSP+D90] 0xAB7842E800000000 (size_t) [uint: 12355699141890801664 int: -6091044931818749952] [RSP+D98] 0x0 (size_t) [0] [RSP+DA0] 0x0 (size_t) [0] [RSP+DA8] 0x7FF9DC0443F0 (void* -> KERNELBASE.dll+01343F0 mov [rsp+0x10], rbx) [RSP+DB0] 0x50D1EFE160 (void*) [RSP+DB8] 0xF9777C011800007F (size_t) [uint: 17975972781812088959 int: -470771291897462657] [RSP+DC0] 0x7FF9777C0118 (size_t) [140709428199704] [RSP+DC8] 0x50D1EFE160 (void*) [RSP+DD0] 0x7FF9DE63CC70 (void* -> ntdll.dll+004CC70 sub rsp, 0x78) [RSP+DD8] 0x0 (size_t) [0] [RSP+DE0] 0x0 (size_t) [0] [RSP+DE8] 0x0 (size_t) [0] [RSP+DF0] 0x0 (size_t) [0] [RSP+DF8] 0x0 (size_t) [0] [RSP+E00] 0x0 (size_t) [0] [RSP+E08] 0x0 (size_t) [0] [RSP+E10] 0x0 (size_t) [0] [RSP+E18] 0x0 (size_t) [0] [RSP+E20] 0x0 (size_t) [0] [RSP+E28] 0x0 (size_t) [0] [RSP+E30] 0x0 (size_t) [0] [RSP+E38] 0x0 (size_t) [0] [RSP+E40] 0x0 (size_t) [0] [RSP+E48] 0x0 (size_t) [0] [RSP+E50] 0x0 (size_t) [0] [RSP+E58] 0x0 (size_t) [0] [RSP+E60] 0x0 (size_t) [0] [RSP+E68] 0x0 (size_t) [0] [RSP+E70] 0x0 (size_t) [0] [RSP+E78] 0x0 (size_t) [0] [RSP+E80] 0x0 (size_t) [0] [RSP+E88] 0x0 (size_t) [0] [RSP+E90] 0x0 (size_t) [0] [RSP+E98] 0x0 (size_t) [0] [RSP+EA0] 0x0 (size_t) [0] [RSP+EA8] 0x0 (size_t) [0] MODULES: XINPUT1_3.dll 0x000000400000 steam_api64.dll 0x000071190000 X3DAudio1_7.dll 0x0000711D0000 binkw64.dll 0x000180000000 po3_EnemyFriendlyFire.dll 0x021E84CB0000 skee64.dll 0x021E861D0000 MSCTF.dll 0x021EA7430000 imagehlp.dll 0x021ECA820000 AHZmoreHUDPlugin.dll 0x021EF2770000 SkyrimSE.exe 0x7FF66BEF0000 gameoverlayrenderer64.dll 0x7FF96A120000 YesImSure.dll 0x7FF96A2C0000 UDNative.dll 0x7FF96A370000 StayAtSystemPageSE.dll 0x7FF96A440000 SSEDisplayTweaks.dll 0x7FF96A4D0000 SexLabUtil.dll 0x7FF96A760000 SchlongsOfSkyrim.dll 0x7FF96A830000 RecursionFPSFix.dll 0x7FF96A8C0000 po3_Tweaks.dll 0x7FF96A9A0000 po3_SpellPerkItemDistributor.dll 0x7FF96AAA0000 po3_PapyrusExtender.dll 0x7FF96AC60000 PapyrusUtil.dll 0x7FF96AFF0000 PAPER.dll 0x7FF96B170000 OSLAroused.dll 0x7FF96B1F0000 OpenAnimationReplacer.dll 0x7FF96B2A0000 NotificationLogSSE.dll 0x7FF96B600000 no-esp.dll 0x7FF96B690000 JContainers64.dll 0x7FF96B850000 hdtSMP64.dll 0x7FF96BB90000 Experience.dll 0x7FF96C3B0000 DeviousDevices.dll 0x7FF96C650000 CrashLogger.dll 0x7FF96C8D0000 PrivateProfileRedirector.dll 0x7FF96CBC0000 PairedAnimationImprovements.dll 0x7FF96D2F0000 MoreInformativeConsole.dll 0x7FF96D360000 LeveledListCrashPrevention.dll 0x7FF96D3D0000 mfgfix.dll 0x7FF96D7C0000 ImprovedCameraSE.dll 0x7FF96D880000 ImWalkinHere.dll 0x7FF96E340000 HookDamage.dll 0x7FF96E3F0000 Fuz Ro D'oh.dll 0x7FF96E450000 FloatingDamageV2.dll 0x7FF96E4C0000 DisplayEnemyLevel.dll 0x7FF96E690000 DisableFastTravel.dll 0x7FF96E700000 ConsoleUtilSSE.dll 0x7FF96E7A0000 cbp.dll 0x7FF96E900000 dxgi.dll 0x7FF96EFF0000 BugFixesSSE.dll 0x7FF96F8F0000 BetterJumpingSE.dll 0x7FF96F950000 BackportedESLSupport.dll 0x7FF96F9B0000 AnimationQueueFix.dll 0x7FF96FC30000 SkyrimUncapper.dll 0x7FF9705F0000 skse64_1_5_97.dll 0x7FF9706B0000 AHZmoreHUDInventory.dll 0x7FF9708B0000 nvppex.dll 0x7FF972440000 SimplyKnock.dll 0x7FF981E80000 System.Core.ni.dll 0x7FF982C60000 System.ni.dll 0x7FF9847E0000 mscorlib.ni.dll 0x7FF985410000 clr.dll 0x7FF986A20000 RealFlyingPlugin.dll 0x7FF9912E0000 MSVCP140.dll 0x7FF991AC0000 po3_FavoriteMiscItems.dll 0x7FF991C50000 PriorityMod.dll 0x7FF993C80000 MaxsuAIProcessFix.dll 0x7FF9944C0000 vstdlib_s64.dll 0x7FF9953E0000 tier0_s64.dll 0x7FF9954A0000 steamclient64.dll 0x7FF995640000 AnimatedStaticReload.dll 0x7FF9A6FB0000 fiss.dll 0x7FF9ABD40000 usvfs_x64.dll 0x7FF9B3130000 AddItemMenuSE.dll 0x7FF9B33E0000 EngineFixes.dll 0x7FF9B3440000 NetScriptFramework.SkyrimSE.dll 0x7FF9B3540000 avamsicli.dll 0x7FF9B36A0000 ondemandconnroutehelper.dll 0x7FF9B4240000 NetScriptFramework.Runtime.dll 0x7FF9B5900000 tbb.dll 0x7FF9C0130000 clrjit.dll 0x7FF9C0500000 ucrtbase_clr0400.dll 0x7FF9C0770000 mscoreei.dll 0x7FF9C0840000 mscoree.dll 0x7FF9C1420000 FLTLIB.DLL 0x7FF9C14E0000 WININET.dll 0x7FF9C14F0000 MPR.dll 0x7FF9C28D0000 VCRUNTIME140_CLR0400.dll 0x7FF9C2E30000 xinput1_4.dll 0x7FF9C4350000 tbbmalloc.dll 0x7FF9C4370000 WINHTTP.dll 0x7FF9C43E0000 DINPUT8.dll 0x7FF9C4570000 WSOCK32.dll 0x7FF9C4640000 VCRUNTIME140_1.dll 0x7FF9C46C0000 VCRUNTIME140.dll 0x7FF9C4BD0000 MSVCP140_ATOMIC_WAIT.dll 0x7FF9C4D20000 mskeyprotect.dll 0x7FF9C5060000 ncryptsslp.dll 0x7FF9C5140000 Secur32.dll 0x7FF9C5170000 COMCTL32.dll 0x7FF9C5FA0000 WINSPOOL.DRV 0x7FF9C6050000 OLEACC.dll 0x7FF9C6100000 COMCTL32.dll 0x7FF9C6170000 NvMessageBus.dll 0x7FF9C6C70000 nvwgf2umx.dll 0x7FF9C7400000 urlmon.dll 0x7FF9CBCB0000 avamsi.dll 0x7FF9CBFB0000 amsi.dll 0x7FF9CC000000 dbghelp.dll 0x7FF9CC160000 nvgpucomp64.dll 0x7FF9CC410000 WINMM.dll 0x7FF9CEA90000 srvcli.dll 0x7FF9CF630000 iertutil.dll 0x7FF9CF660000 nvldumdx.dll 0x7FF9D0A90000 dxcore.dll 0x7FF9D0FE0000 inputhost.dll 0x7FF9D1020000 textinputframework.dll 0x7FF9D1180000 virtdisk.dll 0x7FF9D29D0000 fwpuclnt.dll 0x7FF9D36E0000 MSIMG32.dll 0x7FF9D37F0000 rasadhlp.dll 0x7FF9D3CB0000 drvstore.dll 0x7FF9D4A70000 cryptnet.dll 0x7FF9D4D20000 VERSION.dll 0x7FF9D4D60000 WINHTTP.DLL 0x7FF9D51C0000 skse64_steam_loader.dll 0x7FF9D5580000 d3dx9_42.dll 0x7FF9D5EF0000 WINNSI.DLL 0x7FF9D66C0000 WTSAPI32.dll 0x7FF9D66D0000 D3DCOMPILER_47.dll 0x7FF9D68B0000 d3d11.dll 0x7FF9D7330000 CoreUIComponents.dll 0x7FF9D7CA0000 CoreMessaging.dll 0x7FF9D8150000 PROPSYS.dll 0x7FF9D8B00000 wintypes.dll 0x7FF9D8CB0000 VCRUNTIME140_1_CLR0400.dll 0x7FF9D8E10000 wevtapi.dll 0x7FF9D8F90000 UxTheme.dll 0x7FF9D95A0000 dwmapi.dll 0x7FF9D9A20000 kernel.appcore.dll 0x7FF9D9B30000 windows.storage.dll 0x7FF9D9D30000 HID.DLL 0x7FF9DA4E0000 gpapi.dll 0x7FF9DA4F0000 dxgi.dll 0x7FF9DA520000 schannel.DLL 0x7FF9DABE0000 rsaenh.dll 0x7FF9DACD0000 ntmarta.dll 0x7FF9DAF20000 UMPDC.dll 0x7FF9DB090000 IPHLPAPI.DLL 0x7FF9DB0B0000 DNSAPI.dll 0x7FF9DB0F0000 netutils.dll 0x7FF9DB1C0000 POWRPROF.dll 0x7FF9DB220000 MSWSOCK.dll 0x7FF9DB420000 CRYPTBASE.DLL 0x7FF9DB610000 CRYPTSP.dll 0x7FF9DB620000 Wldp.dll 0x7FF9DB6C0000 NTASN1.dll 0x7FF9DB6F0000 ncrypt.dll 0x7FF9DB730000 MSASN1.dll 0x7FF9DB850000 devobj.dll 0x7FF9DBA20000 DPAPI.DLL 0x7FF9DBA80000 USERENV.dll 0x7FF9DBB40000 SSPICLI.DLL 0x7FF9DBB70000 profapi.dll 0x7FF9DBBC0000 bcryptPrimitives.dll 0x7FF9DBC90000 msvcp_win.dll 0x7FF9DBD20000 gdi32full.dll 0x7FF9DBDC0000 bcrypt.dll 0x7FF9DBEE0000 KERNELBASE.dll 0x7FF9DBF10000 WINTRUST.dll 0x7FF9DC210000 cfgmgr32.dll 0x7FF9DC330000 win32u.dll 0x7FF9DC380000 ucrtbase.dll 0x7FF9DC3B0000 CRYPT32.dll 0x7FF9DC4B0000 RPCRT4.dll 0x7FF9DC6A0000 msvcrt.dll 0x7FF9DC7D0000 KERNEL32.DLL 0x7FF9DCA40000 COMDLG32.dll 0x7FF9DCB10000 shcore.dll 0x7FF9DCBF0000 NSI.dll 0x7FF9DCD00000 PSAPI.DLL 0x7FF9DCD10000 USER32.dll 0x7FF9DCD20000 combase.dll 0x7FF9DCEC0000 SHELL32.dll 0x7FF9DD220000 IMM32.DLL 0x7FF9DDA70000 SHLWAPI.dll 0x7FF9DDBC0000 OLEAUT32.dll 0x7FF9DDC20000 ole32.dll 0x7FF9DDCF0000 GDI32.dll 0x7FF9DDE20000 WS2_32.dll 0x7FF9DDE60000 SETUPAPI.dll 0x7FF9DDED0000 sechost.dll 0x7FF9DE350000 ADVAPI32.dll 0x7FF9DE3F0000 ntdll.dll 0x7FF9DE5F0000 SKSE PLUGINS: AddItemMenuSE.dll AHZmoreHUDInventory.dll v0.1.0.18 AHZmoreHUDPlugin.dll v4.0.0.5 AnimatedStaticReload.dll v1.0.1 AnimationQueueFix.dll v1.0.1 BackportedESLSupport.dll BetterJumpingSE.dll BugFixesSSE.dll cbp.dll ConsoleUtilSSE.dll v1.5.1 CrashLogger.dll v1.15 DeviousDevices.dll v3.0.0.1 DisableFastTravel.dll v1 DisplayEnemyLevel.dll v1.1.3 EngineFixes.dll v5.9.1 Experience.dll v3.5 fiss.dll FloatingDamageV2.dll v2.0.1 Fuz Ro D'oh.dll v1.7.12.1123 hdtSMP64.dll HookDamage.dll v1 ImprovedCameraSE.dll ImWalkinHere.dll v1.4 JContainers64.dll v4.1.13 LeveledListCrashPrevention.dll v1.1 MaxsuAIProcessFix.dll v4.0.5.3 mfgfix.dll v0.1 MoreInformativeConsole.dll no-esp.dll NotificationLogSSE.dll v1.2 OpenAnimationReplacer.dll v2.3.6 OSLAroused.dll v2.7.1 PairedAnimationImprovements.dll v1.0.2 PAPER.dll v2.2.4 PapyrusUtil.dll po3_EnemyFriendlyFire.dll v1.2 po3_FavoriteMiscItems.dll v1 po3_PapyrusExtender.dll v5.10 po3_SpellPerkItemDistributor.dll v7.1.3 po3_Tweaks.dll v1.13 PriorityMod.dll PrivateProfileRedirector.dll RealFlyingPlugin.dll RecursionFPSFix.dll v1 SchlongsOfSkyrim.dll SexLabUtil.dll SimplyKnock.dll skee64.dll SkyrimUncapper.dll SSEDisplayTweaks.dll v0.5.16 StayAtSystemPageSE.dll v1.5 UDNative.dll YesImSure.dll v1.5 PLUGINS: At the moment I started a completely empty mod list, with that the game starts. Now I'm adding SKSE plugins (starting with the Crash Logger) one by one and see if it still works. "It just works!" My ass. Update: So I was slowly building a Load Order, and then the same bug hit me again. However, removing the last installed mods does not fix the issue. I have the very low FPS for a few seconds, then the game crashes. Even worse, the Crash Logger doesn't drop a crash log. Starting a New game with this same, small, limited LO also has the same issue. I also noticed that 2 mods did not initialize in the MCM prior to the bug appearing. I mean, I had several load games with these on the LO and they just didn't appear. I know they have MCM menus, but these did not appear at all. The above bug appeared when I copied over a few ini files to the new game, one of those belonged to Improved Camera (which didn't initialize). This was an attempt to see if there is an ini file, it may start up. Removing these ini-s after the bug appeared didn't help, now this Profile is completely broken as well. Edited March 27, 2025 by monsta88
traison Posted March 27, 2025 Posted March 27, 2025 That crash was caused by the SMP config parser. You have an element named enableNPCFaceParts which has a value that is not valid boolean value. Check your configs.xml, there's been a mod floating around which had this value set to <enableNPCFaceParts /> which is the same as it being set to an empty string. The parser can't handle that, despite it being valid xml. <enableNPCFaceParts>true</enableNPCFaceParts> 4 hours ago, monsta88 said: I have the very low FPS for a few seconds, then the game crashes. Even worse, the Crash Logger doesn't drop a crash log. In that case its not terminating because of an unhandled exception. Finding the source of that is going to be far faster and easier if you remove mods until the problem goes away. 4 hours ago, monsta88 said: I also noticed that 2 mods did not initialize in the MCM prior to the bug appearing. The reason for that is in the Papyrus log.
monsta88 Posted March 27, 2025 Author Posted March 27, 2025 (edited) 53 minutes ago, traison said: That crash was caused by the SMP config parser. You have an element named enableNPCFaceParts which has a value that is not valid boolean value. Check your configs.xml, there's been a mod floating around which had this value set to <enableNPCFaceParts /> which is the same as it being set to an empty string. The parser can't handle that, despite it being valid xml. <enableNPCFaceParts>true</enableNPCFaceParts> You are awesome! I went to the xml in question and it has no values at all. All values are empty. I had a second installation, where the values were filled. I switched to that and this fixed this small, troubleshooting LO. Now I checked the old, 300 hours LO, that one is using an older version of FSMP, there this value is filled. That one is still crashing, can't even load into the Main menu. I got a Crash Log this time though: Spoiler Skyrim SSE v1.5.97 CrashLoggerSSE v1-12-1-0 Dec 22 2023 02:20:56 Unhandled exception at 0x7FF9DBF4B699 KERNELBASE.dll+003B699 nop [rax+rax*1], eax SYSTEM SPECS: OS: Microsoft Windows 10 Pro v10.0.19045 CPU: GenuineIntel Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz GPU #1: Nvidia GA102 [GeForce RTX 3080 Ti] GPU #2: Microsoft Basic Render Driver PHYSICAL MEMORY: 11.93 GB/31.92 GB GPU MEMORY: 0.01/11.05 GB PROBABLE CALL STACK: [ 0] 0x7FF9DBF4B699 KERNELBASE.dll+003B699 [ 1] 0x7FF954EB1B5C hdtSMP64.dll+00F1B5C mov rbx, [rsp+0x70] | d:\a01\_work\6\s\src\vctools\crt\vcruntime\src\eh\throw.cpp:75 _CxxThrowException [ 2] 0x7FF954E7E3B1 hdtSMP64.dll+00BE3B1 int3 | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\XmlReader.cpp:49 ?ReadBom@Details@Xml@@YA?AW4Bom@12@PEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z [ 3] 0x7FF954E23E09 hdtSMP64.dll+0063E09 mov rcx, rdi | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:77 ?WriteCharacter@Utf8Writer@Encoding@Xml@@SAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_U@Z [ 4] 0x7FF954E24502 hdtSMP64.dll+0064502 mov ecx, [rbp-0x60] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:171 ?loadConfig@hdt@@YAXXZ [ 5] 0x7FF954E7B4F0 hdtSMP64.dll+00BB4F0 mov eax, [rsi+0x08] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\main.cpp:594 SKSEPlugin_Load [ 6] 0x7FF9562E1182 skse64_1_5_97.dll+0081182 [ 7] 0x7FF95626C0D2 skse64_1_5_97.dll+000C0D2 [ 8] 0x7FF66C49D970 SkyrimSE.exe+05AD970 -> 35546+0xD50 nop [ 9] 0x7FF66C49E90A SkyrimSE.exe+05AE90A -> 35548+0x8FA jmp 0x00007FF66C49E90F [10] 0x7FF66C49CBE7 SkyrimSE.exe+05ACBE7 -> 35545+0x17 test al, al [11] 0x7FF66D23B17A SkyrimSE.exe+134B17A -> 102193+0x11E mov ebx, eax [12] 0x7FF9DCA57374 KERNEL32.DLL+0017374 [13] 0x7FF9DE63CC91 ntdll.dll+004CC91 REGISTERS: RAX 0x2 (size_t) [2] RCX 0x1FC0968CE20 (char*) "e" RDX 0x1FC0968CE20 (char*) "e" RBX 0x7FF954F2B8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) RSP 0xF0A856EAE0 (void*) RBP 0x12 (size_t) [18] RSI 0xF0A856EC40 (char*) "not a boolean" RDI 0x19930520 (size_t) [429065504] R8 0x4 (size_t) [4] R9 0x1FC05259FC0 (void*) R10 0x1FC09680000 (void*) R11 0x0 (size_t) [0] R12 0x7261506563614643 (size_t) [8241957189453956675] R13 0x6C6576654C676F6C (size_t) [7810779306189614956] R14 0x1F (size_t) [31] R15 0x1 (size_t) [1] STACK: [RSP+0 ] 0x0 (size_t) [0] [RSP+8 ] 0x7FF954F2B8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+10 ] 0xF0A856EC40 (char*) "not a boolean" [RSP+18 ] 0x1FC08A71940 (void*) [RSP+20 ] 0x1E06D7363 (size_t) [8060236643] [RSP+28 ] 0x0 (size_t) [0] [RSP+30 ] 0x7FF9DBF4B699 (void* -> KERNELBASE.dll+003B699 nop [rax+rax*1], eax) [RSP+38 ] 0x7FF900000004 (size_t) [140707423584260] [RSP+40 ] 0x19930520 (size_t) [429065504] [RSP+48 ] 0xF0A856EC40 (char*) "not a boolean" [RSP+50 ] 0x7FF954F2B8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+58 ] 0x7FF954DC0000 (void*) [RSP+60 ] 0x6C6576654C676F6C (size_t) [7810779306189614956] [RSP+68 ] 0x7261506563614643 (size_t) [8241957189453956675] [RSP+70 ] 0xF0A856EC40 (char*) "not a boolean" [RSP+78 ] 0x12 (size_t) [18] [RSP+80 ] 0xF0A856EBE0 (void*) [RSP+88 ] 0x7FF9DE624A5F (void* -> ntdll.dll+0034A5F mov rax, [rsp+0x28]) [RSP+90 ] 0x19930520 (size_t) [429065504] [RSP+98 ] 0x1FC00000000 (void*) [RSP+A0 ] 0x1FC00000000 (void*) [RSP+A8 ] 0x7FF954DC80BC (void* -> hdtSMP64.dll+00080BC mov byte ptr [rdi+rsi*1], 0x00 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring:3250 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAAAEAV12@QEBD_K@Z) [RSP+B0 ] 0x7FF9555C3000 (void* -> hdtSMP64.dll+0803000 adc [rax], al | __scrt_ucrt_dll_is_in_use_803000) [RSP+B8 ] 0x7FF954DC0000 (void*) [RSP+C0 ] 0xA6D0FDDCAA5B (size_t) [183416542505563] [RSP+C8 ] 0x7FF954DC80BC (void* -> hdtSMP64.dll+00080BC mov byte ptr [rdi+rsi*1], 0x00 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring:3250 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAAAEAV12@QEBD_K@Z) [RSP+D0 ] 0x7FF954F2B8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+D8 ] 0x7FF954EB1B5C (void* -> hdtSMP64.dll+00F1B5C mov rbx, [rsp+0x70] | d:\a01\_work\6\s\src\vctools\crt\vcruntime\src\eh\throw.cpp:75 _CxxThrowException) [RSP+E0 ] 0x1FC0A848E50 (char*) "enableNPCFaceParts" [RSP+E8 ] 0x7FF954E80A71 (void* -> hdtSMP64.dll+00C0A71 mov rbp, [rbx+0x350] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\XmlInspector\XmlInspector.hpp:2423 ?ParseEndTag@?$Inspector@VUtf8Writer@Encoding@Xml@@@Xml@@AEAA_NXZ) [RSP+F0 ] 0x1 (size_t) [1] [RSP+F8 ] 0xF0A856ED70 (void*) [RSP+100 ] 0x7FF954DC0000 (void*) [RSP+108 ] 0x19930520 (size_t) [429065504] [RSP+110 ] 0xF0A856EC40 (char*) "not a boolean" [RSP+118 ] 0x7FF954F2B8F0 (void* -> hdtSMP64.dll+016B8F0 add [rax], al | _TI1?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_16B8F0) [RSP+120 ] 0x7FF954DC0000 (void*) [RSP+128 ] 0x1F (size_t) [31] [RSP+130 ] 0xF0A856ED70 (void*) [RSP+138 ] 0x7FF954E7E3B1 (void* -> hdtSMP64.dll+00BE3B1 int3 | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\XmlReader.cpp:49 ?ReadBom@Details@Xml@@YA?AW4Bom@12@PEAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) [RSP+140 ] 0xF0A856ED70 (void*) [RSP+148 ] 0x0 (size_t) [0] [RSP+150 ] 0xF0A856EF30 (void*) [RSP+158 ] 0x1 (size_t) [1] [RSP+160 ] 0x6F62206120746F6E (size_t) [8026013087456063342] [RSP+168 ] 0x6E61656C6F (size_t) [474080439407] [RSP+170 ] 0xD (size_t) [13] [RSP+178 ] 0xF (size_t) [15] [RSP+180 ] 0xF0A856ED70 (void*) [RSP+188 ] 0x7FF954E23E09 (void* -> hdtSMP64.dll+0063E09 mov rcx, rdi | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:77 ?WriteCharacter@Utf8Writer@Encoding@Xml@@SAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_U@Z) [RSP+190 ] 0xF0A856ED70 (void*) [RSP+198 ] 0xF0A856EF30 (void*) [RSP+1A0 ] 0x12 (size_t) [18] [RSP+1A8 ] 0x1 (size_t) [1] [RSP+1B0 ] 0x6C6576654C676F4C (size_t) [7810779306189614924] [RSP+1B8 ] 0x0 (size_t) [0] [RSP+1C0 ] 0x8 (size_t) [8] [RSP+1C8 ] 0xF (size_t) [15] [RSP+1D0 ] 0x0 (size_t) [0] [RSP+1D8 ] 0x0 (size_t) [0] [RSP+1E0 ] 0x0 (size_t) [0] [RSP+1E8 ] 0x0 (size_t) [0] [RSP+1F0 ] 0x0 (size_t) [0] [RSP+1F8 ] 0x0 (size_t) [0] [RSP+200 ] 0xF0A856F420 (void*) [RSP+208 ] 0x7FF954E24502 (void* -> hdtSMP64.dll+0064502 mov ecx, [rbp-0x60] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\config.cpp:171 ?loadConfig@hdt@@YAXXZ) [RSP+210 ] 0x0 (size_t) [0] [RSP+218 ] 0xF0A856EDF0 (void*) [RSP+220 ] 0x0 (size_t) [0] [RSP+228 ] 0xF0A856F420 (void*) [RSP+230 ] 0x1FCA1E28060 (void*) [RSP+238 ] 0xF0A856EE10 (void*) [RSP+240 ] 0x7B4042 (size_t) [8077378] [RSP+248 ] 0x7B404F (size_t) [8077391] [RSP+250 ] 0xF0A856EE10 (void*) [RSP+258 ] 0x0 (size_t) [0] [RSP+260 ] 0x7FF9DE70D200 (void* -> ntdll.dll+011D200 or [rax], al) [RSP+268 ] 0x0 (size_t) [0] [RSP+270 ] 0xF0A8560043 (void*) [RSP+278 ] 0x7FF9DE60A4B2 (void* -> ntdll.dll+001A4B2 mov ebx, eax) [RSP+280 ] 0x0 (size_t) [0] [RSP+288 ] 0xF0A856F0B0 (void*) [RSP+290 ] 0x5 (size_t) [5] [RSP+298 ] 0x17 (size_t) [23] [RSP+2A0 ] 0x5 (size_t) [5] [RSP+2A8 ] 0x2B (size_t) [43] [RSP+2B0 ] 0x2 (size_t) [2] [RSP+2B8 ] 0x0 (size_t) [0] [RSP+2C0 ] 0x0 (size_t) [0] [RSP+2C8 ] 0xF0A856EF90 (void*) [RSP+2D0 ] 0x0 (size_t) [0] [RSP+2D8 ] 0xF (size_t) [15] [RSP+2E0 ] 0x7FF954EFE510 (void* -> hdtSMP64.dll+013E510 add [rax], al | ??_8?$basic_ifstream@DU?$char_traits@D@std@@@std@@7B@_13E510) [RSP+2E8 ] 0x0 (size_t) [0] [RSP+2F0 ] 0x7FF954EFE3D0 (void* -> hdtSMP64.dll+013E3D0 rcl byte ptr [rdx+0x54], 0xF9 | ??_7?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@_13E3D0) [RSP+2F8 ] 0x0 (size_t) [0] [RSP+300 ] 0x0 (size_t) [0] [RSP+308 ] 0xF0A856EDD8 (void*) [RSP+310 ] 0xF0A856EDE0 (void*) [RSP+318 ] 0x0 (size_t) [0] [RSP+320 ] 0x0 (size_t) [0] [RSP+328 ] 0xF0A856EDF8 (void*) [RSP+330 ] 0xF0A856EE00 (void*) [RSP+338 ] 0x0 (size_t) [0] [RSP+340 ] 0xF0A856EE18 (void*) [RSP+348 ] 0xF0A856EE1C (void*) [RSP+350 ] 0x1FC0968C9E0 (char*) "p" [RSP+358 ] 0x0 (size_t) [0] [RSP+360 ] 0x4C0044 (size_t) [4980804] [RSP+368 ] 0x0 (size_t) [0] [RSP+370 ] 0x0 (size_t) [0] [RSP+378 ] 0x1FC59D95340 (void*) [RSP+380 ] 0x0 (size_t) [0] [RSP+388 ] 0x59D90000 (size_t) [1507393536] [RSP+390 ] 0x7FF954EFE548 (void* -> hdtSMP64.dll+013E548 or [rbx-0x1E], dh | ??_7?$basic_ifstream@DU?$char_traits@D@std@@@std@@6B@_13E548) [RSP+398 ] 0x0 (size_t) [0] [RSP+3A0 ] 0x0 (size_t) [0] [RSP+3A8 ] 0x1FC00000201 (char*) ""#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw" [RSP+3B0 ] 0x6 (size_t) [6] [RSP+3B8 ] 0x0 (size_t) [0] [RSP+3C0 ] 0x0 (size_t) [0] [RSP+3C8 ] 0x0 (size_t) [0] [RSP+3D0 ] 0x1FC0968CD40 (char*) "p" [RSP+3D8 ] 0xF0A856EDD0 (std::basic_filebuf<char,std::char_traits<char> >*) [RSP+3E0 ] 0x0 (size_t) [0] [RSP+3E8 ] 0xF0A856EF20 (void*) [RSP+3F0 ] 0x1FC08A71940 (void*) [RSP+3F8 ] 0x1FC0968CD60 (Xml::Encoding::Utf8StreamReader*) [RSP+400 ] 0x10100000003 (size_t) [1103806595075] [RSP+408 ] 0x0 (size_t) [0] [RSP+410 ] 0x1FC0A848E50 (char*) "enableNPCFaceParts" [RSP+418 ] 0xF000000000 (size_t) [1030792151040] [RSP+420 ] 0x12 (size_t) [18] [RSP+428 ] 0x1F (size_t) [31] [RSP+430 ] 0x1FC0A7D7AD0 (void*) [RSP+438 ] 0x7FF9DE6069E0 (void* -> ntdll.dll+00169E0 test bl, 0x01) [RSP+440 ] 0x0 (size_t) [0] [RSP+448 ] 0x3F (size_t) [63] [RSP+450 ] 0x1FC0A849690 (char*) "enableNPCFaceParts" [RSP+458 ] 0x61506563614643 (size_t) [27391469130171971] [RSP+460 ] 0x12 (size_t) [18] [RSP+468 ] 0x1F (size_t) [31] [RSP+470 ] 0x0 (size_t) [0] [RSP+478 ] 0x7FF9DE60693E (void* -> ntdll.dll+001693E lea r11, [rsp+0xD0]) [RSP+480 ] 0x0 (size_t) [0] [RSP+488 ] 0xF (size_t) [15] [RSP+490 ] 0x1FC0A7D6FE0 (void*) [RSP+498 ] 0x0 (size_t) [0] [RSP+4A0 ] 0x0 (size_t) [0] [RSP+4A8 ] 0x3F (size_t) [63] [RSP+4B0 ] 0x0 (size_t) [0] [RSP+4B8 ] 0x7FF9DE615BA1 (void* -> ntdll.dll+0025BA1 test eax, eax) [RSP+4C0 ] 0x0 (size_t) [0] [RSP+4C8 ] 0xF (size_t) [15] [RSP+4D0 ] 0x1FC09199CC0 (char*) "u" [RSP+4D8 ] 0x0 (size_t) [0] [RSP+4E0 ] 0x5 (size_t) [5] [RSP+4E8 ] 0x1F (size_t) [31] [RSP+4F0 ] 0x0 (size_t) [0] [RSP+4F8 ] 0x3E (size_t) [62] [RSP+500 ] 0x1 (size_t) [1] [RSP+508 ] 0x6C6D78 (size_t) [7105912] [RSP+510 ] 0x0 (size_t) [0] [RSP+518 ] 0x3 (size_t) [3] [RSP+520 ] 0xF (size_t) [15] [RSP+528 ] 0x736E6C6D78 (size_t) [495773838712] [RSP+530 ] 0x0 (size_t) [0] [RSP+538 ] 0x5 (size_t) [5] [RSP+540 ] 0xF (size_t) [15] [RSP+548 ] 0x1FC7EEA4D30 (char*) "http://www.w3.org/XML/1998/namespace" [RSP+550 ] 0x0 (size_t) [0] [RSP+558 ] 0x24 (size_t) [36] [RSP+560 ] 0x2F (size_t) [47] [RSP+568 ] 0x1FC0A848D60 (char*) "http://www.w3.org/2000/xmlns/" [RSP+570 ] 0x1FC0A8490F0 (char*) "s" [RSP+578 ] 0x1D (size_t) [29] [RSP+580 ] 0x1F (size_t) [31] [RSP+588 ] 0x1FC0968CC40 (void*) [RSP+590 ] 0x1FC0A7D6590 (void*) [RSP+598 ] 0x8 (size_t) [8] [RSP+5A0 ] 0x0 (size_t) [0] [RSP+5A8 ] 0x2 (size_t) [2] [RSP+5B0 ] 0x0 (size_t) [0] [RSP+5B8 ] 0x1FC0968CE40 (void*) [RSP+5C0 ] 0x1FC0A7D65E0 (void*) [RSP+5C8 ] 0x8 (size_t) [8] [RSP+5D0 ] 0x0 (size_t) [0] [RSP+5D8 ] 0x3 (size_t) [3] [RSP+5E0 ] 0x2 (size_t) [2] [RSP+5E8 ] 0x1FC0968C7C0 (void*) [RSP+5F0 ] 0x0 (size_t) [0] [RSP+5F8 ] 0x0 (size_t) [0] [RSP+600 ] 0x0 (size_t) [0] [RSP+608 ] 0x0 (size_t) [0] [RSP+610 ] 0x0 (size_t) [0] [RSP+618 ] 0x0 (size_t) [0] [RSP+620 ] 0xF0A856F210 (void*) [RSP+628 ] 0x7FF954E7B4F0 (void* -> hdtSMP64.dll+00BB4F0 mov eax, [rsi+0x08] | C:\Games\Faster HDT-SMP\skse64_2_00_20\src\skse64\hdtSMP64\main.cpp:594 SKSEPlugin_Load) [RSP+630 ] 0x0 (size_t) [0] [RSP+638 ] 0x7FF954F34E38 (hdt::FreezeEventHandler*) [RSP+640 ] 0x7FF66EE15800 (void* -> SkyrimSE.exe+2F25800 add [rax], al) [RSP+648 ] 0x1FC05C46860 (char*) " uz Ro D'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'ohD'oh Initialized!..." [RSP+650 ] 0x0 (size_t) [0] [RSP+658 ] 0x7FF95560C5C9 (void* -> Fuz Ro D'oh.dll+002C5C9 jmp 0x00007FF95560C55E) [RSP+660 ] 0x0 (size_t) [0] [RSP+668 ] 0x80 (size_t) [128] [RSP+670 ] 0xF0A856F1A0 (void*) [RSP+678 ] 0xF0A856F219 (void*) [RSP+680 ] 0x17 (size_t) [23] [RSP+688 ] 0x7FF9563935C0 (void* -> skse64_1_5_97.dll+01335C0 ) [RSP+690 ] 0x2B183B490B16 (size_t) [47383073852182] [RSP+698 ] 0x7FF95631B558 (void* -> skse64_1_5_97.dll+00BB558 sub rsp, rax) [RSP+6A0 ] 0x1 (size_t) [1] [RSP+6A8 ] 0x1FC7EDE20E0 (char*) " ending message type 6 to plugin 19eners pool21 of 500n\Data\SKSE\Plugins\\YesImSure.dll (00000001 YesImSure 00000001) loaded correctly (handle 49)ctly (handle 47)rectly (handle 42)" [RSP+6B0 ] 0x0 (size_t) [0] [RSP+6B8 ] 0x7FF95631BBCF (void* -> skse64_1_5_97.dll+00BBBCF jmp 0x00007FF95631BB66) [RSP+6C0 ] 0x0 (size_t) [0] [RSP+6C8 ] 0x1 (size_t) [1] [RSP+6D0 ] 0xF0A856F200 (void*) [RSP+6D8 ] 0x1B (size_t) [27] [RSP+6E0 ] 0xFFFFFFFF (size_t) [4294967295] [RSP+6E8 ] 0x0 (size_t) [0] [RSP+6F0 ] 0x200000000 (size_t) [8589934592] [RSP+6F8 ] 0x7FF900000001 (size_t) [140707423584257] [RSP+700 ] 0x200000000 (size_t) [8589934592] [RSP+708 ] 0x7FF95631BCBE (void* -> skse64_1_5_97.dll+00BBCBE mov ecx, [rbx+0x14]) [RSP+710 ] 0x0 (size_t) [0] [RSP+718 ] 0x7FF9556360E8 (void* -> Fuz Ro D'oh.dll+00560E8 cmp edi, [rbx+0x1FC05C4]) [RSP+720 ] 0x1FC7EDE20E0 (char*) " ending message type 6 to plugin 19eners pool21 of 500n\Data\SKSE\Plugins\\YesImSure.dll (00000001 YesImSure 00000001) loaded correctly (handle 49)ctly (handle 47)rectly (handle 42)" [RSP+728 ] 0x1 (size_t) [1] [RSP+730 ] 0x7FF9563935C0 (void* -> skse64_1_5_97.dll+01335C0 ) [RSP+738 ] 0x1B (size_t) [27] [RSP+740 ] 0xFFFFFFFF (size_t) [4294967295] [RSP+748 ] 0x0 (size_t) [0] [RSP+750 ] 0x1 (size_t) [1] [RSP+758 ] 0x7FF95631B984 (void* -> skse64_1_5_97.dll+00BB984 mov eax, edi) [RSP+760 ] 0x23 (size_t) [35] [RSP+768 ] 0x7FF95631BF9B (void* -> skse64_1_5_97.dll+00BBF9B sub [rbx+0x10], ebp) [RSP+770 ] 0x3 (size_t) [3] [RSP+778 ] 0x0 (size_t) [0] [RSP+780 ] 0x0 (size_t) [0] [RSP+788 ] 0x7FF956352048 (char*) "SKSE" [RSP+790 ] 0x0 (size_t) [0] [RSP+798 ] 0x0 (size_t) [0] [RSP+7A0 ] 0x1 (size_t) [1] [RSP+7A8 ] 0x7FF956315CC3 (void* -> skse64_1_5_97.dll+00B5CC3 cmp edi, eax) [RSP+7B0 ] 0xF000000003 (size_t) [1030792151043] [RSP+7B8 ] 0x1FC7EB93A20 (void*) [RSP+7C0 ] 0x1FC7EDE20E0 (char*) " ending message type 6 to plugin 19eners pool21 of 500n\Data\SKSE\Plugins\\YesImSure.dll (00000001 YesImSure 00000001) loaded correctly (handle 49)ctly (handle 47)rectly (handle 42)" [RSP+7C8 ] 0xF0A856F2E0 (void*) [RSP+7D0 ] 0xF0A856F378 (void*) [RSP+7D8 ] 0x7FF956315D11 (void* -> skse64_1_5_97.dll+00B5D11 test eax, eax) [RSP+7E0 ] 0x1FC7EB93A20 (void*) [RSP+7E8 ] 0xF0A856F408 (void*) [RSP+7F0 ] 0xF0A856F320 (void*) [RSP+7F8 ] 0x1 (size_t) [1] [RSP+800 ] 0x0 (size_t) [0] [RSP+808 ] 0x7FF956315C0B (void* -> skse64_1_5_97.dll+00B5C0B mov eax, edi) [RSP+810 ] 0x7FF95639090A (void* -> skse64_1_5_97.dll+013090A add [rax], al) [RSP+818 ] 0x1FC7EB93A20 (void*) [RSP+820 ] 0xF0A856F370 (void*) [RSP+828 ] 0xF0A856F408 (void*) [RSP+830 ] 0xFFFFFF01 (size_t) [4294967041] [RSP+838 ] 0x7FF956315DA9 (void* -> skse64_1_5_97.dll+00B5DA9 add rsp, 0x38) [RSP+840 ] 0x1FC7E881100 (void*) [RSP+848 ] 0x1FC7EB93A20 (void*) [RSP+850 ] 0x1FC7EB93A20 (void*) [RSP+858 ] 0xF0A856F370 (void*) [RSP+860 ] 0x1FC7EB93A20 (void*) [RSP+868 ] 0x7FF95630F605 (void* -> skse64_1_5_97.dll+00AF605 test eax, eax) [RSP+870 ] 0xFFFFFF01 (size_t) [4294967041] [RSP+878 ] 0x7FF9562E92D4 (void* -> skse64_1_5_97.dll+00892D4 ) [RSP+880 ] 0x1FC7E881100 (void*) [RSP+888 ] 0x1FC7EB93A20 (void*) [RSP+890 ] 0x1FC7EB93A20 (void*) [RSP+898 ] 0xF0A856F368 (void*) [RSP+8A0 ] 0xFFFFFF01 (size_t) [4294967041] [RSP+8A8 ] 0x7FF9562E90BA (void* -> skse64_1_5_97.dll+00890BA test bl, bl) [RSP+8B0 ] 0x1FC7E881100 (void*) [RSP+8B8 ] 0x1 (size_t) [1] [RSP+8C0 ] 0xF0A856F408 (void*) [RSP+8C8 ] 0xF0A856F3B8 (void*) [RSP+8D0 ] 0x0 (size_t) [0] [RSP+8D8 ] 0xF0A856F408 (void*) [RSP+8E0 ] 0xFFFFFFFF (size_t) [4294967295] [RSP+8E8 ] 0x7FF9562E1E1A (void* -> skse64_1_5_97.dll+0081E1A add rsp, 0x28) [RSP+8F0 ] 0x0 (size_t) [0] [RSP+8F8 ] 0x7FF956352048 (char*) "SKSE" [RSP+900 ] 0x0 (size_t) [0] [RSP+908 ] 0x0 (size_t) [0] [RSP+910 ] 0xC (size_t) [12] [RSP+918 ] 0x7FF9562E1182 (void* -> skse64_1_5_97.dll+0081182 mov r11, [0x00007FF956395330]) [RSP+920 ] 0x1FC7E8811C0 (void*) [RSP+928 ] 0x6 (size_t) [6] [RSP+930 ] 0xFFFFFFFF (size_t) [4294967295] [RSP+938 ] 0x1 (size_t) [1] [RSP+940 ] 0x7FF956352048 (char*) "SKSE" [RSP+948 ] 0x6 (size_t) [6] [RSP+950 ] 0x0 (size_t) [0] [RSP+958 ] 0x7FF95626530C (void* -> skse64_1_5_97.dll+000530C mov rax, [0x00007FF956396878]) [RSP+960 ] 0x7FF66BEF0000 (void*) [RSP+968 ] 0x1FC59C930A0 (void*) [RSP+970 ] 0x1FC5BBE1300 (Main*) [RSP+978 ] 0x0 (size_t) [0] [RSP+980 ] 0xF0A856F549 (void*) [RSP+988 ] 0x7FF95626C0D2 (void* -> skse64_1_5_97.dll+000C0D2 mov rax, rbx) [RSP+990 ] 0x768 (size_t) [1896] [RSP+998 ] 0x0 (size_t) [0] [RSP+9A0 ] 0x7FF66EE27C90 (PlayerControls*) [RSP+9A8 ] 0x7FF66D532880 (char*) "Main" [RSP+9B0 ] 0x0 (size_t) [0] [RSP+9B8 ] 0x0 (size_t) [0] [RSP+9C0 ] 0x2 (size_t) [2] [RSP+9C8 ] 0x7FF66C49D970 (void* -> SkyrimSE.exe+05AD970 nop) [RSP+9D0 ] 0x7FF66EE20DE0 (MenuControls*) [RSP+9D8 ] 0x7FF66EE20E10 (void* -> SkyrimSE.exe+2F30E10 add [rax], al) [RSP+9E0 ] 0x2 (size_t) [2] [RSP+9E8 ] 0x2 (size_t) [2] [RSP+9F0 ] 0x7FF600000002 (size_t) [140694538682370] [RSP+9F8 ] 0x7FF900000000 (size_t) [140707423584256] [RSP+A00 ] 0xF000000001 (size_t) [1030792151041] [RSP+A08 ] 0x900000000 (size_t) [38654705664] [RSP+A10 ] 0x0 (size_t) [0] [RSP+A18 ] 0x30DDCDD6E4E40000 (size_t) [3521196806520438784] [RSP+A20 ] 0x1FC5BBF6290 (void*) [RSP+A28 ] 0x0 (size_t) [0] [RSP+A30 ] 0x0 (size_t) [0] [RSP+A38 ] 0x2 (size_t) [2] [RSP+A40 ] 0x1FC59C930A0 (void*) [RSP+A48 ] 0x7FF66D4111A8 (void* -> SkyrimSE.exe+15211A8 sahf) [RSP+A50 ] 0x7FF66F123470 (void* -> SkyrimSE.exe+3233470 ) [RSP+A58 ] 0x7FF66D4111A8 (void* -> SkyrimSE.exe+15211A8 sahf) [RSP+A60 ] 0x7FF66F123440 (void* -> SkyrimSE.exe+3233440 add [rdx-0x41], ah) [RSP+A68 ] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2] [RSP+A70 ] 0x1FC52B4ED00 (BSGeometryListCullingProcess*) [RSP+A78 ] 0x1FC5BBF6278 (void*) [RSP+A80 ] 0x0 (size_t) [0] [RSP+A88 ] 0x0 (size_t) [0] [RSP+A90 ] 0x768 (size_t) [1896] [RSP+A98 ] 0x0 (size_t) [0] [RSP+AA0 ] 0x0 (size_t) [0] [RSP+AA8 ] 0x1FC59C930A0 (void*) [RSP+AB0 ] 0x0 (size_t) [0] [RSP+AB8 ] 0x2 (size_t) [2] [RSP+AC0 ] 0xF0A856F6B0 (void*) [RSP+AC8 ] 0x7FF66C49E90A (void* -> SkyrimSE.exe+05AE90A jmp 0x00007FF66C49E90F) [RSP+AD0 ] 0x1FC5BBE1300 (Main*) [RSP+AD8 ] 0x7FF66EE27C90 (PlayerControls*) [RSP+AE0 ] 0x7FF66EE27C90 (PlayerControls*) [RSP+AE8 ] 0xF000000002 (size_t) [1030792151042] [RSP+AF0 ] 0x7FF66C4A8C50 (void* -> SkyrimSE.exe+05B8C50 mov [rsp+0x08], rbx) [RSP+AF8 ] 0x7FF66D40F2A0 (void* -> SkyrimSE.exe+151F2A0 add [rax], al) [RSP+B00 ] 0x0 (size_t) [0] [RSP+B08 ] 0x0 (size_t) [0] [RSP+B10 ] 0x1FC59D90000 (void*) [RSP+B18 ] 0x43800000780 (size_t) [4638564681600] [RSP+B20 ] 0x0 (size_t) [0] [RSP+B28 ] 0x1000000F0 (size_t) [4294967536] [RSP+B30 ] 0x100 (size_t) [256] [RSP+B38 ] 0x0 (size_t) [0] [RSP+B40 ] 0x7FF66BEF0000 (void*) [RSP+B48 ] 0x7FF66C4A8890 (void* -> SkyrimSE.exe+05B8890 mov [rsp+0x08], rbx) [RSP+B50 ] 0x0 (size_t) [0] [RSP+B58 ] 0x7FF66D538A38 (char*) "Skyrim Special Edition" [RSP+B60 ] 0x100000000 (size_t) [4294967296] [RSP+B68 ] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2] [RSP+B70 ] 0x67E55F08 (size_t) [1743085320] [RSP+B78 ] 0x1FC59C90000 (void*) [RSP+B80 ] 0x73726573555C3A43 (size_t) [8318823007734479427] [RSP+B88 ] 0x445C7375676E415C (size_t) [4925939040520126812] [RSP+B90 ] 0x73746E656D75636F (size_t) [8319395793567310703] [RSP+B98 ] 0x656D614720794D5C (size_t) [7308604728407575900] [RSP+BA0 ] 0x6D6972796B535C73 (size_t) [7883958488505998451] [RSP+BA8 ] 0x6C61696365705320 (size_t) [7809639104461689632] [RSP+BB0 ] 0x6E6F697469644520 (size_t) [7957695015292257568] [RSP+BB8 ] 0x506D6972796B535C (size_t) [5795404235879961436] [RSP+BC0 ] 0x696E692E73666572 (size_t) [7597125269646108018] [RSP+BC8 ] 0x7FF958540000 (char*) "`vftable'" [RSP+BD0 ] 0x1FC7E94F720 (char*) "O:\Steam\steamapps\common\Skyrim Special Edition\\skse64_1_5_97.dll" [RSP+BD8 ] 0x7FF958521676 (void* -> skse64_steam_loader.dll+0001676 mov rbx, [rsp+0xE8]) [RSP+BE0 ] 0x7FF956359218 (char*) "init complete" [RSP+BE8 ] 0x0 (size_t) [0] [RSP+BF0 ] 0x0 (size_t) [0] [RSP+BF8 ] 0x2 (size_t) [2] [RSP+C00 ] 0x43 (size_t) [67] [RSP+C08 ] 0x5E (size_t) [94] [RSP+C10 ] 0x1FC7E94F720 (char*) "O:\Steam\steamapps\common\Skyrim Special Edition\\skse64_1_5_97.dll" [RSP+C18 ] 0x7FF66D23A95D (void* -> SkyrimSE.exe+134A95D neg rax) [RSP+C20 ] 0x1FC7E94F700 (void*) [RSP+C28 ] 0x7FF66D23A95D (void* -> SkyrimSE.exe+134A95D neg rax) [RSP+C30 ] 0x0 (size_t) [0] [RSP+C38 ] 0xF (size_t) [15] [RSP+C40 ] 0x37395F355F31 (size_t) [60719549996849] [RSP+C48 ] 0x7FF66D23BAF2 (void* -> SkyrimSE.exe+134BAF2 mov edx, [rsp+0x5C]) [RSP+C50 ] 0x6 (size_t) [6] [RSP+C58 ] 0xF (size_t) [15] [RSP+C60 ] 0x0 (size_t) [0] [RSP+C68 ] 0x7FF9DC3B7830 (void* -> ucrtbase.dll+0007830 mov rax, [rsp+0x30]) [RSP+C70 ] 0x68 (size_t) [104] [RSP+C78 ] 0x22 (size_t) [34] [RSP+C80 ] 0x1FC59C929B4 (char*) "W" [RSP+C88 ] 0x1FC59C92936 (char*) "O" [RSP+C90 ] 0x0 (size_t) [0] [RSP+C98 ] 0x0 (size_t) [0] [RSP+CA0 ] 0x0 (size_t) [0] [RSP+CA8 ] 0xA (size_t) [10] [RSP+CB0 ] 0x0 (size_t) [0] [RSP+CB8 ] 0x7FF66C49CBE7 (void* -> SkyrimSE.exe+05ACBE7 test al, al) [RSP+CC0 ] 0x1FC00000002 (void*) [RSP+CC8 ] 0x1FC5BBE1300 (Main*) [RSP+CD0 ] 0xF086E (size_t) [985198] [RSP+CD8 ] 0x7FF66EE172D0 (void* -> SkyrimSE.exe+2F272D0 add [rax], al) [RSP+CE0 ] 0x0 (size_t) [0] [RSP+CE8 ] 0x7FF66D23B17A (void* -> SkyrimSE.exe+134B17A mov ebx, eax) [RSP+CF0 ] 0xA (size_t) [10] [RSP+CF8 ] 0x0 (size_t) [0] [RSP+D00 ] 0x0 (size_t) [0] [RSP+D08 ] 0x0 (size_t) [0] [RSP+D10 ] 0x0 (size_t) [0] [RSP+D18 ] 0x0 (size_t) [0] [RSP+D20 ] 0x0 (size_t) [0] [RSP+D28 ] 0x7FF9DCA57374 (void* -> KERNEL32.DLL+0017374 mov ecx, eax) [RSP+D30 ] 0x0 (size_t) [0] [RSP+D38 ] 0x7FF9BAE89230 (void* -> usvfs_x64.dll+0099230 push rbx) [RSP+D40 ] 0x3 (size_t) [3] [RSP+D48 ] 0x389C (size_t) [14492] [RSP+D50 ] 0x0 (size_t) [0] [RSP+D58 ] 0x7FF9DE63CC91 (void* -> ntdll.dll+004CC91 jmp 0x00007FF9DE63CCB3) [RSP+D60 ] 0x0 (size_t) [0] [RSP+D68 ] 0x0 (size_t) [0] [RSP+D70 ] 0x0 (size_t) [0] [RSP+D78 ] 0x0 (size_t) [0] [RSP+D80 ] 0x0 (size_t) [0] [RSP+D88 ] 0x0 (size_t) [0] [RSP+D90 ] 0x73A9BCDD00000000 (size_t) [8334400242799607808] [RSP+D98 ] 0x0 (size_t) [0] [RSP+DA0 ] 0x0 (size_t) [0] [RSP+DA8 ] 0x7FF9DC0443F0 (void* -> KERNELBASE.dll+01343F0 mov [rsp+0x10], rbx) [RSP+DB0 ] 0xF0A856DAF0 (void*) [RSP+DB8 ] 0x7D6FF9680003FFCD (size_t) [9038717202228051917] [RSP+DC0 ] 0x7FF9AFADFF2D (size_t) [140710371000109] [RSP+DC8 ] 0xF0A856DAF0 (void*) [RSP+DD0 ] 0x7FF9DE63CC70 (void* -> ntdll.dll+004CC70 sub rsp, 0x78) [RSP+DD8 ] 0x0 (size_t) [0] [RSP+DE0 ] 0x0 (size_t) [0] [RSP+DE8 ] 0x0 (size_t) [0] [RSP+DF0 ] 0x0 (size_t) [0] [RSP+DF8 ] 0x0 (size_t) [0] [RSP+E00 ] 0x0 (size_t) [0] [RSP+E08 ] 0x0 (size_t) [0] [RSP+E10 ] 0x0 (size_t) [0] [RSP+E18 ] 0x0 (size_t) [0] [RSP+E20 ] 0x0 (size_t) [0] [RSP+E28 ] 0x0 (size_t) [0] [RSP+E30 ] 0x0 (size_t) [0] [RSP+E38 ] 0x0 (size_t) [0] [RSP+E40 ] 0x0 (size_t) [0] [RSP+E48 ] 0x0 (size_t) [0] [RSP+E50 ] 0x0 (size_t) [0] [RSP+E58 ] 0x0 (size_t) [0] [RSP+E60 ] 0x0 (size_t) [0] [RSP+E68 ] 0x0 (size_t) [0] [RSP+E70 ] 0x0 (size_t) [0] [RSP+E78 ] 0x0 (size_t) [0] [RSP+E80 ] 0x0 (size_t) [0] [RSP+E88 ] 0x0 (size_t) [0] [RSP+E90 ] 0x0 (size_t) [0] [RSP+E98 ] 0x0 (size_t) [0] [RSP+EA0 ] 0x0 (size_t) [0] [RSP+EA8 ] 0x0 (size_t) [0] [RSP+EB0 ] 0x0 (size_t) [0] [RSP+EB8 ] 0x0 (size_t) [0] [RSP+EC0 ] 0x0 (size_t) [0] [RSP+EC8 ] 0x0 (size_t) [0] [RSP+ED0 ] 0x0 (size_t) [0] [RSP+ED8 ] 0x0 (size_t) [0] [RSP+EE0 ] 0x0 (size_t) [0] [RSP+EE8 ] 0x0 (size_t) [0] [RSP+EF0 ] 0x0 (size_t) [0] [RSP+EF8 ] 0x0 (size_t) [0] [RSP+F00 ] 0x0 (size_t) [0] [RSP+F08 ] 0x0 (size_t) [0] [RSP+F10 ] 0x0 (size_t) [0] [RSP+F18 ] 0x0 (size_t) [0] [RSP+F20 ] 0x0 (size_t) [0] [RSP+F28 ] 0x0 (size_t) [0] [RSP+F30 ] 0x0 (size_t) [0] [RSP+F38 ] 0x0 (size_t) [0] [RSP+F40 ] 0x0 (size_t) [0] [RSP+F48 ] 0x0 (size_t) [0] [RSP+F50 ] 0x0 (size_t) [0] [RSP+F58 ] 0x0 (size_t) [0] [RSP+F60 ] 0x0 (size_t) [0] [RSP+F68 ] 0x0 (size_t) [0] [RSP+F70 ] 0x0 (size_t) [0] [RSP+F78 ] 0x0 (size_t) [0] [RSP+F80 ] 0x0 (size_t) [0] [RSP+F88 ] 0x0 (size_t) [0] [RSP+F90 ] 0x0 (size_t) [0] [RSP+F98 ] 0x0 (size_t) [0] [RSP+FA0 ] 0x0 (size_t) [0] [RSP+FA8 ] 0x0 (size_t) [0] [RSP+FB0 ] 0x0 (size_t) [0] [RSP+FB8 ] 0x0 (size_t) [0] [RSP+FC0 ] 0x0 (size_t) [0] [RSP+FC8 ] 0x0 (size_t) [0] [RSP+FD0 ] 0x0 (size_t) [0] [RSP+FD8 ] 0x0 (size_t) [0] [RSP+FE0 ] 0x0 (size_t) [0] [RSP+FE8 ] 0x0 (size_t) [0] [RSP+FF0 ] 0x0 (size_t) [0] [RSP+FF8 ] 0x0 (size_t) [0] [RSP+1000] 0x0 (size_t) [0] [RSP+1008] 0x0 (size_t) [0] [RSP+1010] 0x0 (size_t) [0] [RSP+1018] 0x0 (size_t) [0] [RSP+1020] 0x0 (size_t) [0] [RSP+1028] 0x0 (size_t) [0] [RSP+1030] 0x0 (size_t) [0] [RSP+1038] 0x0 (size_t) [0] [RSP+1040] 0x0 (size_t) [0] [RSP+1048] 0x0 (size_t) [0] [RSP+1050] 0x0 (size_t) [0] [RSP+1058] 0x0 (size_t) [0] [RSP+1060] 0x0 (size_t) [0] [RSP+1068] 0x0 (size_t) [0] [RSP+1070] 0x0 (size_t) [0] [RSP+1078] 0x0 (size_t) [0] [RSP+1080] 0x0 (size_t) [0] [RSP+1088] 0x0 (size_t) [0] [RSP+1090] 0x0 (size_t) [0] [RSP+1098] 0x0 (size_t) [0] [RSP+10A0] 0x0 (size_t) [0] [RSP+10A8] 0x0 (size_t) [0] [RSP+10B0] 0x0 (size_t) [0] [RSP+10B8] 0x0 (size_t) [0] [RSP+10C0] 0x0 (size_t) [0] [RSP+10C8] 0x0 (size_t) [0] [RSP+10D0] 0x0 (size_t) [0] [RSP+10D8] 0x0 (size_t) [0] [RSP+10E0] 0x0 (size_t) [0] [RSP+10E8] 0x0 (size_t) [0] [RSP+10F0] 0x0 (size_t) [0] [RSP+10F8] 0x0 (size_t) [0] [RSP+1100] 0x0 (size_t) [0] [RSP+1108] 0x0 (size_t) [0] [RSP+1110] 0x0 (size_t) [0] [RSP+1118] 0x0 (size_t) [0] [RSP+1120] 0x0 (size_t) [0] [RSP+1128] 0x0 (size_t) [0] [RSP+1130] 0x0 (size_t) [0] [RSP+1138] 0x0 (size_t) [0] [RSP+1140] 0x0 (size_t) [0] [RSP+1148] 0x0 (size_t) [0] [RSP+1150] 0x0 (size_t) [0] [RSP+1158] 0x0 (size_t) [0] [RSP+1160] 0x0 (size_t) [0] [RSP+1168] 0x0 (size_t) [0] [RSP+1170] 0x0 (size_t) [0] [RSP+1178] 0x0 (size_t) [0] [RSP+1180] 0x0 (size_t) [0] [RSP+1188] 0x0 (size_t) [0] [RSP+1190] 0x0 (size_t) [0] [RSP+1198] 0x0 (size_t) [0] [RSP+11A0] 0x0 (size_t) [0] [RSP+11A8] 0x0 (size_t) [0] [RSP+11B0] 0x0 (size_t) [0] [RSP+11B8] 0x0 (size_t) [0] [RSP+11C0] 0x0 (size_t) [0] [RSP+11C8] 0x0 (size_t) [0] [RSP+11D0] 0x0 (size_t) [0] [RSP+11D8] 0x0 (size_t) [0] [RSP+11E0] 0x0 (size_t) [0] [RSP+11E8] 0x0 (size_t) [0] [RSP+11F0] 0x0 (size_t) [0] [RSP+11F8] 0x0 (size_t) [0] [RSP+1200] 0x0 (size_t) [0] [RSP+1208] 0x0 (size_t) [0] [RSP+1210] 0x0 (size_t) [0] [RSP+1218] 0x0 (size_t) [0] [RSP+1220] 0x0 (size_t) [0] [RSP+1228] 0x0 (size_t) [0] [RSP+1230] 0x0 (size_t) [0] [RSP+1238] 0x0 (size_t) [0] [RSP+1240] 0x0 (size_t) [0] [RSP+1248] 0x0 (size_t) [0] [RSP+1250] 0x0 (size_t) [0] [RSP+1258] 0x0 (size_t) [0] [RSP+1260] 0x0 (size_t) [0] [RSP+1268] 0x0 (size_t) [0] [RSP+1270] 0x0 (size_t) [0] [RSP+1278] 0x0 (size_t) [0] [RSP+1280] 0x0 (size_t) [0] [RSP+1288] 0x0 (size_t) [0] [RSP+1290] 0x0 (size_t) [0] [RSP+1298] 0x0 (size_t) [0] [RSP+12A0] 0x0 (size_t) [0] [RSP+12A8] 0x0 (size_t) [0] [RSP+12B0] 0x0 (size_t) [0] [RSP+12B8] 0x0 (size_t) [0] [RSP+12C0] 0x0 (size_t) [0] [RSP+12C8] 0x0 (size_t) [0] [RSP+12D0] 0x0 (size_t) [0] [RSP+12D8] 0x0 (size_t) [0] [RSP+12E0] 0x0 (size_t) [0] [RSP+12E8] 0x0 (size_t) [0] [RSP+12F0] 0x0 (size_t) [0] [RSP+12F8] 0x0 (size_t) [0] [RSP+1300] 0x0 (size_t) [0] [RSP+1308] 0x0 (size_t) [0] [RSP+1310] 0x0 (size_t) [0] [RSP+1318] 0x0 (size_t) [0] [RSP+1320] 0x0 (size_t) [0] [RSP+1328] 0x0 (size_t) [0] [RSP+1330] 0x0 (size_t) [0] [RSP+1338] 0x0 (size_t) [0] [RSP+1340] 0x0 (size_t) [0] [RSP+1348] 0x0 (size_t) [0] [RSP+1350] 0x0 (size_t) [0] [RSP+1358] 0x0 (size_t) [0] [RSP+1360] 0x0 (size_t) [0] [RSP+1368] 0x0 (size_t) [0] [RSP+1370] 0x0 (size_t) [0] [RSP+1378] 0x0 (size_t) [0] [RSP+1380] 0x0 (size_t) [0] [RSP+1388] 0x0 (size_t) [0] [RSP+1390] 0x0 (size_t) [0] [RSP+1398] 0x0 (size_t) [0] [RSP+13A0] 0x0 (size_t) [0] [RSP+13A8] 0x0 (size_t) [0] [RSP+13B0] 0x0 (size_t) [0] [RSP+13B8] 0x0 (size_t) [0] [RSP+13C0] 0x0 (size_t) [0] [RSP+13C8] 0x0 (size_t) [0] [RSP+13D0] 0x0 (size_t) [0] [RSP+13D8] 0x0 (size_t) [0] [RSP+13E0] 0x0 (size_t) [0] [RSP+13E8] 0x0 (size_t) [0] [RSP+13F0] 0x0 (size_t) [0] [RSP+13F8] 0x0 (size_t) [0] [RSP+1400] 0x0 (size_t) [0] [RSP+1408] 0x0 (size_t) [0] [RSP+1410] 0x0 (size_t) [0] [RSP+1418] 0x0 (size_t) [0] [RSP+1420] 0x0 (size_t) [0] [RSP+1428] 0x0 (size_t) [0] [RSP+1430] 0x0 (size_t) [0] [RSP+1438] 0x0 (size_t) [0] [RSP+1440] 0x0 (size_t) [0] [RSP+1448] 0x0 (size_t) [0] [RSP+1450] 0x0 (size_t) [0] [RSP+1458] 0x0 (size_t) [0] [RSP+1460] 0x0 (size_t) [0] [RSP+1468] 0x0 (size_t) [0] [RSP+1470] 0x0 (size_t) [0] [RSP+1478] 0x0 (size_t) [0] [RSP+1480] 0x0 (size_t) [0] [RSP+1488] 0x0 (size_t) [0] [RSP+1490] 0x0 (size_t) [0] [RSP+1498] 0x0 (size_t) [0] [RSP+14A0] 0x0 (size_t) [0] [RSP+14A8] 0x0 (size_t) [0] [RSP+14B0] 0x0 (size_t) [0] [RSP+14B8] 0x0 (size_t) [0] [RSP+14C0] 0x0 (size_t) [0] [RSP+14C8] 0x0 (size_t) [0] [RSP+14D0] 0x0 (size_t) [0] [RSP+14D8] 0x0 (size_t) [0] [RSP+14E0] 0x0 (size_t) [0] [RSP+14E8] 0x0 (size_t) [0] [RSP+14F0] 0x0 (size_t) [0] [RSP+14F8] 0x0 (size_t) [0] [RSP+1500] 0x0 (size_t) [0] [RSP+1508] 0x0 (size_t) [0] [RSP+1510] 0x0 (size_t) [0] [RSP+1518] 0x0 (size_t) [0] MODULES: XINPUT1_3.dll 0x000000400000 steam_api64.dll 0x000071170000 X3DAudio1_7.dll 0x0000711B0000 binkw64.dll 0x000180000000 AddItemMenuSE.dll 0x01FC01800000 po3_EnemyFriendlyFire.dll 0x01FC0F910000 SimplyKnock.dll 0x01FC0FA40000 MSCTF.dll 0x01FC4F800000 imagehlp.dll 0x01FC5B850000 SkyrimSE.exe 0x7FF66BEF0000 gameoverlayrenderer64.dll 0x7FF953260000 YesImSure.dll 0x7FF953400000 UDNative.dll 0x7FF9534B0000 StayAtSystemPageSE.dll 0x7FF953580000 SSEDisplayTweaks.dll 0x7FF953610000 SkyrimUncapper.dll 0x7FF953750000 SkyrimPriority.dll 0x7FF953780000 skee64.dll 0x7FF9537E0000 SexLabUtil.dll 0x7FF953A00000 SchlongsOfSkyrim.dll 0x7FF953AD0000 RecursionFPSFix.dll 0x7FF953B60000 RealFlyingPlugin.dll 0x7FF953C40000 po3_Tweaks.dll 0x7FF953C90000 po3_PapyrusExtender.dll 0x7FF953D90000 po3_FavoriteMiscItems.dll 0x7FF954000000 PapyrusUtil.dll 0x7FF9540F0000 PapyrusTweaks.dll 0x7FF954270000 PAPER.dll 0x7FF954370000 OSLAroused.dll 0x7FF9543F0000 NotificationLogSSE.dll 0x7FF954480000 no-esp.dll 0x7FF954510000 MoreInformativeConsole.dll 0x7FF9546D0000 mfgfix.dll 0x7FF954740000 MaxsuAIProcessFix.dll 0x7FF954800000 JContainers64.dll 0x7FF954830000 ImWalkinHere.dll 0x7FF954B70000 ImprovedCameraSE.dll 0x7FF954C20000 HookDamage.dll 0x7FF954D60000 hdtSMP64.dll 0x7FF954DC0000 Fuz Ro D'oh.dll 0x7FF9555E0000 FloatingDamageV2.dll 0x7FF955650000 fiss.dll 0x7FF9556C0000 Experience.dll 0x7FF955700000 DynamicAnimationReplacer.dll 0x7FF9558E0000 DisplayEnemyLevel.dll 0x7FF955950000 DisableFastTravel.dll 0x7FF9559C0000 CrashLogger.dll 0x7FF955A60000 ConsoleUtilSSE.dll 0x7FF955D00000 cbp.dll 0x7FF955E60000 BetterJumpingSE.dll 0x7FF955F80000 BackportedESLSupport.dll 0x7FF955FE0000 AnimatedStaticReload.dll 0x7FF956090000 AHZmoreHUDPlugin.dll 0x7FF9560E0000 AHZmoreHUDInventory.dll 0x7FF956170000 skse64_1_5_97.dll 0x7FF956260000 PrivateProfileRedirector.dll 0x7FF9563B0000 EngineFixes.dll 0x7FF956410000 NetScriptFramework.SkyrimSE.dll 0x7FF956510000 dxgi.dll 0x7FF956630000 WINHTTP.dll 0x7FF956A30000 DeviousDevices.dll 0x7FF9570D0000 avamsicli.dll 0x7FF9573A0000 NetScriptFramework.Runtime.dll 0x7FF957640000 MSVCP140_ATOMIC_WAIT.dll 0x7FF958500000 skse64_steam_loader.dll 0x7FF958520000 tbb.dll 0x7FF958560000 nvppex.dll 0x7FF973090000 System.Core.ni.dll 0x7FF982C60000 System.ni.dll 0x7FF9847E0000 mscorlib.ni.dll 0x7FF985410000 clr.dll 0x7FF986A20000 MSVCP140.dll 0x7FF991AC0000 tbbmalloc.dll 0x7FF994350000 d3dx9_42.dll 0x7FF9943C0000 DINPUT8.dll 0x7FF9943E0000 vstdlib_s64.dll 0x7FF9953E0000 tier0_s64.dll 0x7FF9954A0000 steamclient64.dll 0x7FF995640000 ondemandconnroutehelper.dll 0x7FF9B4240000 usvfs_x64.dll 0x7FF9BADF0000 clrjit.dll 0x7FF9C0500000 ucrtbase_clr0400.dll 0x7FF9C0770000 mscoreei.dll 0x7FF9C0840000 mscoree.dll 0x7FF9C1420000 FLTLIB.DLL 0x7FF9C14E0000 WININET.dll 0x7FF9C14F0000 VCRUNTIME140_CLR0400.dll 0x7FF9C2E30000 WSOCK32.dll 0x7FF9C4640000 VCRUNTIME140_1.dll 0x7FF9C46C0000 VCRUNTIME140.dll 0x7FF9C4BD0000 mskeyprotect.dll 0x7FF9C5060000 ncryptsslp.dll 0x7FF9C5140000 Secur32.dll 0x7FF9C5170000 COMCTL32.dll 0x7FF9C5FA0000 NvMessageBus.dll 0x7FF9C6C70000 nvwgf2umx.dll 0x7FF9C7400000 urlmon.dll 0x7FF9CBCB0000 avamsi.dll 0x7FF9CBFB0000 amsi.dll 0x7FF9CC000000 dbghelp.dll 0x7FF9CC160000 nvgpucomp64.dll 0x7FF9CC410000 WINMM.dll 0x7FF9CEA90000 srvcli.dll 0x7FF9CF630000 iertutil.dll 0x7FF9CF660000 nvldumdx.dll 0x7FF9D0A90000 dxcore.dll 0x7FF9D0FE0000 inputhost.dll 0x7FF9D1020000 textinputframework.dll 0x7FF9D1180000 virtdisk.dll 0x7FF9D29D0000 fwpuclnt.dll 0x7FF9D36E0000 rasadhlp.dll 0x7FF9D3CB0000 drvstore.dll 0x7FF9D4A70000 cryptnet.dll 0x7FF9D4D20000 VERSION.dll 0x7FF9D4D60000 WINHTTP.DLL 0x7FF9D51C0000 WINNSI.DLL 0x7FF9D66C0000 WTSAPI32.dll 0x7FF9D66D0000 d3d11.dll 0x7FF9D7330000 dcomp.dll 0x7FF9D7710000 CoreUIComponents.dll 0x7FF9D7CA0000 CoreMessaging.dll 0x7FF9D8150000 PROPSYS.dll 0x7FF9D8B00000 wintypes.dll 0x7FF9D8CB0000 VCRUNTIME140_1_CLR0400.dll 0x7FF9D8E10000 UxTheme.dll 0x7FF9D95A0000 dwmapi.dll 0x7FF9D9A20000 kernel.appcore.dll 0x7FF9D9B30000 windows.storage.dll 0x7FF9D9D30000 HID.DLL 0x7FF9DA4E0000 gpapi.dll 0x7FF9DA4F0000 dxgi.dll 0x7FF9DA520000 schannel.DLL 0x7FF9DABE0000 rsaenh.dll 0x7FF9DACD0000 ntmarta.dll 0x7FF9DAF20000 UMPDC.dll 0x7FF9DB090000 IPHLPAPI.DLL 0x7FF9DB0B0000 DNSAPI.dll 0x7FF9DB0F0000 netutils.dll 0x7FF9DB1C0000 POWRPROF.dll 0x7FF9DB220000 MSWSOCK.dll 0x7FF9DB420000 CRYPTBASE.DLL 0x7FF9DB610000 CRYPTSP.dll 0x7FF9DB620000 Wldp.dll 0x7FF9DB6C0000 NTASN1.dll 0x7FF9DB6F0000 ncrypt.dll 0x7FF9DB730000 MSASN1.dll 0x7FF9DB850000 devobj.dll 0x7FF9DBA20000 DPAPI.DLL 0x7FF9DBA80000 USERENV.dll 0x7FF9DBB40000 SSPICLI.DLL 0x7FF9DBB70000 profapi.dll 0x7FF9DBBC0000 bcryptPrimitives.dll 0x7FF9DBC90000 msvcp_win.dll 0x7FF9DBD20000 gdi32full.dll 0x7FF9DBDC0000 bcrypt.dll 0x7FF9DBEE0000 KERNELBASE.dll 0x7FF9DBF10000 WINTRUST.dll 0x7FF9DC210000 cfgmgr32.dll 0x7FF9DC330000 win32u.dll 0x7FF9DC380000 ucrtbase.dll 0x7FF9DC3B0000 CRYPT32.dll 0x7FF9DC4B0000 RPCRT4.dll 0x7FF9DC6A0000 msvcrt.dll 0x7FF9DC7D0000 KERNEL32.DLL 0x7FF9DCA40000 COMDLG32.dll 0x7FF9DCB10000 shcore.dll 0x7FF9DCBF0000 NSI.dll 0x7FF9DCD00000 PSAPI.DLL 0x7FF9DCD10000 USER32.dll 0x7FF9DCD20000 combase.dll 0x7FF9DCEC0000 SHELL32.dll 0x7FF9DD220000 IMM32.DLL 0x7FF9DDA70000 SHLWAPI.dll 0x7FF9DDBC0000 OLEAUT32.dll 0x7FF9DDC20000 ole32.dll 0x7FF9DDCF0000 GDI32.dll 0x7FF9DDE20000 WS2_32.dll 0x7FF9DDE60000 SETUPAPI.dll 0x7FF9DDED0000 sechost.dll 0x7FF9DE350000 ADVAPI32.dll 0x7FF9DE3F0000 ntdll.dll 0x7FF9DE5F0000 SKSE PLUGINS: AddItemMenuSE.dll AHZmoreHUDInventory.dll v0.1.0.18 AHZmoreHUDPlugin.dll v4.0.0.5 AnimatedStaticReload.dll v1.0.1 BackportedESLSupport.dll BetterJumpingSE.dll cbp.dll ConsoleUtilSSE.dll v1.5.1 CrashLogger.dll v1.12.1 DeviousDevices.dll DisableFastTravel.dll v1 DisplayEnemyLevel.dll v1.1.3 DynamicAnimationReplacer.dll v1.1 EngineFixes.dll v5.9.1 Experience.dll v3.2 fiss.dll FloatingDamageV2.dll v2.0.1 Fuz Ro D'oh.dll v1.7.12.1123 hdtSMP64.dll HookDamage.dll v1 ImprovedCameraSE.dll ImWalkinHere.dll v1.4 JContainers64.dll v4.1.13 MaxsuAIProcessFix.dll v4.0.5.3 mfgfix.dll v0.1 MoreInformativeConsole.dll no-esp.dll NotificationLogSSE.dll v1.2 OSLAroused.dll v2.4 PAPER.dll v2.2.4 PapyrusTweaks.dll v4.1 PapyrusUtil.dll po3_EnemyFriendlyFire.dll v1.2 po3_FavoriteMiscItems.dll v1 po3_PapyrusExtender.dll v5.4 po3_Tweaks.dll v1.9.2 PrivateProfileRedirector.dll RealFlyingPlugin.dll RecursionFPSFix.dll v1 SchlongsOfSkyrim.dll SexLabUtil.dll SimplyKnock.dll skee64.dll SkyrimPriority.dll v1 SkyrimUncapper.dll SSEDisplayTweaks.dll v0.4.7 StayAtSystemPageSE.dll v1.5 UDNative.dll YesImSure.dll v1.5 PLUGINS: It would be awesome if you could pinpoint the problem here too. Edit: I found it, the config was overwritten by FSMP MCM, which was also empty. So I had 2 empty config.xmls, causing problems. I could start up the new, huge LO as well now. traison for President! I really appreciate the help, I can't thank you enough. Edited March 27, 2025 by monsta88
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now