[Bug 13265] New: winepath exist always with zero code
http://bugs.winehq.org/show_bug.cgi?id=13265 Summary: winepath exist always with zero code Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: bugtrack(a)roumenpetrov.info The winepath program exist with zero even cannot map host path to the path from emulated environment and output non existing location (directory). ======================================= $ cd $ winepath `pwd`; echo $? Warning: could not find DOS drive for current working directory '/home/user', starting in the Windows directory. err:service:RPC_Init RpcServerUseProtseq failed with error 1703 err:wineboot:start_services_process Unexpected termination of services.exe - exit code 1703 /home/user/.wine/dosdevices/c:/home/user 0 ======================================= The output is from version 1.0-rc1. Also previous versions output is without "err:.." lines and the host path is appended to the path of last dos-device found (in 1.0-rc1 to the first). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Roumen Petrov <bugtrack(a)roumenpetrov.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|winepath exist always with |winepath exit always with |zero code |zero code -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.0-rc1 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-05-17 15:29:39 --- This is after you removed the z: symlink right? Somewhere in the wine code, it decided /home referred to c:\home. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 --- Comment #2 from Roumen Petrov <bugtrack(a)roumenpetrov.info> 2008-05-18 16:33:11 --- The problem is if is winepath is called for directory that is not in the tree of directories (links) under $WINEPREFIX/dosdevice. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Christian Schultz <cschultz(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cschultz(a)gmx.at --- Comment #3 from Christian Schultz <cschultz(a)gmx.at> 2008-08-03 08:42:48 --- I have the same problem on a wine 1.0 installation on debian. The error message --- err:service:RPC_Init RpcServerUseProtseq failed with error 1703 err:wineboot:start_services_process Unexpected termination of services.exe - exit code 1703 --- occurs on every program start with a wine environment created with the ie4linux scripts, but not with an all new .wine directory. If it occurs, this is sometimes fatal, sometimes not. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-08-03 10:10:54 --- (In reply to comment #3)
I have the same problem on a wine 1.0 installation on debian. The error message --- err:service:RPC_Init RpcServerUseProtseq failed with error 1703 err:wineboot:start_services_process Unexpected termination of services.exe - exit code 1703 --- occurs on every program start with a wine environment created with the ie4linux scripts, but not with an all new .wine directory. If it occurs, this is sometimes fatal, sometimes not.
That's absolutely normal (and expected) for an ie4linux setup. Besides, ie4linux is not supported here, report that to its developers. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-08-03 10:12:15 --- Have the original reporter used an ie4linux as well? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 --- Comment #6 from Roumen Petrov <bugtrack(a)roumenpetrov.info> 2008-08-03 14:24:11 --- no. only original tarballs. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Henry <nospam(a)thenerdshow.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nospam(a)thenerdshow.com --- Comment #7 from Henry <nospam(a)thenerdshow.com> 2008-09-07 18:17:34 --- I can reproduce this condition with the following exact sequence using wine-git 1.1.4: WINEPREFIX=/home/hellork/.errorme export WINEPREFIX winetricks#install DCOM98 WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" winecfg err:service:RPC_Init RpcServerUseProtseq failed with error 1703 err:wineboot:start_services_process Unexpected termination of services.exe - exit code 1703 fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Roumen Petrov <bugtrack(a)roumenpetrov.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.0-rc1 |0.9.24. --- Comment #8 from Roumen Petrov <bugtrack(a)roumenpetrov.info> 2008-09-08 14:59:35 --- (In reply to comment #7) the error messages aren't related! I can reproduce them even with "wine cmd" (for first time I see those error in 1.0 rc*). Since I can reproduce problem with "winepath exit code" in version 0.9.24 I change VERSION to 0.9.24. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.24. |1.0-rc1 --- Comment #9 from Lei Zhang <thestig(a)google.com> 2008-09-08 15:07:20 --- Please don't change the original reported version. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-03-10 14:58:02 --- Is this still an issue in current (1.1.16 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 --- Comment #11 from Roumen Petrov <bugtrack(a)roumenpetrov.info> 2009-03-11 01:49:57 --- Let me check 1.16 this weekend. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 --- Comment #12 from Roumen Petrov <bugtrack(a)roumenpetrov.info> 2009-03-15 04:32:52 --- (In reply to comment #10)
Is this still an issue in current (1.1.16 or newer) wine?
yes -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2010-07-30 14:39:01 --- austin(a)laptop:~$ rm -rf .wine ; winetricks sandbox ; winepath -w . ; echo $? wine: created the configuration directory '/home/austin/.wine' wine: configuration in '/home/austin/.wine' has been updated. Install of sandbox done winetricks done. \\?\unix\home\austin\. 0 austin(a)laptop:~$ rm -rf .wine ; winetricks sandbox ; winepath . ; echo $? wine: created the configuration directory '/home/austin/.wine' wine: configuration in '/home/austin/.wine' has been updated. Install of sandbox done winetricks done. /home/austin 0 austin(a)laptop:~$ winepath -w /path/does/not/exist ; echo $? \\?\unix\path\does\not\exist 0 Still present. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-30 16:33:57 --- It output a valid path in all cases now, so this is fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13265 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2010-08-20 12:38:22 --- Closing bugs fixed in 1.3.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org