Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution to the failure of the application to start properly

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

1) the application cannot start 0xc000007b properly

When the Win32 executable program is running in the 64-bit operating system, the pop-up error resolution cannot find the wpcap.dll. Directly under the System32 folder, copy the wpcap.dll to the system, and the following error occurs: the application cannot start 0xc000007b properly.

Analysis.

Subjectively, the System32 folder stores the libraries that 32-bit programs depend on, while SysWOW64 stores the libraries that 64-bit programs depend on, but it's just the opposite. Generally speaking, 0xc000007b problems are caused by mismatch of dll version.

Solution

1) if the running program is a win32 version, you need to copy wpcap.dll to the missing machine under the C:\ Windows\ SysWOW64 directory

2) if the running program is a 64-bit version, you need to copy wpcap.dll to the missing machine in the C:\ Windows\ System32 directory

Knowledge reserve

WoW64 (Windows On Windows64 [1]) is a subsystem of the Windows operating system, which is designed to deal with many different problems between 32-bit Windows and 64-bit Windows, making it possible to run 32-bit programs in 64-bit Windows. The syswow64 subsystem is actually a lightweight compatibility layer in all 64-bit versions of

Windows has the same interface, its main purpose is to create a 32-bit environment, in order to allow 32-bit applications to run on 64-bit systems without any modification, it provides the necessary interface.

2) the application cannot start 0xc0150002 properly

Click Administration > event Viewer > Windows Log > applications to view error messages. View the dependent runtime through the manifest file. Lack of the following three libraries: msvcm, msvcp, msvcr, etc., plus 90d dll libraries

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report