ShinyHobo/BG3-Modders-Multitool

[Bug] Launching BG3 with Multitool Causes CTD

SoggyBurritoVR opened this issue · 2 comments

Using "Lauch Game" causes BG3 to launch, but fully shuts down less than a second later.

The following logs are created inside the Multitool folder on game launch.

gold.2024-04-05T00-46-42-462929.log
network.2024-04-05T00-46-42-460779.log
NativeModLoader.log

Only NativeModLoader has any data.

Failed to get search handle to "NativeMods\*.dll"!

These logs usually appear inside the bin folder inside the BG3 Directory.

Launching the game manually or with the mod manager functions, with the logs only appearing inside the bin folder.

It looks like I needed to add the working directory argument to the launcher process. It defaults to the multitool location; I had to point it at the bin folder.

This will be fixed in the next release.