Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

wineserver.rules give error due fifo scheduler #405

Open
MR-Diamond opened this issue Jun 7, 2021 · 2 comments
Open

wineserver.rules give error due fifo scheduler #405

MR-Diamond opened this issue Jun 7, 2021 · 2 comments

Comments

@MR-Diamond
Copy link

Every time that I run Wine (and so winseserver.exe is executed), I got:

[info] wineserver(996752)
[error] set_sched: Unknown error, errno is Invalid argument(22)
[error] set_sched: Error info: sched_name: fifo, pid: 996752

Such rule is /etc/ananicy.d/00-default/wineserver.rules
Which contains { "name": "wineserver", "nice": 19, "sched": "fifo" }

But it works, eg, by replacing fifo with rr, despite the fact that is a different scheduler (I change it just for testing); I don't know if depends to my environment; feel free to ask specific info

@MR-Diamond
Copy link
Author

More info: the fifo scheduler doesn't work for any application/process. I mean: I tried to apply fifo scheduler to others process/applications and I always get the mentioned error message.

@aviallon
Copy link

aviallon commented Jul 8, 2021

Hello @MR-Diamond, according to the log you gave, it looks like what you are referring to is Ananicy-Cpp, and not the original Ananicy.
The bug you are referring to is https://gitlab.com/ananicy-cpp/ananicy-cpp/-/issues/9, which has been fixed in version 0.5.2.1

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

No branches or pull requests

2 participants