http://bugs.winehq.org/show_bug.cgi?id=35619
Bug ID: 35619 Summary: Toad 7: Throws exception messages when connecting to a DB and becomes unusable Product: Wine Version: 1.7.12 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: swdevelop1981@gmail.com Classification: Unclassified
Created attachment 47568 --> http://bugs.winehq.org/attachment.cgi?id=47568 wine terminal output
The application throws never ending exceptions when connecting to a DB and the application is unusable.
Screenshots and terminal output attached.
Run Toad: WINEPREFIX=~/.wine32 WINEARCH='''win32''' wine ~/.wine32/drive_c/Program\ Files/Quest\ Software/Toad\ for\ MySQL\ Freeware\ 7.0/toad.exe
Download from: http://www.quest.com/toad-for-mysql/
Install instructions: 1. Install latest winetricks (version at least 20140123) On OSX: brew install winetricks --HEAD 2. Run: export WINEPREFIX="$HOME/.wine32"; export WINEARCH='win32'; winecfg 3. Install DotNet 4.0: winetricks dotnet40 4. wine Quest_Toad-for-MySQL-Freeware_70.exe
http://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #1 from Simon swdevelop1981@gmail.com --- Created attachment 47569 --> http://bugs.winehq.org/attachment.cgi?id=47569 screenshots
https://bugs.winehq.org/show_bug.cgi?id=35619
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #47568|toad-18.02.2014.log |toad-18.02.2014.txt filename| | Attachment #47568|application/octet-stream |text/plain mime type| |
--- Comment #2 from Austin English austinenglish@gmail.com --- Comment on attachment 47568 --> https://bugs.winehq.org/attachment.cgi?id=47568 wine terminal output
Please use .txt in the future.
https://bugs.winehq.org/show_bug.cgi?id=35619
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.quest.com/toad-f | |or-mysql/
http://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #3 from Simon swdevelop1981@gmail.com --- Still present in wine 1.7.13
http://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #4 from Simon swdevelop1981@gmail.com --- Still present in wine 1.7.15 Now also throws an exception when toad starts.
http://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #5 from Simon swdevelop1981@gmail.com --- Still present in wine 1.7.18 and as before also throws an exception when toad starts.
http://bugs.winehq.org/show_bug.cgi?id=35619
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet CC| |focht@gmx.net Summary|Toad 7: Throws exception |Toad for MySQL Freeware 7.2 |messages when connecting to |fails to connect to |a DB and becomes unusable |databases
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello Simon,
--- quote --- Still present in wine 1.7.18 and as before also throws an exception when toad starts. --- quote ---
That (one-time) exception dialog on startup is harmless (bug 35252), it can be safely dismissed.
Where did you get this "never ending exceptions" information from? Your terminal output shows nothing serious, those FIXME's are harmless.
If there is any other dialog or output that clearly depicts error information _you_ must provide it otherwise it's even hard to guess. Just stating "still present" won't get you any support.
Your instructions are just covering the program installation and yet you are talking about "connecting to DB fails". There is no database by default after installation. You have to provide a step-by-step guide how to reproduce this.
Regards
http://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #7 from Simon swdevelop1981@gmail.com --- Thank you for your reply, I'll do my best to provide all needed info.
The "never ending exceptions" happens in the application itself. As in the screenshot attached, you can see an exception. This exception window jumps endlessly one on top of the other. When trying to to dismiss it (clicking on "OK") - nothing happens as there are too many to close.
I'll attach a new output, maybe there will be something of interest, all I can see is fixme's.
This is the text of all these exception as far as I can tell:
System.Runtime.InteropServices.COMException Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED) Stack Trace: at SHDocVw.IWebBrowser2.QueryStatusWB(OLECMDID cmdID) at AxSHDocVw.AxWebBrowser.QueryStatusWB(OLECMDID cmdID) at Quest.Toad.WebBrowser.BrowserControl.get_CanCopy() at Quest.Toad.WebBrowser.BrowserForm.get_CanCopy() at Quest.Toad.Gui.MainForm.EditControlChanged(Object sender, EventArgs args) at Quest.Toad.Gui.MainForm.LazyIdle(Object sender, EventArgs args) at System.EventHandler.Invoke(Object sender, EventArgs e) at Quest.Toad.Notification.NotificationManager.LazyIdle(Object sender) at Quest.Toad.Gui.MainForm.Application_Idle(Object sender, EventArgs e)
http://bugs.winehq.org/show_bug.cgi?id=35619
Simon swdevelop1981@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #47568|0 |1 is obsolete| |
--- Comment #8 from Simon swdevelop1981@gmail.com --- Created attachment 48483 --> http://bugs.winehq.org/attachment.cgi?id=48483 New console output
http://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #9 from Simon swdevelop1981@gmail.com --- About connecting to the DataBase:
1. Enter the application 2. Dismiss the error 3. Choose File -> New -> Connection 4. Provide credentials for any database 5. Click on connect
Now the Exception raises and the application becomes not usable.
https://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #10 from Simon swdevelop1981@gmail.com --- Still present in wine 1.7.25
https://bugs.winehq.org/show_bug.cgi?id=35619
--- Comment #11 from Simon swdevelop1981@gmail.com --- Still present in wine 1.7.29