http://bugs.winehq.org/show_bug.cgi?id=19081
Summary: Force closing winhlp32 without a file loaded pops up an error dialog (appinstall) Product: Wine Version: 1.1.24 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=22023) --> (http://bugs.winehq.org/attachment.cgi?id=22023) ahk test
A bit hard to explain...but launching 'wine winhlp32' with no arguments open wine help, along with a file open dialog. That's all well and good, same as windows. Now, let's get tricky. Force the winhlp32 window to close (not the file open dialog). On windows, exits with no problems. On wine, pops up a dialog: ERROR Cannot find ''. Do you want to find this file yourself?
I'll attach an AHK script to show what I mean...If you want to verify on windows, change 'Wine' to 'Windows'.