[Bug 28759] New: 'start inetcpl.cpl' fails
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(a)winehq.org ReportedBy: RandomAccountName(a)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". -- 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=28759 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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=28759 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-10-17 13:38:06 CDT --- Confirming. -- 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=28759 --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Still in wine-1.7.10-241-g6bd6193 -- 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=28759 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #3 from hanska2(a)luukku.com --- All those return codes are exactly the same as comment 1 wine 1.7.22 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28759 Edgars Liepins <edgarins29(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |edgarins29(a)gmail.com --- Comment #4 from Edgars Liepins <edgarins29(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28759 --- Comment #5 from A Wine user <awineuser(a)mail.com> --- Still unsupported as of wine-6.15. All of the commands from comment 0 report "ShellExecuteEx failed: File not found" now. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28759 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #6 from Bernhard Übelacker <bernhardu(a)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". -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28759 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aros(a)gmx.com --- Comment #7 from André H. <nerv(a)dawncrow.de> --- *** Bug 35304 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28759 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28759 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #8 from Fabian Maurer <dark.shadow4(a)web.de> --- Still present as of wine-7.1 -- 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=28759 --- Comment #9 from A Wine user <awineuser(a)proton.me> --- Still present in wine-10.9-98-g3295365ba56. -- 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=28759 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs Keywords| |patch -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla