Closed
Bug 232542
Opened 22 years ago
Closed 22 years ago
entry point error in xpcom.dll when loading a page containing a flash animation
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: paul.hardacre+bugzilla, Assigned: dougt)
References
()
Details
Attachments
(1 file)
438 bytes,
text/html
|
Details |
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040128 Firebird/0.8.0+
When loading a page with a flash animation embedded (such as the site above or
www.shockwave.com) an error pops up stating:
"The procedure entry point ??1nsGetInterface@@UAE@XZ could not be located in
dynamic link library xpcom.dll"
This error is repeated for every flash animation.
Reproducible: Always
Steps to Reproduce:
1. Visit www.shockwave.com
Actual Results:
Error dialog stating "The procedure entry point ??1nsGetInterface@@UAE@XZ could
not be located in dynamic link library xpcom.dll"
Expected Results:
Page loads with no error dialog.
![]() |
Reporter | |
Comment 1•22 years ago
|
||
Test page demonstrating the problem. It doesn't seem to matter if the swf file
exists.
Confirming with Mozilla 1.7a build 2004012808 on WinNT4.
I saw this first on this site:
http://www.ginger-restaurant.de/lunch.htm
I have NPSWF32.dll Shockwave Flash 7.0 r19 installed.
I have never seen such an error. The last build before I used was build
2004011508. But I have remembered, that I have installed recently the Mozilla
ActiveX control and plugin module for Mozilla 1.6. And I think this is the cause
of the error (incompatible version, because it is official for 1.6).
Reporter, do you have the Mozilla ActiveX control and plugin module installed
(about:plugins or see in the plugins folder for npmozax.dll)? I have version
1.0.0.4 of the dll.
http://www.iol.ie/~locka/mozilla/plugin.htm#download
If I deactivate that plugin (rename the dll) and restart Mozilla, the error
disappears.
![]() |
Reporter | |
Comment 4•22 years ago
|
||
Yep.. That seems to be it.. Removing mozax.dll from the plugins directory makes
the problem go away..
Comment 5•22 years ago
|
||
-> invalid (Plugin Error)
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
The npmozax.dll file is built for a specific version of Mozilla and expects
certain exported entry points to be there.
Using the 1.6 version in 1.7a, 1.5 etc. is guaranteed to fail in mysterious ways
or flat out not work at all.
You need to log in
before you can comment on or make changes to this bug.
Description
•