Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search function won't works if kernel AC is running #3

Open
Faaw opened this issue Aug 29, 2024 · 6 comments
Open

Search function won't works if kernel AC is running #3

Faaw opened this issue Aug 29, 2024 · 6 comments

Comments

@Faaw
Copy link

Faaw commented Aug 29, 2024

Unfortunately, your plugin have the same problem as Metick ce dma plugin, cheatengine can't scan & find value in the game .exe. Always the same error "No readable memory found". However as you can see in the screenshot, reading address from Memory View works fine, only the Scan function is broken when trying to scan the game .exe
Tried ReClass Scan function, exactly the same issue, 0 result found

Dungeonborne
6INYX5f

PUBG
K9WzgNj

Basically its any game anyways. If I try to Scan outside of the game .exe, it works fine.

if anyone already got the issue? I asked my friend to try (just in case its a problem on my side only) but he have the same error.

@kaijia2022
Copy link
Owner

Hi Faaw, I am not sure what is causing your issue. It could be that you are attaching to the wrong TslGames.exe

pubg task explorer

Make sure you attach to the second one.

pubg debug

And it should work fine.

The "Scan Error: controller: No Readable Memory Found" error raises usually because CE cannot find any scanable memory region.

@Faaw
Copy link
Author

Faaw commented Aug 29, 2024

No of course I double checked that its the correct .exe
pid: 5248 (hex 1480)
mqIInwJ 1

Please make sure to change your Memory Scan Options to the game .exe (here TslGame.exe) like this and try again:
rggYBoJ

@kaijia2022
Copy link
Owner

kaijia2022 commented Aug 29, 2024

I see what you mean. I don't think it is related to kernal AC, I tested on CS2 and it also does not work, not for any modules.
It is likely related to how I implemented the virtualquery function, I'll look into it.

@Faaw
Copy link
Author

Faaw commented Aug 29, 2024

I see what you mean. I don't think it is related to kernal AC, I tested on CS2 and it also does not work, not for any modules. It is likely related to how I implemented the virtualquery function, I'll look into it.

I updated to the latest version all my memproc dll (vmm, leechcore etc) and now Metick's CE plugin works on most games (tested pubg, apex, cs2)
but its not working on game that use ACE ac.
I tried Dungeonborne and also Delta Force and both game get me the error "No readable memory found"

I read on blogpost from Arena Breakout Infinite (which also use ACE ac) this:
rEbrYDk 1
maybe it explain why Scan function is broken on those game that use ACE ac, but we still can read memory without issue with Memory View, just we cant use Scan function in the game .exe memory region

About your CE plugin, sadly updating dll didnt change anything, im getting the error on most games just as you.

@kaijia2022
Copy link
Owner

For now, just use the default, specify the scan region to "all", memscan and pointer scanning works fine in the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Faaw @kaijia2022 and others