This is an automated archive.

The original was posted on /r/linux_gaming by /u/scottz657 on 2023-08-13 04:24:25+00:00.


Hey, I’ve been trying to get BG3 mod manager () running on linux under wine. I’ve tried to do it a few ways, but i’m running up against the same issue.

The application requires .NET 4.7.2 in order to run. The application doesn’t run at all under mono. I’ve tried using winetricks to install dotnet as well as using an application called bottle which sets up wine prefixes for you to install dotnet472. Whenever I run the application a popup saying there was an error.

Here is a copy of ther terminal outpu

wineserver: using server-side synchronization.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -r" (2).
00c8:err:ole:CoGetContextToken apartment not initialised
0024:err:eventlog:ReportEventW L"Application: BG3ModManager.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.IO.FileNotFoundException\n   at DivinityModManager.App..ctor()\n   at DivinityModManager.App.Main()\n\n"

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or as
sembly 'Splat, Version=14.6.0.0, Culture=neutral, PublicKeyToken=null' or one o
f its dependencies. File not found.
   at DivinityModManager.App..ctor()
   at DivinityModManager.App.Main()
wine: Unhandled exception 0xe0434352 in thread 24 at address 000000007B012678 (thread 0024), starting debugger...

Here is a copy of the backtrace.txt file that the popup allows me to export.

If anyone has any idea how to fix this it would be greatly appriciated.