http://bugs.winehq.org/show_bug.cgi?id=14675
Summary: appwiz segfault Product: Wine Version: 1.1.2 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: atari@gabo.pl
Running wine appwis.cpl segfaults:
$ wine appwiz.cpl Segmentation fault (core dumped)
I understand that calling cpl like that may not be a goot idea, bu segmenatation fault ain't goot answer either ;)
http://bugs.winehq.org/show_bug.cgi?id=14675
Owen Rudge owen@owenrudge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |owen@owenrudge.net
--- Comment #1 from Owen Rudge owen@owenrudge.net 2008-07-28 08:18:14 --- DLLs cannot be executed in that manner, you'll get a crash if you try that on any DLL. To execute appwiz.cpl from the control panel, use:
$ wine control appwiz.cpl
http://bugs.winehq.org/show_bug.cgi?id=14675
--- Comment #2 from Vijay Kamuju infyquest@gmail.com 2008-07-29 10:55:27 --- on windows you can run the control panel applets directly. may be an entry to wine.inf can fix it.
http://bugs.winehq.org/show_bug.cgi?id=14675
--- Comment #3 from Owen Rudge owen@owenrudge.net 2008-07-29 10:57:36 --- You're confusing using the "wine" binary to run something directly, and executing it with a program like the Windows "start" program. If you run:
wine start appwiz.cpl
then you will be able to execute the control panel that way. "wine" itself tries to interpret the binary as if it were a .exe, which does not work.
http://bugs.winehq.org/show_bug.cgi?id=14675
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2008-07-30 22:45:04 --- This isn't a valid bug, because there's no way to reproduce the behavior of the wine executable on Windows. If you run, say applet.cpl from cmd.exe, it works, but that's because it uses ShellOpen. If you run it from, Start -> Run, likewise, it uses ShellOpen. Finally, if you double-click on the .cpl from Explorer, again it's calling ShellOpen. The wine executable is a program loader, and it assumes that what you're trying to run really is a PE executable. We assume you know what you're doing.
http://bugs.winehq.org/show_bug.cgi?id=14675
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2008-11-17 13:12:49 --- Closing.