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

Wasm stuck and won't load #35

Open
blakexe opened this issue Mar 30, 2022 · 10 comments
Open

Wasm stuck and won't load #35

blakexe opened this issue Mar 30, 2022 · 10 comments

Comments

@blakexe
Copy link

blakexe commented Mar 30, 2022

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

@Qwokka
Copy link
Owner

Qwokka commented Mar 30, 2022

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
Copy link
Author

blakexe commented Apr 1, 2022

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
Copy link
Owner

Qwokka commented Apr 3, 2022

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
Copy link
Owner

Qwokka commented May 3, 2022

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

@Qwokka Qwokka closed this as completed May 3, 2022
@Mouradif
Copy link

Mouradif commented Dec 10, 2022

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
Copy link
Owner

Qwokka commented Dec 13, 2022 via email

@Qwokka Qwokka reopened this Jan 3, 2023
@Qwokka
Copy link
Owner

Qwokka commented Jan 3, 2023

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
Copy link

Mouradif commented Jan 5, 2023

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
Copy link
Owner

Qwokka commented Jan 15, 2023

Hey @Mouradif

Sorry for the delay. The missing instructions are implemented with 466937c 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
Copy link

Mouradif commented Oct 9, 2024

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

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

3 participants