Jaehyuk-Lee / DFAssist

FFXIV Duty Finder & F.A.T.E. Assist
https://jaehyuk-lee.github.io/DFAssist
The Unlicense
47 stars 23 forks source link

Could not find FFXIV server connection Error #24

Closed energyzona closed 4 years ago

energyzona commented 5 years ago

[21:51:53] P: Finding FFXIV process... [21:51:53] P: FFXIV process selected: ffxiv_dx11:5424 [21:51:53] N: Starting to read FFXIV packets... [21:51:53] N: Could not find FFXIV server connection [21:51:54] U: Current version: v20190408.1 [21:51:54] U: Lastest version: v20190408.1 [21:51:54] U: Using latest version. [21:51:54] D: Duty/FATE data updated to version 20190409,1. [21:52:23] N: Starting to read FFXIV packets... [21:52:23] N: Could not find FFXIV server connection

Jaehyuk-Lee commented 5 years ago
  1. Did you login to your character? (status able to enroll duty)
  2. Are you using VPN or like something interrupts internet connection?

Pasting screenshot with DFAssist overlay and the game client will be helpful to resolve the problem.

energyzona commented 5 years ago
  1. Yes, I logged to my character in the game
  2. No, I don't use VPN or other things to interrupts my internet screenshot https://imgur.com/a/VhL1hLL
Jaehyuk-Lee commented 5 years ago

ok, I have suspicious code for that. I'll check during my vacation. (4/29~5/1)

By the way, I don't get how you got '20190409,1' DF data. It should be '20190409.1'...

energyzona commented 5 years ago

2017 prog. version works for me, but there is no option to show actual matched duty, and I don't why 2018-2019 version does not work for me.

Jaehyuk-Lee commented 5 years ago

I think recent patch affected.

Jaehyuk-Lee commented 5 years ago

Could you please check if this version works for you?

If you are redirected to MS sign-in page, go back and you'll be able to download.

Jaehyuk-Lee commented 5 years ago

I tried fixing it with latest version and made this version. Could you please try this?
This version is improved on v4.5 compatibility compared to the version I uploaded before. But I can't test now if it's working.

energyzona commented 5 years ago

no, it doesn't work for me 1

Jaehyuk-Lee commented 5 years ago

I think resolving this problem will take a while. Maybe around late this year? I don't know where is the problem.

energyzona commented 5 years ago

Now it works for me, when i use that VPN option image

energyzona commented 5 years ago

i do not use VPN actually, but it works with that option anyway

Jaehyuk-Lee commented 5 years ago

Oh, ok! Actually, that option enables capturing game connection to the computer itself. You'll see 127.0.0.1(or maybe your internet IP) ---> 127.0.0.1 connection on DFAssist logs when you activate that option and DFAssist captures game connection properly.

Some VPN interrupts game connection and connect it to themselves(and connect themselves to the game server), so DFAssist detects that connection is not a game server connection.

I thought interrupting connection is only VPN situation so I wrote option like that.

Could you tell me what application is interrupting the connection?

+The reason why I filtered connection to the computer itself, is because some game supporting applications like Logitech G Hub makes additional connection to the game client.(I don't know why they make new one.) So, I cannot separate what connection is real game connection and fake connection. I just made that option.

This option was made from this issue #14.