View previous topic :: View next topic |
Author |
Message |
lyaniku Newbie cheater Reputation: 0
Joined: 26 Aug 2017 Posts: 15
|
Posted: Tue Oct 02, 2018 9:35 am Post subject: Is there some working AMD + DBVM version without crashes? |
|
|
title
|
|
Back to top |
|
|
Dark Byte Site Admin Reputation: 465
Joined: 09 May 2003 Posts: 25540 Location: The netherlands
|
Posted: Tue Oct 02, 2018 10:18 am Post subject: |
|
|
i don't know if it'll work but try this:
get ce 6.8.1
in settings debug settings next to kernelmode there should be a button stating "make possible" click it, agree, and reboot
then get ce 6.7 and try to debug (ultimap still won't work)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
|
lyaniku Newbie cheater Reputation: 0
Joined: 26 Aug 2017 Posts: 15
|
Posted: Tue Oct 02, 2018 4:49 pm Post subject: can not see the button, screenshot |
|
|
Hello,
thank your for the suggestion. I cannot see that button you are talking about, here a screenshot: i[dot]imgur[dot]com/R9p7K38.png
After asking a friend with an intel CPU, he sent me a screenshot where the button exists. Is there a good reason that the button is hidden?
I found this code but I don't know what you are doing there exactly...
Code: |
if NtQuerySystemInformation(196, @KVAShadowInfo,4,@rl)=0 then
begin
//it knows this classID..
if (KVAShadowInfo and 1)=1 then
begin
cbKDebug.enabled:=false;
btnMakeKernelDebugPossible.visible:=true;
end;
end;
|
Windows version is: Version 1803 (OS Build 17134.276)
Thank you
|
|
Back to top |
|
|
Dark Byte Site Admin Reputation: 465
Joined: 09 May 2003 Posts: 25540 Location: The netherlands
|
Posted: Tue Oct 02, 2018 11:56 pm Post subject: |
|
|
This checks if the spectre patch is active and that usermode memory is cut of from driver memory
apparently it's not in your case. That means that the problem is likely dbvm loading. Try loading dbvm using the about screen in 6.7 (6.8.1 will not load dbvm at all at this moment) If that succeeds then not sure what the problem is
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
|
lyaniku Newbie cheater Reputation: 0
Joined: 26 Aug 2017 Posts: 15
|
Posted: Wed Oct 03, 2018 4:32 am Post subject: |
|
|
Ah okay. DBVM loads with 6.7.
Problem:
When debugging the application, it works mostly fine, but it will cause a BSoD if I restart the application. Reloading dbk64.sys "fixes" this.
I get BSoD's still sometimes while debugging though. I was just hoping there is a generally more stable solution like 6.8.1 is for Intel.
|
|
Back to top |
|
|
|