http://bugs.winehq.org/show_bug.cgi?id=21605
Summary: MINDApro fails to run (fbguard.exe crashes) Product: Wine Version: 1.1.37 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: allsymes@gmail.com
Created an attachment (id=26075) --> (http://bugs.winehq.org/attachment.cgi?id=26075) Terminal output from running
I have a software package called MINDApro. It installs under Wine, but when I try to run it I get several error and crash messages. I know from running it on Windows XP that I need to run the mlp_manager.exe program first, as this runs the database server Firebird first (http://www.firebirdsql.org/).
I have attached the terminal output. The following is the sequence of error messages that popup on running mlp_manager:
1. empty error popup.
2. "...mlp_manager.exe has encountered a serious problem and needs to close...".
3. Title "Application Error", reads: "Exception EExternalException in module ntdll.dll at 0002E8B8. External exception C0000025."
4. Titled "Error", reads:
""" An unexpected error has occurred. Please close MINDA software and restart. If the error persists please contact MINDA on ...<snip>... ERROR ISC ERROR CODE 335544721
ISC ERROR MESSAGE: Unable to complete network request to host "localhost". Failed to establish a connection. unknown Win32 error 10061 """
5. Titled "Error", reads: "Runtime error 217 at 0052B371"
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2010-02-06 02:08:19 --- see if you can get a backtrace using winedbg http://wiki.winehq.org/Backtraces
http://bugs.winehq.org/show_bug.cgi?id=21605
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-02-06 02:18:42 --- It seems that the application is raising a C++ exception, so a WINEDEBUG=+relay,+seh,+tid compressed log might provide more insight.
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #3 from Luke allsymes@gmail.com 2010-02-06 15:07:52 --- Created an attachment (id=26090) --> (http://bugs.winehq.org/attachment.cgi?id=26090) Output from running WINEDEBUG=+relay,+seh,+tid wine mlp_manager.exe
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #4 from Luke allsymes@gmail.com 2010-02-06 15:19:04 --- Created an attachment (id=26092) --> (http://bugs.winehq.org/attachment.cgi?id=26092) Backtrace when running mlp_manager.exe
This is my first attempt at a backtrace. It doesn't look like a "good" backtrace as described at http://wiki.winehq.org/Backtraces I am on Ubuntu 9.10 (Karmic), should I install the wine1.2-dbg package for debugging symbols? Or should I attempt to compile from source...
http://bugs.winehq.org/show_bug.cgi?id=21605
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26075|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-07 21:23:46 --- err:eventlog:ReportEventW L"The registry information is missing.\r\nPlease run the Firebird Configuration Utilitto launch the server thread. errno : 1055"
Have you done that? Have you installed both programs (DB and your program) under Wine? Or copied them from windows?
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #6 from Luke allsymes@gmail.com 2010-02-08 01:28:57 --- (In reply to comment #5)
err:eventlog:ReportEventW L"The registry information is missing.\r\nPlease run the Firebird Configuration Utilitto launch the server thread. errno : 1055"
Have you done that? Have you installed both programs (DB and your program) under Wine? Or copied them from windows?
Yes, Firebird gets installed with MINDApro, however this error makes me think it has not have configured itself properly...
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #7 from Luke allsymes@gmail.com 2010-02-08 17:24:59 --- Created an attachment (id=26143) --> (http://bugs.winehq.org/attachment.cgi?id=26143) Tail end of log when installing MINDApro
I have started in a fresh WINEPREFIX. Installing MINDApro gives the same errors as when I tried to run it after installation. Attached is the tail end of the output from running: WINEDEBUG=+shell,+ddeml wine MINDASoftware_Install.exe
As you can see from the backtraces at line 26, 149, 186, 308, 588, 727 (oh dear so many), the problem starts from fbguard.exe as before and propogates through to mlp_manager.exe. I.e. the Firebird database is failing to install and run itself.
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #8 from Luke allsymes@gmail.com 2010-02-08 17:54:37 --- Created an attachment (id=26148) --> (http://bugs.winehq.org/attachment.cgi?id=26148) Backtrace through winedbg of mindapro installation
This backtrace has source file references, but I don't see how that's any help, as fbguard is still the problem, and it's at the top of the stack.
http://bugs.winehq.org/show_bug.cgi?id=21605
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26148|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2010-02-12 12:29:06 --- (In reply to comment #0)
ISC ERROR MESSAGE: Unable to complete network request to host "localhost". Failed to establish a connection. unknown Win32 error 10061
This error is WSAECONNREFUSED. It seems as though the server isn't running. Perhaps you can try with a client, e.g. isql or something? That is, please verify the database is actually working before investigating the MINDApro crash.
http://bugs.winehq.org/show_bug.cgi?id=21605
--- Comment #10 from Luke allsymes@gmail.com 2010-02-13 00:11:50 --- (In reply to comment #9)
This error is WSAECONNREFUSED. It seems as though the server isn't running. Perhaps you can try with a client, e.g. isql or something? That is, please verify the database is actually working before investigating the MINDApro crash.
But the server installation is failing, fbguard.exe (Firebird Guardian I think) is part of the server, and it is crashing. Regarding the database being created, I have no idea what it is called. I can run isql.exe and get a SQL> prompt, but how do I connect to an unknown database (I'm pretty sure it doesn't exist too)?
http://bugs.winehq.org/show_bug.cgi?id=21605
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #11 from butraxz@gmail.com 2012-05-23 14:03:40 CDT --- This bug has not been updated for two years. Is this still an issue i current (1.5.4) or newer wine ?
https://bugs.winehq.org/show_bug.cgi?id=21605
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |ABANDONED
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
no further response from OP, resolving 'abandoned'.
Regards
https://bugs.winehq.org/show_bug.cgi?id=21605
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Bruno Jesus 00cpxxx@gmail.com --- Closing abandoned bugs.