http://bugs.winehq.org/show_bug.cgi?id=31117
Bug #: 31117 Summary: CMDceter.exe Runtime Error '429': ActiveX component can't create object Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: tonybcrawford@gmail.com Classification: Unclassified
The CMDcenter application uses a native SDET.dll This was registered using: wine regsrv32 SDET.dll However, the following error occurs Runtime Error '429': ActiveX component can't create object <ok> when OK is selected, the application continues to run but all related and essential functionality is skipped!
NB: My system is 64-bit ubunutu precise. I am running a 32-bit chroot version of which I built to resolve bugs and verify fixes.
http://bugs.winehq.org/show_bug.cgi?id=31117
--- Comment #1 from Tony Crawford tonybcrawford@gmail.com 2012-07-03 16:47:05 CDT --- Created attachment 40850 --> http://bugs.winehq.org/attachment.cgi?id=40850 CMDcenter dubug output using +dll,+tid
http://bugs.winehq.org/show_bug.cgi?id=31117
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Summary|CMDceter.exe Runtime Error |CMDcenter.exe Runtime Error |'429': ActiveX component |'429': ActiveX component |can't create object |can't create object
--- Comment #2 from Dan Kegel dank@kegel.com 2012-07-03 20:35:25 CDT --- What app is this? Does it have a home page? Is there a downloadable trial?
http://bugs.winehq.org/show_bug.cgi?id=31117
--- Comment #3 from Tony Crawford tonybcrawford@gmail.com 2012-07-03 21:01:25 CDT --- (In reply to comment #2)
What app is this? Does it have a home page? Is there a downloadable trial?
Dan,
This is a 3D structural engineering application that incorporates structural design, 3D OpenGL graphics and hyper-linked 2D CAD fabrication drawings. It was developed as a Windows-based application and has been under development for a number of years. The home page is www.sdet.com
I do not have a downloadable trial at this time but I could provide a Windows Setup if necessary. However, the application requires understanding of structural engineering to run test cases.
Please contact me directly if you would like to discuss in detail.
Regards Tony
http://bugs.winehq.org/show_bug.cgi?id=31117
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2012-07-03 22:26:21 CDT --- You have to install ADO components that wine doesn't provide, probably available through winetricks - should be named 'mdac' or something like that.
http://bugs.winehq.org/show_bug.cgi?id=31117
--- Comment #5 from Tony Crawford tonybcrawford@gmail.com 2012-07-03 22:42:46 CDT --- (In reply to comment #4)
You have to install ADO components that wine doesn't provide, probably available through winetricks - should be named 'mdac' or something like that.
I'm doubtful this is the solution! A major part of the product worked fine with the 1.5.7 distro which I installed as part of my normal ubuntu precise system. This part no longer works when I run with the self-built chroot version!
I think the problem must relate to registering the SDET.dll for the chroot version. With this in mind, do you think I should wait for the 1.5.8 pre-built distro before we continue with this problem?
http://bugs.winehq.org/show_bug.cgi?id=31117
--- Comment #6 from Tony Crawford tonybcrawford@gmail.com 2012-07-04 09:38:59 CDT --- Hi Nikolay, I went ahead and installed mdac27 using winetricks as you suggested and it worked! I was doubtful but you were correct.
I successfully ran through a full design touching every part of the application. The only part that doesn't work is the OpenGL window which doesn't appear. Note that this part works fine when I use the distro of wine. I suspect I need to do something for an X display because wine is in chroot.
Anyway, this bug can be closed :) Many thanks Tony
http://bugs.winehq.org/show_bug.cgi?id=31117
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2012-07-04 09:51:02 CDT --- (In reply to comment #6)
Hi Nikolay, I went ahead and installed mdac27 using winetricks as you suggested and it worked! I was doubtful but you were correct.
It could depend on a way you installed application then and now. Wine never had ADO implementation, so this is likely registration/installer issue if any.
I successfully ran through a full design touching every part of the application.
Congrats.
The only part that doesn't work is the OpenGL window which doesn't appear. Note that this part works fine when I use the distro of wine. I suspect I need to do something for an X display because wine is in chroot.
This could be caused by messed up GL drivers setup regarding 32 bit application on 64 bit system.
Anyway, this bug can be closed :) Many thanks Tony
Okay.
http://bugs.winehq.org/show_bug.cgi?id=31117
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|ole32 |-unknown
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2012-07-04 09:51:12 CDT --- Closing.