http://bugs.winehq.org/show_bug.cgi?id=24394 --- Comment #4 from tahoar <tahoar(a)gmail.com> 2010-09-14 02:16:50 CDT --- (In reply to comment #2)
I noticed this recently on batch files. It's easy to see with: wine start cmd /c notepad
on older wine, it works fine. In current wine, it starts a cmd prompt and notepad doesn't launch.
I'm running the regression test now.
Yes, I get these errors: 1) tahoar(a)samsung-netbook:~$ wine start cmd /c notepad fixme:exec:SHELL_execute flags ignored: 0x00000100 2) tahoar(a)samsung-netbook:~$ wine start cmd /c python --help fixme:exec:SHELL_execute flags ignored: 0x00000100 3) tahoar(a)samsung-netbook:~$ wine start cmd /c perl --help fixme:exec:SHELL_execute flags ignored: 0x00000100 4) tahoar(a)samsung-netbook:~$ wine start cmd /c "c:\windows\system32\notepad.exe" fixme:exec:SHELL_execute flags ignored: 0x00000100 5) tahoar(a)samsung-netbook:~$ wine start cmd /c c:\windows\system32\notepad.exe fixme:exec:SHELL_execute flags ignored: 0x00000100 Interestingly, 1-4 show the exact same behavior. A cmd.exe window opens and hangs with the window pen. #5, however, opens a cmd.exe window, flashes "File not found", and then closes cmd.exe window. Hope this helps. Thanks and looking forward to the fix. -- 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.