https://bugs.winehq.org/show_bug.cgi?id=56034
Bug ID: 56034 Summary: Borland Turbo CPP 4.5 installer hangs after opening INSTALL.TXT Product: Wine Version: 9.0-rc2 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 75680 --> https://bugs.winehq.org/attachment.cgi?id=75680 Patch that fixes the first hang
Note that the installer is INSTALL.EXE, not SETUP.EXE.
If you click Continue, the installer opens INSTALL.TXT in Notepad. When you close Notepad, the installer should continue, but instead it hangs.
If you click Skip, the installer works but hangs after installation.
The attached patch fixes the problem, mostly. For some reason you have to click the background after closing Notepad, and the installer still hangs at the end. I don't know how close the patch is to a correct solution.
$ sha256sum 'Borland Turbo CPP 4.5 for Windows.7z' 8a6f5797f0af880728421426beacf5e5760701e424d89e14cd714a13e625f2ff
https://bugs.winehq.org/show_bug.cgi?id=56034
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer, win16 URL| |https://winworldpc.com/down | |load/f45cc7ed-b5ff-11e7-b8e | |6-fa163e9022f0 See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=54402
https://bugs.winehq.org/show_bug.cgi?id=56034
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- Does reverting 6e6a0e2a2c3df15f8f62216227e3f6f454ba7e65 fix the hang?
It looks like 6e6a0e2a2c3df15f8f62216227e3f6f454ba7e65 is related to b266fcaa66f89c08c056371f7b81b7faadea9a98 which in turn is a different fix for the regression caused by 9ac7bca209e1b11af898d1b393d13c8dc92c66e1. Probably it's worth to test whether it's a regression.
https://bugs.winehq.org/show_bug.cgi?id=56034
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- Interesting. I tried checking out several commits near the ones you mentioned and I couldn't find any one where the installer did not hang upon opening Notepad.