Unhandled Exception - Possibly because IP Adresses don't match?

Hi, my friend which im trying to get playing T2 is having big UE problems.

This happens when he goes onto the TribesNext master server and joins a game. He either gets UE c000005 or "Server sent back unreasonable IP challenge source. Possible replay attack attempt."

His IP adress from www.whatismyip.com and his T2 IP doesn't match.
Unhandled exceptions can be caused by a variety of things, but startup crashes are almost invariably due to incompatibilities in the video drivers.

The crashing on joining a server is usually due to $IPv4::InetAddress being set to something other than your external IP address, or not being set at all. It should soon be fixed in a later version.
A crash on account creation is a different matter, and something we'll have to try to recreate.

Does this mean its TN's side that is causing the UE and it will be fixed by them? Or can he fix it some other way to match his external IP address

He CAN play on his own server fine, and the game runs perfectly... until he tries to join a server.

Thanks for helping.

Comments

  • This issue is being worked on, but until it's ironed out he can open his console (the ~ key), and enter
    $IPv4::InetAddress = "his.external.ip.address";
    
    The IP should be from some source such as www.whatismyip.com or www.tribesnext.com/whatismyip.php
  • This issue is being worked on, but until it's ironed out he can open his console (the ~ key), and enter
    $IPv4::InetAddress = "his.external.ip.address";
    
    The IP should be from some source such as www.whatismyip.com or www.tribesnext.com/whatismyip.php

    Thanks Turkeh. I just had the same problem. Your steps sorted it.

    Is it to do with running Vista x64?
Sign In or Register to comment.