|
|
I was trying to render a file that was posted here a while ago and POV crashes
while parsing (last message is "parsed 38150 tokens"). Even after a reboot.
3.5 has no problem with it on the same machine.
The source files are included in this message (sorry for the word wrap):
http://news.povray.org/povray.binaries.scene-files/message/%3C3F22FF10.E4729BC6%40pacbell.net%3E
POV 3.6.beta.2.icl8.win32.
Win98SE. 512MB Ram. AMD Athlon 650MHz.
PVENGINE caused a general protection fault
in module KRNL386.EXE at 0002:00005c48.
Registers:
EAX=3ce7000a CS=0167 EIP=00005c48 EFLGS=00000206
EBX=00a100d6 SS=122f ESP=0000cc5e EBP=0000cc70
ECX=0000fff6 DS=3ce7 ESI=00000000 FS=133f
EDX=00010008 ES=018f EDI=000000e0 GS=0000
Bytes at CS:EIP:
f2 ae e9 a9 ff 33 c0 33 d2 e9 05 00 47 8b c7 8c
Stack dump:
00760177 00df0000 3ce70008 00080000 cc900008 000061ac 00763ce7 cdb0018f 00000020
018f0000 00000076 0020cdb0 ce36018f cdb0537e 0000122f 00003ce7
--
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/* videotron.ca */}camera{orthographic location<6,1.25,-6>look_at a }
Post a reply to this message
|
|
|
|
Program ended abnormally on 22/03/2004 18:04, Due to a catastrophic Francois
Labreque error:
> I was trying to render a file that was posted here a while ago and POV
> crashes while parsing (last message is "parsed 38150 tokens"). Even
> after a reboot. 3.5 has no problem with it on the same machine.
>
Since I had problems with other files as well, more testing reveals that as soon
as there is a "warning" sent to the message window, POV crashes (e.g. any file
with radiosity) or an "error" (e.g. Peeper.pov, mentioned above - because of a
"Possible error: the camera is inside a non-hollow object" message). This is
probably the same problem that Martial reported on the 16th.
Disabling all console messages (-GA) stops it from crashing and the file renders
properly.
Disabling console messages and sending them to a file (-GAfile.txt) renders the
image, but POV stops responding to the system after the render and has to be
killed by the task manager.
As a side note, the file in that last example uses unix EOL delimiters and is
hard to read in Notepad (Wordpad works, though).
--
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/* videotron.ca */}camera{orthographic location<6,1.25,-6>look_at a }
Post a reply to this message
|
|