﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 5  » Requested size larger than guaranteed supported texture size - Please Help</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 18 May 2026 04:18:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Requested size larger than guaranteed supported texture size - Please Help</title><link>https://forums.millisecond.com/Topic21191.aspx</link><description>Hello all,&lt;br/&gt;&lt;br/&gt;I am currently collecting data using the OSPAN and RSPAN online. I have created a batch file and I have been running participants. However, every 1 out of 5 participants are getting the following error when going from the RSPAN to the OSPAN (a short time into the OSPAN). This exits out of Inquisit and I essentially lose half their data because they wont have time to redo it from the beginning.&lt;br/&gt;&lt;br/&gt;Type&lt;br/&gt;Script Context&lt;br/&gt;Error Message&lt;br/&gt;&lt;br/&gt;Error/myaccount/scripts/devinc92/batch/AutomatedOSPAN.iqxDirect2D Error: 0x8899001d&lt;br/&gt;The requested size is larger than the guaranteed supported texture size. Line 1055, File&lt;br/&gt;win\Direct2DGraphics.cpp&lt;br/&gt;&lt;br/&gt;Clearly I know nothing about coding or the language, and it may be easy to solve for someone with experience. &lt;br/&gt;&lt;br/&gt;It seems to happen randomly and on different computers as well. Otherwise, the script runs fine and I have no troubles.&lt;br/&gt;I have attached the batch file as well as all the files in the batch.&lt;br/&gt;&lt;br/&gt;Thanks so much,&lt;br/&gt;Devin</description><pubDate>Mon, 27 Mar 2017 18:12:34 GMT</pubDate><dc:creator>devinc92</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic21200.aspx</link><description>As Dave suggest, I would try it out using the newest version of Inquisit 5 (5.0.6 at this writing).&lt;br/&gt;&lt;br/&gt;Also, if you are able to get us any information on the machines and version of Windows that you are experiencing this problem on it may prove quite helpful in our effort to solve the issue. &amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thanks and Enjoy,&lt;br/&gt;Erik</description><pubDate>Mon, 27 Mar 2017 18:12:34 GMT</pubDate><dc:creator>erikb</dc:creator></item><item><title>RE: Requested size larger than guaranteed supported texture size - Please Help</title><link>https://forums.millisecond.com/Topic21193.aspx</link><description>&lt;div data-id="21191" class="if-quote-wrapper" unselectable="on" data-guid="1490623592620"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21191" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21191" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21191" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;devinc92 - Sunday, March 26, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21191"&gt;&lt;div class="if-quote-message-margin"&gt;Hello all,&lt;br/&gt;&lt;br/&gt;I am currently collecting data using the OSPAN and RSPAN online. I have created a batch file and I have been running participants. However, every 1 out of 5 participants are getting the following error when going from the RSPAN to the OSPAN (a short time into the OSPAN). This exits out of Inquisit and I essentially lose half their data because they wont have time to redo it from the beginning.&lt;br/&gt;&lt;br/&gt;Type&lt;br/&gt;Script Context&lt;br/&gt;Error Message&lt;br/&gt;&lt;br/&gt;Error/myaccount/scripts/devinc92/batch/AutomatedOSPAN.iqxDirect2D Error: 0x8899001d&lt;br/&gt;The requested size is larger than the guaranteed supported texture size. Line 1055, File&lt;br/&gt;win\Direct2DGraphics.cpp&lt;br/&gt;&lt;br/&gt;Clearly I know nothing about coding or the language, and it may be easy to solve for someone with experience. &lt;br/&gt;&lt;br/&gt;It seems to happen randomly and on different computers as well. Otherwise, the script runs fine and I have no troubles.&lt;br/&gt;I have attached the batch file as well as all the files in the batch.&lt;br/&gt;&lt;br/&gt;Thanks so much,&lt;br/&gt;Devin&lt;a class="if-quote-goto quote-link" href="#" data-id="21191"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Not seeing anything obviously wrong with the scripts. This particular error would normally occur if you were to draw a stimulus to the screen that is either sized or positioned such that the resulting texture is so large that it exceeds the given system's capabilities, e.g. something like this&lt;br/&gt;&lt;br/&gt;&amp;lt;shape someshape&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ size = (10000%, 10000%)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/size&amp;gt;&lt;br/&gt;&lt;br/&gt;or&lt;br/&gt;&lt;br/&gt;&amp;lt;shape someshape&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ position = (-900%, -900%)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/size&amp;gt;&lt;br/&gt;&lt;br/&gt;i.e. trying to draw something that is hundreds or thousands of times larger than the actual display.&lt;br/&gt;&lt;br/&gt;However, I'm not seeing anything like that in those scripts. As far as I can tell, the positions and sizes are all well within reason, and there shouldn't be anything that creates a particularly large texture.&lt;br/&gt;&lt;br/&gt;It looks like your web experiment currently runs on a bit outdated Inquisit Web version, however. I'd recommend going into its settings and changing those to use the latest available version (5.0.6.0) -- perhaps that will resolve the problem on the affected machines. Let me know what you find.&lt;br/&gt;</description><pubDate>Mon, 27 Mar 2017 07:21:20 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>