Maybe with some isps/firewalls/whatever the packets got corruptedgotenks wrote:just to note, on my old isp i'd wait and connect and do everything... and i'd still get the error... only changing from my college's isp to a commercial isp worked
Tool: ET Starter Pro
Moderators: Forum moderators, developers
- Tintifax_x
- Posts: 25
- Joined: Tue Apr 26, 2005 6:19 am
- Location: Austria
I find it so ignorant to deny that there exists a massive problem which prevents *many people* from joining a (multiplayer only) game. How much worse can it get from there? Maybe you don't have this problem, but that does not mean that it doesn't exist. I don't need no excuse for anything. I am just using a known and functional workaround to get past a problem that I cannot solve in any other acceptable way. (If you had to bear the same problems with this as I had to, I bet you wouldn't suggest me to wait for 3 minutes every time this error occures.)booger wrote:Thats the lamest excuse for changing cdkeys ive ever heard.It isnt the key itself,its pb's server causing the problem.
Any decnt batch/sh file could do the same thing.
On servers that dont run etpro,often times there is a shrubbot,I don't know how many time I've had to reset levels because some schmuck deleted his etkey.Same goes for admin mod.
If we could direct all the energy out of these discussions into the right direction (to Evenbalance), it would be the better way imho.
Sl, Tinti
Note that leks post confrims that geting a new key is an alternate workaround.[pH*Deus] wrote:Lekdevil.NL wrote:The exact cause of this problem is rather complex and will take a long post to describe (which I will do when I've got the time).
The short version is: under certain circumstances (that is the long story), the PB GUID Auth server will tell the ET server you're connecting to that it has not received your CD key yet. That bit of false information is then cached on the ET server for 3 minutes. During that time, all your reconnect attempts (at least when using the same CD key) will fail.
The easiest course of action when getting that "Valid CD Key..." message is to wait for 3 minutes, and then reconnect.
If you wait 3 minutes, and get the error again, you are stuck waiting another 3 etc...
send lawyers, guns and money
i allmost did, but i got lazy and had a batch file do itgloowa wrote:Nope, i got "Valid cdkey id not blahblah blah..." error about 3, 4 times a day, so...[pH*Deus] wrote:btw deleting ur etkey is a fucking stupid thing!
There is no need to do it unless you are banned for cheating!
I already written my own aplication witch dels etkey on evry ET start...
i'd personally just use his program (i just formatted my pc last night... and didn't back up... but it was essentially this:
i saved that as a bat file and created a shortcut to it on my desktop, then i'd run it, next i'd start ASE
Code: Select all
cd c:\program files\wolfenstein - enemy territory\etmain\
del etkey
gotenks wrote:i'd personally just use his program (i just formatted my pc last night... and didn't back up... but it was essentially this:i saved that as a bat file and created a shortcut to it on my desktop, then i'd run it, next i'd start ASECode: Select all
cd c:\program files\wolfenstein - enemy territory\etmain\ del etkey
Code: Select all
del etmain\etkey
ET.exe %*
%* passes all the ASE perameters to the game on launch (mod, ip, etc).
- Tintifax_x
- Posts: 25
- Joined: Tue Apr 26, 2005 6:19 am
- Location: Austria
Another point, if you are still getting the guid problem, open a support ticket with evenbalance. If enough people do this, maybe they will actually fix it :/
Keeping a copy of your 'main' etkey is a good idea if you play in leagues (although TWL at least has dropped GUID checking until this is fixed)
Keeping a copy of your 'main' etkey is a good idea if you play in leagues (although TWL at least has dropped GUID checking until this is fixed)
send lawyers, guns and money
I am a n00b and don't know much about codes... but you would be a legend if you could actually make such a program for me...ouroboro wrote:gotenks wrote:i'd personally just use his program (i just formatted my pc last night... and didn't back up... but it was essentially this:i saved that as a bat file and created a shortcut to it on my desktop, then i'd run it, next i'd start ASECode: Select all
cd c:\program files\wolfenstein - enemy territory\etmain\ del etkey
put ET.bat in the same dir as ET.exe then set ASE to launch the BAT instead of the EXE.Code: Select all
del etmain\etkey ET.exe %*
%* passes all the ASE perameters to the game on launch (mod, ip, etc).
PS: I might even consider having your babies...
huh? if you mean me, it's just like i said...fuego wrote:I am a n00b and don't know much about codes... but you would be a legend if you could actually make such a program for me...ouroboro wrote:gotenks wrote:i'd personally just use his program (i just formatted my pc last night... and didn't back up... but it was essentially this:i saved that as a bat file and created a shortcut to it on my desktop, then i'd run it, next i'd start ASECode: Select all
cd c:\program files\wolfenstein - enemy territory\etmain\ del etkey
put ET.bat in the same dir as ET.exe then set ASE to launch the BAT instead of the EXE.Code: Select all
del etmain\etkey ET.exe %*
%* passes all the ASE perameters to the game on launch (mod, ip, etc).
PS: I might even consider having your babies...
open notepad
paste in what i said
save it as "ET.bat" - be sure it's not et.bat.txt (turn on file extentions)
put et.bat in the same folder as et.exe
configure all seeing eye to run et.bat instead of et.exe
you can get REALLY complicated with the batch files you have ASE launch. i once had quite an elaborate setup for detecting the etmain version, swapping out the files to update my game to that version, with menus for if it was etpro, if i was watching a demo, if i wanted to use an eye-candy config, etc etc etc. and it'd prompt me if i was pubbing or in a match, and perform different tasks depending. it got pretty anal so i deleted all of it and am now a "bleeding edge etpro" purist
google DOS