Christoph Korn wrote: > > korn@pc:~$ mkdir foo ; WINEPREFIX=$(pwd)/foo WINEARCH=win32 wineboot > wine: WINEARCH set to win32 but '/home/korn/foo' is a 64-bit installation. > > As you see although the foo directory did not yet exist wineboot claims that > there is a 64-bit installation. On the contrary, it did exist: you created it with mkdir. You need to let Wine create the directory. http://bugs.winehq.org/show_bug.cgi?id=29661