http://bugs.winehq.org/show_bug.cgi?id=36680
Bug ID: 36680 Summary: Program starts, but does not react, probably does not process windows messages Product: Wine Version: 1.7.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: Artur.Linhart@centrum.cz
Created attachment 48721 --> http://bugs.winehq.org/attachment.cgi?id=48721 Delphi 2007 window after start-not redrawing and responding
I have successfully installed Borland Delphi 2007, but if I start the program, it does not run correctly. The main window isshown with docked subwindows, but the content of the subwindows and menus and such stuff is not drawed (is black), it also does not react on mouse or keyboard - similar stuff like if developed windows application where runs the loop without calling the Application.ProcessMessages() (in Pascal syntax). The only possibility is to kill the application. I can remember, during the installation also the screen has not been redrawn correctly (progress bar of installer has frozen for very long time and the progress hasnot been shown at all)
http://bugs.winehq.org/show_bug.cgi?id=36680
--- Comment #1 from Artur.Linhart@centrum.cz Artur.Linhart@centrum.cz --- Created attachment 48722 --> http://bugs.winehq.org/attachment.cgi?id=48722 Delphi 2007 processes running in htop
http://bugs.winehq.org/show_bug.cgi?id=36680
--- Comment #2 from Artur.Linhart@centrum.cz Artur.Linhart@centrum.cz --- Created attachment 48723 --> http://bugs.winehq.org/attachment.cgi?id=48723 Complete console log of the started application
http://bugs.winehq.org/show_bug.cgi?id=36680
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
http://bugs.winehq.org/show_bug.cgi?id=36680
Artur.Linhart@centrum.cz Artur.Linhart@centrum.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Artur.Linhart@centrum.cz Artur.Linhart@centrum.cz --- The solution was to install previously msxml and ie7. Before the application start there must be installed through winetricks following components:
winetricks mdac28 dotnet20 msxml3 ie7
mdac28 and dotnet20 are required already during the installation, but if the msxml3 and ie7 isnotinstalled, then this bug occurs. If you have thisbug, then simply issue
winetricks msxml3 ie7
and install both components and restart the application, you will move to "Bronze" state without functioning object inspector like describedin the test http://appdb.winehq.org/objectManager.php?sClass=version&iId=11880&i...
http://bugs.winehq.org/show_bug.cgi?id=36680
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |---
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Wine was not fixed, using winetricks to install certain components is just a workaround.
https://bugs.winehq.org/show_bug.cgi?id=36680
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mshtml
http://bugs.winehq.org/show_bug.cgi?id=36680
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Program starts, but does |Borland Delphi 2007 user |not react, probably does |interface freezes |not process windows | |messages | Ever confirmed|0 |1
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
how about a meaningful summary? This reads like "it doesn't work" ... such bugs tend to be ignored when filtering/searching through Bugzilla.
Regards
https://bugs.winehq.org/show_bug.cgi?id=36680
Jens Mühlenhoff j.muehlenhoff@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |j.muehlenhoff@gmx.de
--- Comment #6 from Jens Mühlenhoff j.muehlenhoff@gmx.de --- This also happens in newer versions (I have tested RAD Studio XE3 with Wine 1.7.47).
It seems to only affect the welcome page that you get when you start the IDE without any additional project or source file.
When starting with "bds.exe Dummy.pas" (file with empty contents) the IDE is usable even without installing msxml3 and ie7 (with XE3).
So this bug seems to be with wine's mshtml and Delphis welcome page.