ie closes when I stream video

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Some help here?

Whenever I stream video, an error message appears stating that internet
explorer needs to close. This has been happening for quite some time, and
has been driving me up the wall. I have ie 6 and windows media player 10.

Any suggestions?

AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: unknown
ModVer: 0.0.0.0 Offset: e8505100

is the error report info.
 
Starkiller said:
Some help here?

Whenever I stream video, an error message appears stating that internet
explorer needs to close. This has been happening for quite some time, and
has been driving me up the wall. I have ie 6 and windows media player 10.

Any suggestions?

AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: unknown
ModVer: 0.0.0.0 Offset: e8505100


That looks like an address from a driver but if you are crashing
in a driver we would expect a "Blue screen" Stop error not an
application mode error.

You could try to find out if there is a driver in range of that address
by opening a command window and entering

pstat -s

Assuming you are also getting a drwtsn32.log dump
you could also try to see if there are any clues in the Stack Back Trace
for the failing task. In XP even though there is no module to report
it will still show you a line prefixed by FAULT -> to help you find the
snap of the failing task. Page ahead to see the Stack Back Trace
associated with that task.

BTW this is slightly off-topic for this newsgroup. You may get better
help in a newsgroup which specializes in Media Player or your OS.


Good luck

Robert Aldwinckle
---
 
Back
Top