Krash · Neptune Sleeps

  • Krash
  • Member since
  • Last active (2,837 visits)

Comments

  • If you put trace(1); in th console, push the refresh button, screenshot the console and type trace(0); we can get a better idea of whether the script is running or not. If you're able to view http://master.tribesnext.com/list you should technically be able to view the list ingame if it isn't being blocked by a firewall. If…
  • If the game closes unexpectedly, the rubyintersect.dll process can remain open. This is one of the issues we'll be working to resolve, but right now you'll want to open up your task manager (ctrl-shift-esc) and close any instances of it in order to reapply the patch.
  • From the sounds of the error, if it is due to the patch, it is because something caused the patching process to fail. The game's rendering should not be affected by the patch, but the script that's called on startup that initializes everything is modified. Could you elaborate?
  • To move your existing key from one computer to another, you'll need to copy two files: "public.store" and "private.store", both located in GameData. If your other computer already has another account installed, you'll have to manually copy the lines with your account info from one file to the other (on a blank line), or…
  • This can happen if your key creation fails - try restarting the game and going through the process again. If after you click the "generate" button the game instantly passes activates the next button and doesn't appear to hang, your game may not have patched correctly or you are running a different exe. We will add a check…
  • Account creation is limited to one per week per IP address, with a maximum of 5. This is the error you'll get if you attempt to make more than one account per week per IP.
  • The specs required for running a server are pretty low, as the game was released in 2001. What's listed in the wikipedia article should be pretty accurate, though it may be a good idea to have something a bit higher to handle the cryptography functions used by the patch. Fortunately the net-code for the game is pretty well…
  • Vivendi shut down them down on November 3rd, along with those of about 20 other games based on the World Opponent Network (WON) framework. Most of T2's functionality past authentication had already been unusable for around a year, so nobody could say we weren't expecting it eventually. Why did they do it? Lets just say if…
  • The current version may require you to insert your LAN address to connect to your local server, but should be fine for everyone else. See this thread.
  • Does it crash, or does it freeze? There's a difference. What servers are you trying to join? If you open the console (~) when loading, what is the last message you see before crashing? Are you running any custom maps/scripts/etc? Are you running the latest drivers? What are your system specs? Are you running a laptop? What…
  • Can you open up your console (~) and type (or paste) echo($IPv4::InetAddress); and then tell me what it says? It should set to your external address automatically, and if it doesn't it can cause the game to fail an ip verification check on joining games. You might want to hop on IRC and see if anyone is available to help…
  • Maketa: This usually happens when there are DSO files in your install from a mod you've run previously. You can search for files named .dso and delete them, or you can use a DSO remover such as this one: http://xfer1.the-construct.net/tribes2/etc/DSO%20Remover.bat (Just pop it in your mod folder and run)
  • What message do you get when you type in your account details and answer yes after clicking login?
  • If you killed the ruby interpreter's process while generating a key, that key will be broken. Just a heads up. :p
  • You may need to click on the list itself to make it active, but Insert is the correct key.
  • The setperfcounter is used on multi-core servers to remove the stuttering effect they experience. It shouldn't cause a UE, nor affect your ability to start the game. Most cases of crashing on start are due to incompatibilities with the video drivers, but of course there are exceptions. If you can provide all the details…
  • This can happen if the key generation fails. In most cases, you should be able to resolve the problem simply by restarting the game and going through the process again. How long did it take you to generate your key? If it was next to instant, you are either not running the patched version of the game, or the patch failed…
  • You'll need to pop in your local LAN address to connect to your local server if it's returning this error. To find out what yours is, you should be able to open (double-click) on your active connection in the windows network connections list and click on the support tab. Or, you could click "Run" in your start menu, type…
  • At the point you're describing, a loop runs a bit of code at short intervals. It only runs until the key is generated, so if you're able to click the button it may eventually go through. If not, we may be able to find a workaround later.
  • Have you tried reinstalling and reapplying the patch? I've heard a few people having trouble with vista, but I don't have anything running it to see if I can reproduce the error.
  • IRC is not currently used, though the files may still be loading when the game starts. If it gives you an error message related to it, you can ignore it. What I want you guys to do is browse into your Tribes 2/GameData/ directories and delete two file: public.store private.store Once you've done this and you triple-check…
  • There were some issues regarding the server load - mostly tied up in over 8000 downloads of tribes2gsi off of TC.net... the listing was rewritten to support some caching, so may not have been responding for a few hours, but you shouldn't have any trouble now.
  • Glad to hear it.
  • This was fixed in an update a few days ago - try reinstalling the patch.
  • If your server shortcut looks something like this, it should be fine: C:\Dynamix\Tribes2\GameData\tribes2.exe -dedicated -mod Devastation There aren't seperate files for client and server. One patch fits all. To start up the client and join the server, use a shortcut to online mode or run SierraUp.exe.
  • Do you get any messages in the server console about the heartbeats? They should send about ever three minutes, and the list server should send back a response. What are you using as the target in your shortcut?
  • There is no real Linux support for the patch at the moment, unfortunately. We are working towards a solution to have it function properly under software such as WINE, but native support isn't high on the priority list at the moment. :(
  • You need to register using the "Create New Account" button ingame, if that's what you mean. It looks to me like Moran24 is registered in the game, not Moran26. Are you sure you're not just logging in with the wrong username?
  • Actually this error is sent when another account has been registered on the server from the same IP address within 7 days. If you attempted to create an account before, this probably means it already exists.
  • Without your cooperation and answers to all the ideas and questions I put forward in effort to help you come to a solution, I can't give you a definitive answer. We're only trying to help, and to explain why something happens is generally much more effective in determing the root of the problem. Keep in mind that we've…