lmahdi / as3-arduino-connector

Automatically exported from code.google.com/p/as3-arduino-connector
0 stars 0 forks source link

pthreadGC2.dll is missing #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After I create and run a simple test app I get the following error:

"The program can't start because pthreadGC2.dll is missing from your 
computer..."

Original issue reported on code.google.com by wjut...@googlemail.com on 22 Nov 2011 at 10:12

GoogleCodeExporter commented 8 years ago
Just an update on this.

I got a hold of this DLL and put it in my Windows system folder which fixed the 
issues. I had the same issue on a different machine. Perhaps it needs to be 
packaged in the ANE?

Original comment by wjut...@googlemail.com on 23 Nov 2011 at 9:45

GoogleCodeExporter commented 8 years ago
Which version of Windows are you running?  I've tried it on all of my machines 
that I had access to, but they all seemed to have it.  In theory, it should be 
included because it is one of the standard POSIX runtimes.  

Original comment by Nicholas...@gmail.com on 23 Nov 2011 at 7:58

GoogleCodeExporter commented 8 years ago
The DLL was missing on 2 machines both Windows 7 64-bit. I'll try it on a 
couple of machines at work too.

Original comment by wjut...@googlemail.com on 24 Nov 2011 at 9:48

GoogleCodeExporter commented 8 years ago
I will add the .DLL into the next update I plan on pushing out today.  It might 
be 64-bit Windows that the runtime isn't included with.

Original comment by Nicholas...@gmail.com on 25 Nov 2011 at 6:07

GoogleCodeExporter commented 8 years ago
pthreadGC2.dll is now included in the ANE, and should be copied to the proper 
install location when you are using it.  

I don't know about how it will function during debug, but it should be good for 
final install.

Uploaded new 0.9.6 update to close this issue.

Original comment by Nicholas...@gmail.com on 25 Nov 2011 at 7:06

GoogleCodeExporter commented 8 years ago
Note that this pesky file, on an XP machine must be placed in the 
Windows\system32 folder. 

Original comment by andytwo...@gmail.com on 27 Sep 2012 at 5:40