私は夏の間ずっと、Processing のラッパーである SimpleOpenNI を使用しています。Kinect でゲームやデモを作成するために使用します。先週、処理ウィンドウで致命的なエラーが発生し、SimpleOpenNI プロジェクトがどれも機能しなくなりました。エラーは次のとおりです。
SimpleOpenNI Version 0.20
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x72e8f955, pid=4596, tid=4624
JRE version: 6.0_24-b07
Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode windows-x86 )
Problematic frame:
C [OpenNI.dll+0xf955]
An error report file with more information is saved as:
C:\Users\mss042\Desktop\processing-1.5.1\hs_err_pid4596.log
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
新しい OpenNI/NITE/SensorKinect ドライバーが SimpleOpenNI ラッパーで動作しないようです。古いドライバを使用している人々に試してみましたが、すべてまだ機能しています。問題は、Web サイトから古いドライバーをダウンロードできないため、それが正しいかどうかをテストできないことです。simpleopenni サイトからダウンロードしたものはすべて表示されます: http://code.google.com/p/simple-openni/
このエラーに関するヘルプをいただければ幸いです。ありがとう。
マイク