diff --git a/Dalamud/EntryPoint.cs b/Dalamud/EntryPoint.cs index 5caccb3a3..7728b7027 100644 --- a/Dalamud/EntryPoint.cs +++ b/Dalamud/EntryPoint.cs @@ -76,9 +76,11 @@ namespace Dalamud // This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls; - + + /* BUG: This causes weird behaviour with BrowserHost, TTT and a few other plugins if (!Util.IsLinux()) InitSymbolHandler(info); + */ var dalamud = new Dalamud(info, levelSwitch, finishSignal, configuration); Log.Information("Starting a session..");