HaawwK
Member
+31|6188|Bolton
ok i need help, when im playing bf2 my keys will randomly stop working, then after about 2 seconds all my keypresses will come through at once... like i will press left then right and nothing will happen and 2 seconds later it will go left then right, sometimes my ping jumps when it happens and sometimes i hear my computer make a beeping noise..

anybody had this or know how to fix it?
siimjesse
Member
+1|6067
Ye i had this...
Make a modem restart...and restart your computer...after that it should be fine.
Also don't run anyother programs while playing bf2.
Becose your RAM can't handle it!
Also close msn!
spy_sniper
Member
+0|6068
Yep when i play bf2 i always close msn and my firewall. BUt with a faster PC is is not nesseserie i think.
prototype
Member
+52|6513
your PC has too many background processes running

close everything that is non essential

also your video settings may have to be reduced
legionair
back to i-life
+336|6825|EU

I have no clue what to do. I seem to have same problem. I have reinstalled BF2, reinstalled Windows, updated drivers, close firewall, antivirus, useless aplications... nothing. It still lags even on SP. Mouse functions are ok, when I turn around, it turns around but once I start to use some buttons for moves and selecting, shooting it just refuses to act without lag. I have tried to replace keyboard, no changes at all. Although other games like COD4 are running just fine even on High.

I have 2GB RAM, ATI X1950 and settings set to almost low with 60Hz (thats all what my monitor can get). Any help???
**LiLp-DeFiNeD
Banned
+54|6357|Vancouver, BC, Canada
Here's what I do,

I set up a little batch script to automatically kill everything I don't use, here's a sample.

Code:

echo off
cls
taskkill /f /im ted.exe
taskkill /f /im ashserv.exe
taskkill /f /im ashwebsv.exe
pause
cd C:\Program Files (x86)\EA GAMES\Battlefield 2
Bf22.exe
Open up Notepad to a fresh file, and code up this script,
when done, save as FILENAME.bat doubleclick to run.


Here's a Rundown.

echo off
this part tells windows to turn off advanced reporting, so it'll show each task kill on a single line with onyl the required info.

cls
this tells it to CLear Screen to get rid of the echo off command

taskkill /f /im ted.exe

taskkill = A command that states that you want to...kill a task...

/f = Not mandatory, but basically tells the process to GTFO RIGHT NOW, so it's fast, but settings might not get saved etc, havn't had problems with it yet.

/im = Tells the command that the nexts phrase is going to be the name of a process

Optional: /t = Kills process tree, so if you have anything like Yahoo Widget engine running, it'll safely close all your widgets(they all reappear when you reopen)

So to build it, we attach all the elements just discussed.

taskkill /f /im process.exe

Where it says process.exe you would go into the task manager and figure out what the process name is, it's usually similar to the program name.


pause
forces the computer to stop and tell you to press "any key"
I use this so that i can run the first half of the script(kill all the programs) then you can just close the CMD window and it won't launch BF2, that way I can run a different game, alternatively you can just get rid of the pause and lines after that so that your script just closes the programs, then you can manually launch BF2.


cd C:\Program Files (x86)\EA GAMES\Battlefield 2

cd stands for change directory so from this point on it executes the rest of the script as if from that place, you'll get it in the next step.


Final line, BF22.exe (Should be BF2, but I renamed my file for performance)
this pertains to the previous line, since you're executing from said directory, it just launches the file.

This can be modified to go with most processes and program launches, batch is pretty simple to learn and execute and is wonderful for automating tasks.

PS. This turned into a really long guide, shall I repost a revised version in the General BF2 section and possibly sticky?

Last edited by **LiLp-DeFiNeD (2008-04-14 23:38:40)

legionair
back to i-life
+336|6825|EU

I like it, will give it a try ^^

Now I know that my problem was PB, although I have been updating it manually everytime. I deleted all the files and now I can play BF2 without any lag, SP ofcourse. Damn, that only means that I will have to reinstall BF2 again...
Shoeless_Joe
Member
+0|6150
This problem has plagued me and many others with Vista. It goes unsaid that Vista is not the best operating system for gaming but I am playing the hand I was dealt.

I have posted to numerous forums, contacted EA, and Punkbuster and no one had a cure.

After everything from defrags, firewalls, antivirus (scan, and complete removal), driver updates, total re-installation of bf2 (expansions and updates), pbsetup, pb_sleep and pb_system cfgs and everything else but the kitchen sink I came across this little nugget. [url]http://www.evga.com/forums/tm.asp?m=114384[/url]

I disabled the Superfetch service and it appears to have corrected the problem once and for all.

A more technical explanation can be found here [url]http://www.codinghorror.com/blog/archives/000688.html[/url]

I am still testing this of course as usual, and have not determined any side effects from disabling the Seuperfetch service at this time.

Board footer

Privacy Policy - © 2024 Jeff Minard