[Bug 10913] New: start.exe doesn't support optional process title argument

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 27 19:03:04 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10913

           Summary: start.exe doesn't support optional process title
                    argument
           Product: Wine
           Version: CVS/GIT
          Platform: Other
               URL: http://jedit.org
        OS/Version: other
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: wine-programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Running real Java apps under the latest Sun win32 JRE on Wine
seems like a fine stress test, even though in many
cases users should run with the Linux JRE instead.

The Sun JRE and jEdit install ok, but jedit has many startup problems.

Here's the first one.
Invoking it with the batch file provided by jEdit fails.
Here's what's in the batch file:

start "jEdit startup" "c:\windows\system32\javaw.exe" -Xms64M -Xmx192M -jar
"C:\Program Files\jEdit\jedit.jar" -reuseview %*

And here's what happens when you run it:

$ cd ~/.wine/drive_c/Program Files/jEdit
$ ~/wine-git/wine cmd /c jedit.bat
fixme:exec:SHELL_execute flags ignored: 0x00000500
trace:process:CreateProcessW app (null) cmdline L"jEdit startup 
c:\\windows\\system32\\javaw.exe -Xms64M -Xmx192M -jar \"C:\\Program
Files\\jEdit\\jedit.jar\" -reuseview"
trace:process:find_exe_file looking for L"jEdit"
trace:process:find_exe_file Trying native exe
L"c:\\windows\\system32\\jEdit.exe"
...
trace:process:find_exe_file Trying built-in exe L"c:\\windows\\system32\\jEdit
startup.exe"
...
trace:process:find_exe_file looking for L"jEdit startup 
c:\\windows\\system32\\javaw.exe -Xms64M -Xmx192M -jar \"C:\\Program
Files\\jEdit\\jedit.jar\" -reuseview"

Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found

So it seems that start takes an optional process title argument.
Sure enough, 
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/start.mspx
documents it.
Who knew?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list