shadowkras

Results 3 comments of shadowkras

Update. Since updating to Release 6.3.10, it now crashes as soon as the application is loaded. Cant even input my password before the crash window pops up and closes the...

Upon further investigation (using visual studio). It seems to be caused by my computer language being portuguese, for some reason. We really should have the option to leave the launcher...

The error is being throw exactly on this part of the code: XIVLauncher.Common.Game.Launcher class ``` try { steamTicket = await Ticket.Get(steam).ConfigureAwait(true); if (steamTicket != null) break; } catch (Exception ex)...