Package Details: wine-wow64 9.9-1

Git Clone URL: https://aur.archlinux.org/wine-wow64.git (read-only, click to copy)
Package Base: wine-wow64
Description: A compatibility layer for running Windows programs
Upstream URL: https://www.winehq.org
Keywords: wine winehq wow64 x64
Licenses: LGPL
Conflicts: wine
Provides: wine
Submitter: tiziodcaio
Maintainer: tiziodcaio (xiota)
Last Packager: tiziodcaio
Votes: 33
Popularity: 2.56
First Submitted: 2023-05-06 18:16 (UTC)
Last Updated: 2024-05-19 16:34 (UTC)

Required by (361)

Sources (3)

Pinned Comments

xiota commented on 2024-01-18 02:30 (UTC)

Wayland support requires setting a registry variable. See Wine 9.0 Changelog.

wine reg.exe add HKCU\\Software\\Wine\\Drivers /v Graphics /d x11,wayland

tiziodcaio commented on 2023-09-11 14:58 (UTC)

Added wine-staging-wow64, the wine-wow64 package with staging patches!

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

Bitals commented on 2024-05-18 20:22 (UTC) (edited on 2024-05-18 20:22 (UTC) by Bitals)

@EuphoricCatface I have to periodically remove the local copy and repull it in order to build a new release. Probably something inside $srcdir persists between builds when it shouldn't, but easier to just purge it from time to time than to debug IMO.

Hanabishi commented on 2024-05-15 11:32 (UTC)

Something is wrong with your makepkg configuration. Try building in a clean chroot.

EuphoricCatface commented on 2024-05-15 07:59 (UTC)

Somehow it's not building for me with error messages like this:

/usr/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld: unrecognized option '-z'
/usr/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
winegcc: /usr/bin/x86_64-w64-mingw32-gcc failed
make: *** [Makefile:3047: dlls/adsldpc/x86_64-windows/adsldpc.dll] Error 2
make: *** Waiting for unfinished jobs....
winegcc: /usr/bin/i686-w64-mingw32-gcc failed
make: *** [Makefile:3055: dlls/adsldpc/i386-windows/adsldpc.dll] Error 2
/usr/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld: unrecognized option '-z'
/usr/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
winegcc: /usr/bin/x86_64-w64-mingw32-gcc failed
make: *** [Makefile:3347: dlls/advapi32/x86_64-windows/advapi32.dll] Error 2
==> ERROR: A failure occurred in build().

I did build 9.7-1 last time and afaik I didn't change anything related to package building. What is the problem here?

Hanabishi commented on 2024-05-11 01:03 (UTC) (edited on 2024-05-11 01:06 (UTC) by Hanabishi)

The cross-compiling half is absent from this one.

Not true. You literally have --enable-archs=x86_64,i386.

The compiler flags are already applied by default by makepkg for normal builds.

No, regular flags are not applied for Windows binaries at all.

The optimization does affect this package and reduces its size in half. But do as you wish, I just suggested.

Hanabishi commented on 2024-05-11 00:38 (UTC) (edited on 2024-05-11 00:38 (UTC) by Hanabishi)

It does cross-compile both 64-bit (x86_64-windows) and 32-bit (i386-windows) binaries. Both are affected by the optimization.

Hanabishi commented on 2024-05-11 00:21 (UTC)

Probably will be good for this package to also pick up a recent optimization.

xiota commented on 2024-04-23 06:15 (UTC)

@gdebure Something is changing the build settings on your computer. Could be almost anything. Would be interested to know if you ever find it.