Package Details: wine-wow64 10.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-2.1-or-later
Conflicts: wine
Provides: wine
Submitter: tiziodcaio
Maintainer: tiziodcaio (xiota)
Last Packager: xiota
Votes: 43
Popularity: 2.18
First Submitted: 2023-05-06 18:16 (UTC)
Last Updated: 2025-06-02 16:43 (UTC)

Pinned Comments

xiota commented on 2025-06-03 18:29 (UTC)

As of this writing, multilib/wine still depends on lib32 packages. However, build with wow64 mode is in testing. Users are advised to switch when it is out of testing.

Because of oech3 repeatedly opening deletion requests, this package will not be converted to metapackage, or any actions other than notification in comments, to assist users with migration.

Latest Comments

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

xiota commented on 2025-02-12 17:45 (UTC)

@brody That was my mistake. I'll fix it momentarily.

brody commented on 2025-02-12 16:46 (UTC) (edited on 2025-02-12 16:47 (UTC) by brody)

@tiziodcaio Please remove the local prefix in line 60.

Here the warning output: PKGBUILD: line 60: local: can only be used in a function

xiota commented on 2024-08-31 21:19 (UTC)

@knuxyl I'm unable to replicate the problem, using winecfg as test app. Are you using an old wine32 prefix?

knuxyl commented on 2024-08-31 19:21 (UTC) (edited on 2024-08-31 19:22 (UTC) by knuxyl)

This stops working after a reboot. It builds and installs and runs fine. Restarting causes it to just hang, I'm not sure why because there is no stdout. I tried setting the WINEPREFIX manually and still nothing. Does this pkgbuild set some environmental variable required for this configuration of wine that isn't exported on startup?

Hanabishi commented on 2024-05-27 12:11 (UTC)

Hello again. Please pick up my fixup too. It is not super important, but fixes some potential problems for users.

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.

dreieck commented on 2024-05-22 09:50 (UTC)

What does this package makes special over the plain wine?

Regards!

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.