Debug:startservice failed, GetLastError = 0x7f (127) Turn

Source: Internet
Author: User

The R3 program installs the NT driver with SCM and has been tested in Vmware9.0 + WINXPSP3.

Added some code today and found that R3 boot NT driver failed.

R3 where the error occurred is startservice, error code = 0x7f

Go to the CodeProject to see the demo, people are so used.

Compile with win7x86 configuration, run in VMware 9 + WINXPSP3, a period of time before, always normal ...

0x7f is viewed with Errorlookup as "The specified program cannot be found." ”

It suddenly comes to mind that the win7x86 configuration is used when compiling the driver. Is it possible that win7x86 compiled a driver that uses a nonexistent function under WinXpX86?

Configure the build driver with WinXpX86, prompting "D:\WinDDK\7600.16385.1\lib\wxp\i386\AUX_KLIB. LIB "cannot be processed.

Go to the D:\WinDDK\7600.16385.1\lib\wxp\i386 to see if there is no aux_klib. LIB, it seems to be in which version of Windows to run with which parameter the WDK configuration ah.

Found an article on OSR, also this problem, saw someone suggested to install aux_lib for WinXp

Go to MS site, download Aux_lib Library

http://www.microsoft.com/en-us/download/confirmation.aspx?id=19632

Install Auxlib32.msi to D:\WinDDK\7600.16385.1\lib\wxp\i386\Aux_LIB.

Copy the D:\winddk\7600.16385.1\lib\wxp\i386\aux_lib\x86\*.lib to the D:\WinDDK\7600.16385.1\lib\wxp\i386\

*.h with WDK7600, no change.

Re-configure the build driver with WinXP and put it in the virtual machine WinXP to run.

Debug:startservice failed, GetLastError = 0x7f (127) Turn

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.