POV-Ray : Newsgroups : povray.bugreports : A Povrag bug?#2 Server Time
1 Jun 2024 09:21:33 EDT (-0400)
  A Povrag bug?#2 (Message 1 to 2 of 2)  
From: Jan Tuitman
Subject: A Povrag bug?#2
Date: 24 Feb 1999 11:10:51
Message: <36d4248b.0@news.povray.org>
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)

From: Ken
Subject: Re: A Povrag bug?#2
Date: 24 Feb 1999 11:48:55
Message: <36D42CF2.34C77704@pacbell.net>
Jan Tuitman wrote:
> 
> 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.

For verification purposes:

This is repeatable on Pov 3.1.watcom.win32.r1 but does not occur on the
Pov 3.1d.msvc.win32 compile.


-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

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