Results 1 to 10 of 87

Hybrid View

  1. #1
    Player
    Raaben's Avatar
    Join Date
    Apr 2019
    Posts
    12
    Character
    Felix Leandre
    World
    Cactuar
    Main Class
    Samurai Lv 90
    Another Linux user here, game works fine expect for this launcher issue that was introduced. Please consider a fix for this; 99% of the game can be fixed when new things pop up, but apparently the launcher is now ignoring the browser type flag that lets us log in.

    Quote Originally Posted by f00dl3 View Post
    My question is I already pre-ordered Shadowbringers and was only in the first month of my 6 month subscription. If this makes the game unplayable for me, does that mean that Square cancelled my contract on THEIR end by this action, does that mean Square legally owes me $100 - $40 for pre-order, $60 for unused subscription 5 months @ $12/mo prorated?
    No, they are not responsible for running this on an unsupported system. Let's not get started with baseless threats; that's a sure way to get ignored instead.
    (3)

  2. #2
    Player
    AruTheUnicorn's Avatar
    Join Date
    Dec 2013
    Posts
    23
    Character
    Q'oostewin Schekuente
    World
    Sargatanas
    Main Class
    Arcanist Lv 63
    Quote Originally Posted by Raaben View Post
    Another Linux user here, game works fine expect for this launcher issue that was introduced. Please consider a fix for this; 99% of the game can be fixed when new things pop up, but apparently the launcher is now ignoring the browser type flag that lets us log in.



    No, they are not responsible for running this on an unsupported system. Let's not get started with baseless threats; that's a sure way to get ignored instead.
    I am guessing Square thinks the Linux community is full of idoits

    Got this from https://frontier.ffxiv.com/version_4_0_win/index.html , still poking around the code base....But this is very interesting...


    // ユーザーエージェント
    userAgent: {
    name: "",// JSP,header.htmlにて代入
    Type: {
    WIN: "windows",
    PS4: "playstation 4",
    PS3: "playstation 3",
    MAC: "mac"
    },

    is: function(type) {
    return Browser.userAgent.name === type;
    }
    },
    Hmmm, this is interesting....Wonder how much weight this is going to have if I fake my headers to look like a Windows box. If the Login displays.
    (0)