Error Message


Author
Message
gina.psych
gina.psych
Respected Member (350 reputation)Respected Member (350 reputation)Respected Member (350 reputation)Respected Member (350 reputation)Respected Member (350 reputation)Respected Member (350 reputation)Respected Member (350 reputation)Respected Member (350 reputation)Respected Member (350 reputation)
Group: Forum Members
Posts: 2, Visits: 5
Hello, 

I received the following error message when trying to run my script and I don't how to address it:

Direct2D Error: 0x8899001d The requested size is larger than the guaranteed supported texture size. Line 729, File win\Direct2DGraphics.cpp

The script is attached. 

Thanks
Gina
Attachments
Explicit RaceDisease_AF.iqx (208 views, 1.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
<text instructions>
/items= instructions
/halign = center
/area= (600, 600)
/position = (50%, 50%)
/fontstyle= ("impact", 30%, true)
</text>

You're requesting a fontsize of 30% of the screensize. Given how long the item is, this results in a *huge* area that would have to be drawn. So huge, in fact, that it exceeds the limits any system can guarantee to handle.
Reduce the fontsize to a reasonable value and it'll run fine.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search