|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello, I use POV-Ray 3.7.0.beta.35 and when I try to render fish13.pov, I have a
crash.
Can you fix this ? Thanks :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Hello, I use POV-Ray 3.7.0.beta.35 and when I try to render fish13.pov, I have a
> crash.
>
> Can you fix this ? Thanks :)
>
>
Crash here to.
POV-Ray 3.7.0 beta 35 on windows XP 23 bits.
When I try to render that scene, POV-Ray just exits during the parse.
Alain
Post a reply to this message
|
|
| |
| |
|
|
From: Thomas de Groot
Subject: Re: scenes/advanced/fish13/fish13.pov crash
Date: 11 Jan 2010 11:02:57
Message: <4b4b4bb1@news.povray.org>
|
|
|
| |
| |
|
|
"quark67" <nomail@nomail> schreef in bericht
news:web.4b49aa8774b0c5bf61d351310@news.povray.org...
> Hello, I use POV-Ray 3.7.0.beta.35 and when I try to render fish13.pov, I
> have a
> crash.
confirmed. Crash during parsing, using WinXP SR3 23 bits
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thomas de Groot wrote:
> "quark67" <nomail@nomail> schreef in bericht
> news:web.4b49aa8774b0c5bf61d351310@news.povray.org...
>> Hello, I use POV-Ray 3.7.0.beta.35 and when I try to render fish13.pov, I
>> have a
>> crash.
>
>
> confirmed. Crash during parsing, using WinXP SR3 23 bits
>
> Thomas
>
>
And with Win 7 32 bit
--
Best Regards,
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stephen <mca### [at] aolDOTcom> wrote:
> Thomas de Groot wrote:
> > "quark67" <nomail@nomail> schreef in bericht
> > news:web.4b49aa8774b0c5bf61d351310@news.povray.org...
> >> Hello, I use POV-Ray 3.7.0.beta.35 and when I try to render fish13.pov, I
> >> have a
> >> crash.
> >
> >
> > confirmed. Crash during parsing, using WinXP SR3 23 bits
> >
> > Thomas
> >
> >
>
> And with Win 7 32 bit
>
> --
>
> Best Regards,
> Stephen
And, for that matter, with Windows Server 2008 R2 (which is 64-bit only).
Attempting to attach the VS2008 debugger causes the program to terminate
entirely (rather than the "program has stopped working and Windows is looking
for a solution" dialog box).
Event Viewer says the error code is 0xC0000417, which a quick lookup through
Google says is because of an invalid parameter being passed to a function in the
C runtime.
Currently doing process-of-elimination stuff to determine where in the scene
data the problem occurs.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"MDenham" <nomail@nomail> wrote:
> Stephen <mca### [at] aolDOTcom> wrote:
> > Thomas de Groot wrote:
> > > "quark67" <nomail@nomail> schreef in bericht
> > > news:web.4b49aa8774b0c5bf61d351310@news.povray.org...
> > >> Hello, I use POV-Ray 3.7.0.beta.35 and when I try to render fish13.pov, I
> > >> have a
> > >> crash.
> > >
> > >
> > > confirmed. Crash during parsing, using WinXP SR3 23 bits
> > >
> > > Thomas
> > >
> > >
> >
> > And with Win 7 32 bit
> >
> > --
> >
> > Best Regards,
> > Stephen
> And, for that matter, with Windows Server 2008 R2 (which is 64-bit only).
> Attempting to attach the VS2008 debugger causes the program to terminate
> entirely (rather than the "program has stopped working and Windows is looking
> for a solution" dialog box).
>
> Event Viewer says the error code is 0xC0000417, which a quick lookup through
> Google says is because of an invalid parameter being passed to a function in the
> C runtime.
>
> Currently doing process-of-elimination stuff to determine where in the scene
> data the problem occurs.
Okay, the problem's caused by fish.inc specifically, but:
1) #version 1.0; is fine;
2) non-comma-delimited vectors after #version 1.0; are fine;
3) but taking out the #version 1.0; line and fixing fish.inc to use commas as
appropriate for recent versions makes the crash go away.
So I'm a little puzzled as to what's actually causing the crash.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |