teredoFix icon indicating copy to clipboard operation
teredoFix copied to clipboard

No status listed

Open SeaDaddytheRed opened this issue 1 year ago • 6 comments

Hello,

I have been trying to fix my online issues with FH3 since upgrading to Windows 11. Playing on 10 was no problem but since upgrading a few years ago I have never been able to connect. I usually give up after a few days and play something else but I decided to try your bat file.

My issue is this is what I see. No status report or anything.

Screenshot 2024-09-16 172714

SeaDaddytheRed avatar Sep 16 '24 08:09 SeaDaddytheRed

That's unusual, it happend to me only 1 time when i didn't have an internet connection, i suppose that's not the case with you. Have you already tried to run the fix with option 1 "Fix and enable teredo"? If you already did and you still have no report, try to run the following command on your windows terminal:

  1. open terminal
  2. paste the following line netsh interface teredo show state, hit enter
  3. copy-paste the result here (if your ip address is visibile in the result, hide it, it's personal information and i don't need it)

teredoFix.bat script uses this exact command to retrive the teredo status, so we can se if there is something odd going on.

usedToBeTomas avatar Sep 16 '24 09:09 usedToBeTomas

Thx for the reply.

here is my results. Screenshot 2024-09-16 192549

SeaDaddytheRed avatar Sep 16 '24 10:09 SeaDaddytheRed

Ok, so i can see that the server name is not set to the default win1910.ipv6.microsoft.com but on teredo.trex.fi, it also gives this primary teredo server unreachable over UDP wich can be caused by some firewall rules.

I'm still not sure if you already did that but i suggest doing the fix anyways since it should adress both problems automatically. Open teredoFix.bat press 1 and then hit Enter.

In case you have already tried that with no success i can give you the list of the exact commands that teredoFix.bat uses to adress those issues:

  1. open terminal as administrator (right click open as administrator)
  2. write netsh int teredo set state servername=win1910.ipv6.microsoft.com hit Enter
  3. write netsh advfirewall reset hit Enter
  4. write netsh firewall reset hit Enter
  5. write netsh advfirewall set allprofiles state on hit Enter

Hope that helped, tho i know that teredo has million of different problems and despite most of them have been adressed in the teredoFix.bat some of them are still out of my reach.

usedToBeTomas avatar Sep 16 '24 12:09 usedToBeTomas

Here are my results. I only changed number 4. to netsh advfirewall reset because it said it was deprecated.

Screenshot 2024-09-16 223519

I am going to try FH4 again, see if I can connect.

Still no go. Same "Unable to join session..." error.

SeaDaddytheRed avatar Sep 16 '24 13:09 SeaDaddytheRed

Yeah it's fine if only the 4th command worked the other where doing the same thing for different windows version. I'm not familiar with the errors i see in the screenshot, so the only advice i can give you is to re-run the script one more time to see if you get more luky this time. Btw, the commands i gave you before should have already been executed by the script, but when you runned them on your own terminal they worked, so I can imagine that maybe you didn't execute the script correctly. In this case the instructions are

  1. open teredoFix.bat
  2. press the keyboard key 1, you really have to write the number down not click the option with your mouse
  3. press enter to launch the command
  4. you can check that the fix has started because a loading bar should appear in the top right corner

There is also a 1 minute video on the main github page. If you had already run the script correctly, unfortunately i have no other solutions, there are so many different problems regarding the Teredo connection that it is difficult to know them all.

usedToBeTomas avatar Sep 16 '24 20:09 usedToBeTomas

Just to add to this: I had the exact same issue, along with the other open issue. (Randomly no status in the print-out of the app) Couldn't fix it. My message was "not available via UDP" or something.

Panossa avatar May 23 '25 22:05 Panossa