View previous topic :: View next topic |
Author |
Message |
tympanicblock61 How do I cheat?
Reputation: 0
Joined: 17 Nov 2024 Posts: 8
|
Posted: Sun Nov 17, 2024 5:02 pm Post subject: [bug] scan mono instance bsod IRQL_GT_ZERO_AT_SYSTEM_SERVICE |
|
|
tried in 7.4 and kept bsod so i upgraded to 7.5 also bsod
windbg of the dmp file
Code: |
IRQL_GT_ZERO_AT_SYSTEM_SERVICE (4a)
Returning to usermode from a system call at an IRQL > PASSIVE_LEVEL.
Arguments:
Arg1: 00007ffc04d0d5d4, Address of system function (system call routine)
Arg2: 0000000000000002, Current IRQL
Arg3: 0000000000000000, 0
Arg4: ffffbf06d82e4b80, 0
|
Code: |
BUGCHECK_CODE: 4a
BUGCHECK_P1: 7ffc04d0d5d4
BUGCHECK_P2: 2
BUGCHECK_P3: 0
BUGCHECK_P4: ffffbf06d82e4b80
PROCESS_NAME: cheatengine-x86_64-SSE4-AVX2.exe
|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Sun Nov 17, 2024 5:22 pm Post subject: |
|
|
go to settings->extra and disable all the options there _________________
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 |
|
 |
tympanicblock61 How do I cheat?
Reputation: 0
Joined: 17 Nov 2024 Posts: 8
|
Posted: Sun Nov 17, 2024 5:35 pm Post subject: |
|
|
Dark Byte wrote: | go to settings->extra and disable all the options there |
this has fixed it thank you, i have another issue if you dont mind
when i call mono_invoke_method the monopipe always becomes nil, also for static method calls do i need to provide class id instead of instance or just nil? |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Sun Nov 17, 2024 5:52 pm Post subject: |
|
|
Try invoking it using the .net info dialog and see if that also errors out
Does it need a parameter ? _________________
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 |
|
 |
tympanicblock61 How do I cheat?
Reputation: 0
Joined: 17 Nov 2024 Posts: 8
|
Posted: Sun Nov 17, 2024 6:00 pm Post subject: |
|
|
Dark Byte wrote: | Try invoking it using the .net info dialog and see if that also errors out
Does it need a parameter ? |
that does also error out and it does need a parameter a System.String, its a static method so i just assumed instance address would be address of class def? |
|
Back to top |
|
 |
|