https://bugs.winehq.org/show_bug.cgi?id=57010
--- Comment #16 from winehq_bugzilla@yahoo.com --- I've updated to latest git (commit 055bddab),and noticed that another workaround exists.
If i remove the following lines of code from files, the launcher works fine :
<System.Windows.Forms.ApplicationConfigurationSection> <add key="DpiAwareness" value="PerMonitorV2" /> </System.Windows.Forms.ApplicationConfigurationSection>
The 2 files are : /home/u1/.wine/drive_c/Pantheon/PantheonLauncher.exe.config /home/u1/My Games/Pantheon/PantheonLauncher.exe.config
I'm giving this information to help enhancing wine and do not recommend to use it for real, because if i understand correctly it is not allowed to modify the client software according to EULA.