|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Windows POV-Ray 3.5b7, intel compile, Athlon 1.2GHz, 256MB, Win98.
This crashes POV-Ray:
global_settings { charset sys }
text { ttf "timrom.ttf", "test", .1, 0 }
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
From: Thorsten Froehlich
Subject: Re: Using charset sys crashes povray
Date: 21 Nov 2001 04:30:39
Message: <3bfb743f@news.povray.org>
|
|
|
| |
| |
|
|
Found and fixed. *
Thorsten
* Warp: See String_To_UCS2 in parsestr.cpp and the nonsense that is passed
to Error in case 2 to see the bug.
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich <tho### [at] trfde> wrote:
: * Warp: See String_To_UCS2 in parsestr.cpp and the nonsense that is passed
: to Error in case 2 to see the bug.
A null pointer?-)
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|