View previous topic :: View next topic |
Author |
Message |
Cissamannen Cheater
Reputation: 0
Joined: 16 Jul 2009 Posts: 38
|
Posted: Thu Feb 27, 2025 9:47 am Post subject: Mono execute/invoke error |
|
|
Hey,
I'm getting a strange message when I try to open the execute/invoke window of a mono game. Any idea what is causing is?
Not il2cpp game.
The instruction is requesting (int) as value.
Error:...rogram Files\Cheat Engine\autorun\MethodInvokeDialog.lua:38: bad argument #2 to 'format' (number expected, got nil)
stack traceback:
[C]: in function 'string.format'
...rogram Files\Cheat Engine\autorun\MethodInvokeDialog.lua:38: in function <...rogram Files\Cheat Engine\autorun\MethodInvokeDialog.lua:24>
(...tail calls...)
C:\Program Files\Cheat Engine\autorun\monoscript.lua:3949: in function 'mono_invoke_method_dialog'
C:\Program Files\Cheat Engine\autorun\monoscript.lua:4144: in function 'monoform_miInvokeMethodClick'
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Thu Feb 27, 2025 10:03 am Post subject: |
|
|
Is a proper instance address provided ?
and did it show up as a static method ?
Is a proper instance address provided ?
and did it show up as a static method ?
edit: nvm, I see you're using the monoform instead of .netinfo invoke. That one is a bit outdated, it doesn't provide an address
in MethodInvokeDialog.lua find
Code: |
midinfo.edtInstance.Text=string.format("%x",invokeDialogParams.address)
|
and replace it with
Code: |
if invokeDialogParams.address then
midinfo.edtInstance.Text=string.format("%x",invokeDialogParams.address)
end
|
_________________
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 |
|
 |
Cissamannen Cheater
Reputation: 0
Joined: 16 Jul 2009 Posts: 38
|
Posted: Thu Feb 27, 2025 10:25 am Post subject: |
|
|
Thanks. That set the window up for me:) But now it's not showing me the dropdown list of addresses to use like before. Guess I gotta look about how to find it
Edit: On another hand, managed to install CE 7.3 so I can just dual run 7.6 and 7.3 for when its needed. Thanks a bunch!
|
|
Back to top |
|
 |
HenryEx Expert Cheater
Reputation: 2
Joined: 18 Dec 2011 Posts: 100
|
Posted: Sat Mar 01, 2025 7:10 am Post subject: |
|
|
Speaking of outdated, are we going to get an option for Data Structure dissect in the .Net form, like the old monoform has?
Getting a CE structure dissect with a few clicks is the only thing i still use the monoform for over the .Net Info, but the monoform has a long loadup time.
|
|
Back to top |
|
 |
|