Kisak-Strike icon indicating copy to clipboard operation
Kisak-Strike copied to clipboard

Crash with '-console' on nvidia 390 driver

Open SanyaSho opened this issue 2 years ago • 2 comments

crash_with_console.log but if i start game without '-console' then it works fine

SanyaSho avatar Mar 19 '23 07:03 SanyaSho

so, Nvidia fuck you.

nn-firc avatar Mar 25 '23 05:03 nn-firc

Method 1

Remote

Go over to: /home/<name>/.steam/steam/userdata/<your id>/730/remote/cfg

If you're using Goldberg, you should go to: /home/<name>/.local/share/Goldberg SteamEmu Saves/730/remote/cfg

Open config.cfg and add con_enable "1" parameter.

Local

Go over to: /home/<name>/.steam/steam/userdata/<your id>/730/local/cfg

If you're using Goldberg, you should go to: /home/<name>/.local/share/Goldberg SteamEmu Saves/730/local/cfg

Open config.cfg and add con_enable "1" parameter.

Method 2 (HARD)

If you have a issue that if you use -console parameter and you get a crash, you can fix it by trying these steps:

Install these dependencies/packages before continuing:

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade

If you want to delete the ppa's you can do this by just downloading this package:

sudo apt install ppa-purge

And type this to the terminal:
sudo ppa-purge ppa:kisak/kisak-mesa

Then you can continue following the steps.
  1. Install xserver-xorg-video-nouveau driver.
  2. Restart PC
  3. Enter the csgo with -console parameter
  4. open console and type con_enable 1
  5. Close the game
  6. Install Latest NVIDIA/AMD or Intel Driver
  7. Restart PC
  8. Enter the game without -console parameter
  9. Open console and done.

swaglesh avatar Feb 15 '24 13:02 swaglesh