Hey y’all, I just got Cyberpunk for the first time and started playing it. The game plays fine – no issues at all while in the game – but whenever I close it out, then the game goes away, I can see my desktop again, but now no mouse clicks or keyboard typing does anything. I am effectively locked out of using my PC until I hold the power button for ten seconds to reboot.

This has happened all 3 times I’ve played this game but never happens with any other game. I searched online and tried verifying my game files in Steam, but the problem still happens.

My PC:
Unbuntu 22.04
AMD Ryzen 5
16 GB RAM
Nvidia RTX3060 - nvidia-driver-535
Steam with the native game, no mods, using these launch options:
–intro-skip --launcher-skip -skipStartScreen

Thanks for any ideas, let me know what else you might like to know.

UPDATE: It seems to have helped to enable the Compatibility mode for the game with Proton 8.0-5. Now when I exit, the game shuts down normally. Once I realized I was running a Windows game without forcing compatibility mode, this seemed like the right thing to do. But I don’t get how the game was playable at all without doing that. Most (all?) other games I’ve played on Ubuntu yet required me to enable the compatibility with Proton before they would even install. In any case, thanks all. I learned a few new tricks.

  • fakeman_pretendname
    link
    fedilink
    arrow-up
    6
    ·
    3 months ago

    For trying to get back into your computer, as squid_slime mentioned, check the CTRL+ALT+F1, CTRL+ALT +F234567 etc first, and see if you’ve still got any control over the computer.

    If you get a terminal, you may be able to run “top” to show you the top processes currently running, then CTRL+C to close top, look at the ID of Cyberpunk (if it’s still running) i.e. 12345, then run “kill 12345”.

    After that you may be able to get back to your desktop - may be CTRL+ALT+F7, but could be any of the F keys really. You may have to go back and kill some other wine/steam processes. If the system is fully frozen, this won’t work.

    The other thing to look at is to see what the logs say - I can’t remember if Ubuntu includes a log viewer by default these days, but you can easily get one from your Software Centre (or you can rummage around in var/log if you’re into that kind of thing).

    Anyway, in a GUI log viewer, you should be able to see some system logs from when the program was shut down (a drop down menu at the top normally lets you select a time period) - these may help for searching i.e. “why has my Nvidia driver fallen off a bus?” rather than “Cyberpunk crashes my computer when it closes” - because the same error will have probably happened with other programs you’re not familiar with.

    Also, when I’ve had these crash-on-close in the past, it was quite often an NVidia thing, and it sorted itself out a few updates later.

    • perishthethought@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 months ago

      Super helpful - thanks! I did not know about that Ctrl-Alt-F* thing so I will try that out ASAP. You also gave me the idea of running ‘top’ in a terminal before I start the game, so it will be there running when I exit too. Hopefully this will help get this resolved, so much appreciated.