tandasat/DdiMon

problem when compiling

rout3rx opened this issue · 14 comments

Hello
i have a problem with compiling
on x86 :
a hypervisior feature is not available to the user
on x64:
this driver has been blocked from loading.
why?
could anyone help?

Hi,

For the issue with x86, please double check if VT-x is available on the system. This message can be seen when a processor (or BIOS) does support VT-x. You might find more information in HyperPlatform.log.

On x64, did you enable the test signing mode? Please make sure the system is under the test signing mode and try it again.

thanks,
dear tandasat
this means i can't compile it on a VM on esxi. correct?

You can compile it, and can install it if the VM is configured to support nested virtualization. I am not terribly familiar with ESXi but believe you can enable nested virtualization. Please search manual etc for the instructions.

yes i enabled.
photo_2017-09-26_21-14-01

photo_2017-09-26_21-15-25

do you see any logs in HyperPlatform.log?

could you say, where is this file located?

It's under \Windows.

no,nothing find.
is there any special settings in loader?

No, should not be. I cannot think of a reason of the error. Maybe you can recompiling the driver, make sure you copied the x64 version of the SYS file, and/or do the same flow for other x64 VM.

Sorry, I cannot be much help.

i think this package have some problem.
i test it on a real machine (not VM) with windows 8.1 but have this error :

C:\Windows\system32>sc start ddimon
[SC] StartService FAILED 1275:

This driver has been blocked from loading

C:\Windows\system32>

photo_2017-09-27_22-11-37
i have this problem in compilation.
i use and add kit10 but after add and at the end of compile crashed.

photo_2017-09-29_10-41-03

a new problem occures after compile.

Did this still occur with the latest code? Also, try again using the latest SDK and WDK.

Closing this as it does not repro. Feel free to reopen the issue with detailed steps to reproduce the issue. Thank you.