Long shot, but with the following:
This release includes an (optional) launcher that makes the game use .NET 6 instead of the old .NET Framework v4.6.1
Would this allow the game to run natively on Linux given that .net 6 is available natively on Linux?
I tried naively just running the binary through dotnet 6.0.2 but my C#/.NET experience is so limited I don't even know if I've setup my .net install correctly to make sense of the error I got, which was the following:
Unhandled exception. System.BadImageFormatException: Could not load file or assembly '(...)/DW2Net6Win.exe'. The module was expected to contain an assembly manifest.
File name: '(...)/DW2Net6Win.exe'
Long shot, but with the following:
Would this allow the game to run natively on Linux given that .net 6 is available natively on Linux?
I tried naively just running the binary through dotnet 6.0.2 but my C#/.NET experience is so limited I don't even know if I've setup my .net install correctly to make sense of the error I got, which was the following: