Rankyn Bass
Rankyn Bass
Here's a new version of the compatibility rework. This version moves most of the logic back to XL.Common.Unix. Wine download info, Dxvk download info, and various hud settings are passed...
Currently, if using newer patched proton wine, or unpatched wine, the UnixDalamudRunner will return a null value for the ffxiv process, which prevents xlcore from properly closing when the game...
Replacement compatibility rework to go with PR https://github.com/goatcorp/FFXIVQuickLauncher/pull/1366. This allows for the selecting of different wine versions, different dxvk versions, and hud options to all be managed on the XL.Core...
Adds a tab in the settings menu to install as a steam compatibility tool. The tab also provides some basic instructions. Once the tool is installed and configured in FFXIV...
Fix a bug where the manual injection dalamud path was being used even if it was disabled. Basically, the CreateDalamudUpdater function didn't check DalamudManualInjectionEnabled before creating the updater, so as...
Changes to XL.Common break MainPage. PatcherOnFail. This fixes it, or at least allows it to build and run. I'm not sure if anything else has changed that might cause problems,...
I borrowed some code from XL's Updates.cs to grab a lease object from kamori, and put it in the UpdateCheck class. If the task doesn't get a valid response in...
DoVersionCheck() in Program.cs is very slow, adding 4+ seconds to startup. I was doing a bunch of testing on 10/29 to determine the cause of slow startup, and eventually found...
The title says it all. The src/XIVLauncher.Core/Resources/steamdeck_fts.png file is used for Steam Deck users installing for the first time. There are usually several questions a week in the #linux-and-deck channel...
This is a fix for "Unknown Error" when the user does not have an active subscription. OauthLoginException expects to get an error message in a particular format. XL.Core doesn't interact...