Win7 play League of Legends handles invalid handles.
The steps are as follows:
Processing method: Is this warning sound prompted by the installation of third-party software, if it is recommended to uninstall it, do not use it, or check if the game itself has encountered problems. You can uninstall and re-download the installation.
The system cannot load the user configuration, but can load the default configuration.
 quo;The handle is invalid" is usually a programming error, but your situation is obviously not a programming problem, it should be missing or changed some system files. I guess it may be your dircetx error, or a DLL file that has lost some dynamic link libraries. You re-download a directx9.0c, try to install. If you still can't, reinstall the operating system, which is more convenient.
Other explanations for "invalid handle": (for reference only!)
The so-called handle is actually a data, which is a Long (full-length) data.
A handle is a unique integer used by WONDOWS to identify objects that are created or used by an application. WINDOWS uses a variety of handles to identify such things as application instances, windows, controls, bitmaps, GDI objects, etc. . The WINDOWS handle is a bit like the file handle in C.
From the above definition, we can see that the handle is an identifier that is used to identify the object or item. It is like our name. Everyone will have one, different people. The name is different, but there may be someone with the same name as you. It is just a 16-bit unsigned integer from the data type. An application almost always gets a handle by calling a WINDOWS function, which can then be used by other WINDOWS functions to reference the corresponding object.
If you want to know the handle more thoroughly, I can tell you that the handle is a pointer to a pointer. We know that a pointer is a memory address. After the application is launched, the objects that make up the program are left in memory. If you simply understand, it seems that as long as we know the first address of this memory, we can use this address to access the object at any time. However, if you really think so, then you are very wrong. We know that Windows is a virtual memory based operating system. In this system environment, the Windows Memory Manager often moves objects back and forth in memory to meet the memory needs of various applications. Moving an object means that its address has changed. If the address always changes, where should we go to find the object?
In order to solve this problem, the Windows operating system frees up some internal storage addresses for each application to specifically register each application object. The address in memory changes, and this address (the location of the storage unit) itself is unchanged. After the Windows memory manager moves the location of the object in memory, it informs the handle address of the new address of the object to save. So we only need to remember this handle address to know indirectly where the object is in memory. This address is assigned by the system when the object is loaded. It is released to the system when the system is unloaded (Unload).
Handle address (stable) → records the address of the object in memory ————→the address of the object in memory (unstable)→actual object
Essential: WINDOWS programs do not use physical addresses to identify a memory block, file, task, or dynamically loaded module. Instead, the WINDOWS API assigns a certain handle to these items, returns the handle to the application, and then passes Handle to operate.
However, it must be noted that every time the program is restarted, the system cannot guarantee that the handle assigned to the program is the original handle, and most of the cases are different. If we think of watching movies into the cinema as an application startup, then the handles assigned to the application by the system are always different, which is the same as the one seat that is always different for each ticket sold to the cinema. .
Win7 local connection IPV4 no access rights solution. The steps are as follows: First, the local c
in English Win7 system comes with the IE browser page showing Chinese, but the right-click menu sho
When we use Win7 computer, we often need to install some software. When we install some software, th
Now many people have used a wireless mouse, so it is more convenient to use. There are two kinds of
Win7 Ultimate NVIDIA graphics driver control panel location description
Win7 system completely uninstall rogue browser 6899
Win7 install Adobe Photoshop CS5 when the adobe photoshop program error how to solve
Make folders on call in Windows
How does Win7 reset IE to its initial state?
Win7 system check box use method and open method
Win7 set enhanced color 16-bit step
Virtual machine press f10 is not good, how to do
What is the use of win7 user account control?
What does the Win7 processor look like?
How to check the running programs of the win7 computer in the background?
The easiest way to download web resources
Win8.1 game TP prompts self-loading initialization failure can not continue LOL, CF and other games
Linux (RedHat) network card, sound card configuration and installation entry
Windows task manager closes no response what to do?
Win8 system sets the picture as the background (desktop right-click personalized)
Windows XP SP2 system setup tips
Win7 uses Xml format to save the log's four conveniences
Tips for optimizing Mysql runtime environment on Linux
How to batch delete Win7 extra fonts
What is the difference between the Win10 and Win7 start menu comparisons?