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.26
First Submitted: 2023-05-06 18:16 (UTC)
Last Updated: 2024-05-19 16:34 (UTC)

Dependencies (38)

Required by (367)

Sources (3)

Pinned Comments

xiota commented on 2024-05-22 12:10 (UTC) (edited on 2024-05-23 05:13 (UTC) by xiota)

This package is still relevant because multilib/wine does not have wow64 mode enabled and/or has not dropped lib32 depends.

Hanabishi commented on 2024-05-22 11:55 (UTC) (edited on 2024-05-22 12:01 (UTC) by Hanabishi)

@dreieck, https://gitlab.winehq.org/wine/wine/-/releases/wine-9.0#wow64

TLDR: with new WoW64 mode, you can run 32-bit Windows apps on pure 64-bit Linux system, i.e. without multilib/lib32-* dependencies installed.

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

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

MarsSeed commented on 2023-07-25 06:33 (UTC) (edited on 2023-07-25 06:34 (UTC) by MarsSeed)

I've built this package for the first time now. It was successful, but unfortunately the result is totally useless: upon trying to launch anything, wine crashes with an exit code 139 (segmentation fault).

MarsSeed commented on 2023-06-25 11:00 (UTC)

I've submitted a package merge request from wine-x64 to wine-wow64, which is more actively maintained and is configured and packaged better, supporting the new experimental pure-64bit wow64 mode which allows 64-bit WINE to execute 32-bit applications.

yan12125 commented on 2023-05-11 06:22 (UTC)

I got undefined reference to 'wld_start', and the error is gone if I put !lto back to options.

FabioLolix commented on 2023-05-07 20:18 (UTC)

Kindly, if we could add -j $(nproc) to make, it may build faster.

No, you need edit your /etc/makepkg.conf (or ~/.makepkg.conf if you have a home copy)

striges1111 commented on 2023-05-07 18:08 (UTC) (edited on 2023-05-07 18:08 (UTC) by striges1111)

Kindly, if we could add -j $(nproc) to make, it may build faster.

tiziodcaio commented on 2023-05-06 18:17 (UTC)

https://aur.archlinux.org/packages/wine-wow64

evdinowork commented on 2022-12-13 00:45 (UTC) (edited on 2022-12-13 00:46 (UTC) by evdinowork)

could someone modify this package to support the experimental wow64 mode (which lets you run 32 bit programs with only 64 bit libs)

rien333 commented on 2022-03-04 19:32 (UTC)

Also notice that you need to disable lto. My build only worked with the following change:

options=(staticlibs !lto)