Qwokka / Cetus

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

WailParses is not defined #54

Closed fantarics closed 1 year ago

fantarics commented 1 year ago

Any games including: https://www.wasm.com.cn/demo/Tanks/ https://suragames.com/games/CombatOnline/index.php

are not loading (all of them are stuck on the loading process)

in the tanks console i saw this error log:

image

also this in the 2nd game: image

Are there dependencies i need to download for this error to pass?

Qwokka commented 1 year ago

Hi @fantarics ,

If you're running the git version please make sure that you cloned using the following command:

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

Let me know if that doesn't fix it.

Jack

fantarics commented 1 year ago

Hi @fantarics ,

If you're running the git version please make sure that you cloned using the following command:

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

Let me know if that doesn't fix it.

Jack

image I have followed the steps of the Chrome installation, I didn't clone the repo

fantarics commented 1 year ago

Could mean nothing, but I used a Source code package, instead of the [Cetus_v1.03.1.zip] and i see that the latter has .gitmodules while the one i used didn't could it be the reason? image

i don't think git files interfere anyhow with the flow of the code tho, so I don't think that's relevant

Qwokka commented 1 year ago

That's probably the problem. I should make a note that the Source Code link effectively just includes the repo itself (Not the submodules).

If you download from the link Cetus_v1.03.1.zip everything should be there. I just double checked to be sure.

Jack

fantarics commented 1 year ago

Good to know. thank you. will try and let you know!