View previous topic :: View next topic |
Author |
Message |
Hulky How do I cheat?
Reputation: 0
Joined: 22 Aug 2020 Posts: 2
|
Posted: Sat Aug 22, 2020 11:12 pm Post subject: Cheat Engine maskmovdqu bug (this if for you, Dark Byte.) |
|
|
In the game's code I was making an AOB for, it had a maskmovdqu instruction. When I made an AOB out of it, the code couldn't compile. So I tried it again, same error.
I then made an AOB on the same code but this time, I didn't add any code to it. I used the AOB it came with, the code still didn't compile. A few others I found this bug with noted it as a bug with CE.
I'm sure this is a very, very, very uncommon bug as it's not fixed, apparently. Good thing I found it
Description: |
|
Filesize: |
37.96 KB |
Viewed: |
1084 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25804 Location: The netherlands
|
Posted: Sun Aug 23, 2020 12:15 pm Post subject: |
|
|
fixed
_________________
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 |
|
 |
Hulky How do I cheat?
Reputation: 0
Joined: 22 Aug 2020 Posts: 2
|
Posted: Mon Aug 24, 2020 2:43 am Post subject: |
|
|
Is that fix live or is it in the next update? If so, how does one download this fix as it's still happening.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25804 Location: The netherlands
|
Posted: Mon Aug 24, 2020 2:58 am Post subject: |
|
|
it's fixed in the sourcecode on github
anyhow, in the meantime you can replace it with
(recommended)
or
Code: |
maskmovdqu xmm1,mm0
|
but that one won't work next version
_________________
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 |
|
 |
|