discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Issue while rendering image

E
Entropic
Wed, Oct 5, 2016 9:01 PM

http://forum.openscad.org/file/n18544/openscaderror.png  When I try and
render openSCAD programs that are slightly more complex than some other
programs, computer has a breakdown and openSCAD stops responding. It throws
up the error message in the picture when the object has nearly rendered and
gives me no choice but to close openSCAD. Does anyone else have this issue
and know a way of getting around it?

Thanks in advance,

Patrick

--
View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

<http://forum.openscad.org/file/n18544/openscaderror.png> When I try and render openSCAD programs that are slightly more complex than some other programs, computer has a breakdown and openSCAD stops responding. It throws up the error message in the picture when the object has nearly rendered and gives me no choice but to close openSCAD. Does anyone else have this issue and know a way of getting around it? Thanks in advance, Patrick -- View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544.html Sent from the OpenSCAD mailing list archive at Nabble.com.
M
MichaelAtOz
Thu, Oct 6, 2016 12:07 AM

That happens when it runs out of memory. (consider upping your swap file aka
virtual memory/paging file size)
Usually takes a big design tho.
Care to share your code, see if it works for others?


Admin - PM me if you need anything, or if I've done something stupid...

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18551.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

That happens when it runs out of memory. (consider upping your swap file aka virtual memory/paging file size) Usually takes a big design tho. Care to share your code, see if it works for others? ----- Admin - PM me if you need anything, or if I've done something stupid... Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18551.html Sent from the OpenSCAD mailing list archive at Nabble.com.
E
Entropic
Thu, Oct 6, 2016 4:15 PM

I have just tried increasing the virtual memory and that has not solved the
problem. OpenSCAD still crashes at the same stage in the rendering. I'v
attached the file that I'm trying to render below.

Chassis.scad http://forum.openscad.org/file/n18559/Chassis.scad  process.

--
View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18559.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I have just tried increasing the virtual memory and that has not solved the problem. OpenSCAD still crashes at the same stage in the rendering. I'v attached the file that I'm trying to render below. Chassis.scad <http://forum.openscad.org/file/n18559/Chassis.scad> process. -- View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18559.html Sent from the OpenSCAD mailing list archive at Nabble.com.
NH
nop head
Thu, Oct 6, 2016 4:21 PM

Renders in 7 seconds here. OpenSCAD 2015.05.16 (git e673fff)

On 6 October 2016 at 17:15, Entropic farnworthpatrick@gmail.com wrote:

I have just tried increasing the virtual memory and that has not solved the
problem. OpenSCAD still crashes at the same stage in the rendering. I'v
attached the file that I'm trying to render below.

Chassis.scad http://forum.openscad.org/file/n18559/Chassis.scad
process.

--
View this message in context: http://forum.openscad.org/
Issue-while-rendering-image-tp18544p18559.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Renders in 7 seconds here. OpenSCAD 2015.05.16 (git e673fff) On 6 October 2016 at 17:15, Entropic <farnworthpatrick@gmail.com> wrote: > I have just tried increasing the virtual memory and that has not solved the > problem. OpenSCAD still crashes at the same stage in the rendering. I'v > attached the file that I'm trying to render below. > > Chassis.scad <http://forum.openscad.org/file/n18559/Chassis.scad> > process. > > > > -- > View this message in context: http://forum.openscad.org/ > Issue-while-rendering-image-tp18544p18559.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
TP
Torsten Paul
Thu, Oct 6, 2016 4:22 PM

On 10/06/2016 06:15 PM, Entropic wrote:

I have just tried increasing the virtual memory and that has
not solved the problem. OpenSCAD still crashes at the same
stage in the rendering. I'v attached the file that I'm trying
to render below.

This previews instantly and renders in about 5 or 6 seconds
with not much memory consumption (on Debian/testing with the
latest nightly build).

What OpenSCAD version is that and what system is it running
on (maybe post the content of the Help->Library Info dialog).

I suspect you hit a bug as the complexity of the model does
not look like it should run out of memory even on 32-bit
systems.

ciao,
Torsten.

On 10/06/2016 06:15 PM, Entropic wrote: > I have just tried increasing the virtual memory and that has > not solved the problem. OpenSCAD still crashes at the same > stage in the rendering. I'v attached the file that I'm trying > to render below. > This previews instantly and renders in about 5 or 6 seconds with not much memory consumption (on Debian/testing with the latest nightly build). What OpenSCAD version is that and what system is it running on (maybe post the content of the Help->Library Info dialog). I suspect you hit a bug as the complexity of the model does not look like it should run out of memory even on 32-bit systems. ciao, Torsten.
E
Entropic
Thu, Oct 6, 2016 4:49 PM

tp3 wrote

This previews instantly and renders in about 5 or 6 seconds
with not much memory consumption (on Debian/testing with the
latest nightly build).

What OpenSCAD version is that and what system is it running
on (maybe post the content of the Help->Library Info dialog).

Here is the library info. Also I have no issue with compiling this file, it
just won't render.

OpenSCAD Version: 2016.04.06
System information: Windows 8.1 (v6.3.0.0) 4 CPUs 7.47 GB RAM
Compiler: GCC "5.2.0" 64bit
Boost version: 1_57
Eigen version: 3.2.5
CGAL version, kernels: 4.5, Cartesian, Extended_cartesian, Epeck
OpenCSG version: OpenCSG 1.4.0
Qt version: 5.5.1
QScintilla version: 2.8.4
MingW build: MingW64
GLib version: 2.44.1
Application Path: C:/Program Files/OpenSCAD
Documents Path: C:\Users\Patrick\Documents
Resource Path: C:/Program Files/OpenSCAD
User Library Path: C:/Users/Patrick/Documents/OpenSCAD/libraries
User Config Path: C:\Users\Patrick\AppData\Local/OpenSCAD
Backup Path: C:/Users/Patrick/Documents/OpenSCAD/backups
OPENSCADPATH:
OpenSCAD library path:
C:/Users/Patrick/Documents/OpenSCAD/libraries
C:/Program Files/OpenSCAD\libraries

--
View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18562.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

tp3 wrote > This previews instantly and renders in about 5 or 6 seconds > with not much memory consumption (on Debian/testing with the > latest nightly build). > > What OpenSCAD version is that and what system is it running > on (maybe post the content of the Help->Library Info dialog). Here is the library info. Also I have no issue with compiling this file, it just won't render. OpenSCAD Version: 2016.04.06 System information: Windows 8.1 (v6.3.0.0) 4 CPUs 7.47 GB RAM Compiler: GCC "5.2.0" 64bit Boost version: 1_57 Eigen version: 3.2.5 CGAL version, kernels: 4.5, Cartesian, Extended_cartesian, Epeck OpenCSG version: OpenCSG 1.4.0 Qt version: 5.5.1 QScintilla version: 2.8.4 MingW build: MingW64 GLib version: 2.44.1 Application Path: C:/Program Files/OpenSCAD Documents Path: C:\Users\Patrick\Documents Resource Path: C:/Program Files/OpenSCAD User Library Path: C:/Users/Patrick/Documents/OpenSCAD/libraries User Config Path: C:\Users\Patrick\AppData\Local/OpenSCAD Backup Path: C:/Users/Patrick/Documents/OpenSCAD/backups OPENSCADPATH: OpenSCAD library path: C:/Users/Patrick/Documents/OpenSCAD/libraries C:/Program Files/OpenSCAD\libraries -- View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18562.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Thu, Oct 6, 2016 5:15 PM

On 10/06/2016 06:49 PM, Entropic wrote:

Here is the library info.

Hmm, nothing obvious jumping out. I'd suggest to

  1. Try the latest snapshot version (just using the ZIP
    package will not overwrite any installed version).

  2. Check if the graphics driver is up to date, although
    those issues usually hit with preview, so that's
    probably no the issue here.

Also I have no issue with compiling this file, it just
won't render.

Not sure I follow. I understand that means F5 works
but F6 crashes?

ciao,
Torsten.

On 10/06/2016 06:49 PM, Entropic wrote: > Here is the library info. > Hmm, nothing obvious jumping out. I'd suggest to 1) Try the latest snapshot version (just using the ZIP package will not overwrite any installed version). 2) Check if the graphics driver is up to date, although those issues usually hit with preview, so that's probably no the issue here. > Also I have no issue with compiling this file, it just > won't render. > Not sure I follow. I understand that means F5 works but F6 crashes? ciao, Torsten.
E
Entropic
Thu, Oct 6, 2016 5:18 PM

Yes that's what I mean.
tp3 wrote

Also I have no issue with compiling this file, it just
won't render.

Not sure I follow. I understand that means F5 works
but F6 crashes?

--
View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18567.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Yes that's what I mean. tp3 wrote >> Also I have no issue with compiling this file, it just >> won't render. >> > Not sure I follow. I understand that means F5 works > but F6 crashes? -- View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18567.html Sent from the OpenSCAD mailing list archive at Nabble.com.
E
Entropic
Thu, Oct 6, 2016 5:24 PM

tp3 wrote

  1. Try the latest snapshot version (just using the ZIP
    package will not overwrite any installed version).

I have just tried this and I'm still having the issue.

--
View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18568.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

tp3 wrote > 1) Try the latest snapshot version (just using the ZIP > package will not overwrite any installed version). I have just tried this and I'm still having the issue. -- View this message in context: http://forum.openscad.org/Issue-while-rendering-image-tp18544p18568.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Thu, Oct 6, 2016 5:50 PM

On 10/06/2016 07:24 PM, Entropic wrote:

tp3 wrote

  1. Try the latest snapshot version (just using the ZIP
    package will not overwrite any installed version).

I have just tried this and I'm still having the issue.

Any details in the Windows Event Log?

(https://www.winhelp.us/event-viewer-in-windows.html)

ciao,
Torsten.

On 10/06/2016 07:24 PM, Entropic wrote: > tp3 wrote >> 1) Try the latest snapshot version (just using the ZIP >> package will not overwrite any installed version). > > I have just tried this and I'm still having the issue. > Any details in the Windows Event Log? (https://www.winhelp.us/event-viewer-in-windows.html) ciao, Torsten.