-
-
Notifications
You must be signed in to change notification settings - Fork 170
Troubleshooting
Did you encounter any problems? Here you will find the instructions for solving them. If there isn't a solution to your problem or you found a fix, please report by contacting me.
Also, be sure it's a config related problem and isn't the user fault (ex. after changing some values).
You can always search on the entire community (Google, YouTube, Reddit etc.) for your problem and in most cases, you will find the answer.
Try to update the graphics driver to the latest version. If it is already updated or the GPU is obsolete and the drivers aren't updated anymore, uninstall all the graphics drivers and install an older version (if the problem persists, try with a version older than 1-2 years).
In some cases, this is due to mat_queue_mode "2"
which force enable the use of all cores.
- Enter the
cfg
folder and openvideo.txt
. - Search for
"setting.mat_queue_mode" "2"
and change to"setting.mat_queue_mode" "-1"
. - Enter
arminc
folder and openvideo.cfg
with a text editor. - Search for
mat_queue_mode "2"
and change the command tomat_queue_mode "-1"
. - Launch the game, enter in console:
exec autoexec.cfg
and restart the game.
In some cases, this is due to cl_forcepreload "1"
, which force enables the map resources pre-loading.
- Enter
arminc
folder and openmisc.cfg
with a text editor. - Search for
cl_forcepreload "1"
and change the command tocl_forcepreload "0"
. - Launch the game, enter in the console:
exec autoexec.cfg
and restart the game.
In most cases, this is due snd_hwcompat "0"
or its sub-modules, which enable Advanced 3D Audio Processing, run most of the sound engine in parallel and lowers the sound process time.
- Enter
arminc
folder and openaudio.cfg
with a text editor. - Search for: (try to modify 1 by 1 and not all at a time, this can be due to a sub-module and not the entire 3D Audio; modify by the list order)
-
snd_mixahead "0.025"
and modify tosnd_mixahead "0.05"
(sub-module). -
snd_mix_async "1"
and modify tosnd_mix_async "0"
(sub-module). -
snd_hwcompat "0"
and modify tosnd_hwcompat "1"
(entire system).
-
- Launch the game, enter in console:
exec autoexec.cfg
and restart the game.
Luckily, ArminC AutoExec comes with a special script which can fix on the run random glitch/bug. In order to fix them, when you are in a game, press the key P
or enter in console fixer_start'
.
Try to remove the Launch Options. Valve (employees) doesn't recommend them.
An ArminC Original Product
Steam Profile