I have used wine for over a decade with a certain program. I had always just ported that directory over from past versions of wine, which worked like clockwork. Alas, not this time.
First, when I try to use this I get this:
Code: Select all
$: env WINEPREFIX="/home/woodnt/.wine_Esword" wine "C:\Program Files\e-Sword\e-Sword.exe"
wine: '/home/woodnt/.wine_Esword' is a 32-bit installation, it cannot support 64-bit applications.
Then I did this with the following result:
Code: Select all
$ rm -rf .wine # to start with a clean slate
$ wine Downloads/setup1040.exe
wine: Bad EXE format for Z:\home\woodnt\Downloads\setup1040.exe.
Code: Select all
$ rm -rf .wine # to start with a clean slate, again.
$ WINEARCH=win32 wine Downloads/setup1040.exe
wine: WINEARCH set to win32 but '/home/woodnt/.wine64' is a 64-bit installation.
Code: Select all
$ rm -rf .wine .wine64 # to start with a clean slate, again.
$ wine64 Downloads/setup1040.exe
wine: created the configuration directory '/home/woodnt/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0xfee338, overlapped 0xfee350): stub
fixme:iphlpapi:NotifyAddrChange (Handle 0xeee338, overlapped 0xeee350): stub
wine: configuration in '/home/woodnt/.wine' has been updated.
wine: Bad EXE format for Z:\home\woodnt\Downloads\setup1040.exe.
What can I do to make this install?
Code: Select all
$ uname -aimplemented
Linux lenovo-laptop 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13) x86_64 GNU/Linux
Code: Select all
$ wine --version
wine-1.6.2
Kind regards,
Nathan