I'm trying to use the Canon EDSDK 2.11 on OSX with a EOS Xsi. I tried running the sample code, I've written my own code, and I even downloaded openFrameworks and an add-on for the Canon EDSK, ofxCanon, and ran its sample code. Every time any of the code reaches a call to EdsOpenSession I get a exc_bad_access error.
Can anyone tell me what might be going on and what I might be doing wrong?
I had the same problem. It seems there is some issues with the SDK downloaded from Canon site.
Here what you can try, it solved the problem for me.
Install and update EOSUtility (make sure it works)
Go to /Applications/Canon Utilities/
Show Package Content of EOS Utility.
In frameworks directory you will have EDSDK.framework
Copy it over the one you got from Canon site.
Hope it will help.
Related
I downloaded Unreal Development Kit 4,
I see a warning
" image not recognized "
while opening .dmg file.
any idea?
I can't find any information from anywhere.
I'm currently using osX 10.9.2 macbook pro,
meeting every requirements they officially require.
any help would be nice.
I had the same issue. The PROBLEM was that it didnt completely download the file.
The SOLUTION is to keep downloading the files again and again with a proper internet connection and you should get around 45MB File.
Cheers !
I'm trying to package an adobe air file for mac and the the resulting image file won't open. I'm working on a Mac and it's not the first time that i'm doing this. It seems so that my mac is the bad boy, because I tried also to package older projects and the resulting dmg files don't work too, but they used to worked.
Trying to open the image file I get following message:
"The following disk images couldn't be opened
PackagingTest.dmg - not recognized"
Has anyone any idea what it could be? I also repaired the mac permissions with disk utility, but it doesn't help.
Can anyone help me, please?
Solano
Ok people, finally found the problem. I'm using FDT and for some reason FDT stopped to append the flag -target native when compiling a native installer. I think that some FDT update introduced this bug.
I am running Snow Leopard 10.6.8 and attempting to install Xcode 4.2 for Snow Leopard. (This one, the blue download link from the dev center).
However, the DMG always gives this error (not recognised) when I try to open it.
Does anyone have any experience with this problem? It seems odd that all other DMGs should work apart from this one. Could this mean my computer is incompatible with Xcode 4.2? Or, am I downloading the wrong one?
I hope this is an acceptable question for SO, as I hope someone has had and solved this problem. General Googling for an unrecognised DMG has yielded nothing but 'redownload DMG', which I have done three times already.
Many, many thanks.
Despite downloading the DMG three times, I tried in Safari instead of Chrome as I had been doing and it working perfectly.
If anyone else has this similar 'DMG not recognised' error and finds their way here: try another browser.
I'm trying to get some of the examples in Daniel Shiffman's updated Kinect library to work. I installed openkinect, and have all the libraries in the right place. I'm not really sure what the problem is, but the glview test in the terminal works fine with the Kinect plugged in. I'm running 10.5.8 on an intel Macbook (2007) and am using Processing 1.21. I realized that nearly everyone running the libraries are using Snow Leopard, could that be the problem? Any help would be appreciated.
EDIT: I found this page which was very helpful, but alas I am still getting errors.
http://openkinect.org/wiki/Installation/Compilation_Guides
Oddly the openframeworks demo works perfectly, so I don't think the installation of openkinect was the problem. I asked the same question on the google groups page for openkinect. I'm not the only one with this problem, I saw it popping up on the Processing forums as well. Don't hesitate to ask if there's anything I can clarify.
Here are the errors:
processing.app.debug.RunnerException: UnsatisfiedLinkError: /Users/milespeyton/Desktop/projects/processing/libraries/openkinect/library/libKinect.jnilib:
at processing.app.Sketch.placeException(Sketch.java:1543)
at processing.app.debug.Runner.findException(Runner.java:583)
at processing.app.debug.Runner.reportException(Runner.java:558)
at processing.app.debug.Runner.exception(Runner.java:498)
at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367)
at processing.app.debug.EventThread.handleEvent(EventThread.java:255)
at processing.app.debug.EventThread.run(EventThread.java:89)
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /Users/milespeyton/Desktop/projects/processing/libraries/openkinect/library/libKinect.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at org.openkinect.Context.<clinit>(Context.java:43)
at org.openkinect.processing.Kinect.start(Kinect.java:40)
at RGBDepthTest.setup(RGBDepthTest.java:33)
at processing.core.PApplet.handleDraw(PApplet.java:1583)
at processing.core.PApplet.run(PApplet.java:1503)
at java.lang.Thread.run(Thread.java:613)
For anyone with the same problem, I solved it by upgrading to Snow Leopard. I'm not exactly sure why this worked, but all of the Kinect Processing libraries work fine for me now.
I am trying to run a Mono application on the Mac that has an embedded web browser control. The program runs, but now broswser is show and a message is output:
libgluezilla not found. To have webbrowser support, you need libgluezilla installed
I have searched, but have no idea how to install this. Your guidance would be appreciated.
You cannot use the embedded web browser control on Mac. Hence, there is no libgluezilla for Mac.
It worked in 2.4.2 of mono, but not with the latest patch. ( 2.4.2.1 )
I am loosing patience with mono on mac platforms. Things used to work and then stop working, creating a bugzilla entry gets no responses at times.