<div dir="ltr"><div dir="ltr"><div>I tried it finally today. Here are some results:</div><div><br></div><div>- replacing Pd's libwinpthread-1.dll with Gem's does work. I didn't spend enough time to see if something else in Pd has gone wrong due to that.</div><div>- When I open my patch, the Visual C++ Runtime crashes. The solution seems to be to replace [declare -stdlib Gem] with -stdpath Gem. Which is weird, because Gem.dll isn't being loaded anymore (no mention to it in the console), but the objects all open with no issues. The same happens when opening any Gem help patch, although the library isn't being loaded, all objects work.<br></div><div><br></div><div><br></div><div>This change doesn't work in the 64b version, though (which is irrelevant for now, as [leapmotion] isn't compiled for it yet.)</div><div><br></div><div>Best,</div><div><br></div><div>Joao<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Di., 19. Nov. 2019 um 11:43 Uhr schrieb IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 25.08.19 22:09, João Pais wrote:<br>
> Hi list,<br>
> <br>
> while trying out pd 0.5, I can start gem. When initializing gem, the<br>
> error appears: pthread_cond_timedwait_relative_np not found in<br>
> libwinpthread-1.dll [translated from German]. replacing the dll with the<br>
> one included in gem doesn't solve the problem.<br>
> <br>
> Or could that be provoked by any other program installed in the system?<br>
> Current system is windows 10+7 64b, running Pd 32b.<br>
<br>
to be honest i haven't really found a way to fix this :-(<br>
(short of switching to 64bit for both Pd and Gem)<br>
<br>
there's some compatibility problem between the Pd-32bit build and the<br>
Gem-32bit build for Windows.<br>
<br>
IIRC:<br>
<br>
both ship a "libwinpthread-1.dll", but unfortunately they are incompatible.<br>
<br>
you might try to replace the "libwinpthread-1.dll" that comes with Pd<br>
(in the PD/bin/ folder) with the one that comes with Gem (in the Gem/<br>
folder).<br>
keep the original version around, in case things go havoc.<br>
<br>
gmasdr<br>
IOhannes<br>
<br>
PS: sorry for the answer time. i was occupied by other things...<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br clear="all"><br></div>