• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CS:S Extreme HD Stuttering

PrayForDeath

Diamond Member
Lately, when I play CS:S online for more than an hour the HD suddenly starts loading and swapping constantly and the game becomes extremely choppy. The only way to stop that is to quit to desktop then restart the game. I can't find a reason for that. I am running on 16x12 max details. And as I said it runs smooth for about an hour before this problem appears. I am using the XG7.84 drivers and I have 1Gb of DDR400. Any ideas?
Thanks
 
The only thing I can think is that your running out of memory. Seeing as how you have 1GB, and I do too, I could only guess one thing: background apps. Try turning off any AV or firewall apps when playing, and see if that helps. Also, I would scan for viruses, and spyware, as well as defrag. See if this helps.
 
If that doesn't help, then start playing with some different drivers and settings. I'm currently using the XG 76.10 drivers, and have yet had a problem with them (though I've only been using them for a couple hours, so take it with a grain of salt 😉 ).
 
A memory leak is ... [must resist temptation to post jokes]... when a program terminates and fails to release the memory it was using. If that happens continuously, you will eventually run out of memory, have other programs crash, etc. I think xp is better at dealing with it than 9x, but I doubt it's 100% fixed.
 
Originally posted by: munky
A memory leak is ... [must resist temptation to post jokes]... when a program terminates and fails to release the memory it was using. If that happens continuously, you will eventually run out of memory, have other programs crash, etc. I think xp is better at dealing with it than 9x, but I doubt it's 100% fixed.

You're talking about two different problems here. "Memory leak" is a poor choice of terms, since people who aren't programmers tend to use it to refer to multiple issues surrounding memory allocation/deallocation.

A "memory leak", technically, is a problem with a program where it allocates memory but never deallocates/releases it. If you look at a program like this with Task Manager, you'll see its memory usage gradually climb over time until it exhausts the resources of the system (at which point it will crash, since it will be unable to allocate any more memory). Obviously, performance will tank long before that, since it will start thrashing into virtual memory on the hard drive once it exhausts the physical RAM.

A second, related problem is that in Win9X, if a program crashes, any "leaked" memory it had allocated was never freed and returned for the OS to use. This would cause your entire system to gradually run out of RAM and become horribly unstable (one of the big reasons that Win9X needed to be rebooted every now and then). WinNT/XP/2K do *not* have this problem, so terminating and restarting a program that is leaking memory will fix it (at least temporarily). This is not technically a "memory leak" (since the allocated memory was already lost), but people refer to it by the same name sometimes, which is of course horribly confusing.

If CS:S/HL2 is leaking RAM on your system, you should file a bug report with Valve. If you look at the "performance" tab in Task Manager, your memory usage should stay more or less constant over time. If it slowly grows as you play, this is almost certainly a bug in the game engine.
 
Originally posted by: PrayForDeath
Wow, great explanation Matthias! How do I file a report if the program is not crashing?

I'd check out the developer/publisher's website (www.valve.com/www.sierra.com, respectively); you should contact tech support if you can't find anywhere else to report a bug.

If they have an official forum for the game, they probably have a tech support/bug section there. That would also be a good place to post something like this (if you are reasonably sure it's a problem with the game).

I should note that it's also *possible* the bug is not in the game itself, but in the video drivers (or other hardware drivers), or due to a bug in Windows. But I'd still tell Valve about it, since they should be able to track it down if enough people are having the same problem.
 
Wow, I just found out that am having the same thing with KotOR 2!! I'll try the 76.10. My HD was defragged a week ago. And I have Steam and Avast running in the background.
 
Back
Top