|
|
I want to report a bug that looks strikingly similar to the bug reported by
Panagiotis Piperopoulos ( <368### [at] medauthgr> ).
In the attached and hereunder given *.pov file a height field is scaled.
Dependable on seemingly abitrary values of the scale vector POVray either
renders a picture or just crashes under windows 95.
Windows reports the following error msg:
----------------------------------------------------------------------------
---------
PVENGINE heeft een fout met betrekking tot een ongeldige pagina veroorzaakt
in
module PVENGINE.EXE op0137:0046f956.
Registers:
EAX=0000003c CS=0137 EIP=0046f956 EFLGS=00010202
EBX=0000000b SS=013f ESP=0151fc4c EBP=0151fd34
ECX=00000721 DS=013f ESI=01634788 FS=68bf
EDX=0000000a ES=013f EDI=3fd38cb4 GS=0000
Bytes in CS:EIP:
df 04 01 df 44 01 02 df 44 01 04 d9 ca dd 5c 24
Stack-dump:
3fd38cb4 00000000 00000000 603200e0 3fd38cb4 0000000a 0000012a ffffffff
bff71923 00000000 bffbfa00 bff926af bff71a79 00008cca 0151ffb8 bff7192e
----------------------------------------------------------------------------
--
The povray file:
// Standard pre-defined colors
#include "colors.inc"
light_source { <10,10,10> , rgb<1,1,1>
}
height_field {
tga "kussen.tga"
smooth
scale <1,0.4,1>
// whereas scale <1,1,2> produces no crash.
pigment { White }
}
camera
{
location <0.0 , 3.0 ,-2.0>
look_at <0.0 , 0.0 , 0.0>
}
Post a reply to this message
Attachments:
Download 'greenlight.pov.txt' (1 KB)
Download 'kussen.tga.tar' (94 KB)
|
|