📁 Vulkan (Dxvk) 2.5.3 FO4 📁 x64 (In this folder are the VULKAN files) 📄 d3d11.dll 📄 dxgi.dll 📄 dxvk.conf Take ONLY the FILES that are inside the x64 folder and throw them in the fallout 4 folder.
📁 Dxvk Async 2.0 📄 d3d11.dll 📄 dxgi.dll 📄 dxvk.conf Take ONLY the FILES that are inside the x64 folder and throw them in the fallout 4 folder.
Open the Fallout4 folder in your My Documents directory.
Open the Fallout4Prefs.ini file with a text editor like Notepad.
Look for the line iPresentInterval=1 and change it to iPresentInterval=0.
Save the changes and restart the game.
With the next gen patch, the game ended up enabling v-sync during the switch to vulkan (for me at least) just in case, check if the interval is 0 for vsync to be turned off when using vulkan. I adjusted the versions by removing the extra files that didn't do anything.
Download the file after this comment, I fixed the problem related to the game's v-sync.
Tried different versions of dxvk. Either crash after startup or just blackscreens with sound. Clean fallout without mods (and no enb ofc) Previously played with an Nvidia gpu with no problem. AMD drivers are up to date with Vulkan stuff in place.
I have no idea how to make Vulkan work on Fallout 4 because it keeps crashing on startup despite I have set everything correctly such as "Borderless on" and "iPresentInterval =0". I even tried forcing vulkan via steam launch options and i got to the main menu but crashes after 10 seconds. It seems Fallout 4 (NG version) does not like Vulkan at all. If anyone knows a fix for this, I would highly appreciate it!
P.S: I do have DLSS/Frame Generation mod made by "PureDark" installed, but I'm not sure if it is conflicting with it.
Update: I tried running without the dlss mod and it worked so it was indeed conflicting with it lol.
Follow Miscellaneous Modding Guides to try it. It will work. However, you won't get a noticeable improvement because it's going through ENB, and you may experience visual artifacts that are different from normal ENB usage.
As a note, both the async and normal versions have a typo in the dxvk.conf file. They say "d3d11.relaxeBarriers = True", when I believe it should be "d3d11.relaxedBarriers = True". "d3d11.ignoreGrahphicsBarriers = True" should also be "d3d11.ignoreGraphicsBarriers = True"
The problem I have may be impossible to be solved: Without this mod I run d3d11.dll ---> ENB dxgi.dll --> SpecialK, which loads the custom reshade64.dll from Puredark's Upscale and Framegen
using ENB hook library would work if i wasn't using specialK as my main dxgi.dll or if i didn't use reshade
and the only one that "supposedly works" is FPS dynamic shadows - Shadow Boost at Fallout 4 Nexus ( i only used the xinput1_3.dll which is an asiloader made specifically for the game) I know its "working" because i also installed the messagebox.asi (i got it from ultimate así loader github) which confirms that the dll were injected as asi's but using reshade and special both show that the rendering is still done in d3d12, maybe since the upscaler translates to d3d12 from d3d11 i cant translate to vulkan? :/
On draw call intensive areas: sanctuary with the default sim settlements 2 city plan, i had 13-14k draw calls and atleast 61fps, without vulkan i have 41 realfps and 81FGfps and thats because i had to disable hyperthreading in the BIOS, with hyperthreading i had 27realfps and 50-60FGfps with 14k draw calls. so 20fps gain because of the better draw call handling in vulkan vs -10 fps due to DLAA and double fps after that thanks to PureDark's DLSSFG in D3D12
if i could run the game in vulkan with atleast the DLAA i would definitely keep this as i could run Lossless Scaling Frame Gen and get a similar effect.
TL;DR No way to run PureDark DLSSFG and Vulkan Renderer at the same time since one wraps to D3D12 and the other to Vulkan
hIs there a way to reverse the mod? In my case I lose performance and if I remove the game files it doesn't even start, it crashes as soon as I start the game
I have found the reason why it crashed, it left a loose file in the root folder of the Vulkan game that I assume is created after starting the game for the first time with the mod installed. When I went back to diredt 11 I confirmed that the game was working worse for me, I once again have more stability and some extra fps. In case it helps someone, I have a 6700xt, I suppose that Vulkan and AMD don't get along very well, so I don't recommend installing the mod if you have the same graphics card.
136 comments
📁 Vulkan (Dxvk) 2.5.3 FO4
📁 x64 (In this folder are the VULKAN files)
📄 d3d11.dll
📄 dxgi.dll
📄 dxvk.conf
Take ONLY the FILES that are inside the x64 folder and throw them in the fallout 4 folder.
📁 Dxvk Async 2.0
📄 d3d11.dll
📄 dxgi.dll
📄 dxvk.conf
Take ONLY the FILES that are inside the x64 folder and throw them in the fallout 4 folder.
iPresentInterval=1
and change it toiPresentInterval=0
.With the next gen patch, the game ended up enabling v-sync during the switch to vulkan (for me at least) just in case, check if the interval is 0 for vsync to be turned off when using vulkan.
I adjusted the versions by removing the extra files that didn't do anything.
Download the file after this comment, I fixed the problem related to the game's v-sync.
Previously played with an Nvidia gpu with no problem. AMD drivers are up to date with Vulkan stuff in place.
Pin this or edit description.
P.S: I do have DLSS/Frame Generation mod made by "PureDark" installed, but I'm not sure if it is conflicting with it.
Update: I tried running without the dlss mod and it worked so it was indeed conflicting with it lol.
this is why
test
Without this mod I run
d3d11.dll ---> ENB
dxgi.dll --> SpecialK, which loads the custom reshade64.dll from Puredark's Upscale and Framegen
using ENB hook library would work if i wasn't using specialK as my main dxgi.dll or if i didn't use reshade
I've tried using
- DLL (Native mod) loader at Fallout 4 Nexus
- Ultimate-ASI-Loader at Github
and the only one that "supposedly works" is FPS dynamic shadows - Shadow Boost at Fallout 4 Nexus ( i only used the xinput1_3.dll which is an asiloader made specifically for the game)I know its "working" because i also installed the messagebox.asi (i got it from ultimate así loader github) which confirms that the dll were injected as asi's but using reshade and special both show that the rendering is still done in d3d12, maybe since the upscaler translates to d3d12 from d3d11 i cant translate to vulkan? :/
On draw call intensive areas:
sanctuary with the default sim settlements 2 city plan, i had 13-14k draw calls and atleast 61fps, without vulkan i have 41 realfps and 81FGfps and thats because i had to disable hyperthreading in the BIOS, with hyperthreading i had 27realfps and 50-60FGfps with 14k draw calls.
so 20fps gain because of the better draw call handling in vulkan vs -10 fps due to DLAA and double fps after that thanks to PureDark's DLSSFG in D3D12
if i could run the game in vulkan with atleast the DLAA i would definitely keep this as i could run Lossless Scaling Frame Gen and get a similar effect.
TL;DR
No way to run PureDark DLSSFG and Vulkan Renderer at the same time since one wraps to D3D12 and the other to Vulkan
Fallout 4 v1.10.163
Buffout 4 v1.28.6
Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x0206DDC27D34 Fallout4Upscaler.dll+01D7D34
[Compatibility]
F4EE: true
[Crashlog]
AutoOpen: true
PromptUpload: true
[Fixes]
ActorIsHostileToActor: true
CellInit: true
CreateD3DAndSwapChain: true
EncounterZoneReset: true
GreyMovies: true
MagicEffectApplyEvent: true
MovementPlanner: true
PackageAllocateLocation: true
SafeExit: true
TESObjectREFRGetEncounterZone: true
UnalignedLoad: true
UtilityShader: true
[Patches]
Achievements: true
ArchiveLimit: false
BSMTAManager: true
BSPreCulledObjects: true
BSTextureStreamerLocalHeap: false
HavokMemorySystem: false
INISettingCollection: true
InputSwitch: true
MaxStdIO: -1
MemoryManager: false
MemoryManagerDebug: false
ScaleformAllocator: false
SmallBlockAllocator: false
WorkshopMenu: true
[Warnings]
CreateTexture2D: true
ImageSpaceAdapter: true
SYSTEM SPECS:
OS: Microsoft Windows 11 Home v10.0.22631
CPU: GenuineIntel Intel(R) Core(TM) i9-14900HX
GPU #1: Nvidia GN21-X11
GPU #2: Intel Raptor Lake-S UHD Graphics
GPU #3: Microsoft Basic Render Driver
PHYSICAL MEMORY: 12.91 GB/31.71 GB
PROBABLE CALL STACK:
[ 0] 0x0206DDC27D34 Fallout4Upscaler.dll+01D7D34
[ 1] 0x0206DDC32723 Fallout4Upscaler.dll+01E2723
[ 2] 0x7FFB2B6F886B VULKAN_d3d11.dll+002886B
[ 3] 0x00018002D46B d3d11.dll+002D46B
[ 4] 0x7FFB2C13DDFE dxgi.dll+031DDFE
[ 5] 0x7FFB294443BD ShadowBoostFO4.dll+00043BD
[ 6] 0x0206DDBA504A Fallout4Upscaler.dll+015504A
[ 7] 0x7FFB4C16E176 HighFPSPhysicsFix.dll+002E176
[ 8] 0x7FF61157787E Fallout4.exe+1D1787E -> 224250+0x41E
[ 9] 0x7FF6115789F1 Fallout4.exe+1D189F1 -> 1106221+0x41
[10] 0x0206DDBA602F Fallout4Upscaler.dll+015602F
[11] 0x7FF611569ED0 Fallout4.exe+1D09ED0 -> 564405+0x130
[12] 0x7FF6105A23F7 Fallout4.exe+0D423F7 -> 133902+0xE7
[13] 0x7FF6105967BB Fallout4.exe+0D367BB -> 665510+0x71B
[14] 0x7FF610595947 Fallout4.exe+0D35947 -> 668528+0x17
[15] 0x7FF612197157 Fallout4.exe+2937157 -> 1104651+0x143
[16] 0x7FFBFB58259D KERNEL32.DLL+001259D
[17] 0x7FFBFB90AF38 ntdll.dll+005AF38
REGISTERS:
RAX 0x206DDD578C8 (void* -> Fallout4Upscaler.dll+03078C8)
RCX 0x0 (size_t)
RDX 0x0 (size_t)
RBX 0x206DFAD8700 (DualDXGISwapChainProxy*)
RSP 0x931B11E4F0 (void*)
RBP 0x931B11E620 (void*)
RSI 0x206DA3F1FB0 (void*)
RDI 0x931B11E560 (void*)
R8 0x206DDD578A0 (void* -> Fallout4Upscaler.dll+03078A0)
R9 0x931B11E560 (void*)
R10 0x3 (size_t)
R11 0x931B11E360 (void*)
R12 0x206DFAD8700 (DualDXGISwapChainProxy*)
R13 0x0 (size_t)
R14 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
R15 0x0 (size_t)
STACK:
[RSP+0 ] 0x0 (size_t)
[RSP+8 ] 0x206DFAD8700 (DualDXGISwapChainProxy*)
[RSP+10 ] 0x206D83CE0F8 (void*)
[RSP+18 ] 0x206DA3F1FB0 (void*)
[RSP+20 ] 0x206D83CE0F8 (void*)
[RSP+28 ] 0x206DDC32723 (void* -> Fallout4Upscaler.dll+01E2723)
[RSP+30 ] 0x206DDDA5030 (void* -> Fallout4Upscaler.dll+0355030)
[RSP+38 ] 0x6 (size_t)
[RSP+40 ] 0x206DDDA5030 (void* -> Fallout4Upscaler.dll+0355030)
[RSP+48 ] 0x931B11E538 (void*)
[RSP+50 ] 0x931B11E580 (void*)
[RSP+58 ] 0x931B11E584 (void*)
[RSP+60 ] 0x931B11E560 (void*)
[RSP+68 ] 0x0 (size_t)
[RSP+70 ] 0x206DFAD8700 (DualDXGISwapChainProxy*)
[RSP+78 ] 0x206DDD63568 (char*) "F:\GithubMods\DLSS\Fallout4Upscaler\src\UpscalerHooks.cpp"
[RSP+80 ] 0x265 (size_t)
[RSP+88 ] 0x206DDD63860 (char*) "long __cdecl hk_IDXGIFactory_CreateSwapChain(struct IDXGIFactory2 *,struct IUnknown *,struct DXGI_SWAP_CHAIN_DESC *,struct IDXGISwapChain **)"
[RSP+90 ] 0x70800000C80 (size_t)
[RSP+98 ] 0x1C (size_t)
[RSP+A0 ] 0x1 (size_t)
[RSP+A8 ] 0x300000430 (size_t)
[RSP+B0 ] 0x400000000 (size_t)
[RSP+B8 ] 0x80200000000 (size_t)
[RSP+C0 ] 0x0 (size_t)
[RSP+C8 ] 0x0 (size_t)
[RSP+D0 ] 0x0 (size_t)
[RSP+D8 ] 0x4F (size_t)
[RSP+E0 ] 0x206DDD63940 (char*) "hk_IDXGIFactory_CreateSwapChain created fake SwapChain : {} x {} Format: {}"
[RSP+E8 ] 0x4B (size_t)
[RSP+F0 ] 0x206DDD63568 (char*) "F:\GithubMods\DLSS\Fallout4Upscaler\src\UpscalerHooks.cpp"
[RSP+F8 ] 0x265 (size_t)
[RSP+100 ] 0x206DDD63860 (char*) "long __cdecl hk_IDXGIFactory_CreateSwapChain(struct IDXGIFactory2 *,struct IUnknown *,struct DXGI_SWAP_CHAIN_DESC *,struct IDXGISwapChain **)"
[RSP+108 ] 0x100000000 (size_t)
[RSP+110 ] 0x43000000000 (size_t)
[RSP+118 ] 0x3 (size_t)
[RSP+120 ] 0x1F1156 (size_t)
[RSP+128 ] 0x400000001 (size_t)
[RSP+130 ] 0x802 (size_t)
[RSP+138 ] 0x931B11E9B0 (void*)
[RSP+140 ] 0x0 (size_t)
[RSP+148 ] 0x931B11E938 (void*)
[RSP+150 ] 0x931B11E960 (void*)
[RSP+158 ] 0x931B11E940 (void*)
[RSP+160 ] 0x206D83CE0F8 (void*)
[RSP+168 ] 0x7FFB2B6F886B (void* -> VULKAN_d3d11.dll+002886B)
[RSP+170 ] 0x0 (size_t)
[RSP+178 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+180 ] 0x931B11E9B0 (void*)
[RSP+188 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+190 ] 0x6 (size_t)
[RSP+198 ] 0x931B11E6A0 (void*)
[RSP+1A0 ] 0x206DA3F1FB0 (void*)
[RSP+1A8 ] 0x206DA5E9560 (void*)
[RSP+1B0 ] 0x206D83CE0F8 (void*)
[RSP+1B8 ] 0x7FFB2C38BFCD (void* -> dxgi.dll+056BFCD)
[RSP+1C0 ] 0x206C4F145E0 (void*)
[RSP+1C8 ] 0x206C4F145E0 (void*)
[RSP+1D0 ] 0x931B11E738 (void*)
[RSP+1D8 ] 0x43E8054BF6054620 (size_t)
[RSP+1E0 ] 0x70800000C80 (size_t)
[RSP+1E8 ] 0x1000000A5 (size_t)
[RSP+1F0 ] 0x1C (size_t)
[RSP+1F8 ] 0x100000000 (size_t)
[RSP+200 ] 0x3000000000 (size_t)
[RSP+208 ] 0x3 (size_t)
[RSP+210 ] 0x1F1156 (size_t)
[RSP+218 ] 0x400000001 (size_t)
[RSP+220 ] 0x802 (size_t)
[RSP+228 ] 0x206C4ED9EF0 (iSK_Logger*)
[RSP+230 ] 0x2076A6D0490 (char*) "0"
[RSP+238 ] 0x20 (size_t)
[RSP+240 ] 0x0 (size_t)
[RSP+248 ] 0x0 (size_t)
[RSP+250 ] 0x206DA5E9560 (void*)
[RSP+258 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+260 ] 0x931B11E960 (void*)
[RSP+268 ] 0x931B11E9B0 (void*)
[RSP+270 ] 0x931B11E938 (void*)
[RSP+278 ] 0x18002D46B (void* -> d3d11.dll+002D46B)
[RSP+280 ] 0x9300000000 (size_t)
[RSP+288 ] 0x7FFB00000019 (size_t)
[RSP+290 ] 0x2076A6D0490 (char*) "0"
[RSP+298 ] 0x206C4ED9EF0 (iSK_Logger*)
[RSP+2A0 ] 0x0 (size_t)
[RSP+2A8 ] 0x30003200000000 (size_t)
[RSP+2B0 ] 0x931B11E9B0 (void*)
[RSP+2B8 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+2C0 ] 0x931B11E938 (void*)
[RSP+2C8 ] 0x931B11E940 (void*)
[RSP+2D0 ] 0x931B11E960 (void*)
[RSP+2D8 ] 0x931B11E960 (void*)
[RSP+2E0 ] 0x0 (size_t)
[RSP+2E8 ] 0x0 (size_t)
[RSP+2F0 ] 0x0 (size_t)
[RSP+2F8 ] 0x0 (size_t)
[RSP+300 ] 0x31002F00310030 (size_t)
[RSP+308 ] 0x300032002F0034 (size_t)
[RSP+310 ] 0x31002000350032 (size_t)
[RSP+318 ] 0x300035003A0038 (size_t)
[RSP+320 ] 0xFFFFFFFFFFFFFFFE (size_t)
[RSP+328 ] 0x3A003200320038 (size_t)
[RSP+330 ] 0x20 (size_t)
[RSP+338 ] 0x0 (size_t)
[RSP+340 ] 0x0 (size_t)
[RSP+348 ] 0x0 (size_t)
[RSP+350 ] 0x0 (size_t)
[RSP+358 ] 0x0 (size_t)
[RSP+360 ] 0x206DA6222D0 (SK_D3D11_ThreadContext*)
[RSP+368 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+370 ] 0x7FFB2CBC1820 (void* -> dxgi.dll+0DA1820)
[RSP+378 ] 0x931B11F190 (void*)
[RSP+380 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+388 ] 0x7FFB2CBC1820 (void* -> dxgi.dll+0DA1820)
[RSP+390 ] 0x931B11F190 (void*)
[RSP+398 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+3A0 ] 0x0 (size_t)
[RSP+3A8 ] 0x7FFB2C13DDFE (void* -> dxgi.dll+031DDFE)
[RSP+3B0 ] 0x0 (size_t)
[RSP+3B8 ] 0x931B11E9B0 (void*)
[RSP+3C0 ] 0x0 (size_t)
[RSP+3C8 ] 0x95D5B90A3996C7FF (size_t)
[RSP+3D0 ] 0x0 (size_t)
[RSP+3D8 ] 0x4064A00000000000 (size_t)
[RSP+3E0 ] 0x7FFB00000007 (size_t)
[RSP+3E8 ] 0x931B11E9B0 (void*)
[RSP+3F0 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+3F8 ] 0x931B11E938 (void*)
[RSP+400 ] 0x931B11E940 (void*)
[RSP+408 ] 0x931B11E960 (void*)
[RSP+410 ] 0x7FFB2C694190 (char*) "U"
[RSP+418 ] 0x7FFB2C694190 (char*) "U"
[RSP+420 ] 0x20600000802 (size_t)
[RSP+428 ] 0x7FFB2C656F90 (char*) " "
[RSP+430 ] 0x7FFB2C693FD8 (char*) "F"
[RSP+438 ] 0x206D58B3860 (void*)
[RSP+440 ] 0x20600000000 (size_t)
[RSP+448 ] 0x0 (size_t)
[RSP+450 ] 0x9300000000 (size_t)
[RSP+458 ] 0x1001 (size_t)
[RSP+460 ] 0x0 (size_t)
[RSP+468 ] 0x7FFB29440000 (void*)
[RSP+470 ] 0x0 (size_t)
[RSP+478 ] 0x931B11F170 (void*)
[RSP+480 ] 0x206DAD80000 (void*)
[RSP+488 ] 0x0 (size_t)
[RSP+490 ] 0x0 (size_t)
[RSP+498 ] 0x7 (size_t)
[RSP+4A0 ] 0x206DF9E0000 (void*)
[RSP+4A8 ] 0x0 (size_t)
[RSP+4B0 ] 0x0 (size_t)
[RSP+4B8 ] 0x7 (size_t)
[RSP+4C0 ] 0x70800000C80 (size_t)
[RSP+4C8 ] 0x1000000A5 (size_t)
[RSP+4D0 ] 0x1C (size_t)
[RSP+4D8 ] 0x100000000 (size_t)
[RSP+4E0 ] 0x43000000000 (size_t)
[RSP+4E8 ] 0x3 (size_t)
[RSP+4F0 ] 0x1F1156 (size_t)
[RSP+4F8 ] 0x400000001 (size_t)
[RSP+500 ] 0x802 (size_t)
[RSP+508 ] 0x206DDEA9BAB (void* -> Fallout4Upscaler.dll+0459BAB)
[RSP+510 ] 0x0 (size_t)
[RSP+518 ] 0x1F1156 (size_t)
[RSP+520 ] 0x1 (size_t)
[RSP+528 ] 0x931B11F170 (void*)
[RSP+530 ] 0x206DF7A81E0 (void*)
[RSP+538 ] 0x7FFBF8B9826B (void* -> ucrtbase.dll+001826B)
[RSP+540 ] 0x20600000015 (size_t)
[RSP+548 ] 0x206DF7A81E0 (void*)
[RSP+550 ] 0x206D5A7FB70 (void*)
[RSP+558 ] 0x931B11E9F0 (void*)
[RSP+560 ] 0x0 (size_t)
[RSP+568 ] 0x7FFBF8B98E49 (void* -> ucrtbase.dll+0018E49)
[RSP+570 ] 0x206D5A7FB70 (void*)
[RSP+578 ] 0x931B11F1E0 (void*)
[RSP+580 ] 0x931B11F040 (void*)
[RSP+588 ] 0x37 (size_t)
[RSP+590 ] 0x0 (size_t)
[RSP+598 ] 0x206DDC1FF25 (void* -> Fallout4Upscaler.dll+01CFF25)
[RSP+5A0 ] 0x206D5A7FB00 (void*)
[RSP+5A8 ] 0x206 (size_t)
[RSP+5B0 ] 0x206DDFFDE60 (void* -> Fallout4Upscaler.dll+05ADE60)
[RSP+5B8 ] 0x412F00 (void* -> xinput1_3.dll+0012F00)
[RSP+5C0 ] 0x0 (size_t)
[RSP+5C8 ] 0x0 (size_t)
[RSP+5D0 ] 0xF (size_t)
[RSP+5D8 ] 0x7FFBF8B98EA1 (void* -> ucrtbase.dll+0018EA1)
[RSP+5E0 ] 0x931B11EB40 (void*)
[RSP+5E8 ] 0x206DDDD361F (void* -> Fallout4Upscaler.dll+038361F)
[RSP+5F0 ] 0x0 (size_t)
[RSP+5F8 ] 0x931B11F040 (void*)
[RSP+600 ] 0x206D58C5210 (spdlog::sinks::basic_file_sink<std::mutex>*)
[RSP+608 ] 0x7FFBF8B98A0F (void* -> ucrtbase.dll+0018A0F)
[RSP+610 ] 0x206D58C5278 (void*)
[RSP+618 ] 0x761F9FF (size_t)
[RSP+620 ] 0x206 (size_t)
[RSP+628 ] 0x931B11EB38 (void*)
[RSP+630 ] 0x70800000C80 (size_t)
[RSP+638 ] 0x1000000A5 (size_t)
[RSP+640 ] 0x1C (size_t)
[RSP+648 ] 0x100000000 (size_t)
[RSP+650 ] 0x43000000000 (size_t)
[RSP+658 ] 0x3 (size_t)
[RSP+660 ] 0x1F1156 (size_t)
[RSP+668 ] 0x400000001 (size_t)
[RSP+670 ] 0x802 (size_t)
[RSP+678 ] 0x206DE01DB17 (void* -> Fallout4Upscaler.dll+05CDB17)
[RSP+680 ] 0x206D58C5228 (void*)
[RSP+688 ] 0x202 (size_t)
[RSP+690 ] 0x206DE062434 (void* -> Fallout4Upscaler.dll+0612434)
[RSP+698 ] 0x206DDFD4E25 (void* -> Fallout4Upscaler.dll+0584E25)
[RSP+6A0 ] 0x206DDEFBC8B (void* -> Fallout4Upscaler.dll+04ABC8B)
[RSP+6A8 ] 0x2075DA50000 (size_t)
[RSP+6B0 ] 0x931B11F040 (void*)
[RSP+6B8 ] 0x7FFBE2FC2758 (void* -> MSVCP140.dll+0012758)
[RSP+6C0 ] 0x931B11F170 (void*)
[RSP+6C8 ] 0x0 (size_t)
[RSP+6D0 ] 0x7FFB2C685AF8 (char*) "DXGI_FORMAT_R8G8B8A8_UNORM"
[RSP+6D8 ] 0x1A (size_t)
[RSP+6E0 ] 0x206DDC25B23 (void* -> Fallout4Upscaler.dll+01D5B23)
[RSP+6E8 ] 0x206DDC1A272 (void* -> Fallout4Upscaler.dll+01CA272)
[RSP+6F0 ] 0x206D58C5228 (void*)
[RSP+6F8 ] 0x206D58B3850 (void*)
[RSP+700 ] 0x206D58C5228 (void*)
[RSP+708 ] 0x206 (size_t)
[RSP+710 ] 0x206D58B3860 (void*)
[RSP+718 ] 0x206DF71D540 (spdlog::logger*)
[RSP+720 ] 0x200074006F004E (size_t)
[RSP+728 ] 0x64006500730055 (size_t)
[RSP+730 ] 0x72006F00280020 (size_t)
[RSP+738 ] 0x660066004F0020 (size_t)
[RSP+740 ] 0x65007200630073 (size_t)
[RSP+748 ] 0x29006E0065 (size_t)
[RSP+750 ] 0x0 (size_t)
[RSP+758 ] 0x0 (size_t)
[RSP+760 ] 0x0 (size_t)
[RSP+768 ] 0x0 (size_t)
[RSP+770 ] 0x0 (size_t)
[RSP+778 ] 0x0 (size_t)
[RSP+780 ] 0x0 (size_t)
[RSP+788 ] 0x0 (size_t)
[RSP+790 ] 0x0 (size_t)
[RSP+798 ] 0x0 (size_t)
[RSP+7A0 ] 0x0 (size_t)
[RSP+7A8 ] 0x0 (size_t)
[RSP+7B0 ] 0x0 (size_t)
[RSP+7B8 ] 0x0 (size_t)
[RSP+7C0 ] 0x0 (size_t)
[RSP+7C8 ] 0x0 (size_t)
[RSP+7D0 ] 0x0 (size_t)
[RSP+7D8 ] 0x0 (size_t)
[RSP+7E0 ] 0x0 (size_t)
[RSP+7E8 ] 0x0 (size_t)
[RSP+7F0 ] 0x0 (size_t)
[RSP+7F8 ] 0x0 (size_t)
[RSP+800 ] 0x0 (size_t)
[RSP+808 ] 0x0 (size_t)
[RSP+810 ] 0x0 (size_t)
[RSP+818 ] 0x0 (size_t)
[RSP+820 ] 0x1 (size_t)
[RSP+828 ] 0x931B11F170 (void*)
[RSP+830 ] 0x2 (size_t)
[RSP+838 ] 0x7FFBF8F42340 (void* -> KERNELBASE.dll+0062340)
[RSP+840 ] 0x15C98D1C12 (size_t)
[RSP+848 ] 0x931B11EDC0 (void*)
[RSP+850 ] 0x931B11EE20 (char*) "a"
[RSP+858 ] 0x931B11F040 (void*)
[RSP+860 ] 0x931B11EE60 (char*) "o"
[RSP+868 ] 0x7FFBE2FEAB66 (void* -> MSVCP140.dll+003AB66)
[RSP+870 ] 0x206DE00F9B6 (void* -> Fallout4Upscaler.dll+05BF9B6)
[RSP+878 ] 0x206 (size_t)
[RSP+880 ] 0x206DDEC8420 (void* -> Fallout4Upscaler.dll+0478420)
[RSP+888 ] 0x0 (size_t)
[RSP+890 ] 0x206DDEC2416 (void* -> Fallout4Upscaler.dll+0472416)
[RSP+898 ] 0x7FFBE2FC2F4E (void* -> MSVCP140.dll+0012F4E)
[RSP+8A0 ] 0xFF8669D1C6A0 (size_t)
[RSP+8A8 ] 0xFFFFFFFFEFE76B60 (size_t)
[RSP+8B0 ] 0x2 (size_t)
[RSP+8B8 ] 0x0 (size_t)
[RSP+8C0 ] 0x931B11F040 (void*)
[RSP+8C8 ] 0x206DDC1EB64 (void* -> Fallout4Upscaler.dll+01CEB64)
[RSP+8D0 ] 0x1DB66B5267A3F88 (size_t)
[RSP+8D8 ] 0x0 (size_t)
[RSP+8E0 ] 0x206DF71D540 (spdlog::logger*)
[RSP+8E8 ] 0x0 (size_t)
[RSP+8F0 ] 0x206DF71D540 (spdlog::logger*)
[RSP+8F8 ] 0x206DDB7F846 (void* -> Fallout4Upscaler.dll+012F846)
[RSP+900 ] 0x0 (size_t)
[RSP+908 ] 0x931B11F140 (void*)
[RSP+910 ] 0x931B11F140 (void*)
[RSP+918 ] 0x931B11F140 (void*)
[RSP+920 ] 0x50005C003A0043 (size_t)
[RSP+928 ] 0x720067006F0072 (size_t)
[RSP+930 ] 0x460020006D0061 (size_t)
[RSP+938 ] 0x730065006C0069 (size_t)
[RSP+940 ] 0x38007800280020 (size_t)
[RSP+948 ] 0x53005C00290036 (size_t)
[RSP+950 ] 0x6D006100650074 (size_t)
[RSP+958 ] 0x6500740073005C (size_t)
[RSP+960 ] 0x700061006D0061 (size_t)
[RSP+968 ] 0x63005C00730070 (size_t)
[RSP+970 ] 0x6F006D006D006F (size_t)
[RSP+978 ] 0x610046005C006E (size_t)
[RSP+980 ] 0x75006F006C006C (size_t)
[RSP+988 ] 0x5C003400200074 (size_t)
[RSP+990 ] 0x61007400610044 (size_t)
[RSP+998 ] 0x5300340046005C (size_t)
[RSP+9A0 ] 0x6C0050005C0045 (size_t)
[RSP+9A8 ] 0x6E006900670075 (size_t)
[RSP+9B0 ] 0x680053005C0073 (size_t)
[RSP+9B8 ] 0x77006F00640061 (size_t)
[RSP+9C0 ] 0x73006F006F0042 (size_t)
[RSP+9C8 ] 0x34004F00460074 (size_t)
[RSP+9D0 ] 0x6C006C0064002E (size_t)
[RSP+9D8 ] 0x0 (size_t)
[RSP+9E0 ] 0x0 (size_t)
[RSP+9E8 ] 0x0 (size_t)
[RSP+9F0 ] 0x0 (size_t)
[RSP+9F8 ] 0x0 (size_t)
[RSP+A00 ] 0x0 (size_t)
[RSP+A08 ] 0x0 (size_t)
[RSP+A10 ] 0x0 (size_t)
[RSP+A18 ] 0x0 (size_t)
[RSP+A20 ] 0x0 (size_t)
[RSP+A28 ] 0x0 (size_t)
[RSP+A30 ] 0x0 (size_t)
[RSP+A38 ] 0x0 (size_t)
[RSP+A40 ] 0x0 (size_t)
[RSP+A48 ] 0x0 (size_t)
[RSP+A50 ] 0x0 (size_t)
[RSP+A58 ] 0x0 (size_t)
[RSP+A60 ] 0x0 (size_t)
[RSP+A68 ] 0x0 (size_t)
[RSP+A70 ] 0x0 (size_t)
[RSP+A78 ] 0x0 (size_t)
[RSP+A80 ] 0x0 (size_t)
[RSP+A88 ] 0x0 (size_t)
[RSP+A90 ] 0x0 (size_t)
[RSP+A98 ] 0x0 (size_t)
[RSP+AA0 ] 0x0 (size_t)
[RSP+AA8 ] 0x0 (size_t)
[RSP+AB0 ] 0x0 (size_t)
[RSP+AB8 ] 0x0 (size_t)
[RSP+AC0 ] 0x0 (size_t)
[RSP+AC8 ] 0x0 (size_t)
[RSP+AD0 ] 0x0 (size_t)
[RSP+AD8 ] 0x0 (size_t)
[RSP+AE0 ] 0x0 (size_t)
[RSP+AE8 ] 0x0 (size_t)
[RSP+AF0 ] 0x0 (size_t)
[RSP+AF8 ] 0x0 (size_t)
[RSP+B00 ] 0x0 (size_t)
[RSP+B08 ] 0x0 (size_t)
[RSP+B10 ] 0x0 (size_t)
[RSP+B18 ] 0x0 (size_t)
[RSP+B20 ] 0x0 (size_t)
[RSP+B28 ] 0x20600000000 (size_t)
[RSP+B30 ] 0x7FFBF5891478 (void* -> dxgi.dll+00A1478)
[RSP+B38 ] 0x0 (size_t)
[RSP+B40 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+B48 ] 0x0 (size_t)
[RSP+B50 ] 0x0 (size_t)
[RSP+B58 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+B60 ] 0x7FF615A40960 (void* -> Fallout4.exe+61E0960)
[RSP+B68 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+B70 ] 0x931B11F1E0 (void*)
[RSP+B78 ] 0x7FFB294443BD (void* -> ShadowBoostFO4.dll+00043BD)
[RSP+B80 ] 0x206DA5E9560 (void*)
[RSP+B88 ] 0x20600000000 (size_t)
[RSP+B90 ] 0x0 (size_t)
[RSP+B98 ] 0x20600000000 (size_t)
[RSP+BA0 ] 0x0 (size_t)
[RSP+BA8 ] 0x0 (size_t)
[RSP+BB0 ] 0x7 (size_t)
[RSP+BB8 ] 0x931B11F190 (void*)
[RSP+BC0 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+BC8 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+BD0 ] 0x931B11F748 (void*)
[RSP+BD8 ] 0x7FF615A40960 (void* -> Fallout4.exe+61E0960)
[RSP+BE0 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+BE8 ] 0x206DDBA504A (void* -> Fallout4Upscaler.dll+015504A)
[RSP+BF0 ] 0x206DA5E9560 (void*)
[RSP+BF8 ] 0x7FF615A40960 (void* -> Fallout4.exe+61E0960)
[RSP+C00 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+C08 ] 0x0 (size_t)
[RSP+C10 ] 0x0 (size_t)
[RSP+C18 ] 0x0 (size_t)
[RSP+C20 ] 0x5D72656400000007 (size_t)
[RSP+C28 ] 0x931B11F190 (void*)
[RSP+C30 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+C38 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+C40 ] 0x931B11F748 (void*)
[RSP+C48 ] 0x7FF615A40960 (void* -> Fallout4.exe+61E0960)
[RSP+C50 ] 0x206DDD63AE8 (char*) "Calling original D3D11CreateDeviceAndSwapChain"
[RSP+C58 ] 0x2E (size_t)
[RSP+C60 ] 0x206DDD63568 (char*) "F:\GithubMods\DLSS\Fallout4Upscaler\src\UpscalerHooks.cpp"
[RSP+C68 ] 0x206000002DB (size_t)
[RSP+C70 ] 0x206DDD63990 (char*) "long __cdecl UpscalerHooks::D3D11CreateDeviceAndSwapChain_Hook::thunk(struct IDXGIAdapter *,enum D3D_DRIVER_TYPE,struct HINSTANCE__ *,unsigned int,const enum D3D_FEATURE_LEVEL *,unsigned int,unsigned int,const struct DXGI_SWAP_CHAIN_DESC *,struct IDXGISwapChain **,struct ID3D11Device **,enum D3D_FEATURE_LEVEL *,struct ID3D11DeviceContext **)"
[RSP+C78 ] 0x931B11F538 (void*)
[RSP+C80 ] 0x206DDD63568 (char*) "F:\GithubMods\DLSS\Fallout4Upscaler\src\UpscalerHooks.cpp"
[RSP+C88 ] 0x206000002DB (size_t)
[RSP+C90 ] 0x206DDD63990 (char*) "long __cdecl UpscalerHooks::D3D11CreateDeviceAndSwapChain_Hook::thunk(struct IDXGIAdapter *,enum D3D_DRIVER_TYPE,struct HINSTANCE__ *,unsigned int,const enum D3D_FEATURE_LEVEL *,unsigned int,unsigned int,const struct DXGI_SWAP_CHAIN_DESC *,struct IDXGISwapChain **,struct ID3D11Device **,enum D3D_FEATURE_LEVEL *,struct ID3D11DeviceContext **)"
[RSP+C98 ] 0x1 (size_t)
[RSP+CA0 ] 0x70800000C80 (size_t)
[RSP+CA8 ] 0x1000000A5 (size_t)
[RSP+CB0 ] 0x1C (size_t)
[RSP+CB8 ] 0x100000000 (size_t)
[RSP+CC0 ] 0x43000000000 (size_t)
[RSP+CC8 ] 0x3 (size_t)
[RSP+CD0 ] 0x1F1156 (size_t)
[RSP+CD8 ] 0x400000001 (size_t)
[RSP+CE0 ] 0x802 (size_t)
[RSP+CE8 ] 0x206DF67A100 (void*)
[RSP+CF0 ] 0x931B11F538 (void*)
[RSP+CF8 ] 0x7FFBF57F780E (void* -> dxgi.dll+000780E)
[RSP+D00 ] 0x0 (size_t)
[RSP+D08 ] 0xFFB5584C4B61 (size_t)
[RSP+D10 ] 0x206DA5E9560 (void*)
[RSP+D18 ] 0x0 (size_t)
[RSP+D20 ] 0xDEE2B726ADDD (size_t)
[RSP+D28 ] 0x7FFB4C16E7B5 (void* -> HighFPSPhysicsFix.dll+002E7B5)
[RSP+D30 ] 0x206DA5E9560 (void*)
[RSP+D38 ] 0x931B11F538 (void*)
[RSP+D40 ] 0x4400490056004E (size_t)
[RSP+D48 ] 0x47002000410049 (size_t)
[RSP+D50 ] 0x72006F00460065 (size_t)
[RSP+D58 ] 0x52002000650063 (size_t)
[RSP+D60 ] 0x34002000580054 (size_t)
[RSP+D68 ] 0x20003000390030 (size_t)
[RSP+D70 ] 0x7400700061004C (size_t)
[RSP+D78 ] 0x4700200070006F (size_t)
[RSP+D80 ] 0x550050 (size_t)
[RSP+D88 ] 0x0 (size_t)
[RSP+D90 ] 0x0 (size_t)
[RSP+D98 ] 0x0 (size_t)
[RSP+DA0 ] 0x0 (size_t)
[RSP+DA8 ] 0x0 (size_t)
[RSP+DB0 ] 0x0 (size_t)
[RSP+DB8 ] 0x0 (size_t)
[RSP+DC0 ] 0x0 (size_t)
[RSP+DC8 ] 0x0 (size_t)
[RSP+DD0 ] 0x0 (size_t)
[RSP+DD8 ] 0x0 (size_t)
[RSP+DE0 ] 0x0 (size_t)
[RSP+DE8 ] 0x0 (size_t)
[RSP+DF0 ] 0x0 (size_t)
[RSP+DF8 ] 0x0 (size_t)
[RSP+E00 ] 0x0 (size_t)
[RSP+E08 ] 0x0 (size_t)
[RSP+E10 ] 0x0 (size_t)
[RSP+E18 ] 0x0 (size_t)
[RSP+E20 ] 0x0 (size_t)
[RSP+E28 ] 0x0 (size_t)
[RSP+E30 ] 0x0 (size_t)
[RSP+E38 ] 0x0 (size_t)
[RSP+E40 ] 0x2757000010DE (size_t)
[RSP+E48 ] 0xA13D3417AA (size_t)
[RSP+E50 ] 0x3EB200000 (size_t)
[RSP+E58 ] 0x0 (size_t)
[RSP+E60 ] 0x3F6DEF000 (size_t)
[RSP+E68 ] 0x14D0E (size_t)
[RSP+E70 ] 0x7FF615A40960 (void* -> Fallout4.exe+61E0960)
[RSP+E78 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+E80 ] 0x206DA5E9560 (void*)
[RSP+E88 ] 0x931B11F530 (void*)
[RSP+E90 ] 0x931B11F459 (void*)
[RSP+E98 ] 0x7FFB4C16E176 (void* -> HighFPSPhysicsFix.dll+002E176)
[RSP+EA0 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+EA8 ] 0x0 (size_t)
[RSP+EB0 ] 0x1 (size_t)
[RSP+EB8 ] 0x931B11F860 (void*)
[RSP+EC0 ] 0x0 (size_t)
[RSP+EC8 ] 0x9300000000 (size_t)
[RSP+ED0 ] 0xFFB500000007 (size_t)
[RSP+ED8 ] 0x931B11F500 (void*)
[RSP+EE0 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+EE8 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+EF0 ] 0x931B11F748 (void*)
[RSP+EF8 ] 0x7FF615A40960 (void* -> Fallout4.exe+61E0960)
[RSP+F00 ] 0x931B11F530 (void*)
[RSP+F08 ] 0x7FFBF57F7DE6 (void* -> dxgi.dll+0007DE6)
[RSP+F10 ] 0x7FF615A40900 (void* -> Fallout4.exe+61E0900)
[RSP+F18 ] 0x7FFBF8F39DA1 (void* -> KERNELBASE.dll+0059DA1)
[RSP+F20 ] 0x931B11F860 (void*)
[RSP+F28 ] 0x931B11F5A0 (char*) ":"
[RSP+F30 ] 0x0 (size_t)
[RSP+F38 ] 0x74 (size_t)
[RSP+F40 ] 0x7FFBFAD14A00 (void* -> GDI32.dll+0004A00)
[RSP+F48 ] 0x0 (size_t)
[RSP+F50 ] 0x462A06FD2A017 (size_t)
[RSP+F58 ] 0x7FFBFAD13582 (void* -> GDI32.dll+0003582)
[RSP+F60 ] 0x2 (size_t)
[RSP+F68 ] 0x3 (size_t)
[RSP+F70 ] 0x9C0 (size_t)
[RSP+F78 ] 0x7FF615A40900 (void* -> Fallout4.exe+61E0900)
[RSP+F80 ] 0x1 (size_t)
[RSP+F88 ] 0x931B11FA28 (void*)
[RSP+F90 ] 0x1 (size_t)
[RSP+F98 ] 0x0 (size_t)
[RSP+FA0 ] 0x931B11F5A0 (char*) ":"
[RSP+FA8 ] 0x7FF61157787E (void* -> Fallout4.exe+1D1787E)
[RSP+FB0 ] 0x931B11F860 (void*)
[RSP+FB8 ] 0x9300000000 (size_t)
[RSP+FC0 ] 0x0 (size_t)
[RSP+FC8 ] 0x43E8054B00000000 (size_t)
[RSP+FD0 ] 0x0 (size_t)
[RSP+FD8 ] 0x9300000000 (size_t)
[RSP+FE0 ] 0xE79C00000007 (size_t)
[RSP+FE8 ] 0x931B11F530 (void*)
[RSP+FF0 ] 0x7FF615A40980 (void* -> Fallout4.exe+61E0980)
[RSP+FF8 ] 0x7FF615A40958 (void* -> Fallout4.exe+61E0958)
[RSP+1000] 0x931B11F748 (void*)
[RSP+1008] 0x7FF615A40960 (void* -> Fallout4.exe+61E0960)
[RSP+1010] 0x206DA3F1FB0 (void*)
[RSP+1018] 0x206C4ED9EF0 (iSK_Logger*)
[RSP+1020] 0x206DAF96EA2 (void*)
[RSP+1028] 0x7FFB2C38CC70 (void* -> dxgi.dll+056CC70)
[RSP+1030] 0x206C4ED9EF0 (iSK_Logger*)
[RSP+1038] 0x206C4F1C9A0 (void*)
[RSP+1040] 0x70800000C80 (size_t)
[RSP+1048] 0x1000000A5 (size_t)
[RSP+1050] 0x1C (size_t)
[RSP+1058] 0x100000000 (size_t)
[RSP+1060] 0x43000000000 (size_t)
[RSP+1068] 0x3 (size_t)
[RSP+1070] 0x1F1156 (size_t)
[RSP+1078] 0x400000001 (size_t)
[RSP+1080] 0x802 (size_t)
[RSP+1088] 0x7FFBFB3A6242 (void* -> USER32.dll+0026242)
[RSP+1090] 0x31002F00310030 (size_t)
[RSP+1098] 0x300032002F0034 (size_t)
[RSP+10A0] 0x31002000350032 (size_t)
[RSP+10A8] 0x300035003A0038 (size_t)
[RSP+10B0] 0x2E00350031003A (size_t)
[RSP+10B8] 0x0 (size_t)
[RSP+10C0] 0x0 (size_t)
[RSP+10C8] 0x0 (size_t)
[RSP+10D0] 0x0 (size_t)
[RSP+10D8] 0x0 (size_t)
[RSP+10E0] 0x0 (size_t)
[RSP+10E8] 0x0 (size_t)
[RSP+10F0] 0x31002F00310030 (size_t)
[RSP+10F8] 0x300032002F0034 (size_t)
[RSP+1100] 0x31002000350032 (size_t)
[RSP+1108] 0x300035003A0038 (size_t)
[RSP+1110] 0x2E00350031003A (size_t)
[RSP+1118] 0x3A003300320035 (size_t)
[RSP+1120] 0x20 (size_t)
[RSP+1128] 0x0 (size_t)
[RSP+1130] 0x0 (size_t)
[RSP+1138] 0x0 (size_t)
[RSP+1140] 0x0 (size_t)
[RSP+1148] 0x0 (size_t)
[RSP+1150] 0x47 (size_t)
[RSP+1158] 0x9C0 (size_t)
[RSP+1160] 0x7FF615A40900 (void* -> Fallout4.exe+61E0900)
[RSP+1168] 0x0 (size_t)
[RSP+1170] 0x931B11FA28 (void*)
[RSP+1178] 0x1F1156 (size_t)
[RSP+1180] 0xC80 (size_t)
[RSP+1188] 0x80000000 (size_t)
[RSP+1190] 0x0 (size_t)
[RSP+1198] 0x7FFB2C47FE8F (void* -> dxgi.dll+065FE8F)
[RSP+11A0] 0x206C4ED9EF0 (iSK_Logger*)
[RSP+11A8] 0x7FFB2C7A8050 (char*) "["
[RSP+11B0] 0x7FFB2C7A91C0 (char*) "S"
[RSP+11B8] 0x7FFB2C38C9E0 (void* -> dxgi.dll+056C9E0)
[RSP+11C0] 0x7FFB4C21FB90 (char*) "struct HWND__ *__cdecl HFPF::DWindow::CreateWindowExA_Hook(unsigned long,const char *,const char *,unsigned long,int,int,int,int,struct HWND__ *,struct HMENU__ *,struct HINSTANCE__ *,void *)"
[RSP+11C8] 0x7FFB28E50B45 (void* -> x-cell-og.dll+0010B45)
[RSP+11D0] 0x9C0 (size_t)
[RSP+11D8] 0x7FF615A40900 (void* -> Fallout4.exe+61E0900)
[RSP+11E0] 0x931B11F860 (void*)
[RSP+11E8] 0x7FF611577FE0 (void* -> Fallout4.exe+1D17FE0)
[RSP+11F0] 0x80000000 (size_t)
[RSP+11F8] 0x0 (size_t)
[RSP+1200] 0xC80 (size_t)
[RSP+1208] 0x931B11F860 (void*)
[RSP+1210] 0x0 (size_t)
[RSP+1218] 0x0 (size_t)
[RSP+1220] 0xC80 (size_t)
[RSP+1228] 0x1 (size_t)
[RSP+1230] 0x931B11F860 (void*)
[RSP+1238] 0x931B11F860 (void*)
[RSP+1240] 0x206D52FA310 (void*)
[RSP+1248] 0x7FF6115789F1 (void* -> Fallout4.exe+1D189F1)
[RSP+1250] 0x0 (size_t)
[RSP+1258] 0x70800009100 (size_t)
[RSP+1260] 0x206DA5E9560 (void*)
[RSP+1268] 0x7FF6105A0190 (void* -> Fallout4.exe+0D40190)
[RSP+1270] 0xFFFFFFFFFFFFFFFE (size_t)
[RSP+1278] 0x7FF60F860000 (void*)
[RSP+1280] 0x7FF615A40900 (void* -> Fallout4.exe+61E0900)
[RSP+1288] 0x206DDBA602F (void* -> Fallout4Upscaler.dll+015602F)
[RSP+1290] 0x900011 (size_t)
[RSP+1298] 0x2 (size_t)
[RSP+12A0] 0x931B11F860 (void*)
[RSP+12A8] 0x1 (size_t)
[RSP+12B0] 0x2 (size_t)
[RSP+12B8] 0x7FF611569ED0 (void* -> Fallout4.exe+1D09ED0)
[RSP+12C0] 0x2 (size_t)
[RSP+12C8] 0x206D52FA310 (void*)
[RSP+12D0] 0x931B11F860 (void*)
[RSP+12D8] 0x7FF611371042 (void* -> Fallout4.exe+1B11042)
[RSP+12E0] 0xFFFFFFFFFFFFFFFE (size_t)
[RSP+12E8] 0x9C0 (size_t)
[RSP+12F0] 0x0 (size_t)
[RSP+12F8] 0x9C0 (size_t)
[RSP+1300] 0x0 (size_t)
[RSP+1308] 0x0 (size_t)
[RSP+1310] 0x206D52FA310 (void*)
[RSP+1318] 0x20 (size_t)
[RSP+1320] 0x931B11F9A0 (void*)
[RSP+1328] 0x7FF6105A23F7 (void* -> Fallout4.exe+0D423F7)
[RSP+1330] 0x948400000002 (size_t)
[RSP+1338] 0x4 (size_t)
[RSP+1340] 0x931B11FA28 (void*)
[RSP+1348] 0x7FF6113AF8DF (void* -> Fallout4.exe+1B4F8DF)
[RSP+1350] 0x70800000C80 (size_t)
[RSP+1358] 0x6400000000 (size_t)
[RSP+1360] 0x10000002710 (size_t)
[RSP+1368] 0x7FF600000000 (size_t)
[RSP+1370] 0x0 (size_t)
[RSP+1378] 0x7FF60F860000 (void*)
[RSP+1380] 0x7FF6105A0190 (void* -> Fallout4.exe+0D40190)
[RSP+1388] 0x0 (size_t)
[RSP+1390] 0x7FF61259BA38 (char*) "Fallout4"
[RSP+1398] 0x100000000 (size_t)
[RSP+13A0] 0x2 (size_t)
[RSP+13A8] 0x7FF6105967BB (void* -> Fallout4.exe+0D367BB)
[RSP+13B0] 0x20 (size_t)
[RSP+13B8] 0x206D52FA310 (void*)
[RSP+13C0] 0x0 (size_t)
[RSP+13C8] 0x20 (size_t)
[RSP+13D0] 0x0 (size_t)
[RSP+13D8] 0x206DB00C000 (char*) "L"
[RSP+13E0] 0x0 (size_t)
[RSP+13E8] 0x0 (size_t)
[RSP+13F0] 0x73726573555C3A43 (size_t)
[RSP+13F8] 0x445C70656874735C (size_t)
[RSP+1400] 0x73746E656D75636F (size_t)
[RSP+1408] 0x656D614720794D5C (size_t)
[RSP+1410] 0x756F6C6C61465C73 (size_t)
[RSP+1418] 0x6F6C6C61465C3474 (size_t)
[RSP+1420] 0x7366657250347475 (size_t)
[RSP+1428] 0x696E692E (size_t)
[RSP+1430] 0x7FF61246BD60 (void* -> Fallout4.exe+2C0BD60)
[RSP+1438] 0x17000 (size_t)
[RSP+1440] 0x0 (size_t)
[RSP+1448] 0x7FFBF8F092FB (void* -> KERNELBASE.dll+00292FB)
[RSP+1450] 0x0 (size_t)
[RSP+1458] 0x7FF612478670 (void* -> Fallout4.exe+2C18670)
[RSP+1460] 0x825803D39EB4 (size_t)
[RSP+1468] 0x0 (size_t)
[RSP+1470] 0x931B11FA20 (void*)
[RSP+1478] 0x7FFBAE2543B8 (void* -> MSVCR110.dll+00243B8)
[RSP+1480] 0x20600000000 (size_t)
[RSP+1488] 0x206D558D3C0 (char*) "4@"
[RSP+1490] 0x931B11FA30 (void*)
[RSP+1498] 0x0 (size_t)
[RSP+14A0] 0x4 (size_t)
[RSP+14A8] 0x7FFBAE25432B (void* -> MSVCR110.dll+002432B)
[RSP+14B0] 0x931B11FA20 (void*)
[RSP+14B8] 0x7FFB57E77600 (void* -> Buffout4.dll+0187600)
[RSP+14C0] 0x206DA89BFF0 (void*)
[RSP+14C8] 0x301E0 (size_t)
[RSP+14D0] 0x931B11FA20 (void*)
[RSP+14D8] 0x7FFBAE26CF7F (void* -> MSVCR110.dll+003CF7F)
[RSP+14E0] 0x206DA89BFF0 (void*)
[RSP+14E8] 0x7FFB57DBE9D8 (void* -> Buffout4.dll+00CE9D8)
[RSP+14F0] 0x206DA89BFF0 (void*)
[RSP+14F8] 0x7FF600000000 (size_t)
[RSP+1500] 0x0 (size_t)
[RSP+1508] 0xA (size_t)
[RSP+1510] 0x0 (size_t)
[RSP+1518] 0x0 (size_t)
[RSP+1520] 0x0 (size_t)
[RSP+1528] 0x7FF610595947 (void* -> Fallout4.exe+0D35947)
[RSP+1530] 0x206C4EC6E10 (char*) "g"
[RSP+1538] 0x0 (size_t)
[RSP+1540] 0x6786B1E6 (size_t)
[RSP+1548] 0x206C4E3DF47 (void*)
[RSP+1550] 0x0 (size_t)
[RSP+1558] 0x7FF612197157 (void* -> Fallout4.exe+2937157)
[RSP+1560] 0x206C4E3DF46 (char*) """
[RSP+1568] 0xA (size_t)
[RSP+1570] 0x0 (size_t)
[RSP+1578] 0xA (size_t)
[RSP+1580] 0x0 (size_t)
[RSP+1588] 0x206C4E3DF47 (void*)
[RSP+1590] 0x0 (size_t)
[RSP+1598] 0x7FFBFB58259D (void* -> KERNEL32.DLL+001259D)
[RSP+15A0] 0x0 (size_t)
[RSP+15A8] 0x0 (size_t)
[RSP+15B0] 0x0 (size_t)
[RSP+15B8] 0x0 (size_t)
[RSP+15C0] 0x0 (size_t)
[RSP+15C8] 0x7FFBFB90AF38 (void* -> ntdll.dll+005AF38)
[RSP+15D0] 0x0 (size_t)
[RSP+15D8] 0x0 (size_t)
[RSP+15E0] 0x0 (size_t)
[RSP+15E8] 0x0 (size_t)
[RSP+15F0] 0x0 (size_t)
[RSP+15F8] 0x0 (size_t)
[RSP+1600] 0xA547CEBC00000000 (size_t)
[RSP+1608] 0x0 (size_t)
[RSP+1610] 0x0 (size_t)
[RSP+1618] 0x7FFBF904C830 (void* -> KERNELBASE.dll+016C830)
[RSP+1620] 0x931B11D600 (void*)
[RSP+1628] 0x7FFB5C43068C0 (size_t)
[RSP+1630] 0x7FFB5C43068C (void* -> GLXRM_SprintJumpAPFix.dll+003068C)
[RSP+1638] 0x931B11D600 (void*)
[RSP+1640] 0x202 (size_t)
[RSP+1648] 0x0 (size_t)
[RSP+1650] 0x0 (size_t)
[RSP+1658] 0x0 (size_t)
[RSP+1660] 0x0 (size_t)
[RSP+1668] 0x0 (size_t)
[RSP+1670] 0x0 (size_t)
[RSP+1678] 0x0 (size_t)
[RSP+1680] 0x0 (size_t)
[RSP+1688] 0x0 (size_t)
[RSP+1690] 0x0 (size_t)
[RSP+1698] 0x0 (size_t)
[RSP+16A0] 0x0 (size_t)
[RSP+16A8] 0x0 (size_t)
[RSP+16B0] 0x0 (size_t)
[RSP+16B8] 0x0 (size_t)
[RSP+16C0] 0x0 (size_t)
[RSP+16C8] 0x0 (size_t)
[RSP+16D0] 0x0 (size_t)
[RSP+16D8] 0x0 (size_t)
[RSP+16E0] 0x0 (size_t)
[RSP+16E8] 0x0 (size_t)
[RSP+16F0] 0x0 (size_t)
[RSP+16F8] 0x0 (size_t)
[RSP+1700] 0x0 (size_t)
[RSP+1708] 0x0 (size_t)
[RSP+1710] 0x0 (size_t)
[RSP+1718] 0x0 (size_t)
[RSP+1720] 0x0 (size_t)
[RSP+1728] 0x0 (size_t)
[RSP+1730] 0x0 (size_t)
[RSP+1738] 0x0 (size_t)
[RSP+1740] 0x0 (size_t)
[RSP+1748] 0x0 (size_t)
[RSP+1750] 0x0 (size_t)
[RSP+1758] 0x0 (size_t)
[RSP+1760] 0x0 (size_t)
[RSP+1768] 0x0 (size_t)
[RSP+1770] 0x0 (size_t)
[RSP+1778] 0x0 (size_t)
[RSP+1780] 0x0 (size_t)
[RSP+1788] 0x0 (size_t)
[RSP+1790] 0x0 (size_t)
[RSP+1798] 0x0 (size_t)
[RSP+17A0] 0x0 (size_t)
[RSP+17A8] 0x0 (size_t)
[RSP+17B0] 0x0 (size_t)
[RSP+17B8] 0x0 (size_t)
[RSP+17C0] 0x0 (size_t)
[RSP+17C8] 0x0 (size_t)
[RSP+17D0] 0x0 (size_t)
[RSP+17D8] 0x0 (size_t)
[RSP+17E0] 0x0 (size_t)
[RSP+17E8] 0x0 (size_t)
[RSP+17F0] 0x0 (size_t)
[RSP+17F8] 0x0 (size_t)
[RSP+1800] 0x0 (size_t)
[RSP+1808] 0x0 (size_t)
[RSP+1810] 0x0 (size_t)
[RSP+1818] 0x0 (size_t)
[RSP+1820] 0x0 (size_t)
[RSP+1828] 0x0 (size_t)
[RSP+1830] 0x0 (size_t)
[RSP+1838] 0x0 (size_t)
[RSP+1840] 0x0 (size_t)
[RSP+1848] 0x0 (size_t)
[RSP+1850] 0x0 (size_t)
[RSP+1858] 0x0 (size_t)
[RSP+1860] 0x0 (size_t)
[RSP+1868] 0x0 (size_t)
[RSP+1870] 0x0 (size_t)
[RSP+1878] 0x0 (size_t)
[RSP+1880] 0x0 (size_t)
[RSP+1888] 0x0 (size_t)
[RSP+1890] 0x0 (size_t)
[RSP+1898] 0x0 (size_t)
[RSP+18A0] 0x0 (size_t)
[RSP+18A8] 0x0 (size_t)
[RSP+18B0] 0x0 (size_t)
[RSP+18B8] 0x0 (size_t)
[RSP+18C0] 0x0 (size_t)
[RSP+18C8] 0x0 (size_t)
[RSP+18D0] 0x0 (size_t)
[RSP+18D8] 0x0 (size_t)
[RSP+18E0] 0x0 (size_t)
[RSP+18E8] 0x0 (size_t)
[RSP+18F0] 0x0 (size_t)
[RSP+18F8] 0x0 (size_t)
[RSP+1900] 0x0 (size_t)
[RSP+1908] 0x0 (size_t)
[RSP+1910] 0x0 (size_t)
[RSP+1918] 0x0 (size_t)
[RSP+1920] 0x0 (size_t)
[RSP+1928] 0x0 (size_t)
[RSP+1930] 0x0 (size_t)
[RSP+1938] 0x0 (size_t)
[RSP+1940] 0x0 (size_t)
[RSP+1948] 0x0 (size_t)
[RSP+1950] 0x0 (size_t)
[RSP+1958] 0x0 (size_t)
[RSP+1960] 0x0 (size_t)
[RSP+1968] 0x0 (size_t)
[RSP+1970] 0x0 (size_t)
[RSP+1978] 0x0 (size_t)
[RSP+1980] 0x0 (size_t)
[RSP+1988] 0x0 (size_t)
[RSP+1990] 0x0 (size_t)
[RSP+1998] 0x0 (size_t)
[RSP+19A0] 0x0 (size_t)
[RSP+19A8] 0x0 (size_t)
[RSP+19B0] 0x0 (size_t)
[RSP+19B8] 0x0 (size_t)
[RSP+19C0] 0x0 (size_t)
[RSP+19C8] 0x0 (size_t)
[RSP+19D0] 0x0 (size_t)
[RSP+19D8] 0x0 (size_t)
[RSP+19E0] 0x0 (size_t)
[RSP+19E8] 0x0 (size_t)
[RSP+19F0] 0x0 (size_t)
[RSP+19F8] 0x0 (size_t)
[RSP+1A00] 0x0 (size_t)
[RSP+1A08] 0x0 (size_t)
[RSP+1A10] 0x0 (size_t)
[RSP+1A18] 0x0 (size_t)
[RSP+1A20] 0x0 (size_t)
[RSP+1A28] 0x0 (size_t)
[RSP+1A30] 0x0 (size_t)
[RSP+1A38] 0x0 (size_t)
[RSP+1A40] 0x0 (size_t)
[RSP+1A48] 0x0 (size_t)
[RSP+1A50] 0x0 (size_t)
[RSP+1A58] 0x0 (size_t)
[RSP+1A60] 0x0 (size_t)
[RSP+1A68] 0x0 (size_t)
[RSP+1A70] 0x0 (size_t)
[RSP+1A78] 0x0 (size_t)
[RSP+1A80] 0x0 (size_t)
[RSP+1A88] 0x0 (size_t)
[RSP+1A90] 0x0 (size_t)
[RSP+1A98] 0x0 (size_t)
[RSP+1AA0] 0x0 (size_t)
[RSP+1AA8] 0x0 (size_t)
[RSP+1AB0] 0x0 (size_t)
[RSP+1AB8] 0x0 (size_t)
[RSP+1AC0] 0x0 (size_t)
[RSP+1AC8] 0x0 (size_t)
[RSP+1AD0] 0x0 (size_t)
[RSP+1AD8] 0x0 (size_t)
[RSP+1AE0] 0x0 (size_t)
[RSP+1AE8] 0x0 (size_t)
[RSP+1AF0] 0x0 (size_t)
[RSP+1AF8] 0x0 (size_t)
[RSP+1B00] 0x0 (size_t)
[RSP+1B08] 0x0 (size_t)
MODULES:
xinput1_3.dll 0x000000400000
X3DAudio1_7.dll 0x000061850000
steam_api64.dll 0x000061860000
d3d11.dll 0x000180000000
BakaFramework.dll 0x0206DD960000
Fallout4Upscaler.dll 0x0206DDA50000
Fallout4.exe 0x7FF60F860000
igvk64.dll 0x7FFB172D0000
libxess.dll 0x7FFB18680000
nvngx_dlss.dll 0x7FFB1CD40000
nvcuda64.dll 0x7FFB1FE50000
nvoglv64.dll 0x7FFB215C0000
steamclient64.dll 0x7FFB23FF0000
D3D12Core.dll 0x7FFB25F80000
nvngx_dlssg.dll 0x7FFB26190000
igvkMedia64.dll 0x7FFB26C10000
nvcuda.dll 0x7FFB276A0000
_nvngx.dll 0x7FFB27E30000
sl.dlss_g.dll 0x7FFB27FD0000
sl.common.dll 0x7FFB28060000
dxvk.asi 0x7FFB28BA0000
XDI.dll 0x7FFB28DD0000
x-cell-og.dll 0x7FFB28E40000
wsfw_identifier.dll 0x7FFB28F40000
SUP_F4SE.dll 0x7FFB29040000
WhoseQuestIsItAnywayF4.dll 0x7FFB292F0000
WeaponDebrisCrashFix.dll 0x7FFB29350000
UnlimitedSurvivalMode.dll 0x7FFB293A0000
StimpaksHealNoLimbs.dll 0x7FFB293F0000
ShadowBoostFO4.dll 0x7FFB29440000
RobCo_Patcher.dll 0x7FFB29510000
PapyrusCommonLibrary.dll 0x7FFB295F0000
amd_fidelityfx_dx12.dll 0x7FFB29960000
BackportedBA2Support.dll 0x7FFB2AA10000
VULKAN_d3d11.dll 0x7FFB2B6D0000
d3dcompiler_46e.dll 0x7FFB2BA60000
dxgi.dll 0x7FFB2BE20000
ShowAllArmorsAndOutfits.dll 0x7FFB2E780000
ReShade64.dll 0x7FFB2E810000
SprintStutteringFix.dll 0x7FFB3FD20000
SprintSpeedController.dll 0x7FFB3FE20000
RustyFaceFix.dll 0x7FFB3FE70000
RememberPickAngleUpdated.dll 0x7FFB3FEC0000
PowerGridTools.dll 0x7FFB3FF80000
po3_SpellPerkItemDistributorF4.dll 0x7FFB3FFF0000
po3_SimpleOffenceSuppressionF4.dll 0x7FFB4A030000
po3_BaseObjectSwapperF4.dll 0x7FFB4AFC0000
PipboyTabs.dll 0x7FFB4B0C0000
mcm.dll 0x7FFB4B120000
LighthousePapyrusExtender.dll 0x7FFB4B1C0000
MoonRotationFix.dll 0x7FFB4B360000
MagicSystemFixes.dll 0x7FFB4B470000
LongLoadingTimesFix.dll 0x7FFB4B500000
GardenOfEdenPapyrusExtender.dll 0x7FFB4B8F0000
HighFPSPhysicsFix.dll 0x7FFB4C140000
GLXRM_SCOURGE.dll 0x7FFB4C250000
FavoritesMenuEx.dll 0x7FFB4C2F0000
MeleeAndThrow.dll 0x7FFB52150000
dxvk.dll 0x7FFB521A0000
SetupAPI_SK64.dll 0x7FFB53350000
f4ee.dll 0x7FFB53BE0000
GLXRM_UnleveledWorld.dll 0x7FFB53EA0000
media_bin_64.dll 0x7FFB54390000
sl.interposer.dll 0x7FFB57C70000
Buffout4.dll 0x7FFB57CF0000
dbghelp_sk64.dll 0x7FFB58050000
D3DCOMPILER_43.dll 0x7FFB58290000
igddxvacommon64.dll 0x7FFB58500000
GLXRM_SprintOverhaul.dll 0x7FFB598A0000
PDPerfPlugin.dll 0x7FFB598F0000
Discord_Presence_F4SE_Remake.dll 0x7FFB59960000
WINHTTP.dll 0x7FFB59A40000
GLXRM_SprintJumpAPFix.dll 0x7FFB5C400000
GLXRM_ScalingFlagRemover.dll 0x7FFB5C4D0000
GLXRM_NoInteriorFog.dll 0x7FFB64000000
FacialExpressionAndEyeTrackingEngineFixes.dll 0x7FFB64520000
d3d12.dll 0x7FFB7CE60000
EscapeFreeze.dll 0x7FFB7ED00000
f4pm.dll 0x7FFB7F170000
AcLayers.DLL 0x7FFB7F1E0000
EnergyWeaponCalcFix.dll 0x7FFB7F6E0000
ClassicHolsteredWeapons.dll 0x7FFB7F730000
f4se_1_10_163.dll 0x7FFB7F8D0000
crafting_highlight_fix.dll 0x7FFB7FA80000
CookableGrenade.dll 0x7FFB7FAD0000
tier0_s64.dll 0x7FFB7FB20000
ConsoleUtilF4.dll 0x7FFB800F0000
vulkan-1.dll 0x7FFB80140000
gameoverlayrenderer64.dll 0x7FFB80FC0000
ConsoleAutocomplete.dll 0x7FFB81330000
KiENBExtender.dll 0x7FFB81380000
Kernel32_SK64.dll 0x7FFB82B80000
nvppex.dll 0x7FFB95A80000
nvwgf2umx.dll 0x7FFB99110000
nvgpucomp64.dll 0x7FFB9D590000
SteamOverlayVulkanLayer64.dll 0x7FFBA02B0000
CCExtenderF4.dll 0x7FFBA02F0000
CHW_ASS.dll 0x7FFBA0680000
flexRelease_x64.dll 0x7FFBA3DB0000
cbp.dll 0x7FFBA4EE0000
BulletCountedReload.dll 0x7FFBA7AB0000
BlockingOverhaul.dll 0x7FFBA7FD0000
BetterConsole.dll 0x7FFBAA350000
enbhelperf4.dll 0x7FFBAC1B0000
Bastion.dll 0x7FFBAC1F0000
BakaMaxPapyrusOps.dll 0x7FFBAD050000
ArmorPenetrationBugFix.dll 0x7FFBADFE0000
nvdxgdmal64.dll 0x7FFBAE190000
MSVCR110.dll 0x7FFBAE230000
vstdlib_s64.dll 0x7FFBAE420000
MSVCP110.dll 0x7FFBAE4E0000
KiLoader.dll 0x7FFBAEA90000
CONCRT140.dll 0x7FFBAF4C0000
nvldumdx.dll 0x7FFBAF510000
d3dx11_43.dll 0x7FFBB0AB0000
cudart64_75.dll 0x7FFBB0FF0000
GFSDK_GodraysLib.x64.dll 0x7FFBB1220000
WinMM_SK64.dll 0x7FFBB1B20000
PhotoMetadataHandler.dll 0x7FFBB8510000
dbgcore.DLL 0x7FFBB8760000
GFSDK_SSAO_D3D11.win64.dll 0x7FFBBA5A0000
bink2w64.dll 0x7FFBBBA70000
f4se_steam_loader.dll 0x7FFBBBB50000
flexExtRelease_x64.dll 0x7FFBBC030000
bthprops.cpl 0x7FFBBC0F0000
IconCodecService.dll 0x7FFBBFBF0000
D3DSCache.dll 0x7FFBC1990000
AcGenral.DLL 0x7FFBC1B80000
ALR.dll 0x7FFBC3630000
ConsoleEx.dll 0x7FFBC3840000
KiLoaderSatelliteENB.dllplugin 0x7FFBC3880000
sl.reflex.dll 0x7FFBC4DB0000
encounter_zone_recalculation.dll 0x7FFBC5300000
MessageBox_x64.asi 0x7FFBC5760000
TextShaping.dll 0x7FFBC6C60000
XInput1_4.dll 0x7FFBC94B0000
XINPUT1_3.dll 0x7FFBCEFC0000
XInput_SK64.dll 0x7FFBD11F0000
MSVCP140_ATOMIC_WAIT.dll 0x7FFBD24A0000
pdh.dll 0x7FFBDA170000
HID_SK64.dll 0x7FFBDB090000
MPR.dll 0x7FFBDB310000
WININET.dll 0x7FFBDD0A0000
SPINF.dll 0x7FFBE23D0000
DEVRTL.dll 0x7FFBE28D0000
MSVCP140.dll 0x7FFBE2FB0000
VCRUNTIME140.dll 0x7FFBE3810000
VCRUNTIME140_1.dll 0x7FFBE3830000
inputhost.dll 0x7FFBE4FE0000
nvToolsExt64_1.dll 0x7FFBE5C80000
igdgmm64.dll 0x7FFBE6DE0000
OLEACC.dll 0x7FFBE7800000
WINSPOOL.DRV 0x7FFBE7870000
gdiplus.dll 0x7FFBE7920000
COMCTL32.dll 0x7FFBE7AE0000
MpOav.dll 0x7FFBE7D80000
amsi.dll 0x7FFBE7E10000
textinputframework.dll 0x7FFBE8160000
rometadata.dll 0x7FFBE99C0000
igc64.dll 0x7FFBE9AB0000
wbemsvc.dll 0x7FFBEA1C0000
fastprox.dll 0x7FFBEA230000
twinapi.appcore.dll 0x7FFBEB030000
NvMessageBus.dll 0x7FFBEB630000
wbemcomn.dll 0x7FFBEB990000
nvapi64.dll 0x7FFBEC200000
CoreUIComponents.dll 0x7FFBECB00000
MSIMG32.dll 0x7FFBEF350000
wbemprox.dll 0x7FFBEF7F0000
directxdatabasehelper.dll 0x7FFBEFB50000
drvstore.dll 0x7FFBF0760000
cryptnet.dll 0x7FFBF08F0000
VERSION.dll 0x7FFBF0BE0000
D3DCOMPILER_47.dll 0x7FFBF0DD0000
KiHalloc.dll 0x7FFBF18E0000
dcomp.dll 0x7FFBF2000000
CoreMessaging.dll 0x7FFBF26A0000
apphelp.dll 0x7FFBF2B00000
windows.staterepositorycore.dll 0x7FFBF2C90000
WINMM.dll 0x7FFBF35F0000
WinHTTP.dll 0x7FFBF3630000
PROPSYS.dll 0x7FFBF5170000
bluetoothapis.dll 0x7FFBF5330000
windowscodecs.dll 0x7FFBF5480000
UxTheme.dll 0x7FFBF5670000
dxgi.dll 0x7FFBF57F0000
dwmapi.dll 0x7FFBF5900000
dxcore.dll 0x7FFBF5E20000
DbgHelp.dll 0x7FFBF5F40000
tdh.dll 0x7FFBF6280000
wintypes.dll 0x7FFBF6990000
windows.storage.dll 0x7FFBF6AD0000
HID.DLL 0x7FFBF73E0000
IPHLPAPI.DLL 0x7FFBF76B0000
UMPDC.dll 0x7FFBF79F0000
POWRPROF.dll 0x7FFBF7A10000
WTSAPI32.dll 0x7FFBF7A60000
Secur32.dll 0x7FFBF7A80000
rsaenh.dll 0x7FFBF7C10000
kernel.appcore.dll 0x7FFBF7C50000
ntmarta.dll 0x7FFBF7DC0000
SspiCli.dll 0x7FFBF7F10000
MSWSOCK.dll 0x7FFBF8130000
gpapi.dll 0x7FFBF81C0000
USERENV.dll 0x7FFBF8220000
CRYPTSP.dll 0x7FFBF8380000
CRYPTBASE.dll 0x7FFBF83A0000
MSASN1.dll 0x7FFBF83E0000
wldp.dll 0x7FFBF8450000
DEVOBJ.dll 0x7FFBF8840000
cfgmgr32.dll 0x7FFBF8870000
profapi.dll 0x7FFBF8AB0000
ucrtbase.dll 0x7FFBF8B80000
win32u.dll 0x7FFBF8CA0000
msvcp_win.dll 0x7FFBF8CD0000
CRYPT32.dll 0x7FFBF8D70000
KERNELBASE.dll 0x7FFBF8EE0000
WINTRUST.dll 0x7FFBF92A0000
bcryptPrimitives.dll 0x7FFBF9320000
gdi32full.dll 0x7FFBF93A0000
bcrypt.dll 0x7FFBF9580000
shcore.dll 0x7FFBF95C0000
COMDLG32.dll 0x7FFBF96C0000
msvcrt.dll 0x7FFBF97C0000
imagehlp.dll 0x7FFBF9870000
ole32.dll 0x7FFBF98E0000
WS2_32.dll 0x7FFBF9A90000
OLEAUT32.dll 0x7FFBF9B70000
combase.dll 0x7FFBF9C70000
advapi32.dll 0x7FFBFA000000
MSCTF.dll 0x7FFBFA280000
PSAPI.DLL 0x7FFBFA480000
SHELL32.dll 0x7FFBFA490000
GDI32.dll 0x7FFBFAD10000
sechost.dll 0x7FFBFAD40000
SETUPAPI.dll 0x7FFBFAE70000
USER32.dll 0x7FFBFB380000
IMM32.DLL 0x7FFBFB530000
KERNEL32.DLL 0x7FFBFB570000
clbcatq.dll 0x7FFBFB640000
SHLWAPI.dll 0x7FFBFB6F0000
RPCRT4.dll 0x7FFBFB750000
ntdll.dll 0x7FFBFB8B0000
F4SE PLUGINS:
ALR.dll
ArmorPenetrationBugFix.dll v1
BackportedBA2Support.dll v1
BakaFramework.dll v1.10
BakaMaxPapyrusOps.dll v1.1
Bastion.dll v1
BetterConsole.dll
BlockingOverhaul.dll v1
Buffout4.dll v1.28.6
BulletCountedReload.dll
cbp.dll
CCExtenderF4.dll v1.2
CHW_ASS.dll
ClassicHolsteredWeapons.dll
ConsoleAutocomplete.dll v1
ConsoleEx.dll v1.2
ConsoleUtilF4.dll v1.0.1
CookableGrenade.dll v1
crafting_highlight_fix.dll
Discord_Presence_F4SE_Remake.dll v1
enbhelperf4.dll v1
encounter_zone_recalculation.dll
EnergyWeaponCalcFix.dll v1
EscapeFreeze.dll v1
f4ee.dll
f4pm.dll
FacialExpressionAndEyeTrackingEngineFixes.dll v1.2
Fallout4Upscaler.dll v1
FavoritesMenuEx.dll
GardenOfEdenPapyrusExtender.dll v19.3
GLXRM_NoInteriorFog.dll v1
GLXRM_ScalingFlagRemover.dll v1
GLXRM_SCOURGE.dll v1
GLXRM_SprintJumpAPFix.dll v1
GLXRM_SprintOverhaul.dll v1
GLXRM_UnleveledWorld.dll v1
HighFPSPhysicsFix.dll v0.8.11
LighthousePapyrusExtender.dll v1.13
LongLoadingTimesFix.dll v1.1.1
MagicSystemFixes.dll v1
mcm.dll
MeleeAndThrow.dll v1
MoonRotationFix.dll v1.1
PapyrusCommonLibrary.dll v1.4.3
PipboyTabs.dll
po3_BaseObjectSwapperF4.dll v1.1
po3_SimpleOffenceSuppressionF4.dll v1
po3_SpellPerkItemDistributorF4.dll v2
PowerGridTools.dll
RememberPickAngleUpdated.dll
RobCo_Patcher.dll v3.6
RustyFaceFix.dll v2.0.2
ShadowBoostFO4.dll
ShowAllArmorsAndOutfits.dll v1.1
SprintSpeedController.dll v1
SprintStutteringFix.dll v1.3
StimpaksHealNoLimbs.dll v1
SUP_F4SE.dll
UnlimitedSurvivalMode.dll
WeaponDebrisCrashFix.dll v1.3
WhoseQuestIsItAnywayF4.dll v1
wsfw_identifier.dll
x-cell-og.dll v1.6
XDI.dll
PLUGINS: