Page 1 of 1

self compiled driver issue

Posted: Sat Mar 04, 2017 4:53 am
by chcgp
Hi,

I think I have successfully compiled dbk64.sys driver by using WDK 7600.16385.1. I used the source code of CE 6.5.1. Now the problem is that I got error message "i don't know what you did, you didn't crash, but you also didn't load DBVM". I am afraid it is because vmdisk.img and vmdisk.img.sig were missing. How to generate those files, please advise!

Thanks

Re: self compiled driver issue

Posted: Sat Mar 04, 2017 7:41 am
by Eric
copy it from the cheatengine release or compile dbvm (i use linux and yasm/nasm for that)

Re: self compiled driver issue

Posted: Sat Mar 04, 2017 8:40 am
by chcgp
So I need to install CE 6.5.1 then copy over the files?

Re: self compiled driver issue

Posted: Sat Mar 04, 2017 9:01 am
by Eric
yes.
(or compile dbvm manually if you have a linux setup)

Re: self compiled driver issue

Posted: Sat Mar 04, 2017 9:06 am
by chcgp
This is what I did. I installed CE 6.5.1, copied both vmdisk files to my self compiled CE folder. Now I get error "Could not launch DBVM: The Intel-VT feature has been disabled in your BIOS ".

My OS is win7. I don't see Hyper-V in "turn windows features on or off" list. What would be the issue?

I feel the driver is loaded successfully because the released CE 6.5.1 shows "your system is running DBVM version 9".

Re: self compiled driver issue

Posted: Sat Mar 04, 2017 9:53 am
by Eric
compile cheat engine in release mode
make sure you're not inside a virtual machine
reboot

Re: self compiled driver issue

Posted: Mon Mar 06, 2017 6:15 pm
by chcgp
Problem solved by changing to release mode. Thank you!