-
Notifications
You must be signed in to change notification settings - Fork 283
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
Running large .pov file fails without error message #437
Comments
The integrated editor of POV-Ray for Windows is based on a rather outdated 3rd-party component ("CodeMax"). That component, to the best of my knowledge, has remained unchanged since 32-bit times, so may be fundamentally incapable of handling files larger than 2 or 4 GB. POV-Ray may still be able to render the file, using "Select File and Render" from the "Render" menu (Alt+S). This will just try to parse and render the file, without opening it in the editor. |
When I do that is flickers as if rendering for a second then shows a blank black final image in the new window. The same blank black is written to a .png file. No error messages are show here either. |
The following is shown in the Messages window, nothing that successful renders I have done have shown, Rendering with 4 threads. |
I have zipped up my large .pov file that exercises this fault, it can be downloaded from https://genethomas.com/tmp/500.zip |
Having downloaded the ZIP file, I see a single Be advised that it may take a couple of days before I get around to digging into the issue. |
|
That single .pov file is 10 GB not MB. Has there been any movement on this? |
I have a large 10 GiB .pov file I have generated and was hoping to render, POV-Ray is 64 bit and I have 16 GiB of memory. No error message is shown.
POV-Ray Version
Runtime Environment
Steps to Reproduce
Expected Behavior
Should render file and display the image or say it has run out of memory or some other error.
Actual Behavior
The rendering finishes almost immediately and a blank image is shown. The messages windows does not show any errors that have not occurred with good runs I have done before.
Output
Additional context (optional)
Workaround (optional)
Suggested Solution (optional)
The text was updated successfully, but these errors were encountered: