iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
276 stars 23 forks source link

Use 'wine64 winepath' to determine whether to skip 64bit #10

Closed Oschowa closed 5 years ago

Oschowa commented 5 years ago

Otherwise installation fails on a 32bit prefix.

dhewg commented 5 years ago

Hm, weird. What does wine64 --version; echo $? report on your end?

Oschowa commented 5 years ago

wine64 --version; echo $? will always result in wine-4.2 0 even if WINEPREFIX points to a 32bit prefix. wine64 winepath on the other hand results correctly in 1 for and 0 for 64bit.

dhewg commented 5 years ago

The idea was that wine64 isn't available on a pure 32bit WINE

dhewg commented 5 years ago

Oh wait, you have a 64+32bit WINE but create a pure 32bit prefix with it?

Oschowa commented 5 years ago

Yes, I just use the wine package from the arch repos, so wine64 is always available, but some prefixes might be created as 32bit.

dhewg commented 5 years ago

Ok. gotcha. Now it makes sense ;) Thanks!