惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
博客园 - 【当耐特】
D
Docker
Y
Y Combinator Blog
L
LangChain Blog
博客园 - 三生石上(FineUI控件)
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
F
Fortinet All Blogs
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
B
Blog
The GitHub Blog
The GitHub Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
爱范儿
爱范儿
A
About on SuperTechFans
量子位
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - gucs

《应用框架的设计与实现——.NET平台》书评 《WCF Unleashed》的 AzRoles 演示代码 Tech Ed 2009,胡思乱想 Mac 双系统的时间设置问题 使用 gVim 遇到的第一个问题 Google notebook for Firefox 3.5 Fiddler & localhost 关于 TableLayoutPanel 的 Scroll bar Powerdesigner 12.5 对 SQL Server 2005 做反向工程时发生错误 VisualSVN Server 的 Apache 配置 ExplorerXP 在 Vista 下的设置 ReSharper 2.0.4 安装时的 1722 错误 禁用 Nero ShowTime 快捷键 使用 ModalPopupExtender 和 UpdatePanel 应注意的问题 NHibernate 和 ODP.NET 手动注册 DevExpress 8.2.3 控件到 Visual Studio 工具箱 隐藏 Windows Vista 的 Explorer 菜单栏 ReadOnly Controls do not post back properly 使用 ExtJs Extender Controls 遇到的第一个错误
PPStream caused an Access Violation (0xc0000005) in modul...
gucs · 2008-10-06 · via 博客园 - gucs

突然想看网络电视,于是下载了 PPLive 和 PPStream,可是运行 PPStream 时发生错误……

看了大半天的 PPLive 后,睡了一觉,醒来时已经半夜,精神了,有心情解决问题了。下载是 Crash 后的堆栈数据,我对比了几次的,只有下面的信息比较有价值一些,因为其他数据都是正在加载的 DLL。

[ThreadId:2804]
PPStream caused an Access Violation (0xc0000005)
in module VSFilter.dll at 001b:06740441.

Error occurred at 10/5/2008 23:58:24.
C:\Program Files\PPStream\PPStream.exe, run by Administrator.
Operating system:  Windows 2003 Server (5.2.3790).
2 processor(s), type 586.
22% memory in use.
2048 MBytes physical memory.
2048 MBytes physical memory free.
0 MBytes paging file.
0 MBytes paging file free.
2048 MBytes user address space.
1800 MBytes user address space free.

Playing URL:

Call stack:
----------------------------------------------------
Module: C:\Program Files\StormII\Codec\VSFilter.dll [ 0x066B0000 ]
        address: 0x06740441
        address: 0x099C3020
----------------------------------------------------
Write to location 0bcc9600 caused an access violation.
----------------------------------------------------
Module 1
C:\WINDOWS\system32\Normaliz.dll
Image Base: 0x00400000  Image Size: 0x00009000
Checksum:   0x00010188  Time Stamp: 0x44a3ec46
File Size:  23552       File Time:  6/12/2008 11:27:42
Version Information:
   Company:    Microsoft Corporation
   Product:    Microsoft? Windows? Operating System
   FileDesc:   Unicode Normalization DLL
   FileVer:    6.0.5441.0
   ProdVer:    6.0.5441.0

Module 2
C:\Program Files\PPStream\PPStream.exe
Image Base: 0x00400000  Image Size: 0x00257000
Checksum:   0x00258045  Time Stamp: 0x48df16db
File Size:  2420088     File Time:  9/28/2008 13:35:46
Version Information:
   Company:    PPStream Inc.
   Product:   
   FileDesc:   PPS网络电视
   FileVer:    2.6.83.5300
   ProdVer:    2.6.83.5300

根据上面的错误信息,我试着搜索最新的 VSFilter.dll,可是网上提供的下载版本更低,作罢。

  1. 关闭了 Crash 报告里提到了一些进程,问题依旧。
  2. 下载了最新的 StormII 3.6 后问题依旧,看来不是 VSFilter.dll 的问题。因为新版使用的这个文件,大小也是 909312 byte。
  3. 忽然想到,以前装软件,或者使用 Visual Studio 时,Norton 会提示我要修改某个 DLL 被禁止的提示信息。我想,也许是 Norton 在作怪吧……

的确如此,关于了防止篡改功能后,可以正常使用 PPS 了,呵呵

image