2

JOGL 1.1 から JOGL 2 に切り替えましたが、何らかの理由で奇妙なエラーが発生します。

問題を GLCanvas の作成に切り分けました。

public class Main {
    public static void main(String[] args) {
        GLCanvas canvas = new GLCanvas(new GLCapabilities(GLProfile.getDefault()));
    }
}

これを実行すると、この奇妙なエラーが発生します。

2012-07-26 16:50:23.688 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x10014cf00 of class NSCFNumber autoreleased with no pool in place - just leaking
2012-07-26 16:50:23.690 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x1001512b0 of class NSConcreteValue autoreleased with no pool in place - just leaking
2012-07-26 16:50:23.690 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x100123e50 of class NSCFNumber autoreleased with no pool in place - just leaking
2012-07-26 16:50:23.690 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x100151310 of class NSConcreteValue autoreleased with no pool in place - just leaking
2012-07-26 16:50:23.690 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x100151340 of class NSCFDictionary autoreleased with no pool in place - just leaking
2012-07-26 16:50:24.170 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x10204a690 of class NSCFNumber autoreleased with no pool in place - just leaking
2012-07-26 16:50:24.171 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x102056390 of class NSConcreteValue autoreleased with no pool in place - just leaking
2012-07-26 16:50:24.171 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x100123e50 of class NSCFNumber autoreleased with no pool in place - just leaking
2012-07-26 16:50:24.171 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x102055c70 of class NSConcreteValue autoreleased with no pool in place - just leaking
2012-07-26 16:50:24.171 java[903:1303] *** __NSAutoreleaseNoPool(): Object 0x10206b4a0 of class NSCFDictionary autoreleased with no pool in place - just leaking

別の人が同様の問題を抱えているのを見たことがありますが、swt.jar をどこにも参照していません。

もう少し背景:

私はEclipseを使用しており、jogl.all.jarとgluegen-rt.jarをインポートし、それらのネイティブをmacosxフォルダーに設定しています。

プログラムは正常に動作しますが、実行するたびにこれらのエラーが表示されるのは本当に面倒です。

これは、ウェブサイトからの jogamp-all-platforms の新しいコピーからのものです。

このエラーを修正する方法を知っている人はいますか?

Snow Leopard 10.6.8 を実行しています

4

0 に答える 0