﻿<?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 4  » Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 26 May 2026 13:07:38 GMT</lastBuildDate><ttl>20</ttl><item><title>Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15038.aspx</link><description>Hi there,&lt;br/&gt;&lt;br/&gt;the attached experiment runs just fine on the Mac I programmed it on. When using any of our Lab PCs we encounter error messages. The initial error message is:&lt;br/&gt;&lt;strong&gt;WIC error: 0xffffffffff80070057. Wrong parameter. Line 762, File win\Direct2DGraphics.cpp&lt;/strong&gt;&lt;br/&gt;followed by&lt;br/&gt;&lt;strong&gt;Unable to load the picture PATH. Verify the file is of a supported image format.&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;I've read elsewhere in the forum that we should get rid of spaces in file names. However, removing spaces in the file names and path do not help.&amp;nbsp;</description><pubDate>Fri, 21 Nov 2014 02:06:33 GMT</pubDate><dc:creator>René Kopietz</dc:creator></item><item><title>RE: Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15047.aspx</link><description>Pretty sure the surveypage crash you've observed is due to the syntax error in your /fontstyle I outlined here:&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost15041.aspx"&gt;https://www.millisecond.com/forums/FindPost15041.aspx&lt;/a&gt;&lt;br/&gt;</description><pubDate>Fri, 21 Nov 2014 02:06:33 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15046.aspx</link><description>The script was edited, true, but the error occurred nevertheless. We needed to exclude the stimmung (mood) items that were put into a surveypage from the begin block because it led to a crash of Inquest on some machines. Thus, we put them into a separate survey element.&lt;br/&gt;&lt;br/&gt;However, after deleting all files, rebooting the PCs, and putting the files back on the experiment now seems to run as it should.</description><pubDate>Fri, 21 Nov 2014 01:11:53 GMT</pubDate><dc:creator>René Kopietz</dc:creator></item><item><title>RE: Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15045.aspx</link><description>I'm pretty sure you have a mistake (specifying the wrong block order) in the script you've deployed on the lab machines.&lt;br/&gt;&lt;br/&gt;FWIW, the &amp;lt;expt&amp;gt; element you included in your last post does not match the one in the script you attached in your 2nd post (that one is missing the "stimmung" block):&lt;br/&gt;&lt;br/&gt;&amp;lt;expt controlcond&amp;gt;&lt;br/&gt;/blocks = [1=beginn; 2=manipulationcontrol; 3=mancheck1; 4=demo; 5=lernen; 6=abruf; 7= mancheck2; 8=ende]&lt;br/&gt;/subjects = (3 of 3)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;I.e., there must have been various edits between the two. The script I have at hand runs the blocks in exactly the order specified.&lt;br/&gt;</description><pubDate>Thu, 20 Nov 2014 06:05:34 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15043.aspx</link><description>Thanks Dave, by re-saving the pictures as bmp via MS Paint the experiment runs now. &lt;br/&gt;&lt;br/&gt;Now we have a different problem: Any idea why blocks might be presented in a different order than specified in the expt element?&lt;br/&gt;&lt;br/&gt;&lt;span&gt;[code]&amp;lt;expt controlcond&amp;gt;&lt;br/&gt;/blocks = [1=beginn; 2= stimmung; 3=manipulationcontrol; 4=mancheck1; 5=demo; 6=lernen; 7=abruf; 8=mancheck2; 9=ende]&lt;br/&gt;/subjects = (3 of 3)&lt;br/&gt;&amp;lt;/expt&amp;gt;[/code]&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;For some strange reason blocks 6 and 7 are reversed... this is replicable, on different PCs in our lab.&amp;nbsp;</description><pubDate>Thu, 20 Nov 2014 05:27:21 GMT</pubDate><dc:creator>René Kopietz</dc:creator></item><item><title>RE: Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15041.aspx</link><description>P.S.: A minor different problem. There is a mistake in your &amp;lt;defaults&amp;gt; element's /fontstyle attribute:&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;...&lt;br/&gt;/fontstyle = (&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;"&lt;/strong&gt;&lt;/span&gt;ARIAL, 22, false, false, false, false, 5, 0&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;"&lt;/strong&gt;&lt;/span&gt;)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;ought to be &lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;...&lt;br/&gt;/fontstyle = (&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;"&lt;/strong&gt;&lt;/span&gt;ARIAL&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;"&lt;/strong&gt;&lt;/span&gt;, 22, false, false, false, false, 5, 0&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;(note the position of the double-quotes)&lt;br/&gt;</description><pubDate>Thu, 20 Nov 2014 04:29:08 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15040.aspx</link><description>The error message indicates a codec issue, specifically&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;WINCODEC_ERR_INVALIDPARAMETER&lt;/strong&gt; &lt;br/&gt;(cf. &lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ee719669%28v=vs.85%29.aspx"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ee719669%28v=vs.85%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/desktop/ee719669%28v=vs.85%29.aspx&lt;/a&gt;&lt;/a&gt; )&lt;br/&gt;&lt;br/&gt;In other words, the Windows Imaging Component (which Inquisit uses; cf. &lt;a href="https://en.wikipedia.org/wiki/Windows_Imaging_Component"&gt;&lt;a href="https://en.wikipedia.org/wiki/Windows_Imaging_Component"&gt;https://en.wikipedia.org/wiki/Windows_Imaging_Component&lt;/a&gt;&lt;/a&gt; ) on those systems is unable to render your particular JPEGs. This may be due to a number of reasons:&lt;br/&gt;&lt;br/&gt;(1) WIC differs between Windows versions. Under Vista and particularly XP it is picky and has some bugs. It imposes certain limits on the images in terms of chroma / subsampling / etc. information and won't work if those limits are exceeded (cf. &lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/dn302094%28v=vs.85%29.aspx"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/dn302094%28v=vs.85%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/desktop/dn302094%28v=vs.85%29.aspx&lt;/a&gt;&lt;/a&gt; ; see the "Remarks" section). The information at that link applies to the latest WIC (under Windows 8.1), older versions are more restrictive. (FWIW, my Windows 7 test system does not have any problem with the your images and displays them just fine.)&lt;br/&gt; &lt;br/&gt;(2) Invalid metadata in image files can cause weird problems. Photoshop in particular is prone to producing such issues (cf. &lt;a href="https://stackoverflow.com/questions/878768/error-reading-iptc-fields-from-jpegs-in-net"&gt;&lt;a href="https://stackoverflow.com/questions/878768/error-reading-iptc-fields-from-jpegs-in-net"&gt;https://stackoverflow.com/questions/878768/error-reading-iptc-fields-from-jpegs-in-net&lt;/a&gt;&lt;/a&gt; ).&lt;br/&gt;&lt;br/&gt;Re-saving the files on a Windows system using any of the supplied image editors (MS Paint will do) should make sure the files end up being usable on those systems.&lt;br/&gt;</description><pubDate>Thu, 20 Nov 2014 04:19:04 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Experiment runs fine on my Mac but will not work on Lab Wind PCs</title><link>https://forums.millisecond.com/Topic15039.aspx</link><description>Sorry, forgot the attachment.</description><pubDate>Thu, 20 Nov 2014 02:01:27 GMT</pubDate><dc:creator>René Kopietz</dc:creator></item></channel></rss>