Getting started with Wine
Having only a few 32-bit Windows applications, I installed wine-32bit in TW. But whatever I try with wine, I get these errors: $ wine ./<program>.exe err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/locale.nls err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/l_intl.nls wine: could not exec wineserver Has anybody succeeded in getting wine to work in TW?
W dniu 21.07.2022 o 12:08, Siard pisze:
Having only a few 32-bit Windows applications, I installed wine-32bit in TW. But whatever I try with wine, I get these errors:
$ wine ./<program>.exe err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/locale.nls err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/l_intl.nls wine: could not exec wineserver
Has anybody succeeded in getting wine to work in TW?
rpm -q -f /usr/share/wine/nls/ wine-7.13-1.1.x86_64
Looks like you need the base "wine" package as well.
On Thu, 21 Jul 2022 12:21 +0200, Adam Mizerski wrote:
W dniu 21.07.2022 o 12:08, Siard pisze:
Having only a few 32-bit Windows applications, I installed wine-32bit in TW. But whatever I try with wine, I get these errors:
$ wine ./<program>.exe err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/locale.nls err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/l_intl.nls wine: could not exec wineserver
Has anybody succeeded in getting wine to work in TW?
rpm -q -f /usr/share/wine/nls/ wine-7.13-1.1.x86_64
Looks like you need the base "wine" package as well.
Indeed! It works now. Thanks a lot!
On Thu, Jul 21, 2022 at 12:21:23PM +0200, Adam Mizerski wrote:
W dniu 21.07.2022 o 12:08, Siard pisze:
Having only a few 32-bit Windows applications, I installed wine-32bit in TW. But whatever I try with wine, I get these errors:
$ wine ./<program>.exe err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/locale.nls err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/l_intl.nls wine: could not exec wineserver
Has anybody succeeded in getting wine to work in TW?
rpm -q -f /usr/share/wine/nls/ wine-7.13-1.1.x86_64
Looks like you need the base "wine" package as well.
Yes, they need to be installed in parallel. wine-32bit is just the 32bit runtime part. Ciao, Marcus
On Thu, 21 Jul 2022 13:14 +0200, Marcus Meissner wrote:
On Thu, Jul 21, 2022 at 12:21:23PM +0200, Adam Mizerski wrote:
W dniu 21.07.2022 o 12:08, Siard pisze:
Having only a few 32-bit Windows applications, I installed wine-32bit in TW. But whatever I try with wine, I get these errors:
$ wine ./<program>.exe err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/locale.nls err:environ:read_nls_file failed to load /usr/bin/../share/wine/nls/l_intl.nls wine: could not exec wineserver
Has anybody succeeded in getting wine to work in TW?
rpm -q -f /usr/share/wine/nls/ wine-7.13-1.1.x86_64
Looks like you need the base "wine" package as well.
Yes, they need to be installed in parallel.
wine-32bit is just the 32bit runtime part.
Looks like 'wine' should have been a required package for wine-32bit.
participants (3)
-
Adam Mizerski
-
Marcus Meissner
-
Siard