高手请进,多谢!

来源:百度知道 编辑:UC知道 时间:2024/05/31 20:02:47
Microsoft Visual C++ Runtime Library
Runtime Error!
Program:H\冒险\MapleStory.exe
This application has requested the Runtime to terminate it in an
unusual way.
please contact the application's support team for more information.

这是该程序在调用c++运行库时发生错误.
Microsoft Visual C++ runtime library是windows自带的c++运行库,
以xp系统为例,主要有msvcp50.dll、msvcp60.dll、MSVCP60D.DLL、msvci70.dll、msvcp70.dll、msvcp71.dll ,搜索分区c中的msvc*.dll来找到它们,描述中有Microsoft Visual C++ runtime library就是了
搜索时可以看到,很多应用软件都自带了这些运行库,所以也有可能是你的这个出错的程序自带的c++运行库有问题

解决方法:
1.下载“Microsoft Visual C++ 2005 Redistributable”并安装。(安装之前请确认您已安装了“Windows Installer 3.0 或更高版本”)此方法在Windows XP Professional SP2上测试通过,Windows 2000 Advanced Server SP4上测试通过(安装之前请运行Windows Update将Windows更新到最新)。
2.有装瑞星的话,检查瑞星防火墙C:\PROGRAM FILES\RISING\RFW\RFWSRV.EXE所在文件夹内的运行库
检查这些文件,并用正常机器上的同名文件替换,替换时要把C:\WINDOWS\system32\dllcache中存在的相同文件清除,否则系统会覆盖回去