Counter-Strike 2

Counter-Strike 2

View Stats:
pb Oct 23, 2018 @ 1:35am
Anyone know how to fix mini freeze lag?!
I have a problem that I get mini freeze lag when I am in a combat, the game freezes for 0.5sec and that is usually enough to get me killed. It happens maybe 2-3 times per game and it is very frustrating. I really need to solve this. All my drivers are up to date.

Specs: i5 7400 3ghz
GTX 1060 3gb
8gb ram

I play on low settings 1024 with black bars.

Thanks in advance!
Last edited by pb; Oct 23, 2018 @ 1:36am
< >
Showing 1-14 of 14 comments
-x9 Oct 23, 2018 @ 1:48am 
It's an extremely common problem that I actually spent 2 years diagnosing, and I actually narrowed the cause down to only 2 possibilities, since I've literally seen both be the cause.

The first is an issue with the way CSGO is programmed and how it attempts to utilize cores and threads, in combination with Windows 10. If you have Windows 7 or earlier, you probably don't need to worry about this issue, because windows 7 did not query home base for so much info. CSGO tends to utilize the first 2 cores of CPU, regardless of how much usage is stacked on those 2 cores, versus how much availability other cores have. It's poor optimization. What you can do, is when you launch CSGO, open your task manager, find the process "csgo.exe", right click, and find the option called "Set Affinity". This allows you to restrict CSGO to only use certain cores on the CPU. The best option here is to force CSGO to NEVER EVER use core 0. Core 0 is the first core windows 10 slams with operations when updates or background network traffic start happening, and often, the spike although it only lasts for less than a second, even half a second in csgo feels like an eternity. You may even notice a small sound loop when the mini freeze happens. Either way, change CSGO to never use core 0, and the problem usually subsides significantly, if not entirely. Keep in mind, there's no way to force CSGO to remember this setting, so EVERY single time you launch the game, you have to do it again.

In the event that it does NOT subside after doing so, it can also very easily be the fault of a dying hard drive, or a catalyst to a malfunctioning hard drive (aka dying PSU).

The problem was SO incredibly widespread about 2 years ago, that I ended up spending over 400 hours doing research, and testing on over 20 different machines both desktops and laptops alike (I own a computer company) with different configurations to make sure I was finding the right answers. It was ESPECIALLY prominent on FX Series AMD processors because of their lack of multi-threading, and when core 0 got hit with more load, it could freeze CSGO for as long as 3 whole seconds before coming out of the audio loop.

Ultimately, it boils down to bad coding, but do your best to combat it by giving CSGO it's own exclusive cores to play with, and making sure your gear is in good shape.
pb Oct 23, 2018 @ 1:53am 
Originally posted by -x9:
It's an extremely common problem that I actually spent 2 years diagnosing, and I actually narrowed the cause down to only 2 possibilities, since I've literally seen both be the cause.

The first is an issue with the way CSGO is programmed and how it attempts to utilize cores and threads, in combination with Windows 10. If you have Windows 7 or earlier, you probably don't need to worry about this issue, because windows 7 did not query home base for so much info. CSGO tends to utilize the first 2 cores of CPU, regardless of how much usage is stacked on those 2 cores, versus how much availability other cores have. It's poor optimization. What you can do, is when you launch CSGO, open your task manager, find the process "csgo.exe", right click, and find the option called "Set Affinity". This allows you to restrict CSGO to only use certain cores on the CPU. The best option here is to force CSGO to NEVER EVER use core 0. Core 0 is the first core windows 10 slams with operations when updates or background network traffic start happening, and often, the spike although it only lasts for less than a second, even half a second in csgo feels like an eternity. You may even notice a small sound loop when the mini freeze happens. Either way, change CSGO to never use core 0, and the problem usually subsides significantly, if not entirely. Keep in mind, there's no way to force CSGO to remember this setting, so EVERY single time you launch the game, you have to do it again.

In the event that it does NOT subside after doing so, it can also very easily be the fault of a dying hard drive, or a catalyst to a malfunctioning hard drive (aka dying PSU).

The problem was SO incredibly widespread about 2 years ago, that I ended up spending over 400 hours doing research, and testing on over 20 different machines both desktops and laptops alike (I own a computer company) with different configurations to make sure I was finding the right answers. It was ESPECIALLY prominent on FX Series AMD processors because of their lack of multi-threading, and when core 0 got hit with more load, it could freeze CSGO for as long as 3 whole seconds before coming out of the audio loop.

Ultimately, it boils down to bad coding, but do your best to combat it by giving CSGO it's own exclusive cores to play with, and making sure your gear is in good shape.

I will try your suggestion, thanks. I've read that some people say I should put -threads 4 in my launch options because my CPU uses 4 threads, you know anything about it? That did not fix my problem though.
THESMF1210 Oct 23, 2018 @ 2:01am 
my friend had same, he checked logs on his pc and found things pointing to a hardware conflict, it was still same with all his overclocking off, he has since treated himself to a new 1080ti and hasnt seen the issue since, pointing to an issue developing on his 980
the_jACK_Ripper Oct 23, 2018 @ 3:09am 
Originally posted by -x9:
It's an extremely common problem that I actually spent 2 years diagnosing, and I actually narrowed the cause down to only 2 possibilities, since I've literally seen both be the cause.
idk how common it is, and i am certainly of the school of thought that says the core 0 thinking is really nonsense... maybe it is core parking, but if you want csgo to start without core 0 and you have a 12 thread (6 core) processor

make a small NON-ADMIN batch file and put this in it

Originally posted by small_non_admin.bat:
"C:\Windows\System32\taskkill.exe" /IM "steam.exe" /T /F
"C:\Windows\System32\cmd.exe" /c start /b /node 0 /affinity 0xffe "Steam" "C:\Program Files (x86)\Steam\Steam.exe"
"C:\Windows\System32\cmd.exe" /c start /b /node 0 /affinity 0xffe "CSGO" "steam://rungameid/730/"
-x9 Oct 23, 2018 @ 3:13am 
-threads launch option only tells the game to utilize 4 threads, which i believe is more than the max csgo can use anyways.

by default it uses 3 threads. You can manually command it to use more threads but this has a negative effect and makes the game more instable than it helps.

-x9 Oct 23, 2018 @ 3:15am 
Originally posted by the_jACK_Ripper:
Originally posted by -x9:
It's an extremely common problem that I actually spent 2 years diagnosing, and I actually narrowed the cause down to only 2 possibilities, since I've literally seen both be the cause.
idk how common it is, and i am certainly of the school of thought that says the core 0 thinking is really nonsense... maybe it is core parking, but if you want csgo to start without core 0 and you have a 12 thread (6 core) processor

make a small NON-ADMIN batch file and put this in it

Originally posted by small_non_admin.bat:
"C:\Windows\System32\taskkill.exe" /IM "steam.exe" /T /F
"C:\Windows\System32\cmd.exe" /c start /b /node 0 /affinity 0xffe "Steam" "C:\Program Files (x86)\Steam\Steam.exe"
"C:\Windows\System32\cmd.exe" /c start /b /node 0 /affinity 0xffe "CSGO" "steam://rungameid/730/"

It is not a core parking effect, I've tested that already with a core parking program. There's a program that forces all cores to remain unparked. That never fixes it. Only my suggestion ever did, and I've had countless forum users have it work wonders for them, specifically with the FX cpu's because of how frail they are.

Also, as far as how common it is, it's called "Micro Stutter" and there's literally THOUSANDS of forum posts about it.
-x9 Oct 23, 2018 @ 3:20am 
You have no idea how long I chased and diagnosed this. You are wrong. I proved it with timings using core monitors, and video recording from an external camera watching my CPU usage, GPU usage, temps, voltages to check for VDroops, and game screen to see WHEN the micro-stutters occur. In almost every instance a micro-stutther occurs, core 0 hits between 95-100% for a very brief moment. It locks up the core, and since it has to then offload onto another core, the game hits a very brief micro-stutter. It feels like hell in game, but in reality it usually doesn't last more than half a second.

SOLO Oct 23, 2018 @ 5:38am 
I have the same problem. It start happend 2 days ago, until now i still cant figure it out. This thing never happend to me before.


p:s never changed and tweak anything to my hardware and software.
Last edited by SOLO; Oct 23, 2018 @ 5:40am
the_jACK_Ripper Oct 23, 2018 @ 6:45am 
geez guy.... all i was doing was telling you how to always start csgo without core 0 enabled

also there is a simple control panel setting that sets min parked cores

https://i.imgur.com/yde2nAG.jpg
SOLO Oct 23, 2018 @ 7:12am 
Originally posted by the_jACK_Ripper:
geez guy.... all i was doing was telling you how to always start csgo without core 0 enabled

also there is a simple control panel setting that sets min parked cores

https://i.imgur.com/yde2nAG.jpg


Minimum processort state 0% or 100%? right now im at 0%
Rustmeister Oct 23, 2018 @ 7:42am 
South East Asian/Singapore servers have been having bad lag/packet loss lately. Do you play on these servers?
the_jACK_Ripper Oct 23, 2018 @ 8:01am 
Originally posted by orange:
Originally posted by the_jACK_Ripper:
geez guy.... all i was doing was telling you how to always start csgo without core 0 enabled

also there is a simple control panel setting that sets min parked cores

https://i.imgur.com/yde2nAG.jpg


Minimum processort state 0% or 100%? right now im at 0%


tbth i wouldnt mess with any of that stuff... if you follow the school of thought that core 0 has windows calls that interferes with the csgo, then by all means you can remove that...

I wouldnt mes with any of the power settings for the cpus except for the over arching balanced/high performance/power saving selection...

truth be told i had to enable those additional settings for the parked and unparked cores, but honestly something as generic as a micro stutter or lag could be so many things for so many different people that to just generalize what it is is really not doing anyone any justice...

microstutter could easily be equated to:

1) network overload (ie to many people on your houses wifi, valves servers just sucking, you trying to stream or watch youtube while you game... etc etc)
2) mouse input issues...
3) driver issues....
4) some secondary program running in the background that is doing something...

there really is way to many things that could be the culprit and all i jumped into this thread for was to post how to automate the start up of csgo without the 0 core enabled....

also you really have to watch what settings you flip switches on, because there are sooooo many switches to flip that you may actually make your situation worse, or fix the original problem but have flipped so many configs that it still feels broken...

for instance... i have multiple gateway routers due to upgrades and other circumstances, and my wrt3200acm which is supposedly a more endowed linksys router than my wrt1900ac, the 3200 causes me such wierd lag that i can barely hit anything, but when i utilize my wrt1900ac the wierd lag goes away. I equate this to the 1900 having a fan that i can max out and keep the board cool, and the 3200 doesnt...
pb Oct 23, 2018 @ 8:08am 
Originally posted by Maybe ok:
South East Asian/Singapore servers have been having bad lag/packet loss lately. Do you play on these servers?
I play on EU servers.
the_jACK_Ripper Oct 23, 2018 @ 8:46am 
for instance i just played with core 0 disabled for a good few rounds and most if not all of my shots were off then i enabled all the cores and i started making shots again....

idk
< >
Showing 1-14 of 14 comments
Per page: 1530 50

Date Posted: Oct 23, 2018 @ 1:35am
Posts: 13