this post was submitted on 27 Nov 2023
9 points (100.0% liked)

Linux Gaming

15243 readers
154 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

I'm attempting to run Spellforce 2, Shadow Wars from the CD's, but running into some issues.

It installed nicely enough using lutris and wine. When I attempt to run the game, however, I get the following in t the log:

wine: RLIMIT_NICE is <=20, unable to use setpriorty safely
Initial process has exited (return code: 0)
All processes have quit

Not sure where to go from here. I notice it's available as part of a package of other Spellforce games from Steam, though not quite sure how they're pulling it off.

Any pointer is useful.

Thanks in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] angrymouse@lemmy.world 3 points 11 months ago* (last edited 11 months ago) (1 children)

You can check if there is any dependency in the lutris version that you may have to install too.
https://lutris.net/games/spellforce-2-shadow-wars/
You also can run your program using a verboser method since the returned code 0 means the program had run successfully so it's tricky https://wiki.winehq.org/Debug_Channels

[–] undrwater@lemmy.world 1 points 11 months ago

Thanks! Increasing verbosity should be useful.

I'll post back when i try that.