Home
Website Navigation
News
Forum
FAQs
Links
Shop
Server Navigation
Join Public Server
Join GunGame Server
Join Match Server
Stats
Map List
Matches Navigation
Clan Members
Watch Match TV
Shoutbox
Latest Message: 1 day, 3 hours ago
  • [KM]Alarm : We should have a poll of what games we play online. so peopole can meet up on other servers.
  • MaximusAlex : if i have the inclination i play COD4, vastly superior to CSS
  • MaximusAlex : no idea
  • Iceman : whats everyone playing nowadays, and dont say TF2 i dont like it
  • Iceman : suppose CSS is old news now sad.png
  • MaximusAlex : I left ages ago. Suppose it's lack of enthusiastic members
  • Iceman : any reason?
  • Iceman : that's damn sad news
  • Iceman : yeah I'm cool, finished uni so was gonna start playing CSS again
  • MaximusAlex : You alright Ice?
Please Login to shout..
Login
Birthdays
Pike1976 32 TODAY!
Scouse 2 tomorrow
WASP103 25 in 2 days
Stormers 2 in 3 days
OBV Griffin 1 in 4 days
Neko_Baron 21 in 4 days
ROOKIE 38 in 8 days
Epik 2 in 8 days
ROADKILL 102 in 9 days
hudson 25 in 11 days
Whos Online
[KM-P]MRDH
Bowz3R
zatoichi
Newsflash
Add the [KM] servers to your Favorites!
CSS SERVER: css.clan-km.com
Click here to join!
TEAMSPEAK SERVER: ts.clan-km.com
Click here to Join
 
Shop open
Latest Posts
Killer Mongoose  


Annoying Problem with games exiting
By: Vietcong Christmas Date: 12/02/2007 18:21
  Status:
Expert Boarder

Posts: 306
graphgraph
Haloo, you may remember that I was having problems with my computer a bit back, well it all went tits up and I ended up with a reformat.

Everything has since been fine, but I have one annoying problem. Every about 15 minutes, a program pops up on the taskbar, and then almost straight away disapears again. I cant tell what program it relates to as its symbol is the same white box you get when something is not responding. I assume its something that updates itself, but it still does it offline.
Virus scanner is up to date, and spybot checks have been done.

The problem is that with games this causes a second or so stutter in the case of CS, or at worst with other games, they minimise, leaving me back at desktop, which is quite annoying.

Is there any way of descovering what program it is causing this problem? Cheers.
The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: Commanche Date: 12/02/2007 18:24
  Status:
Platinum Boarder

Posts: 1430
graphgraph
Try running cs in a window for a bit. You'll play atrociously like that but you should be able to read the pop-up thingy.

Either that or you are getting owned by msm
The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: Vietcong Christmas Date: 12/02/2007 18:54
  Status:
Expert Boarder

Posts: 306
graphgraph
You cant read it though, it has no writing in it. I have suspiscions that its something to do with my printer, HP is pretty bad in terms of software.
The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: [KM]ShadowDog Date: 12/02/2007 18:59
  Status:
Admin

Posts: 3516
graphgraph
does this happen when you are in TS?

see if its when you hit CAPS lock, i get it too, i think its from Avast.. but im not sure.. and i should work out how to turn it off, if anyone knows pls post.
The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: [KM] + FROG + Date: 12/02/2007 19:07
  Status:
Admin

Posts: 4721
graph
i run avast, no probs here?

it may be the avast updater, it does have a systray icon. - maybe turn update notifications off?

does VC even run avast?...

any program that "steals focus" from cs will crash it.
its not the programs fault, its css/source.
the engine/valve? crashes (without error) when it regains focus.

if you minimize css then maximize it again, you can re-produce the same effect.

lots of applications will create icons and popups in the systray, WGA, Program Updates (avast, etc), XP system messages (low disk space, etc)...

The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: Vietcong Christmas Date: 12/02/2007 22:15
  Status:
Expert Boarder

Posts: 306
graphgraph
Na dont have avast.

Its not such a big prob in CS, its more annoying in a car game when your half way round the lap then boom im back at desktop. I know its harmless, just annoying that its causing games to minimise.
The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: [KM] + FROG + Date: 12/02/2007 22:22
  Status:
Admin

Posts: 4721
graph
run scans with:

- spybot S&D
- Ad-Aware
- spyware Dr (dont buy it, just scan)

and see what it finds...
make sure you update them all...

not sure which antivirus you have...?
but i would say avast is prob the best free one out there atm

The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: [KM]Corpse Date: 12/02/2007 22:40
  Status:
Platinum Boarder

Posts: 1241
graphgraph
[KM] + FROG + wrote:

any program that "steals focus" from cs will crash it.
its not the programs fault, its css/source.
the engine/valve? crashes (without error) when it regains focus.

if you minimize css then maximize it again, you can re-produce the same effect.


Not true, the issue is RAM. If you end up putting any of the memory being used by source onto the hard disk swap then it will crash. If you have 2GB of ram it will tab out nicely.
The administrator has disabled public write access.

Re:Annoying Problem with games exiting
By: [KM] + FROG + Date: 13/02/2007 00:20
  Status:
Admin

Posts: 4721
graph
nope

i have 2.5gb of ram, and i have no swap file to be overwritten...

(when a program needs memory, windows will give it to the program - but it will give it free memory. the only time you can have memory problems is when you are writing/reading directly to/from memory - this is done a lot in c, which is what css is written in - but any problems there and its valve's call)

when the game has no/lost focus valve have implamented a procedure to slash the FPS and therefor free the CPU usage as your not playing game... (tbh im not sure about that... but it does happen valve or not)

i think they do this because when you alt+tab windows does not minimize the window and therefore does not change the process/thread prioritys (at OS/Kernel level) in the same way.

min and maxing a window is a lot diferent to just alt+tabbing it and bringing another window into focus

when you minimize a window in windows (/sigh) it dumps all the un-needed memory and also cuts the CPU priority.... thinking about it, that probably is what crashes it .. . . . . . ?

if that is whats crashing it then its

1) nothing to do with hardware
2) part of windows!

tbh you should explain your last post some more

The administrator has disabled public write access.