http://bugs.winehq.org/show_bug.cgi?id=28759
Bug #: 28759 Summary: 'start inetcpl.cpl' fails Product: Wine Version: 1.3.30 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com Classification: Unclassified
Starting inetcpl.cpl directly via the start command doesn't seem to be possible in Wine. Running 'wineconsole cmd' and then 'start inetcpl.cpl' from within cmd gives:
Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found
start C:/Windows/system32/inetcpl.cpl gives:
Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Success
Both cases bring up the Internet Options control panel applet on Windows XP.
Just running "wine inetcpl.cpl" also fails, with no output except "Segmentation fault".
http://bugs.winehq.org/show_bug.cgi?id=28759
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=28759
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com 2011-10-17 13:38:06 CDT --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=28759
--- Comment #2 from Austin English austinenglish@gmail.com --- Still in wine-1.7.10-241-g6bd6193
http://bugs.winehq.org/show_bug.cgi?id=28759
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #3 from hanska2@luukku.com --- All those return codes are exactly the same as comment 1
wine 1.7.22
https://bugs.winehq.org/show_bug.cgi?id=28759
Edgars Liepins edgarins29@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |edgarins29@gmail.com
--- Comment #4 from Edgars Liepins edgarins29@gmail.com --- It still doesn't work with start, but works with these commands on Wine 3.21 Commands as in Comment 1 doesn't work.
Running from wineconsole cmd and then: rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl
also works like this wineconsole cmd: control inetcpl.cpl
Directly from linux terminal it works as: wine control inetcpl.cpl
and as: rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl
Using start it still requires control like: wine start control inetcpl.cpl or: wine start rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl
https://bugs.winehq.org/show_bug.cgi?id=28759
--- Comment #5 from A Wine user awineuser@mail.com --- Still unsupported as of wine-6.15. All of the commands from comment 0 report "ShellExecuteEx failed: File not found" now.
https://bugs.winehq.org/show_bug.cgi?id=28759
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #6 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 71358 --> https://bugs.winehq.org/attachment.cgi?id=71358 0001-RFC-start-Add-a-special-case-for-cpl-files.patch
For some reason cpl files are referenced in the registry with "HKCR\cplfile\shell\cplopen\command".
Therefore currently SHELL_FindExecutable cannot find the command because it searches just with the "open" verb.
Attached patch would check in start.exe if the extension is .cpl and would in that case use the "cplopen" verb.
Another way to solve would be to cuplicate the line in wine.inf.in to have both verbs, "open" and "cplopen".
https://bugs.winehq.org/show_bug.cgi?id=28759
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aros@gmx.com
--- Comment #7 from André H. nerv@dawncrow.de --- *** Bug 35304 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=28759
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
https://bugs.winehq.org/show_bug.cgi?id=28759
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #8 from Fabian Maurer dark.shadow4@web.de --- Still present as of wine-7.1