• 0 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle














  • But this is not a problem with Linux, really. There are many multiplayer and using some king of anti-cheat system games that work perfectly fine. The developer of this one simply didn’t care (or didn’t want for whatever reason) for the game to run on Linux in any form, so it’s not working. Sometimes you get lucky and Wine can run a game like this but this is not the real solution. If developer wants it to run on Mac, they create a Mac build, they want it to run on older Windows, they probably have to prepare separate build for older Windows, they want it to run on consoles, they create builds for the consoles they want it to run. Linux/Proton/Wine build seems to be missing





  • This won’t be the most exhaustive rundown you could get but since the question is already 14h old, something is better than nothing.

    Yes, this is the first game of this studio (or first they came up with themselves). I think the main selling point of the game is that it’s based on a work of Stanisław Lem - writer of science fiction and essays on various subjects, including philosophy, futurology.
    I think they even have some sort of exclusivity that in the closest future only they have the rights to publish games officially tied to his works


  • I don’t think that’s a solution, unless one of these installs out of the box some other version of a driver or module. And all three are rather using older versions. Maybe Mint could be a little bit more up to date.

    I would propose: execute steam with PRESSURE_VESSEL_SHELL=instead (PRESSURE_VESSEL_SHELL=instead steam in a terminal or launcher where you type what to execute) and once you have xterm run the game with "$@" > $HOME/tmp/sniper.log 2>&1. That will redirect the output from the process to the file which you can use after reboot to search what is the problem you are having. If there’s not much inside, retry with export WINEDEBUG=+all; "$@" > > $HOME/tmp/sniper.log 2>&1. The latter will run very, very slowly but should print debug of everything that happens in proton