Runtime Error R6034
电脑偶尔也会出现“内存不能为read”的毛病。用软件检测过内存,没有问题。
然后在找到网上的解决办法是:
在开始-运行里输入CMD确定。在命令行窗口下输入以下内容后按回车: for %1 in (%windir%\\system32\\*.ocx) do regsvr32 /s %1 完了之后,再输入以下内容并回车
for %1 in (%windir%\\system32\\*.dll) do regsvr32 /s %1 可是运行过程中出现了如下问题 R6034
An application has made an attempt to load ALT80.dll incorrectly. Please contact the applicaiont`s support team for more information. 然后出现十几个以下问题 Runtime Error
Program:C\\WINDOWS\\system32\\regsvr32.exe R6034
An application has made an attempt to load C runtime incorrectly. Please contact the applicaiont`s support team for more information. 还出现一个 R6034
An application has made an attempt to load Vcomp.dll runtime incorrectly. Please contact the applicaiont`s support team for more information.
这个问题在网上一直找不到答案,没办法就重装系统吧,用GHOST回复之后你会发现问题仍然存在,只是以前没有注意到而已。
后来在网上看了很多关于R6034运行错误的内容,今天看到了一个高手关于R6034运行错误的介绍。他说:R6034出错是因为你使用的系统安装过反间谍软件。如:Spyware Doctor, 会在以下两个路径安装:C:\\programFiles\\ Spyware Doctor\\msvcr80.dll和C:\\windows\\system32\\msvcr80.dll.当你卸载它们时,就会有msvcr80.dl,留在下面路径中:C:\\windows\\system32\\msvcr80.dll.所以会发生Microsoft Visual C ++ Runtime Runtime Error R6034
解决方法很简单,首先找到C:\\windows\\system32\\msvcr80.dll.把这个动态链接库删掉,然后打开“运行-”输入CMD,然后打上for %1 in (%windir%\\system32\\*.dll) do regsvr32 /s %1 回车就OK了。
相关推荐: