Page 1 of 9 1 2 3 ... LastLast
Results 1 to 10 of 85
  1. #1
    Player
    feffe's Avatar
    Join Date
    Apr 2019
    Posts
    22
    Character
    Fef Fe
    World
    Cerberus
    Main Class
    Black Mage Lv 100

    Wine Launcher 404

    FIX FOR LUTRIS
    Problem 1: wrong url.
    Fix: patched wine version. Either add this patch and build from this or untar https://files.feffe.it/wine-tkg-ffxi...-x86_64.tar.gz and extract
    Code:
    tkg-ffxiv-feffe-4.6-1.8-x86_64
    folder into
    Code:
    ~/.local/share/lutris/runners/wine
    Problem 2:
    Now the client thinks you\'re running on a mac.
    Fix: Go to Wine configuration for FFXIV, then to Staging tab and check "Hide Wine version from applications".
    OR
    Code:
    WINEPREFIX=$FFXIVWINEPREFIX winetricks hidewineexports=enable

    STEAM FIX
    Patched proton
    For instructions just gather what is being said after that commentish.


    -- Original post
    Maybe there is a higher chance of someone at squenix who can fix this of seeing it if it\'s posted here. See: https://www.reddit.com/r/ffxiv/comme...4_errors_when/

    Launching the ffxivboot.exe(or ffxivboot64.exe) with wine since the latest update (4.57 released this morning) gives a 404 error. This seems to be happening because the launcher is trying to load the wrong URL. It\'s trying to load https://frontier.ffxiv.com/version_4...win/index.html , when it should be trying to load https://frontier.ffxiv.com/version_4_0_win/index.html

    Other threads:
    FFXIV Subreddit
    SteamPlay Subreddit
    Proton Issue
    Lutris Forums
    WineHQ Bugzilla
    (9)
    Last edited by feffe; 04-26-2019 at 05:27 AM.

  2. 04-23-2019 09:56 PM
    Reason
    Deleting post now that clearer guides are out.

  3. #2
    Player
    ShiningWolf's Avatar
    Join Date
    Jan 2019
    Posts
    22
    Character
    Mihalo Astaneaux
    World
    Omega
    Main Class
    Astrologian Lv 80
    Can confirm. Worked basically flawlessly until the new boot update borked it.
    (0)
    Last edited by ShiningWolf; 04-23-2019 at 10:05 PM.

  4. #3
    Player
    Alathon's Avatar
    Join Date
    Apr 2019
    Posts
    24
    Character
    Alathon Amroth
    World
    Malboro
    Main Class
    White Mage Lv 80
    Quote Originally Posted by oleerik View Post
    Might also be a wine spesific bug with gecko (See https://github.com/ValveSoftware/Proton/issues/580)
    I have hit the new issue as well; before the patch, launcher worked fine with known config file workarounds (BrowserType 2, CutsceneMovieOpening 1). After patch encountered a new issue, 404 HTTPS system error popup when starting launcher.

    A bunch of users are hitting the same new issue as well: https://old.reddit.com/r/ffxiv/comme...4_errors_when/

    Here's what it looks like:



    (edited: realized there was more information at the bottom of the linked post)
    (0)
    Last edited by Alathon; 04-23-2019 at 10:20 PM.

  5. #4
    Player
    TheCybrid's Avatar
    Join Date
    Aug 2013
    Posts
    3
    Character
    Rirotiro Mobaya
    World
    Sargatanas
    Main Class
    Thaumaturge Lv 70
    Can confirm incorrect URL when launched from terminal:

    Code:
    002e:fixme:ieframe:DocObjectService_IsErrorUrl 0x1d4e00 L"https://frontier.ffxiv.com/version_4_0_win/version_4_0_win/index.html?1556025177033" 0x32e308
    (1)
    Last edited by TheCybrid; 04-23-2019 at 10:17 PM.

  6. #5
    Player
    oleerik's Avatar
    Join Date
    Apr 2019
    Posts
    10
    Character
    Isu Dazkar
    World
    Zodiark
    Main Class
    Dark Knight Lv 68
    Quote Originally Posted by Alathon View Post
    That was an older issue which was resolved for most (all?) Linux/WINE users. I have hit the new issue as well; before the patch, launcher worked fine with known config file workarounds (BrowserType 2, CutsceneMovieOpening 1). After patch encountered a new issue, 404 HTTPS system error popup when starting launcher.

    A bunch of users are hitting the same new issue as well: https://old.reddit.com/r/ffxiv/comme...4_errors_when/

    Here's what it looks like:


    Indeed, but I'm talking about the new bug.

    A quote from the link: I think they're passing https://frontier.ffxiv.com/version_4_0_win and version_4_0_win/index.html as arguments and wine is supposed to cut out version_4_0_win from the first argument.
    If that's the case, then it's potentially a wine-bug, depending on how/where/what wine is actually supposed to do. At least it sounds like something a simple wine-patch should be able to fix, in theory?
    (1)

  7. #6
    Player
    ShiningWolf's Avatar
    Join Date
    Jan 2019
    Posts
    22
    Character
    Mihalo Astaneaux
    World
    Omega
    Main Class
    Astrologian Lv 80
    Quote Originally Posted by oleerik View Post
    Indeed, but I'm talking about the new bug.

    A quote from the link: I think they're passing https://frontier.ffxiv.com/version_4_0_win and version_4_0_win/index.html as arguments and wine is supposed to cut out version_4_0_win from the first argument.
    If that's the case, then it's potentially a wine-bug, depending on how/where/what wine is actually supposed to do. At least it sounds like something a simple wine-patch should be able to fix, in theory?
    It should honestly be a simple case of substring trimming on the WINE side of things if Square refuses to fix it, but it would probably be a very specific fix and cause problems any time the URL changed.
    To be honest, I don't understand why the launcher has to be a web page at all. Why couldn't it be a proper application, so we wouldn't need to deal with this?
    (2)

  8. #7
    Player
    oleerik's Avatar
    Join Date
    Apr 2019
    Posts
    10
    Character
    Isu Dazkar
    World
    Zodiark
    Main Class
    Dark Knight Lv 68
    Quote Originally Posted by ShiningWolf View Post
    It should honestly be a simple case of substring trimming on the WINE side of things if Square refuses to fix it, but it would probably be a very specific fix and cause problems any time the URL changed.
    To be honest, I don't understand why the launcher has to be a web page at all. Why couldn't it be a proper application, so we wouldn't need to deal with this?
    Yeah, it's a good question. Somehow launchers for a lot of mmos truly suck.

    It would be interesting to see someone making the custom wine fix (substring trimming) to see that it would actually resolve the issue though, in case this issue is deeper than expected. Sadly I do not possess the technical competence to even considering patching wine.
    (0)

  9. #8
    Player
    Alathon's Avatar
    Join Date
    Apr 2019
    Posts
    24
    Character
    Alathon Amroth
    World
    Malboro
    Main Class
    White Mage Lv 80
    Quote Originally Posted by oleerik View Post
    Indeed, but I'm talking about the new bug.
    Yeah, that was my error; I didn't scroll down far enough.
    (0)

  10. #9
    Player
    oleerik's Avatar
    Join Date
    Apr 2019
    Posts
    10
    Character
    Isu Dazkar
    World
    Zodiark
    Main Class
    Dark Knight Lv 68
    I do wonder if any of the many custom launchers out there would work for this, as a bandaid.
    (0)

  11. #10
    Player
    ShiningWolf's Avatar
    Join Date
    Jan 2019
    Posts
    22
    Character
    Mihalo Astaneaux
    World
    Omega
    Main Class
    Astrologian Lv 80
    Quote Originally Posted by oleerik View Post
    I do wonder if any of the many custom launchers out there would work for this, as a bandaid.
    I'm going to give compiling a custom launcher a go and see how that works for me.
    (1)

Page 1 of 9 1 2 3 ... LastLast