POV-Ray : Newsgroups : povray.bugreports : Crash with sphere_sweep using b_spline Server Time
14 May 2024 17:25:57 EDT (-0400)
  Crash with sphere_sweep using b_spline (Message 1 to 1 of 1)  
From: Gilles Tran
Subject: Crash with sphere_sweep using b_spline
Date: 12 Oct 2003 01:56:25
Message: <3f88ed09$1@news.povray.org>
The code below (rendered alone or within a complete scene) causes an access
violation exception.
POV-Ray 3.5 ICl-win32
Windows XP SR1

sphere_sweep {
    b_spline
    7,
    <0,-5,-5>,0.2,
    <-2,-.5,-5>,0.2,
    <-1,-.5,-5>,0.2,
    <-3,-.5,5>,0.2,
    <-1,-.5,5>,0.2,
    <-2,-.5,5>,0.2,
    <0,-.5,5>,0.2
}

b_spline seems to be the likely cause.
Detected by another user, confirmed on my machine, unconfirmed on other
machines.

Gilles Tran
-- 
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters


Post a reply to this message

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