mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
fix: dalamud boot deadlock over wine
This commit is contained in:
parent
27dc659561
commit
445fe09181
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ public sealed class EntryPoint
|
|||
CultureFixes.Apply();
|
||||
|
||||
// Currently VEH is not fully functional on WINE
|
||||
if (!Util.IsWine())
|
||||
if (info.Platform != OSPlatform.Windows)
|
||||
InitSymbolHandler(info);
|
||||
|
||||
var dalamud = new Dalamud(info, fs, configuration, mainThreadContinueEvent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue