POV-Ray : Newsgroups : povray.beta-test : Semi-official development build v3.7.1-alpha.7981337 Server Time
28 Mar 2024 15:36:06 EDT (-0400)
  Semi-official development build v3.7.1-alpha.7981337 (Message 1 to 4 of 4)  
From: clipka
Subject: Semi-official development build v3.7.1-alpha.7981337
Date: 16 Mar 2015 01:40:08
Message: <55066cb8$1@news.povray.org>
I've just generated another semi-official POV-Ray for Windows 
development build:

https://github.com/c-lipka/povray/releases/tag/v3.7.1-alpha.7981337

As usual, this is once again a drop-in replacement for the Windows 
binary, to be copied into an existing POV-Ray 3.7.0 installation.


Post a reply to this message

From: clipka
Subject: Re: Semi-official development build v3.7.1-alpha.7981337
Date: 21 Mar 2015 08:31:40
Message: <550d64ac$1@news.povray.org>
Am 21.03.2015 um 12:57 schrieb Tor Olav Kristensen:

> Where should I post screenshots and dump-files ?

No need to; I'm able to reproduce the problem here.


Post a reply to this message

From: Tor Olav Kristensen
Subject: Re: Semi-official development build v3.7.1-alpha.7981337
Date: 21 Mar 2015 08:40:01
Message: <web.550d666d55a9854bc90a82220@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 21.03.2015 um 12:57 schrieb Tor Olav Kristensen:
>
> > Where should I post screenshots and dump-files ?
>
> No need to; I'm able to reproduce the problem here.

OK.

For those of you that wonder which message Christoph is replying to:

I cancelled my message. Here it is again:


I get a memory violation when I try this:

#declare A = array[10];

#declare A[1] = 1;
#declare A[2] = 2;
#declare A[3] = 3;

#declare (E) = (A);

#debug "\n\n\n"
#debug str(E[1], 0, -1)
#debug "\n\n\n"

#declare (A[1], A[2], A[3], E) = (1, 2, 3, A);


The same scene file once generated this message without POV-Ray crashing:
"Parse Error: Do not know how to free memory for identifier type 1072693248"

POV-Ray v3.7.1-alpha.7981337.unofficial.msvc10?
pvengine32-sse2.exe, Windows 8.1, AMD A8-6410

Where should I post screenshots and dump-files ?


--
Tor Olav
http://subcube.com


Post a reply to this message

From: James Holsenback
Subject: Re: Semi-official development build v3.7.1-alpha.7981337
Date: 28 Mar 2015 08:25:23
Message: <55169db3@news.povray.org>
On 03/16/2015 01:40 AM, clipka wrote:
> I've just generated another semi-official POV-Ray for Windows
> development build:
>
> https://github.com/c-lipka/povray/releases/tag/v3.7.1-alpha.7981337
>
> As usual, this is once again a drop-in replacement for the Windows
> binary, to be copied into an existing POV-Ray 3.7.0 installation.

figured you'd ask so i pulled the source and this one builds ok fine

ash@linux-c2bm:~/ScratchPad/povray/povray-3.7.1-alpha.7981337 $ povray 
--version
POV-Ray 3.7.1-alpha.7981337.unofficial


Post a reply to this message

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