Commit graph

9 commits

Author SHA1 Message Date
goat
30581d534a boot: don't link nethost.dll implicitly
Turns out this does not work if we are injecting, since ffxiv_dx11.exe does not have dalamud workdir in its DLL search path and can't link the nethost DLL. I definitely don't want to modify the search path in ffxiv_dx11.exe so this bodge will do for now.
2024-07-17 22:54:34 +02:00
goat
1aea55f6aa boot: cleanup CoreCLR.cpp 2024-07-17 20:15:39 +02:00
goat
a9ca9b44fb boot: update nethost, hostfxr to 8.0.7 2024-07-17 20:15:39 +02:00
kizer
2f4c0bbc97
Update logging to reflect msvc updates on std::format (#883) 2022-06-17 10:28:10 +02:00
kizer
75de126c9d
Implement xiv fixes into Dalamud.Boot (#857) 2022-05-28 19:11:03 +02:00
kizer
9a38a9470c
Fix inject problems (#820)
* CoreCLR: resolve and load nethost on demand instead of requiring it on load

* Remove nethost loading from C# side

* Added option to not chain Process.Dispose; see for last error only if result is empty
2022-04-25 10:13:32 +02:00
Soreepeong
6da762dc3c Correct return types on boot 2022-04-01 01:24:25 +09:00
Soreepeong
e64cc7e687 Print dotnet stack trace on veh error msgbox, and use precompiled headers. 2021-12-24 12:23:23 +09:00
Raymond Lynch
658eedca37 Magic the magic happen 2021-07-11 16:32:32 -04:00