Qwokka / Cetus

Browser extension for hacking WebAssembly games a la Cheat Engine
Apache License 2.0
529 stars 45 forks source link

Wasm stuck and won't load #35

Open blakexe opened 2 years ago

blakexe commented 2 years ago

In a game I'm trying to mod I get this error message in the console when loading image

Qwokka commented 2 years ago

Hey @Blakiemon

Are you using the git version of Cetus or the latest release? This should be fixed in the git version. Please let me know if you're still having issues. Thanks!

Jack

blakexe commented 2 years ago

Hey @Blakiemon

Are you using the git version of Cetus or the latest release? This should be fixed in the git version. Please let me know if you're still having issues. Thanks!

Jack

I'm using the release version v1.02

Qwokka commented 2 years ago

Can you give the git version a try and see if it works? Should just require the following:

git clone --recursive https://github.com/Qwokka/Cetus

Then you can load the extension from the cloned directory.

Qwokka commented 2 years ago

I'm assuming the fix above worked, but feel free to re-open this (Or create a new issue) if you have more problems.

Mouradif commented 1 year ago

I just had the same issue but with opcode 253

image

EDIT: @Qwokka should I post a new issue or should this one be reopened?

Qwokka commented 1 year ago

Sounds like this needs to be implemented too. I'm out of the country until the 24th but I'll work on it as soon as I'm back. Thanks for the heads up!

Jack

On Sun, Dec 11, 2022, 12:34 PM Mourad Kejji @.***> wrote:

I just had the same issue but with opcode 253 [image: image] https://user-images.githubusercontent.com/4118825/206879473-8f6e3f76-d5ef-4f86-8afb-f4bd8b5cf04a.png

— Reply to this email directly, view it on GitHub https://github.com/Qwokka/Cetus/issues/35#issuecomment-1345408756, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2XAZJVZSDW4L2ENV7PPGDWMUHRTANCNFSM5SCKRTMA . You are receiving this because you modified the open/close state.Message ID: @.***>

Qwokka commented 1 year ago

Hi @Mouradif

Sorry for the delay! Are you able to share the binary you're having this issue with? That'd be helpful, but if not I might be able to find one with the same issue.

Jack

Mouradif commented 1 year ago

i got the error while visiting this page: https://www.saplings.earth/

With the extension enabled however, I'm not able to see anything in my devtools Network tab (WASM sub-tab), but with the extension disabled, I see this wasm file being loaded (I added the .txt extension to be able to upload it):

draco_decoder.wasm.txt

Not sure how much it helps

Qwokka commented 1 year ago

Hey @Mouradif

Sorry for the delay. The missing instructions are implemented with 466937ca691c4a4b06bd1317c44fead6f2697d58 which is enough to get the game to load

However, the game loads a whole bunch of WASM modules at once which makes working with it a pain. I'm going to create a second issue to improve on this.

Jack

Mouradif commented 1 month ago

Hey I just downloaded Cetus again and remembered this issue. I don't know which of the latest updates did the trick but the site loads, I think it's safe to close this issue now,

Thank you for your time and for making this awesome extension @Qwokka