https://bugs.winehq.org/show_bug.cgi?id=50158
--- Comment #12 from Esme Povirk madewokherd@gmail.com --- That gets it past the initial error, but now I get: [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. File name: 'System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' at Dawn.DawnAnalytics.BuildSubstitutions () [0x00000] in <2a018e1517ef4abca1e2507bb32143fc>:0 at Dawn.DawnAnalytics.Initialise (Dawn.Flags flags, Daybreak.Net.Networker networker) [0x00010] in <2a018e1517ef4abca1e2507bb32143fc>:0 at Dawn.DawnController..ctor (Dawn.Flags flags, Dawn.DawnController+Action action) [0x0004b] in <2a018e1517ef4abca1e2507bb32143fc>:0 at Dawn.DawnController.ActualMain (System.String[] args) [0x00062] in <2a018e1517ef4abca1e2507bb32143fc>:0
System.DirectoryServices.AccountManagement is part of .NET Framework that's not provided by Mono. It's in .NET Core so we may be able to import it.