a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
818 stars 94 forks source link

linux binary doesn't work #164

Open KebabLord opened 2 months ago

KebabLord commented 2 months ago

Since update:14006 linux binary doesn't work. It exits with error and outputs are not generated.

$ ./cs2-dumper 
16:54:01 [ERROR] unable to find signature for: dwGameRules
16:54:01 [ERROR] unable to find signature for: dwLocalPlayerController
16:54:02 [ERROR] unable to find signature for: dwViewMatrix
Error: Other("no schema system registrations found")

I'm aware of that linux branch is not actively maintained and it relies on pull-requests instead. However, I am creating this issue to document the problem for reference and potential future consideration.

AdverseMiller commented 2 months ago

Same problem here too

a2x commented 2 months ago

I don't have Linux installed currently, so I can't update the branch for the time being.

AstolfoIsVeryCute commented 2 months ago

I was able to get it to run by ripping out the schema system code, but then most of the output is missing and what is returned seems to be incorrect too :(

AbsurdumDaemonium commented 2 months ago

been having this issue too, anyone know what we can do while this isnt fixed?

arrayffs commented 2 months ago

been having this issue too, anyone know what we can do while this isnt fixed?

no offense but learn how to do it manually, automation is nice but getting offsets is a thing everyone should know

sadly this time its gonna take a bit to get them without the repo's help

AbsurdumDaemonium commented 2 months ago

been having this issue too, anyone know what we can do while this isnt fixed?

no offense but learn how to do it manually, automation is nice but getting offsets is a thing everyone should know

sadly this time its gonna take a bit to get them without the repo's help

no its valid but i wasnt able to find any resources to do it without sigs on linux, all the tutorials either need cheat engine or sigs :<

a2x commented 2 months ago

I'll try get to this tomorrow.

KebabLord commented 2 months ago

no its valid but i wasnt able to find any resources to do it without sigs on linux, all the tutorials either need cheat engine or sigs :<

agreed, getting offsets on linux is pain. but still we can run cheat engine using wine and connect it to cheatengine_linux server, it's a thing

a2x commented 2 months ago

Should be up-to-date now :smile:

a2x commented 1 month ago

I'll leave this open to see if anyone's interested on keeping it up to date. I very rarely use Linux so I can't promise to.