【发布时间】:2020-07-07 02:31:24
【问题描述】:
我尝试执行遥测查看器的 .jar 文件,然后收到以下错误消息:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)
Caused by: com.jogamp.opengl.GLException: Profile GL2 is not available on null, but: [GLProfile[GLES1/GLES1.hw], GLProfile[GLES2/GLES3.hw], GLProfile[GL2ES1/GLES1.hw], GLProfile[GL4ES3/GL4.hw], GLProfile[GL2ES2/GL4.hw], GLProfile[GL4/GL4.hw], GLProfile[GLES3/GLES3.hw], GLProfile[GL4/GL4.hw], GLProfile[GL3/GL4.hw], GLProfile[GL2GL3/GL4.hw]]
at com.jogamp.opengl.GLProfile.get(GLProfile.java:991)
at com.jogamp.opengl.GLProfile.get(GLProfile.java:1004)
at OpenGLChartsRegion.<init>(OpenGLChartsRegion.java:108)
at Main.main(Main.java:31)
... 5 more
您可以在此链接上查看 Telemetry 查看器的项目 https://github.com/farrellf/TelemetryViewer http://www.farrellf.com/projects/software/2019-09-08_Telemetry_Viewer_v0.6/ 请帮忙。谢谢。
【问题讨论】:
-
最好联系 github 上的开发人员,正如我在 github.com/farrellf/TelemetryViewer/issues/36 看到的那样。