Is correct report bugs errors if using WINE staging ?

Questions about Wine on Linux
Locked
aug
Level 3
Level 3
Posts: 75
Joined: Sat Oct 30, 2021 4:21 am

Is correct report bugs errors if using WINE staging ?

Post by aug »

Hello.

Is correct report bug when using WINE staging ?
That version is develepment test not being the same as stable and dev versions.

Thanks for reply.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Is correct report bugs errors if using WINE staging ?

Post by jkfloris »

Yes, errors may also be reported with Wine-staging. However, it is recommended to check whether the error also occurs with Wine-devel. This allows the developers to determine whether the error is in Wine or in one of the staging patches.

By the way, the versions of Wine-devel and Wine-staging are the same.

Code: Select all

/opt/wine-devel/bin/wine --version
wine-7.19
/opt/wine-staging/bin/wine --version
wine-7.19 (Staging)
aug
Level 3
Level 3
Posts: 75
Joined: Sat Oct 30, 2021 4:21 am

Re: Is correct report bugs errors if using WINE staging ?

Post by aug »

Thanks.
Locked