内存报错解决方法(Memory error resolution)_第1页
内存报错解决方法(Memory error resolution)_第2页
内存报错解决方法(Memory error resolution)_第3页
内存报错解决方法(Memory error resolution)_第4页
内存报错解决方法(Memory error resolution)_第5页
已阅读5页,还剩12页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、内存报错解决方法(Memory error resolution)然后关闭并停止Windows管理规范服务。删除WINNT System32 WBEM 库文件夹中的所有文件。(在删除前请创建这些文件的备份副本。)打开”服务和应用程序”,单击服务,然后打开并启动Windows管理规范服务。当服务重新启动时,将基于以下注册表项中所提供的信息重新创建这些文件:hkey_local_machine 软件微软 ”MOFs CIMOM WBEM下面搜集几个例子给大家分析:例一:即浏览器出现”0x0a8ba9ef”指令引用的”0x03713644”内存,或者”0x70dcf39f”指令引用的”0x00000

2、000”内存。该内存不能为“读”。要终止程序,请单击”确定”的信息框,单击”确定”后,又出现”发生内部错误,您正在使用的其中一个窗口即将关闭”的信息框,关闭该提示信息后,即解决方法浏览器也被关闭:1、开始-运行窗口,输入“regsvr32 actxprxy .dll”回车,接着会出现一个信息对话框”中的DllRegisterServer actxprxy.dll中成功”,确定。再依次运行以下命令。(这个方法有人说没必要,但重新注册一下那些。DLL对系统也没有坏处,反正多方下手,能解决问题就行。)regsvr32 Shdocvw.dllregsvr32 OLEAUT32.DLLregsvr32

3、actxprxy.dll中regsvr32 mshtml.dllmsjava.dll regsvr32regsvr32 browseui.dllregsvr32 urlmon.dll2、修复或升级IE浏览器,同时打上系统补丁。看过其中一个修复方法是,把系统还原到系统初始的状态下升级到了建议将IE 6。例二:有些应用程序错误:“0x7cd64998”指令参考的”0x14c96730”内存。该内存不能为“读”。解决方法:Win XP的”预读取”技术这种最佳化技术也被用到了应用程序上,系统对每一个应用程序的前几次启动情况进行分析,然后新增一个描述套用需求的虚拟”内存映像”,并把这些信息储存到Wind

4、ows预取文件夹。一旦建立了映像,应用软件的装入速度大大提高。XP的预读取数据储存了最近8次系统启动或应用软件启动的信息。建议将虚拟内存撤换,删除Windows预取目录下所有*。PF文件,让Windows重新收集程序的物理地址。例三:在XP下双击光盘里面的”自动运行.exe”文件,显示”0x77f745cc”指令引用的”0x00000078”内存。该内存不能为“书面”,要终止程序,请单击”确定”,而在Windows 98里运行却正常。解决方法:这可能是系统的兼容性问题,WinXP的系统,右键”自动运行.exe”文件,属性,兼容性,把”用兼容模式运行这个程序”项选择上,并选择“Windows 9

5、8 /我”。Win2000如果打了SP的补丁后,只要开始,运行,输入:regsvr32 C:系统 apppatch slayerui。DLL。右键,属性,也会出现兼容性的选项。例四:RealOne黄金关闭时出现错误,以前一直使用正常,最近却在每次关闭时出现”0xffffffff”指令引用的”0xffffffff”内存。该内存不能为“读”的提示。解决方法:当使用的输入法为微软拼音输入法2003,并且隐藏语言栏时(不隐藏时没问题)关闭RealOne就会出现这个问题,因此在关闭RealOne之前可以显示语言栏或者将任意其他输入法作为当前输入法来解决这个问题。例五:我的豪杰超级解霸自从上网后就不能播放

6、了,每次都提示”0x060692f6”(每次变化)指令引用的”0xff000011”内存不能为“读”,终止程序请按确定。解决方法:试试重装豪杰超级解霸,如果重装后还会,到官方网站下载相应版本的补丁试试还不行,只好换就用别的播放器试试了。例六:双击一个游戏的快捷方式,“0x77f5cd0”指令引用”0xffffffff”内存,该内存不能为“读”,并且提示客户端。DAT程序错误解决方法:重装显卡的最新驱动程序,Then download and install DirectX9.0.Case seven: a friend sent messages over, my computer will

7、appear error message: 0x772b548f Command Reference 0x00303033 memory, the memory can not be written, then QQ automatic assembly line, and then open the QQ, found dozens of information he sent. Solution: This is the other side of the BUG using QQ, send special code, do QQ error, as long as the patch

8、or upgrade to the latest version, its okay.The memory cannot be a read or written solution keyword: the memory cannot be read, and the memory cannot be writtenSeveral articles from the Internet searchArticle 1People who use the Windows operating system sometimes experience such error messages: 0X?.

9、The directive refers to the 0x00000000 memory that cannot be read or written , and then the application is closed.If you ask some experts, the answer is often Windows is so unstable and so on. In fact, this error is not necessarily caused by Windows instability. This paper briefly analyzes the commo

10、n causes of such mistakes.First, the application failed to check the memory allocation failureThe program requires a memory to store data, you need to use the operating system to provide the function to apply, if successful memory allocation, memory area function will be the new return to the applic

11、ation, the application can use this memory via this address. This is called dynamic memory allocation, the memory address, that is, the cursor in programming. Memory is not always available, endless, and sometimes memory allocation will fail. When the allocation fails, the system function returns a

12、0 value, when the return value 0 does not represent the newly enabled cursor, but rather a notification issued by the system to the application informing the error. As an application, in the memory after each application should check whether the return value is 0, if it is, it means that there is a

13、fault, some measures should be taken to save, which enhances the robustness of the program. If the application does not check the error, it will continue to use this memory in subsequent execution, in accordance with the idea that the value is the available cursor allocated to it. The real 0 address

14、 memory area stores the most important interrupt descriptor table in the computer system and absolutely does not allow the application to use it. In the operating system without protection mechanism under (such as DOS), write data to this address will lead to crash immediately, and in the robust ope

15、rating system, such as Windows, this operation will be immediately captured the protection mechanism of the system, the result is forcibly closed by the operating system application error, in order to prevent the error expansion. At this point, the above write memory error occurs and indicates that

16、the referenced memory address is 0x00000000. Memory allocation failure, many reasons, memory is insufficient, the version of the system function mismatch, and so may have an impact. Therefore, the distribution of failure in the operating system to use for a long time, the installation of a variety o

17、f applications (including accidentally Install virus program), after the change of system parameters and system of archives.Two, the application referenced an abnormal memory cursor due to its own BUGIn applications using dynamic allocation, sometimes there will be such a situation: the program will

18、 try to read and write from a should be available in memory, but I do not know why, the expected available cursor has expired. There may be forget to assign to the operating system, or it may be that the program itself has written off this memory at some point, no attention, and so on. Off the syste

19、m memory to be recycled, the access does not belong to the application, read and write operations can also trigger the protection mechanism of the system in an attempt to illegal process only fate is to be operated to terminate execution, all resource recovery. The laws of the computer world are sti

20、ll much more effective and harsher than human beings! A situation like this belongs to the BUG of the program itself, and you can often reproduce errors in a particular order of operations. The invalid cursor is not always 0, so the memory address in the error is not necessarily 0x00000000, but othe

21、r random numbers. If the system often mentions errors, the following recommendations may be explained:1. check whether there is a Trojan horse or virus in the system. In order to control the system, such programs often change the system without responsibility,Which results in an operating system exc

22、eption. Generally, we should strengthen the awareness of information security and not be curious about the executable programs of unknown sources.2. update the operating system so that the operating systems installer re copies the correct version of the system file and changes the system parameters.

23、Sometimes, the operating system itself will have BUG, pay attention to install the official release of the upgrade program.3. try out a new version of the application.Mode:Replace virtual memoryAnswer:Now is in the affirmative, which is like the next time in cold weather comes will not happen again,

24、 on behalf of this is the main reasonAppend:If you use the Ghost recovery after OS proposed to delete the WINDOWS PREFETCH directory of all *.PF files because the physical address needs to let the windows to collect the programSome application errors refer to the 0x14c96730 memory of the 0x7cd64998

25、instruction. The memory cannot be inferred from read for this reasonWhy:Pre read technology for Win XPThe optimization techniques have been used application software on the system to analyze each application software several times before the start, and then add a description to the virtual memory im

26、age of demand, and the information stored in the WINDOWSPREFETCH folder. Once the image is built, the loading speed of application software is greatly improved. The pre read data of XP stores information about the last 8 boot or application startup.Post narration:At present, this method is also in t

27、he network (the code for this problem. Xu Jiu), is a common problem, had almost every day before going to bed to close the software program will have some read.Its not happening right now.article twoWhen you run certain programs, there are sometimes hints of memory errors (0x may be different later)

28、, and then the program closes.0x? the directive quoted as 0x? memory. The memory cannot be read.0x?, the directive quoted as 0x? memory, and this memory cannot be written.I wonder if youve ever had a fault like this?In general, there are some aspects of this phenomenon, one is hardware, that is, mem

29、ory problems, and the two is software, which there are many problems.Lets talk about hardware first:Generally speaking, memory problems are not likely, the main aspect is: bad memory, memory quality problems, there are 2 different brands of different memory mixed interpolation, are more prone to inc

30、ompatibilities, but also pay attention to the heat problem, especially after overclocking. You can use the MemTest software to check memory, which can thoroughly detect the stability of memory.If you are dual memory, and the memory of different brands, mixed in, or bought a secondary memory, this pr

31、oblem occurs, then you have to check whether the memory problems, or incompatible with other hardware.If not, then troubleshoot the software.First, the principle: memory has a place to store data called buffer, when the program put the data in one position, because there is not enough space, there w

32、ill be overflow. For example: a bucket of water can only be a pound, two pounds of water when you put in, it will overflow. The system is shown on the screen. This problem often appears in the Windows2000 and XP system, Windows 2000/XP on the hardware requirements are very demanding, once encountere

33、d resource deadlock, overflow or similar to the Windows 98 in the illegal operation, in order to maintain a stable system, the situation will appear. It could also be caused by poor compatibility between hardware devices.Below I from several examples for everybody analysis:Example 1: open the IE bro

34、wser, or in a few minutes there will be the 0x00000000 memory referenced by the 0x70dcf39f directive. The memory cannot be read. To terminate the program, click OK message box, click OK, and internal error occurred, you are using one of the window will close the message box, after closing the messag

35、e, the IE browser has also been closed. Solution: fix or upgrade the IE browser and patch it up at the same time. See one of the fixes, Win2000 upgrade, that is, Win2000 upgrade to Win2000, in fact, this method is to restore the system to the initial state of the system. For example, your IE upgrade

36、 to 6, since the upgrade will be replaced by IE5.0.Example two: double click the AutoRun.exe file inside the disk at Windows XP to display the 0x00000078 memory referenced by the 0x77f745cc command. The memory cannot be written. To terminate the program, click OK, while running in Windows 98 is norm

37、al. Solution: this may be the systems compatibility, winXP system, right click the AutoRun.exe file, properties, compatibility, the run this program in compatibility mode item selection, and select Windows 98/Me. Win2000 if you hit the patch after SP, just start and run,Input: Regsvr32 c:winntapppat

38、chslayerui.dll. Right, property, compatibility options are also available.Example three: an error occurred when RealOne Gold was shut down. It used to be normal, but recently it was 0xFFFFFFFF memory referenced by the 0xFFFFFFFF command every time it was turned off. The memory cannot be prompted by

39、read. Solution: when the input method used for the Microsoft Pinyin input method 2003, and hide the language bar (when not hidden when no problem) close RealOne will appear this problem, so in the closed before RealOne can show the language bar or any other input method as the current input method t

40、o solve the problem.Example four: my hero STHVCD since after the Internet cannot play, every time 0x060692f6 (each) Command Reference 0xff000011 memory could not be read, press OK to terminate the program. Solution: try to reinstall the hero super king, if also after reloading, to download the offic

41、ial website of the corresponding version of the patch. Not yet, so Ill try using another player instead.Example five: double click a shortcut to the game, and the 0x77f5cd0 command refers to 0xFFFFFFFF memory that cannot be read and indicates Client.dat program error. Solution: reinstall the latest

42、video card driver, and then download and install DirectX9.0.Case six: a friend sent messages over, my computer will appear error message: 0x772b548f Command Reference 0x00303033 memory, the memory can not be written, then QQ automatic assembly line, and then open the QQ, found dozens of information

43、he sent. Solution: This is the other side of the BUG using QQ, send special code, do QQ error, as long as the patch or upgrade to the latest version, its okay.cause solution1 memory is broken, replace memory2 dual memory is not compatible, using the same brand of memory, or as long as one memory3 me

44、mory quality problems, replace memory4, heat dissipation, strengthen the internal heat dissipation5 memory and motherboard do not plug, or other hardware is not compatible, re insert memory or change slots6 hardware problems, replace the hard disk7 drive problem, reinstall drive, if it is new system

45、, should install motherboard drive first8 software damage reinstall software9 software has BUG patched or updated to the latest version10, software and systems are not compatible, to patch the software, or try the system compatibility mode11, there is a conflict between software and software. If you

46、 have recently installed any new software, try uninstalling12 software to use other related software, there is a problem to reinstall related software, such as playing a format of the file error, may be the decoder of this file is a problem13 virus problem antivirus14, antivirus software and systems

47、 or software conflicts, as antivirus software is to enter the underlying monitoring system, and may conflict with some software, uninstall try15, the system itself has problems, sometimes the operating system itself will have BUG, pay attention to install the official release of updates, like SP pat

48、ches, it is best to play. If not, reinstall the system, or replace other versions of the system.another saidIn the add / Remove Programs in the control panel to see if you install the Microsoft NET.Framework, if it is installed, uninstall it can be considered, of course if you need NET.Framework in

49、other applications, can be re installed.Also, if youre using ATI graphics and youre using SP2 patches (some ATI video card drivers need to be in NET.Frameworks normal working environment). In this case, you can find a ATI graphics driver that does not require NET.Framework support.If the above two m

50、ethods do not completely solve the problem, you try to use the IE repair software, and can check whether there are viruses and the like.Microsoft NET.Framework upgrade to version 1.1 should be OK.There is another sayingMethod one:Friends of the Microsoft newsgroup: start - run: Regsvr32 jscript.dllS

51、tart - run: Regsvr32 vbscript.dllBut it doesnt work - but provides a way to register all DLL at one runSearch for the following method:Run CMD enter and enter at the command promptFor,%1, in (%windir%system32*.dll), do, regsvr32.exe, /s,%1This command man you slowly input correctly or quickly scroll

52、 to see. Otherwise, failure is without this effect. Wait slowly after the carriage returns (take 1-2 minutes), then run and turn onMethod two:This is a typical problem caused by this problem a lot.In general, the system is to patch and replace memory, memory for another slot, these 3 methods to solve. system patches are available only as soon as the Microsoft Update site is updated onlineThere are many reasons for this problem. You cant simply draw conclusions. Try to do the following thing

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论