Your message dated Sun, 30 Dec 2007 20:32:18 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458170: wine-bin: wineprefixcreate displays error messages
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wine-bin
Version: 0.9.52-1
Severity: normal

For several wine versions, I've been seeing the following:

,----
| $ wineprefixcreate 
| Could not load Mozilla. HTML rendering will be disabled.
| err:setupapi:create_fake_dll failed to create L"c:\\windows\\notepad.exe" 
(error=80)
| err:setupapi:create_fake_dll failed to create L"c:\\windows\\regedit.exe" 
(error=80)
| err:setupapi:create_fake_dll failed to create L"c:\\windows\\winebrowser.exe" 
(error=80)
| err:setupapi:create_fake_dll failed to create L"c:\\windows\\winhelp.exe" 
(error=80)
| err:setupapi:create_fake_dll failed to create 
L"c:\\windows\\command\\start.exe" (error=80)
| err:setupapi:create_fake_dll failed to create 
L"c:\\windows\\system32\\control.exe" (error=80)
| err:setupapi:create_fake_dll failed to create 
L"c:\\windows\\system32\\msiexec.exe" (error=80)
| err:setupapi:create_fake_dll failed to create 
L"c:\\windows\\system32\\notepad.exe" (error=80)
| err:setupapi:create_fake_dll failed to create 
L"c:\\windows\\system32\\progman.exe" (error=80)
| err:setupapi:create_fake_dll failed to create 
L"c:\\windows\\system32\\regsvr32.exe" (error=80)
| err:setupapi:create_fake_dll failed to create 
L"c:\\windows\\system32\\winver.exe" (error=80)
| Wine exited with a successful status
| /home/sven/.wine updated successfully.
`----

Here is a listing of all the *.exe files in my windows directory:

,----
| lrwxrwxrwx 1 sven sven     26 Feb  7  2007 command/start.exe -> 
/usr/lib/wine/start.exe.so
| -rwxr-xr-x 1 sven sven   1032 Dec 29 10:07 explorer.exe
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 notepad.exe -> 
/usr/lib/wine/notepad.exe.so
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 regedit.exe -> 
/usr/lib/wine/regedit.exe.so
| lrwxrwxrwx 1 sven sven     29 Feb  7  2007 rundll32.exe -> 
/usr/lib/wine/rundll32.exe.so
| -rwxr-xr-x 1 sven sven 224480 Dec 29 10:07 system32/cmd.exe
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 system32/control.exe -> 
/usr/lib/wine/control.exe.so
| -rwxr-xr-x 1 sven sven   1032 Dec 29 10:07 system32/ddhelp.exe
| -rwxr-xr-x 1 sven sven   1032 Jul 26 13:18 system32/explorer.exe
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 system32/help.exe -> 
/usr/lib/wine/winhelp.exe.so
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 system32/msiexec.exe -> 
/usr/lib/wine/msiexec.exe.so
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 system32/notepad.exe -> 
/usr/lib/wine/notepad.exe.so
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 system32/progman.exe -> 
/usr/lib/wine/progman.exe.so
| lrwxrwxrwx 1 sven sven     29 Feb  7  2007 system32/regsvr32.exe -> 
/usr/lib/wine/regsvr32.exe.so
| -rwxr-xr-x 1 sven sven   1032 Dec 29 10:07 system32/rundll32.exe
| lrwxrwxrwx 1 sven sven     25 Feb  7  2007 system32/wcmd.exe -> 
/usr/lib/wine/wcmd.exe.so
| lrwxrwxrwx 1 sven sven     29 Feb  7  2007 system32/winmine.exe -> 
/usr/lib/wine/winemine.exe.so
| lrwxrwxrwx 1 sven sven     27 Feb  7  2007 system32/winver.exe -> 
/usr/lib/wine/winver.exe.so
| lrwxrwxrwx 1 sven sven     32 Feb  7  2007 uninstall.exe -> 
/usr/lib/wine/uninstaller.exe.so
| lrwxrwxrwx 1 sven sven     32 Feb  7  2007 winebrowser.exe -> 
/usr/lib/wine/winebrowser.exe.so
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 winhelp.exe -> 
/usr/lib/wine/winhelp.exe.so
| lrwxrwxrwx 1 sven sven     28 Feb  7  2007 winhlp32.exe -> 
/usr/lib/wine/winhelp.exe.so
`----

Should I remove the symlinks and let wineprefixcreate create the stubs,
like it apparently did for explorer.exe?  And what does the message about
Mozilla mean?


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.15
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wine-bin depends on:
ii  libwine                       0.9.52-1   Windows API Implementation (Librar
ii  xbase-clients                 1:7.3+8    miscellaneous X clients - metapack

wine-bin recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Sven Joachim skrev:
Should I remove the symlinks and let wineprefixcreate create the stubs,
like it apparently did for explorer.exe?

It may be best. 80 is ERROR_FILE_EXISTS.

And what does the message about Mozilla mean?

Wine uses a custom Windows build of Mozilla's Gecko engine to implement HTML rendering. It is not in the official Wine sources, thus not in the Debian package either, which means wineprefixcreate can't find it. However, Wine itself will automatically download it from the Wine website once you run something that actually needs it.




--- End Message ---

Reply via email to