https://bugs.winehq.org/show_bug.cgi?id=52356
Huw Davies huw.davies@physics.ox.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |1bfae238c861f83e6ccb9e8821d | |5fb0de5a48a61 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #8 from Huw Davies huw.davies@physics.ox.ac.uk --- (In reply to Huw Davies from comment #7)
(In reply to Alex Henrie from comment #3)
I downloaded and installed Folio Web Retriever 2.1 from http://www.ldsinfobase.net/binaries/webret21.exe, which includes a copy of Folio Bound Views 3.11.2 at C:\Retrieve\BVIEWS.EXE. I can open the program just fine, although it crashes when opening any of the files from http://www.ldsinfobase.net/other_stuff.html.
This looks to be an issue with the 16-bit GetOpenFileName(). The 32-bit OPENFILENAME ptr is getting passed in a hook to the 16-bit code. As such, I think this may be a different issue to that seen by Ricardo.
However, if I fix the GetOpenFileName() issue I can reproduce the original bug. The regression is caused by commit 1bfae238c861f83e6ccb9e8821d5fb0de5a48a61.
I've sent in fixes for both problems.