Page 10 of 65 FirstFirst ... 8 9 10 11 12 20 60 ... LastLast
Results 91 to 100 of 647
  1. #91
    Player
    Tibban's Avatar
    Join Date
    Aug 2013
    Posts
    5
    Character
    Minimomo Clandestine
    World
    Cactuar
    Main Class
    Marauder Lv 22
    Could you link a site where you got your VPN from? I'd like to give it a try when I get home.
    (0)

  2. #92
    Player
    ZapRowsdower's Avatar
    Join Date
    Aug 2013
    Posts
    1
    Character
    Lothrigen Drakaulos
    World
    Excalibur
    Main Class
    Thaumaturge Lv 21
    Northern Virginia and Verizon customer, same issues. Lag spikes of up to 20 sec although certain times of the day were better than others. Dungeons and fates are just not possible to complete and even dailies are a pain. Saturday and sunday was smooth as silk and then it started Monday. I have a toon on Japanese server with no issues.
    (0)

  3. #93
    Player
    Fawnlin's Avatar
    Join Date
    Aug 2013
    Posts
    24
    Character
    Barca Realma
    World
    Hyperion
    Main Class
    Thaumaturge Lv 47
    Quote Originally Posted by Badwrong View Post
    I'm thinking everyone having this issue should visit this thread once a day and state their location, ISP, etc. and spread the word for anyone else with the same issue to do so. Something to get the attention of SE. The crappy part is that I'll bet a large number of people assume the issue is just from the packed servers right now and aren't contacting SE yet.

    Better yet, everyone open a ticket: https://support.na.square-enix.com/c...p?id=5382&la=1

    It lets you state which ISP you have and what not. Also I would include a link to this thread in the ticket so they might see its a real widespread issue.
    I have done this and reference this post. I highly agree that everyone should do the same. Good luck everyone.
    (1)

  4. #94
    Player
    Fawnlin's Avatar
    Join Date
    Aug 2013
    Posts
    24
    Character
    Barca Realma
    World
    Hyperion
    Main Class
    Thaumaturge Lv 47
    Quote Originally Posted by Tibban View Post
    Could you link a site where you got your VPN from? I'd like to give it a try when I get home.
    https://www.privateinternetaccess.com/
    (0)

  5. #95
    Player
    sheepishly's Avatar
    Join Date
    Aug 2013
    Posts
    3
    Character
    Saphin Amelot
    World
    Ultros
    Main Class
    Gladiator Lv 40
    Quote Originally Posted by Tibban View Post
    I'm not home to try this but does changing DNs settings to something other than Verizon's defaults help at all?
    This was one of the first things I tried, I switched to Google's DNS servers along with putting my computer on the router's DMZ and neither did anything.
    (0)

  6. #96
    Player
    Vyrmin's Avatar
    Join Date
    Aug 2013
    Posts
    11
    Character
    Vyrminious Worm
    World
    Behemoth
    Main Class
    Conjurer Lv 37
    The VPN works though I still find it dumb that I have to use it in order to play the game.
    (1)

  7. #97
    Player
    Midsboss's Avatar
    Join Date
    Aug 2013
    Posts
    2
    Character
    Mid Boss
    World
    Gilgamesh
    Main Class
    Pugilist Lv 31
    So ... I'm not affected by this, but a friend is, so I have a interest in seeing this resolved. Unfortunately that means that I can't really do any debugging from my end of things.

    From reading this thread, I've gathered that there are 2 main groups that are experiencing this issue ( or at least are vocal about it): FIOS and Malaysia.

    To give a relevant networking crash course: The way the net works is that it isn't just a straight connection between you and the Final Fantasy server - because there is no direct cable connecting you and them. Instead, your packets travel through multiple routing server hubs. Some call em nodes, some call em hops, just keep in mind that there are more things involved than just "you" and "final fantasy server".

    Now, due to the fact that only a specific set of people are experiencing this issue, I will assume that the problem isn't directly on the Final Fantasy server, but rather on a routing server inbetween - that would explain why this problem seems largely isolated to people who have their location in common.* ( It is only possible for this to be a Final Fantasy server problem if their firewall or router is improperly configured for a specific IP set, however I doubt that as they don't seem to employ IP blocking. It would be pointless overhead. )

    So, getting back to the matter at hand: debugging the problem.

    The goal is to determine the point of failure.

    While this won't immediately solve the issue, it will let you contact your ISP with concrete information to ask for a fix ( something like "My connection to canada has to go through server <hostname><ip> and it seems to go unresponsive every 2 minutes." )

    They might still be difficult about it and not take you serious, but by having some actual data they might be more cooperative.


    The traceroute is a excellent idea, but you essentially need to keep repeating it until the traceroute itself hits the point of failure - which would be a timeout.
    It would also need to be repeated multiple times to get hard data on this ( is it always the same route server that fails, or maybe a set of them ? ).

    More info on tracert can be found here: http://support.microsoft.com/kb/162326

    To assist in gathering the data, I've written a small batch script.
    Create a new text file somewhere on your computer, for example at C:\ for easy access.
    Name it something like nettest.bat, when prompted that it may make the file unusable, click yes.
    Right click the file and select edit, a text-editor will open.
    Paste the following:
    Code:
    @echo off
    set /a "wait = 5"
    set "server=neolobby02.ffxiv.com"
    :while1
    echo Checking server. Output goes to log.txt
    echo %date% %time% >> log.txt
    tracert -d %server% >> log.txt
    echo Press CTRL + C To Stop!
    echo Waiting %wait% seconds ...
    timeout /t %wait% /nobreak
    goto :while1
    endlocal
    Now just double-click the file and it will start querying the final fantasy lobby server. All US/EU servers in that center, so you don't need to query the actual game server itself.

    What this does is:
    It will automatically, every 5 seconds do a tracert command to the lobby server, saving the output in a log.txt file.

    So, let this run for a while. Maybe 20 or 30 minutes. Close it with CTRL + C and then search the log.txt file for occurences of "*" instead of a time - the star denotes a timeout.

    Please report back with information such as:
    - How long you've let the test run
    - Which IP/Server had the most * / timeout
    - General frequency of * occuring.

    Make sure you also state where you are from, so the data can be attributed to the proper group.

    I'm hoping that we can see a common trend among multiple people from a group, so that we can narrow it down to a single, or a handful of servers causing issues.
    (0)

  8. #98
    Player
    CrimsonChin's Avatar
    Join Date
    Aug 2013
    Posts
    9
    Character
    Crimson Chin
    World
    Balmung
    Main Class
    Gladiator Lv 46
    Having the exact same issue, and I am in the Maryland/D.C. area with Verizon FIOS. It would appear the issue is on verizon's side, but I would still hope that SE would work with us to resolve the issue.
    (0)

  9. #99
    Player
    KMarsara's Avatar
    Join Date
    Aug 2013
    Posts
    78
    Character
    Kathrine Marsara
    World
    Midgardsormr
    Main Class
    Gladiator Lv 50
    SE confirmed the issue with BT/EE in that thread hopefully theyll ours soon
    (1)

  10. #100
    Player
    Ferrin's Avatar
    Join Date
    Aug 2013
    Posts
    48
    Character
    Ferrin Redsea
    World
    Ragnarok
    Main Class
    Arcanist Lv 36
    I hope they manage to fix it.. I'd NOT want to use a VPN to play.

    Also, if it helps the Malaysia ISP is called TMNet
    (0)

Page 10 of 65 FirstFirst ... 8 9 10 11 12 20 60 ... LastLast