Closed
Bug 183735
Opened 23 years ago
Closed 23 years ago
[AxPlugin] Could not load the plug-in 'Mozilla ActiveX control and plugin support' for the MIME type 'application/x-oleobject'
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: alexanderl, Assigned: adamlock)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier:
Install the "Mozilla ActiveX control and plugin support" plugin under NN 4.75.
When I go to any page that contain ActiveX controls (for example to
the "Mozilla ActiveX control and plugin support" demo:
http://www.iol.ie/~locka/mozilla/calendar.htm), the following message appears:
Could not load the plug-in 'Mozilla ActiveX control and plugin support' for the
MIME type 'application/x-oleobject'. Make sure enough memory is available and
that the plug-in is installed correctly.
Reproducible: Always
Steps to Reproduce:
Just go to "Mozilla ActiveX control and plugin support" demo:
http://www.iol.ie/~locka/mozilla/calendar.htm
Actual Results:
The following message appears: Could not load the plug-in 'Mozilla ActiveX
control and plugin support' for the MIME type 'application/x-oleobject'. Make
sure enough memory is available and that the plug-in is installed correctly.
Expected Results:
MS Calendar has to work
Comment 1•23 years ago
|
||
*** Bug 183734 has been marked as a duplicate of this bug. ***
Comment 2•23 years ago
|
||
.
Assignee: beppe → adamlock
Component: Plug-ins → Embedding: ActiveX Wrapper
QA Contact: shrir → mdunn
Summary: Could not load the plug-in 'Mozilla ActiveX control and plugin support' for the MIME type 'application/x-oleobject' → [AxPlugin] Could not load the plug-in 'Mozilla ActiveX control and plugin support' for the MIME type 'application/x-oleobject'
Possibly due to missing C runtime libs that are causing the plugin dll to fail
to load. It might be worth ensuring that msvcrt.dll & msvcp60.dll are installed
on the system.
This problem is just because the Dll refrence some dlls come from mozilla or
netscape 7.
you can solve this bug by:
Copy mozreg.dll,nspr4.dll,plc4.dll,plds4.dll,xpcom.dll to any directory in path.
Anyway I think this refrence should be removed.
No Mozilla DLLs should be necessary for npmozax.dll to work since it depends on
none of them. What is necessary is the appropriate ATL and C runtime DLLs be
installed. As mentioned previously it is probably them.
Can you confirm this is the issue?
I'm marking this WORKSFORME, pending confirmation and more information
concerning this issue. As mentioned previously, it is probably missing C runtimes.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•