While attempting some of the posted possible answers to my wine difficulties, the following debug log was produced. Does this help anyone? Wine should have a option in the debug window which would send the results of a faulty launch directly to the wine-developer list (ala KDE) so that problems can be more easily solved. tilleyrw@debian:~$ wine '/mnt/C/Program\ Files/Agent/agent.exe' /usr/bin/wine: [: too many arguments Invoking /usr/bin/wine.bin /mnt/C/Program\ Files/Agent/agent.exe ... Wine failed with return code 2 /usr/bin/wine: line 538: 891 Terminated tail -f $log_name Rerunning /usr/bin/wine -debugmsg warn+all /mnt/C/Program\ Files/Agent/agent.exeInvoking /usr/bin/wine.bin -debugmsg warn+all /mnt/C/Program\ Files/Agent/agent.exe ... warn:dosfs:DRIVE_Init Drive B: not defined warn:dosfs:DRIVE_Init Drive E: not defined warn:dosfs:DRIVE_Init Drive F: not defined warn:dosfs:DRIVE_Init Drive G: not defined warn:dosfs:DRIVE_Init Drive H: not defined warn:dosfs:DRIVE_Init Drive I: not defined warn:dosfs:DRIVE_Init Drive J: not defined warn:dosfs:DRIVE_Init Drive K: not defined warn:dosfs:DRIVE_Init Drive L: not defined warn:dosfs:DRIVE_Init Drive N: not defined warn:dosfs:DRIVE_Init Drive O: not defined warn:dosfs:DRIVE_Init Drive P: not defined warn:dosfs:DRIVE_Init Drive Q: not defined warn:dosfs:DRIVE_Init Drive R: not defined warn:dosfs:DRIVE_Init Drive S: not defined warn:dosfs:DRIVE_Init Drive T: not defined warn:dosfs:DRIVE_Init Drive U: not defined warn:dosfs:DRIVE_Init Drive V: not defined warn:dosfs:DRIVE_Init Drive W: not defined warn:dosfs:DOSFS_FindUnixName 'Profiles\Default User' not found in '/mnt/C/winnt' warn:dosfs:DOSFS_FindUnixName 'Profiles\Default User\ntuser.dat' not found in '/mnt/C/winnt' warn:reg:_convert_and_load_native_registry Unable to convert C:\winnt\Profiles\Default User\ntuser.dat (not exist?) warn:reg:_get_wine_registry_file_format_version Couldn't open /etc/wine.userreg for reading: No such file or directory warn:reg:_get_wine_registry_file_format_version Couldn't open /etc/wine.systemreg for reading: No such file or directory warn:dosfs:DOSFS_FindUnixName 'Program\.exe' not found in '/mnt/C' warn:dosfs:DOSFS_FindUnixName 'Program\' not found in '/mnt/C' /usr/bin/wine.bin: cannot find '/mnt/C/Program\' -- Robert Tilley <tilleyrw@cfl.rr.com>
On Fri, 2 Mar 2001, Robert Tilley wrote:> tilleyrw@debian:~$ wine '/mnt/C/Program\ Files/Agent/agent.exe'Well, here the problem is pretty obvious... you have a backslash too much. Remove it (or you can remove the single quotes instead of you like).