Latest wine staging is bugged, any way to install previous version?

Questions about Wine on Linux
Locked
BeerHQ
Newbie
Newbie
Posts: 1
Joined: Wed May 27, 2020 5:32 am

Latest wine staging is bugged, any way to install previous version?

Post by BeerHQ »

The latest wine staging and development are both unusable due to a bug

Is there any way to install a previous version from the repo? I believe 5.7 was the last working
qwertymnb
Level 4
Level 4
Posts: 237
Joined: Sun Jan 17, 2016 4:36 pm

Re: Latest wine staging is bugged, any way to install previous version?

Post by qwertymnb »

For me I fixed like so:

sudo strip -x /opt/wine-staging/lib/wine/kernelbase.dll

sudo strip -x /opt/wine-staging/lib64/wine/kernelbase.dll

That way Staging worked again
Locked