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

Bad address error #1

Open
CustomCheat opened this issue May 20, 2023 · 2 comments
Open

Bad address error #1

CustomCheat opened this issue May 20, 2023 · 2 comments

Comments

@CustomCheat
Copy link

CustomCheat commented May 20, 2023

After I actually managed to launch the jar (i had to search pretty far to actually find how to) it did launch, but unfortunately it errored out:

[customcheat@customcheat Downloads]$ sudo java -jar --module-path $PATH_TO_FX --add-modules javafx.controls TrayzWare.jar
Loading TrayzWare...
Loaded 152 netvars, 55 offsets!
com.sun.jna.LastErrorException: [14] Bad address
	at com.github.jonatino.natives.unix.unix.process_vm_readv(Native Method)
	at com.github.jonatino.process.impl.unix.UnixProcess.read(UnixProcess.java:88)
	at com.github.jonatino.process.DataSource.read(DataSource.java:74)
	at com.github.jonatino.process.DataSource.readInt(DataSource.java:48)
	at pl.trayz.cheats.objects.memory.Pointer.readInt(Pointer.java:34)
	at pl.trayz.cheats.TrayzWare.getGameState(TrayzWare.java:127)
	at pl.trayz.cheats.TrayzWare.<init>(TrayzWare.java:108)
	at pl.trayz.cheats.TrayzWare.main(TrayzWare.java:141)
[customcheat@customcheat Downloads]$ 

Can you somehow fix this? Seems like some address did not get updated correctly or something. Anyways, happy to see someone developing cheats for linux too!

@yoczus
Copy link

yoczus commented May 20, 2023

what version and distro of linux do you have exactly? @CustomCheat

@CustomCheat
Copy link
Author

CustomCheat commented May 20, 2023

Arch, don't really know what kernel version, but I would guess pretty recent. I would have to get on my computer to know the exact version, so if you really need to know the exact, i will tell you tomorrow.

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

2 participants