[pkg-wine-party] Bug#793879: Bug#793879: (no subject)

Austin English austinenglish at gmail.com
Tue Jul 28 20:12:56 UTC 2015


On Tue, Jul 28, 2015 at 3:05 PM, Eric Christensen
<eric at christensenplace.us> wrote:
> On Tuesday, July 28, 2015 02:39:45 PM Austin English wrote:
>> You're not getting any messages about creating a WINEPREFIX, so it
>> looks like you're using an existing one still.
>
> How do I find out what's being used?  I didn't see WINEPREFIX being set
> anywhere that I grep'd.

Good question. I believe the debian packages set up a default one for
Wine64 at ~/.wine64 (but someone more familiar with Debian's packaging
would have to confirm). There may be an easier way, but here's
something I tested locally that should work:

austin at debian-laptop:~$ WINEDEBUG=file wine wineboot 2>&1 | grep
dosdevices | head -n1
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in
/home/austin/.wine/dosdevices/c:/windows

austin at debian-laptop:~$ WINEPREFIX=~/.winetest WINEDEBUG=file wine
wineboot 2>&1 | grep dosdevices | head -n1
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" ->
"/home/austin/.winetest/dosdevices/c:/windows"

>> > wine: Bad EXE format for Z:\home\echristensen\Downloads\amhc34062b.exe.
>>
>> Could you run 'file' on that executable?
>
> $ file amhc34062b.exe
> amhc34062b.exe: PE32 executable (GUI) Intel 80386, for MS Windows

That's a 32-bit executable, not a 64-bit one. Try wine/wine32 instead of wine64.

-- 
-Austin



More information about the pkg-wine-party mailing list