Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with '-console' on nvidia 390 driver #42

Open
SanyaSho opened this issue Mar 19, 2023 · 2 comments
Open

Crash with '-console' on nvidia 390 driver #42

SanyaSho opened this issue Mar 19, 2023 · 2 comments

Comments

@SanyaSho
Copy link

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

@nn-firc
Copy link

nn-firc commented Mar 25, 2023

so, Nvidia fuck you.

@yungDoom
Copy link

yungDoom commented Feb 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants