POV-Ray : Newsgroups : povray.beta-test : scenes/advanced/fish13/fish13.pov crash Server Time
2 Jul 2024 10:52:09 EDT (-0400)
  scenes/advanced/fish13/fish13.pov crash (Message 1 to 6 of 6)  
From: quark67
Subject: scenes/advanced/fish13/fish13.pov crash
Date: 10 Jan 2010 05:25:01
Message: <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.

Can you fix this ? Thanks :)


Post a reply to this message

From: Alain
Subject: Re: scenes/advanced/fish13/fish13.pov crash
Date: 10 Jan 2010 17:33:31
Message: <4b4a55bb@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.
>
> 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

From: Stephen
Subject: Re: scenes/advanced/fish13/fish13.pov crash
Date: 11 Jan 2010 12:43:49
Message: <4b4b6355$1@news.povray.org>
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

From: MDenham
Subject: Re: scenes/advanced/fish13/fish13.pov crash
Date: 11 Jan 2010 23:45:01
Message: <web.4b4bfd4c3470f71e5e5de5a10@news.povray.org>
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

From: MDenham
Subject: Re: scenes/advanced/fish13/fish13.pov crash
Date: 12 Jan 2010 00:00:01
Message: <web.4b4c00e83470f71e5e5de5a10@news.povray.org>
"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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.