|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi, I'm a brand new user (as of about half an hour ago). I've been trying to
follow the basic tutorial but POV crashes without fail every time I try to
render something, right after rendering it. The render displays, a PICT
file gets written to the disk and then the program just hangs.
Is there any reason for / way around this? It's intensely annoying.
OS X 10.2.6
POV-Ray 3.5.1
This is the script from the tutorial if that helps at all:
<code>#include "colors.inc"
#include "stones.inc"
camera {
location <0, 2, -3>
look_at <0, 1, 2>
}
sphere {
<0, 1, 2>, 2
texture {
pigment { color Red }
}
}
light_source { <2, 4, -3> color White}</code>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <web.3fc498ab8e37bcd0a2b418110@news.povray.org>,
"Leo" <nomail@nomail> wrote:
> Hi, I'm a brand new user (as of about half an hour ago). I've been trying to
> follow the basic tutorial but POV crashes without fail every time I try to
> render something, right after rendering it. The render displays, a PICT
> file gets written to the disk and then the program just hangs.
Does it work when you output to a different format, say PNG?
--
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Hi, I'm a brand new user (as of about half an hour ago). I've been trying to
> follow the basic tutorial but POV crashes without fail every time I try to
> render something, right after rendering it. The render displays, a PICT
> file gets written to the disk and then the program just hangs.
What version are you using? Many people, including me (but apparently not
Thorsten, who's developing it), have had problems with the release 3.5
(build 173). The newer 3.5.1 public beta (build 187) works much better.
Get it from http://mac.povray.org/download/macosx102.html
-Christian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <web.3fc498ab8e37bcd0a2b418110@news.povray.org> , "Leo"
<nomail@nomail> wrote:
> Is there any reason for / way around this? It's intensely annoying.
It doesn't crash here.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <pan### [at] gmxch> , Christian Walther
<cwa### [at] gmxch> wrote:
> What version are you using? Many people, including me (but apparently not
> Thorsten, who's developing it), have had problems with the release 3.5
> (build 173). The newer 3.5.1 public beta (build 187) works much better.
> Get it from http://mac.povray.org/download/macosx102.html
He said he is using 3.5.1, and the only one he can run is the one on the
website you mention because the previous 3.5.1 beta expired long ago...
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> What version are you using?
>
> He said he is using 3.5.1
Right - I see it now. Was I blind or what?? I read his message several
times searching for a version number but didn't see one...
Well, for 3.5.1 I can't help either. It's rock solid here (10.3.1).
-Christian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |