How to cure this error?

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

When I opened a dictionary, it prompted as follow:


RunTime-Error : 0
Access violation ad address 00A3EF98.
Write of address 0000001
In CastMember : scoGlobal!funPlaySound

Proceed? Yes or No.

Please advise me the source of this problem and how to fix it. Craig
 
When I opened a dictionary, it prompted as follow:


RunTime-Error : 0
Access violation ad address 00A3EF98.
Write of address 0000001
In CastMember : scoGlobal!funPlaySound

Proceed? Yes or No.

Please advise me the source of this problem and how to fix it. Craig

I can't find anything on this error message. It looks like a sound is
being called up to play when the dictionary is opened but that event is
failing. Closest I can get is searching on "CastMember." That brings up
a few hits on multimedia apps (Macromedia, Director, etc).

Since it is a runtime error, these usually lead directly back to the
immediate source. In other words, if the error occurs while working in a
program - focus on that program.

If the dictionary is part of a program - there's a glitch in the
programming involved or possible damage to a file the dictionary depends
on. Check with technical support for the program. If there are menu
options for multimedia features (sounds especially) turn this feature
off for now.

If the dictionary resides on a web page (or is a local html reference),
there is an error at the site. Contact the webmaster with the error
message.

Sharon F
MS MVP
[Windows XP - Shell/User]
 
Back
Top