<div class="markdown_content"><hr/>
<p><strong> <a class="alink" href="https://sourceforge.net/p/pure-data/bugs/1314/">[bugs:#1314]</a> WSAStartup failure prevents pd patch from running headless on Windows 10</strong></p>
<p><strong>Status:</strong> open<br/>
<strong>Group:</strong> v0.48<br/>
<strong>Created:</strong> Sat Aug 04, 2018 06:38 PM UTC by Anonymous<br/>
<strong>Last Updated:</strong> Sat Aug 04, 2018 06:38 PM UTC<br/>
<strong>Owner:</strong> nobody<br/>
<strong>Attachments:</strong></p>
<ul>
<li><a class="" href="https://sourceforge.net/p/pure-data/bugs/1314/attachment/osc_test.pd">osc_test.pd</a> (426 Bytes; application/octet-stream)</li>
</ul>
<p>I am attempting to run this simple patch: osc_test.pd on my Windows 10 computer, headless, using pd 0.48-1 vanilla along with the mrpeach external. Using the command prompt, I go to the directory that contains this patch, and then enter the command "pd -nogui osc_test.pd". When I do this, I get</p>
<p>error: udpreceive: socket: Either the application has not called WSAStartup, or WSAStartup failed. (10093)<br/>
verbose(4): ... you might be able to track this down from the Find menu.<br/>
error: udpsend socket: Either the application has not called WSAStartup, or WSAStartup failed. (10093)<br/>
error: udpsend: not connected</p>
<p>However, when I instead enter the command "pd osc_test.pd" (with the GUI) it is able to run properly. By run properly, I mean that</p>
<p>udpsend: connecting to port 9001<br/>
print: /test 20 30 40</p>
<p>is printed in the pd terminal window, which is the expected behavior.</p>
<hr/>
<p>Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to <a href="https://sourceforge.net/p/pure-data/bugs/">https://sourceforge.net/p/pure-data/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/pure-data/admin/bugs/options.">https://sourceforge.net/p/pure-data/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>