POV-Ray : Newsgroups : povray.beta-test : Semi-official development build v3.7.1-alpha.7981337 : Re: Semi-official development build v3.7.1-alpha.7981337 Server Time
19 Apr 2024 16:16:58 EDT (-0400)
  Re: Semi-official development build v3.7.1-alpha.7981337  
From: Tor Olav Kristensen
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

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