control: reopen -1
Reopening. On Tue, Jul 28, 2015 at 7:47 AM, Eric Christensen > $ winecfg > fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" > failed to start: 2 > err:winecfg:open_mountmgr failed to open mount manager err 2 I just noticed this can be reproduced even without an downgraded wineprefix. It happens for an existing 64-bit wineprefix, if the wineserver had quit before e.g. wineboot or winecfg is called: export WINEARCH=win64; wineboot; sleep 5; winecfg But I can not reproduce it for win32. Since winecfg without anything else is started in a 32-bit environment, I believe your test with winecfg was still using some broken environment. I guess your Fedora wineprefix was either win64 or probably WoW64 (which does not exist on Debian). If your exe is a 32-bit (which I assume) it really should work for *you* if you install in a *new* wineprefix. On 07/28/2015 11:13 PM, Eric Christensen wrote: > user@box:~/Downloads$ ls ~/.wine ~/.wine64 > /home/user/.wine: > dosdevices drive_c system.reg userdef.reg user.reg > > /home/user/.wine64: > dosdevices drive_c system.reg userdef.reg user.reg > > ^^^ This is what I get. Note that the ~/.wine and ~/.wine64 are new > directories since I've already deleted the old ~/.wine directory. Before continuing to test I still propose to remove them again. > When I try > to reinstall my program: > > user@box:~/Downloads$ wine amhc34062b.exe > wine: Bad EXE format for Z:\home\user\Downloads\amhc34062b.exe. > user@box:~/Downloads$ wine64 amhc34062b.exe > fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" > failed to start: 2 > wine: Bad EXE format for Z:\home\user\Downloads\amhc34062b.exe. Given your "file" results your exe is 32-bit, so use this (again, after deleting your old .wine and .wine64): export WINEARCH=win32 wine amhc34062b.exe Greets jre -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org