Skip to content

MacOS Chrome - freeze when loading VRM model #16

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

Open
naanlizard opened this issue Sep 20, 2023 · 5 comments
Open

MacOS Chrome - freeze when loading VRM model #16

naanlizard opened this issue Sep 20, 2023 · 5 comments

Comments

@naanlizard
Copy link

Hello, this is a promising project, but the VRM model I upload seems to crash the page - I can click on menus, but the model does not update.

What debug information is helpful here?

@Wei-1
Copy link
Member

Wei-1 commented Sep 20, 2023

Thanks Naanlizard,
Can you open the Developer Javascript Console to see if there is an error log?

@naanlizard naanlizard changed the title Safari Chrome - freeze when loading VRM model MacOS Chrome - freeze when loading VRM model Sep 20, 2023
@naanlizard
Copy link
Author

Here's a screenshot

Screenshot 2023-09-20 at 3 20 53 PM

@Wei-1
Copy link
Member

Wei-1 commented Sep 20, 2023

I see, the problem is that some Bone-Name is not defined in your VRM.
I think what we can do is that we have a fix to check the Bone-Name before applying the rotation.

@naanlizard
Copy link
Author

Is there a good way to debug the VRM? We can have the rigging artist fix it, if we know what is missing

@Wei-1
Copy link
Member

Wei-1 commented Sep 20, 2023

I just updated a production version, which will check if the Bone exist before applying the rotation.
You can open the JS console to see what Bone is missing also, I print the log there.
Might take around 5 minutes before the new version kick-in. And you might also need to shift-reload to reload the js files.

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