[Bug 14675] New: appwiz segfault
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(a)winehq.org ReportedBy: atari(a)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 ;) -- 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=14675 Owen Rudge <owen(a)owenrudge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |owen(a)owenrudge.net --- Comment #1 from Owen Rudge <owen(a)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 -- 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=14675 --- Comment #2 from Vijay Kamuju <infyquest(a)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. -- 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=14675 --- Comment #3 from Owen Rudge <owen(a)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. -- 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=14675 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #4 from Juan Lang <juan_lang(a)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. -- 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=14675 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-11-17 13:12:49 --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org