-
Notifications
You must be signed in to change notification settings - Fork 48
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
RangeError: Source is too large #29
Comments
Haven't used Desktop, so I won't be much help. Sorry in advance. Can you take a look at the console? You should be able to bring up the dev tools by using the window menu. There could be some (useful?) warnings/errors that precede the fatal error. From the message and context, it's a given that something is too large. Looks like a typed array getting stuffed into a buffer. It's possible that the JS is choking somewhere. Have you tried replicating this with the task manager open to see what is going on with your RAM and GPU VRAM? If you see it growing close to the maximum right before a crash then it would come down to a hardware limitation. However, I could also see there being a memory constraint on the v8 engine that runs node/electron. I'm not sure how you'd go about testing that specifically or modifying internal settings. Does this same error occur if you convert the point cloud with the standalone converter and then use just the core Potree project to render it? And I guess it's worth testing whether this happens with converter version 1.x or 2.x, assuming your point cloud can be converted with both. If you happen to find a direct cause or a solution, please add a detailed follow-up comment. It could help others in the future who search for similar problems. |
Hi,
I am getting error "RangeError: Source is too large" when orbiting and zooming out few tens seconds after loading pointcloud file and adding few measurements(distance, height,..). I can record video if necessary, it is reproducible. Info about pointcloud on screenshot.
Potree desktop 1.8, Win10 Ent. LTSC 2019 64bit, Nvidia rtx 2060 super, driver 466.77
Thanks for help.
The text was updated successfully, but these errors were encountered: