Home > Article > Computer Tutorials > How to fix stand-alone game application errors
There are many answers online, especially about the problem of slow computer operation. Some of the suggestions focus on hardware, such as checking for memory problems or considering changing the operating system. According to my experience, sometimes certain software installed may affect the speed of the computer.
For example, after installing a certain player, a common problem may occur when opening audio and video files. When the "This memory cannot be read" phenomenon occurs, the system will be unable to read the file and cannot play it. This is usually caused by the player being incompatible with the system or having a bug. To solve this problem, you need to delete the player and reinstall a compatible version so that the system can resume normal operation.
Everyone’s computer system has different software installed, so you need to analyze and try to delete the software yourself. If you delete the error, you can reinstall it and continue to check whether the next software conflicts with the current operation.
There will be no problems with the memory. If there are problems, they will be reflected in the initial stage of installation. It will not be overclocking or other hardware faults.
This phenomenon...that the memory cannot be read...is usually a conflict caused by a certain self-installed software.
This problem often occurs among users who frequently change software, so it can only be eliminated one by one. (Uninstall the redundant players first)
Another: Anti-virus software or virus Trojans generally do not cause this phenomenon.
When repairing computers, we often encounter this kind of problem.
First download: [read repair tool], repair it and try it!
This is a conflict between the "game or software" you downloaded and the computer's "memory"
1. The game or software contains Trojan horses or viruses! (Anti-virus software, full scan and customized scan, after restarting, quarantine area, complete deletion)
2. The game or software conflicts with other games! (Similar software, incompatible with each other! Start menu, program, uninstall, leaving only one game)
3. The game or software conflicts with other software! (For example: conflicting player or some anti-virus software is too sensitive, uninstall the player or anti-virus, reinstall the game)
4. The game or software version is not supported by the computer graphics card! (Download: Driver Life or Driver Wizard, update graphics card driver)
5. The game or software is missing necessary dll files or game patches! (dll file, 360 system first aid kit, dll file recovery, add recovery! It is recommended to go to the official website to download game patches!)
6. The game or software contains negative review plug-ins! (You can use 360 Security Guard or Kingsoft Guard, or you can use free anti-virus software to scan plug-ins and clean them immediately)
7. The game or software version is not suitable for the current system! (Try turning on "compatibility mode" or changing the game version. It is recommended to download: the official official website game!)
8. The game or software has bugs or errors or contains suspicious startup Trojans! (Try: 360 system first aid kit, system repair, select all, repair immediately! Network repair, start repairing!
Click again: Start first aid! After restarting, click on the "File Recovery Area", select all, and completely delete the files)!
9. If it still doesn’t work, start menu, run, enter cmd, press Enter, enter at the command prompt (just copy):
for %1 in (%windir%\system32\*.ocx) do regsvr32 /s %1
Paste, press Enter, and then enter:
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
Enter! Until the screen stops scrolling, restart your computer!
10. If it doesn’t work, restore the system
I have tried all the above. If the problem persists, it is a hardware problem. Please use the troubleshooting method to determine whether there is a problem with a certain hardware and repair and replace it in time.
Please accept, thank you!
After running the game, it appears that the memory cannot be "read" or the memory cannot be written
####################### ### Generally, there are three reasons for this phenomenon. One is the hardware, that is, there is a problem with the memory, and the other is the system! ### ### Let’s talk about the hardware first: ### ### Generally speaking, the possibility of memory problems is not high. The main aspects are: the memory module is broken, the memory quality is defective, and two different brands and different capacities of memory are mixed, which is also more likely to cause inconsistencies. Compatibility, but also pay attention to heat dissipation issues, especially after overclocking. You can use the MemTest software to test the memory, which can thoroughly detect the stability of the memory. If you have dual memory, and you have mixed memory modules of different brands or bought second-hand memory, and this problem occurs, then you need to check whether there is a problem with the memory or it is incompatible with other hardware. ### ###If not, then troubleshoot the software. ###Let’s briefly talk about the principle: There is a place in the memory to store data called a buffer. When the program places data in one of the locations, overflow will occur because there is not enough space. For example: a bucket can only hold one kilogram of water. When you put two kilograms of water in, it will overflow. The system is represented on the screen. This problem often occurs on windows 2000 and Condition.
An error occurred while the game was running, prompting that XXX.exe encountered a problem and needed to close.
##Usually there are several solutions to this situation!First, the compatibility mode of the game is wrong!
Solution:
Modify the compatibility mode of the game main program to Windows98.
below
Second, the .net VC runtime library, dx9.0, etc. are not installed. Many games require their support when running!Solution:
Download the latest DX\.net\VC runtime library and install it!
Third, the game installation is incomplete and necessary files are missing!
Solution:
Redownload and install the game, and make sure all installations are complete!
I can’t play the stand-alone game and there are errors. Experts can solve it
The English meaning of the above paragraph is: Sorry, this application cannot run in the virtual machine.
1 Reason: This program automatically performs virtual machine detection and prohibits running in the virtual machine.
2 Solution: Open the configuration file of the VMware virtual machine, which is a text file with the suffix vmx. Add the following content inside
isolation.tools.getPtrLocation.disable = "TRUE"
isolation.tools.setPtrLocation.disable = "TRUE"
isolation.tools.setVersion.disable = "TRUE"
isolation.tools.getVersion.disable = "TRUE"
monitor_control.disable_directexec = "TRUE"
monitor_control.disable_chksimd = "TRUE"
monitor_control.disable_ntreloc = "TRUE"
monitor_control.disable_selfmod = "TRUE"
monitor_control.disable_reloc = "TRUE"
monitor_control.disable_btinout = "TRUE"### ###monitor_control.disable_btmemspace = "TRUE"### ###monitor_control.disable_btpriv = "TRUE"### ###monitor_control.disable_btseg = "TRUE"### ###This code works well on the 7.0-7.1 version virtual machine. I tested it myself. ### ###If no code is added, the online game will prompt Sorry, this application cannot run under a Virtual Machine### ###After adding it, you can play the game! Give it points! ### ###Reprinted from###
The above is the detailed content of How to fix stand-alone game application errors. For more information, please follow other related articles on the PHP Chinese website!