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

Error RESULT_CODE_INVALID_CMDLINE_URL when trying to use mesh in Chrome #2

Open
GRBaset opened this issue Jul 8, 2020 · 1 comment

Comments

@GRBaset
Copy link

GRBaset commented Jul 8, 2020

Hello, the problem is that when I try to use a 3D mesh in Chrome, it pauses for a second, then throws the error RESULT_CODE_INVALID_CMDLINE_URL. I tried with just f(z) = z, and the problem persists, so it's definitely not a problem of being too resource-intensive. Chrome version is 83.0.4103.116 on macOS 10.15.5.

@wbolden
Copy link
Owner

wbolden commented Jul 8, 2020

Unfortunately the only mac I have access to is on 10.13.6 and doesn't support newer versions, and testing with the same version of chrome I am unable to replicate the error. If you do figure out the cause of the error, let me know and I'll be happy to add a fix for it.

It is still possible it is related to being too resource-intensive though, since when you switch to 3D mode the function f(z) is only computed once when first generating the mesh or point-cloud. Once it's generated, on all subsequent frames in 3D your browser is just rendering the saved mesh or point-cloud. So it's possible your computer encountered an issue either while generating the mesh or while attempting to draw it due to resource reasons.

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