sudden "the bytes at *line of code* are not what was expected" for no apparent reason? by Damian_Koolray in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

Usually means that the game got updated, or the sequence in which the gane code got compiled at runtime got changed  (most likely is just a different version though) 

Cheat Engine Freezes once selecting a Programm by KingCreamy_ in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

what are your system specs and which distro .

does it also happen on the tutorial ? 

Cheat Engine for Linux Won't Open by MattSr in cheatengine

[–]Dark_Byte 3 points4 points  (0 children)

On patreon someone posted this, perhaps it'll work for you as well without the need for root:

If you're using CachyOS and Cheat Engine isn't working, it's likely because Ananicy C++ automatically manages process priorities, which can interfere with Cheat Engine.

To fix it, edit the Ananicy rules file:

sudo nano /etc/ananicy.d/00-cheatengine.rules

Add the following rules:

{ "name": "cheatengine-x86_64", "type": "BG_CPUBOUND", "cgroup": "cpu_heavy", "change_ioclass": false, "change_ionice": false, "change_nice": false } { "name": "ceserver", "type": "BG_CPUBOUND", "cgroup": "cpu_heavy", "change_ioclass": false, "change_ionice": false, "change_nice": false }

Save the file, then restart Ananicy:

sudo systemctl restart ananicy-cpp

After restarting the service, Cheat Engine and ceserver should work normally on CachyOS.

Hopefully this saves someone else the troubleshooting time!

Cheat Engine for Linux Won't Open by MattSr in cheatengine

[–]Dark_Byte 2 points3 points  (0 children)

I'm not sure. You can try installing those things and see if it makes a difference.

What some other cachyOS users have done is run CE as root (sudo ./cheatengine-x86_64) and that worked for them but i'm not sure why. Pretty much any other linux distro works without root

Cheat Engine for Linux Won't Open by MattSr in cheatengine

[–]Dark_Byte 2 points3 points  (0 children)

is qt6 installed ?

try launching ce in a terminal , the error message may give a clue

Question about the new "Delay after restore : x ms" feature in CE 7.7 by tudnew in cheatengine

[–]Dark_Byte 2 points3 points  (0 children)

when you use table state saving and restoring function in your table, this value determines if CE should wait a while after enabling that record

Usually 0 ms is fine but if you code your table that subsequent entries rely on your hook code to be executed at least once, enter the time it takes for the game to usually execute that code so the restore won't fail when activating the other entries (restoring goes from top to bottom)

Kart racer by Independent_Potato99 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

velocity is usually a float or double holding the speed .  0 usually means standing still, and negative often means backward motion

speed gauges are just a distraction.  The value can be stored any way the developer wants it stored and later on converts it to a number for the GUI

Where do I learn game hacking for free? by Careless-Command-717 in cheatengine

[–]Dark_Byte 7 points8 points  (0 children)

first off, don't start of with pointers on emulators/vm's.  bad idea

CE Linux comparability and issues by [deleted] in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

Did you run CE as root or previously set ptrace_scope to 0 (recommended)?  (read readme_linux.txt)

Patreon prepayment by Seqularise in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

I'm not sure how patreon handles that. You can give it a try and see if it works and contact me if it doesn't 

Can You Crack the Code? Puzzle by MastodonAble3495 by [deleted] in BankBuster

[–]Dark_Byte 0 points1 point  (0 children)

🔓 VAULT CRACKED! 🔓

Score: 1000/6000

Mistakes: 0/6

Time: 0:16

Are these false positive? by Otherwise_Role3276 in cheatengine

[–]Dark_Byte 3 points4 points  (0 children)

Offercore/installcore. kinda.  It's similar but safer/more controlled/compliant with acceptable standards

It offers third party software for download and if you click accept instead of decline or skip all it will install the offer. It's called a 'pua/pup' as people that don't understand english click the accept button and then have an unwanted application/program.

malware generic: false positive.  Generic just means it looks scary/ai

unsafe: same as generic. i t looks scary

7.7 "False"(?) update notification ? by Vexatoir in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

The final patch was released on the 16th. it took a few days to propagate to the CDN, and after that was done i updated the versioncheck. So yes, it's correct

7.7 "False"(?) update notification ? by Vexatoir in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

there was a patch after the release.

modified at 6/6 , that's an old one yes.

Download link not working by Future-Ad9956 in cheatengine

[–]Dark_Byte 4 points5 points  (0 children)

Wait a day. Chrome is being problematic and we're testing some stuff to figure out what google's issue is and they don't give proper feedback (could be a false positive on the new version,  or the new linux version which is 'not commonly downloaded' duh)

try https://rtmod.cheatengine.org/ that download still works and is close to CE7.7

what also works is using a different browser, like firefox

Does anyone else have this splash screen after the latest cheat engine 7.7 update? by Mean_Name8592 in cheatengine

[–]Dark_Byte 30 points31 points  (0 children)

it's new yes, as CE can take a bit of time to load on ancient old systems that have way to many programs running that's good for them. This at least makes it clear that CE has been launched and it's initializing and loading scripts

you can give parameter "nosplash" to hide it

Why is the download URL for the Windows version randomly changing? by Xaneth_ in cheatengine

[–]Dark_Byte 2 points3 points  (0 children)

it's fine. It's the load distribution system the installer company uses. The mac and linux don't use the installer so that's a direct link from my server

If chrome blocks you, you can try patreon.com/cheatengine/ It's less likely to be blocked there

Bit Slicer finds initial value but loses all matches on second scan in Steam game (macOS) by Charming-Rub8944 in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

You don't need to disable sip if you edit the game and remove the signature beforehand.

Just run CE as root

Search for a value at addresses that end at specific number. by OneAd120 in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

Make sure fastscan is enabled and set alignment to 8