"Operation not permitted"

Questions about Wine on Linux
Locked
amivaleo
Newbie
Newbie
Posts: 4
Joined: Wed Sep 25, 2019 2:34 am

"Operation not permitted"

Post by amivaleo »

Hi!

I've just installed winehq-stable, version 8, on my Fedora 37.
I tried to run winecfg but I get this:

Code: Select all

$ winecfg
/opt/wine-stable/bin/wine: error while loading shared libraries: libc.so.6: cannot create shared object descriptor: Operation not permitted
If I give the same command adding sudo, it works but it configure the root folders, not the one in my account.

Any help please? :(
amivaleo
Newbie
Newbie
Posts: 4
Joined: Wed Sep 25, 2019 2:34 am

Re: "Operation not permitted"

Post by amivaleo »

I found out a solution.

If I comment out this

Code: Select all

ulimit -s unlimited
in my .bashrc, it works.

Why?
I've just discovered this by googleing. Why is that the issue?
Locked