Exception in Scene error when JMP first starts

First, this is my first time using jmonkey, so be patient.

I just installed the latest (JMP Alpha 3.) When I start it I get a warning pop-up :



Exception in Scene!

(com.jme3.renderer.RendererException: Invalid ID received when trying to create shader program.)



Then, after a few minutes of just sitting there doing nothing, it crashes. I know it’s still alpha but I haven’t even done anything yet!!



Whahappened?

What is your hardware conf? have you got the last display drivers installed?

yep. I’ve got the last drivers for the ATI Radeon X1270 that’s in my Dell Inspiron 1721. I’m running XP SP3.

The weirdest part is that it takes almost 5 minutes of doing nothing to crash. Is there a log somewhere that I might find some kind of error message?

This card seems to not support opengl2 properly

http://answers.yahoo.com/question/index?qid=20091024020553AAUfdkB

I hadn’t considered that. I just assumed that in this day & age, every card supported OpenGL.

But I did some digging on the Radeon X1270. According to the spec sheets the X1270 does indeed support opengl2.0. I didn’t trust this so I downloaded a utility from ozone3d.net (gpu caps viewer) that examines the GPU. It said it detected “opengl 2.0.6747 winxp version”. I also read a few reviews that said that while the x1270 wasn’t much of a gamers card, it did support OpenGL.

Is v2.0 sufficient for jMP ?

What next?

What does “Invalid ID received when trying to create shader program” mean anyway? What’s issuing ID’s and isn’t the program already written?

And is the version of OpenGL support determined by the hardware of the graphics card or the driver?

Thanks

What this means is that glCreateProgram() returned a value <= 0. By the spec this indicates that “there was an error creating the shader program”. Now what error could there possibly be?



Maybe you can try running the tests in those GPU info programs, see if they work.

Apparently I was misled by the ATI driver site. I did not have the latest drivers. I found newer drivers (Catalyst 10.11.) After installing them I ran GPU_caps_viewer again and the new driver supports OpenGL2.1.8304 & GLSL v1.2 (whatever GLSL is.) It also says there are 105 OpenGL extensions installed.

Encouraged by that, I tried jMP again. Good news/bad news. The good news is it doesn’t crash completely. The bad news is I get 3 error popups. One says

“Exception in Scene! (java.lang.ArrayIndexOutOfBoundsException:16)”

the second says

“Exception in Scene! (java.lang.ArrayIndexOutOfBoundsException)”

& the third says

“Exception in Scene! (java.lang.IllegalStateException: Cannot render mesh without shader bound)”



On top of that, instead of the rotating earth & monkey face I just get a black screen in the “Welcome to JMonkeyPlatform” window.



What’s a shader bound? Is that an OpenGL extension I need to get?



What next?

Shader are pieces program compiled on the fly and run on the GPU . You probably heard of “hardware acceleration”, and basically that’s what shaders are used for.

GLSL is the language used to write those shaders when using opengl.

JME3 is entirely based on shaders. That’s why we have a openGL 2.0 requirement because shaders has been introduced in this version of opengl.



Now for your issue, every mesh will need to have a material to be rendered, and a material uses a shader. The error “Cannot render mesh without shader bound” means at some point there was an error in the shader compilation, so the shader is not present in memory. And when trying to render, the renderer does not find the shader.



Though, I don’t know where the arrayIndexoutOfBound come from.



Thoses error comes from the welcome screen, you can use JMP even if it fails.



Now that JMP is runing, try to create a new project and choose “JME3 Test”. This project contain all the test cases of JME3.

Try to run them, and give us feed back.

Can you provide us the entire log?

I’m assuming you mean C:Documents and SettingsapblairApplication Data.jmonkeyplatformdevvarlogmessages.log.

Here it is. I sure appreciate your help.


>Log Session: Sunday, November 28, 2010 3:10:04 PM PST
>System Info:
Product Version = jMonkeyPlatform Alpha-3
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20; Java HotSpot(TM) Server VM 16.3-b01; Sun Microsystems Inc.
Runtime = Java(TM) SE Runtime Environment 1.6.0_20-b02
Java Home = C:Program FilesJavajdk1.6.0_20jre
System Locale; Encoding = en_US (jmonkeyplatform); Cp1252
Home Directory = C:Documents and Settingsapblair
Current Directory = C:Program Filesjmonkeyplatform
User Directory = C:Documents and SettingsapblairApplication Data.jmonkeyplatformdev
Installation = C:Program Filesjmonkeyplatformjmonkeyplatform
C:Program Filesjmonkeyplatformharness
C:Program Filesjmonkeyplatformide
C:Program Filesjmonkeyplatformjava
C:Program Filesjmonkeyplatformplatform
Boot & Ext. Classpath = C:Program FilesJavajdk1.6.0_20jrelibresources.jar;C:Program FilesJavajdk1.6.0_20jrelibrt.jar;C:Program FilesJavajdk1.6.0_20jrelibsunrsasign.jar;C:Program FilesJavajdk1.6.0_20jrelibjsse.jar;C:Program FilesJavajdk1.6.0_20jrelibjce.jar;C:Program FilesJavajdk1.6.0_20jrelibcharsets.jar;C:Program FilesJavajdk1.6.0_20jreclasses;C:Program FilesJavajdk1.6.0_20jrelibextdnsns.jar;C:Program FilesJavajdk1.6.0_20jrelibextlocaledata.jar;C:Program FilesJavajdk1.6.0_20jrelibextsunjce_provider.jar;C:Program FilesJavajdk1.6.0_20jrelibextsunmscapi.jar;C:Program FilesJavajdk1.6.0_20jrelibextsunpkcs11.jar
Application Classpath = C:Documents and SettingsapblairApplication Data.jmonkeyplatformdevlibjfluid-server-15.jar;C:Documents and SettingsapblairApplication Data.jmonkeyplatformdevlibjfluid-server-cvm.jar;C:Documents and SettingsapblairApplication Data.jmonkeyplatformdevlibjfluid-server.jar;C:Documents and SettingsapblairApplication Data.jmonkeyplatformdevliblocalejfluid-server_ja.jar;C:Documents and SettingsapblairApplication Data.jmonkeyplatformdevliblocalejfluid-server_pt_BR.jar;C:Documents and SettingsapblairApplication Data.jmonkeyplatformdevliblocalejfluid-server_zh_CN.jar;C:Program Filesjmonkeyplatformplatformlibboot.jar;C:Program Filesjmonkeyplatformplatformliborg-openide-modules.jar;C:Program Filesjmonkeyplatformplatformliborg-openide-util-lookup.jar;C:Program Filesjmonkeyplatformplatformliborg-openide-util.jar;C:Program Filesjmonkeyplatformplatformliblocaleboot_ja.jar;C:Program Filesjmonkeyplatformplatformliblocaleboot_pt_BR.jar;C:Program Filesjmonkeyplatformplatformliblocaleboot_zh_CN.jar;C:Program FilesJavajdk1.6.0_20libdt.jar;C:Program FilesJavajdk1.6.0_20libtools.jar
Startup Classpath = C:Program Filesjmonkeyplatformplatformcorecore.jar;C:Program Filesjmonkeyplatformplatformcoreorg-openide-filesystems.jar;C:Program Filesjmonkeyplatformplatformcorelocalecore_ja.jar;C:Program Filesjmonkeyplatformplatformcorelocalecore_pt_BR.jar;C:Program Filesjmonkeyplatformplatformcorelocalecore_zh_CN.jar;C:Program Filesjmonkeyplatformjmonkeyplatformcorelocalecore_jmonkeyplatform.jar
WARNING [org.netbeans.core.modules]: the modules [com.jme3.gde.assetpack, com.jme3.gde.core, com.jme3.gde.gui, com.jme3.gde.materials, com.jme3.gde.ogretools, com.jme3.gde.ogrexml, com.jme3.gde.scenecomposer, com.jme3.gde.templates, com.jme3.gde.templates.tests, com.jme3.gde.textureeditor, org.netbeans.modules.beans, org.netbeans.modules.debugger.jpda, org.netbeans.modules.debugger.jpda.ui, org.netbeans.modules.diff, org.netbeans.modules.editor.bracesmatching, org.netbeans.modules.editor.codetemplates, org.netbeans.modules.editor.indent.project, org.netbeans.modules.editor.macros, org.netbeans.modules.i18n, org.netbeans.modules.java.examples, org.netbeans.modules.java.j2seproject, org.netbeans.modules.java.navigation, org.netbeans.modules.java.project, org.netbeans.modules.javadoc, org.netbeans.modules.javascript.editing, org.netbeans.modules.javascript.hints, org.netbeans.modules.javawebstart, org.netbeans.modules.jumpto, org.netbeans.modules.localhistory, org.netbeans.modules.mercurial, org.netbeans.modules.options.editor, org.netbeans.modules.properties, org.netbeans.modules.refactoring.api, org.netbeans.modules.subversion, org.netbeans.modules.terminal, org.netbeans.modules.versioning, org.netbeans.modules.versioning.system.cvss, org.netbeans.modules.versioning.util, org.netbeans.modules.websvc.saas.codegen, org.netbeans.modules.websvc.saas.services.strikeiron, org.netbeans.modules.websvc.saas.ui, org.netbeans.modules.xml, org.netbeans.modules.xml.jaxb, org.netbeans.modules.xml.tools.java, org.netbeans.spi.editor.hints] use org.jdesktop.layout which is deprecated: Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [JMEMaterialResolver.xml, OgreSceneResolver.xml, WaveFrontOBJResolver.xml, OgreBinaryMeshResolver.xml, JMEMaterialDefinitionResolver.xml, OgreXMLResolver.xml, NiftyGuiResolver.xml, OgreMaterialResolver.xml, JmeTextureResolver.xml, WaveFrontMaterialResolver.xml, JMEBinaryModelResolver.xml], but some are: [instance-mime-resolver.xml, org-netbeans-modules-java-mime-resolver.xml, org-netbeans-modules-image-mime-resolver.xml, org-netbeans-modules-properties-mime-resolver.xml, Manifest.xml, plain-text-resolver.xml, cssResolver.xml, Diff.xml, javascript.xml, JnlpResolver.xml, YAML.xml, html.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, xslt-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml, org-netbeans-modules-editor-macros-mime-resolver.xml, text-x-oql-mime-resolver.xml, org-netbeans-modules-xml-services-XMLMIMEResolver.xml, org-netbeans-modules-xml-services-DTDMIMEResolver.xml, org-netbeans-modules-xml-services-ENTMIMEResolver.xml, NpsResolver.xml]
WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [JMEBinaryModelResolver.xml, JMEMaterialDefinitionResolver.xml, JMEMaterialResolver.xml, JmeTextureResolver.xml, NiftyGuiResolver.xml, OgreBinaryMeshResolver.xml, OgreMaterialResolver.xml, OgreSceneResolver.xml, OgreXMLResolver.xml, WaveFrontMaterialResolver.xml, WaveFrontOBJResolver.xml], but some are: [instance-mime-resolver.xml, org-netbeans-modules-java-mime-resolver.xml, org-netbeans-modules-image-mime-resolver.xml, org-netbeans-modules-properties-mime-resolver.xml, Manifest.xml, plain-text-resolver.xml, cssResolver.xml, Diff.xml, javascript.xml, JnlpResolver.xml, YAML.xml, html.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, xslt-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml, org-netbeans-modules-editor-macros-mime-resolver.xml, text-x-oql-mime-resolver.xml, org-netbeans-modules-xml-services-XMLMIMEResolver.xml, org-netbeans-modules-xml-services-DTDMIMEResolver.xml, org-netbeans-modules-xml-services-ENTMIMEResolver.xml, NpsResolver.xml]
INFO [com.jme3.system.JmeSystem]: Running on jMonkey Engine 3 Alpha 0.6
INFO [com.jme3.system.Natives]: Extraction Directory #1: file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/modules/ext/
INFO [com.jme3.system.Natives]: Extraction Directory #2: C:Documents and Settingsapblair.jmonkeyplatform
INFO [com.jme3.system.Natives]: Extraction Directory #3: C:Program Filesjmonkeyplatform
INFO [com.jme3.asset.AssetManager]: DesktopAssetManager created.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
org.openide.util.lookup [8.3.1 201007282301]
org.openide.util [8.6.1 201007282301]
org.openide.modules [7.17.1 201007282301]
org.openide.awt [7.23.1 201007282301]
org.openide.filesystems [7.38.2 201007282301]
org.netbeans.modules.queries/1 [1.19.1 201007282301]
org.netbeans.api.progress/1 [1.20.2 201007282301]
org.openide.dialogs [7.15.1 201007282301]
org.openide.nodes [7.16.1 201007282301]
org.openide.windows [6.33.1 201007282301]
org.netbeans.swing.tabcontrol [1.21.1 201007282301]
org.netbeans.swing.outline [1.9.1 201007282301]
org.openide.explorer [6.28.2 201007282301]
org.netbeans.modules.editor.mimelookup/1 [1.16.1 201007282301]
org.openide.text [6.30.1 201007282301]
org.openide.actions [6.16.1 201007282301]
org.openide.loaders [7.16.1 201007282301]
org.netbeans.modules.projectapi/1 [1.31.1 201007282301]
org.netbeans.modules.projectuiapi/1 [1.47.3.8 8 201011082200]
org.netbeans.modules.target.iterator/1 [1.2.1 201007282301]
org.netbeans.modules.xml.xam/1 [1.10.2.1 1 201007282301]
org.netbeans.modules.xml.schema.model/1 [1.10.1.1 1 201007282301]
org.netbeans.modules.xml.wsdl.model/1 [1.10.2.1 1 201007282301]
org.netbeans.bootstrap/1 [2.33.3 201011082200]
org.netbeans.core.startup/1 [1.25.4 201011082200]
org.netbeans.spi.quicksearch [1.6.1 201007282301]
org.netbeans.modules.keyring [1.1.2 201007282301]
org.openide.io [1.23.1 201007282301]
org.netbeans.swing.plaf [1.16.1 201007282301]
org.netbeans.core/2 [3.20.2 201007282301]
org.netbeans.modules.options.api/1 [1.18.1 201007282301]
org.netbeans.core.ui/1 [1.22.1 201007282301]
org.netbeans.core.ide/1 [1.20.1 201007282301]
org.jdesktop.layout/1 [1.13.1 201007282301]
org.netbeans.modules.xml.jaxb.api/1 [1.4.1 201007282301]
org.netbeans.libs.jaxb/1 [1.10.1 201007282301]
org.netbeans.modules.websvc.jaxwsmodelapi/1 [1.6.1 201007282301]
org.netbeans.api.xml/1 [1.22.1 201007282301]
org.apache.xml.resolver [1.11.1.12 12 201007282301]
org.netbeans.modules.xml.catalog/2 [1.20.1.4 4 201007282301]
org.netbeans.modules.editor.util/1 [1.36.1 201007282301]
org.netbeans.modules.lexer/2 [1.35.1.1 1 201007282301]
org.netbeans.modules.xml.core/2 [1.21.1.4 4 201007282301]
org.netbeans.modules.xml.lexer [1.9.1 201007282301]
org.netbeans.modules.editor.settings/1 [1.31.1 201007282301]
org.netbeans.modules.editor.lib2/1 [1.28.1.2 2 201007282301]
org.netbeans.modules.editor.fold/1 [1.18.1.2 201007282301]
org.netbeans.modules.editor.lib/2 [2.10.2.10.2 10 201007282301]
org.netbeans.modules.xml.xdm/1 [1.11.2.1 1 201007282301]
org.netbeans.modules.xml.retriever/1 [1.10.2 201007282301]
org.openide.execution [1.18.1 201007282301]
org.netbeans.api.java.classpath/1 [1.25.1 201007282301]
org.netbeans.modules.project.libraries/1 [1.25.1 201007282301]
org.netbeans.modules.websvc.saas.api [1.8.1 201007282301]
org.netbeans.modules.websvc.saas.ui [1.7.1 201007282301]
org.openidex.util/3 [3.25.1 201007282301]
org.netbeans.modules.editor.indent/2 [1.19.1.10 201007282301]
org.netbeans.modules.editor/3 [1.50.1.3.10.2 3 201007282301]
org.netbeans.modules.websvc.saas.codegen [1.8.1 201007282301]
org.netbeans.core.execution/1 [1.20.1 201007282301]
org.netbeans.modules.masterfs/2 [2.25.2 201007282301]
org.netbeans.modules.favorites/1 [1.20.1 201007282301]
org.netbeans.modules.projectui [1.21.2.8 201007282301]
org.netbeans.modules.editor.settings.storage/1 [1.25.1 201007282301]
org.netbeans.modules.options.keymap [1.10.1 201007282301]
org.netbeans.modules.editor.macros/0 [1.9.1.1.10 1 201007282301]
org.netbeans.modules.editor.errorstripe.api/1 [2.11.1.1 1 201007282301]
org.netbeans.modules.editor.errorstripe/2 [2.12.1.1.1 1 201007282301]
org.netbeans.modules.javahelp/1 [2.17.1 201007282301]
org.netbeans.modules.options.editor/1 [1.21.1 201007282301]
org.netbeans.modules.diff/1 [1.28.2.42.1 42 201007282301]
org.netbeans.modules.editor.completion/1 [1.20.1.1 1 201007282301]
org.netbeans.spi.editor.hints/0 [1.14.1.7.2 7 201007282301]
org.netbeans.modules.editor.codetemplates/1 [1.17.1.1 1 201007282301]
org.netbeans.libs.lucene/1 [2.10.1.232 232 201007282301]
org.netbeans.api.annotations.common/1 [1.5.1 201007282301]
org.netbeans.spi.tasklist/1 [1.11.1.1 1 201007282301]
org.netbeans.modules.parsing.api/1 [1.33.2.4 4 201007282301]
org.netbeans.modules.jumpto/1 [1.17.2 201011082200]
org.netbeans.modules.editor.guards/1 [1.8.1 201007282301]
org.netbeans.modules.refactoring.api [1.11.1 201007282301]
org.netbeans.spi.navigator/1 [1.13.1 201007282301]
org.netbeans.modules.csl.api/2 [2.5.1.2.1.1.4 2 201007282301]
org.netbeans.libs.xerces/1 [1.18.1.280 280 201007282301]
org.netbeans.modules.html.lexer/1 [1.9.1 201007282301]
org.netbeans.modules.web.common [1.6.1 201007282301]
org.netbeans.modules.editor.bracesmatching/0 [1.13.1 201007282301]
org.netbeans.modules.css.editor/1 [1.11.1 201007282301]
org.netbeans.spi.palette/1 [1.22.1 201007282301]
org.netbeans.modules.html.editor.lib/1 [1.26.1 201007282301]
org.netbeans.modules.html.editor/1 [1.21.1 201007282301]
org.mozilla.rhino.patched/1 [1.109.1 201007282301]
org.netbeans.modules.javascript.editing/1 [0.95.1 201007282301]
com.jme3.gde.project.libraries/1 [0.5.0.6206 6206 101122]
org.netbeans.swing.dirchooser [1.8.1 201007282301]
org.netbeans.modules.html/1 [1.32.1 201007282301]
org.netbeans.modules.settings/1 [1.26.1 201007282301]
org.netbeans.core.windows/2 [2.21.1 201007282301]
com.jme3.gde.core.libraries/1 [0.7.0.6206 6206 101122]
com.jme3.gde.core.baselibs/1 [0.7.0.6218 6218 101122]
org.netbeans.modules.autoupdate.services [1.20.2 201011082200]
org.netbeans.api.java/1 [1.28.1 201007282301]
org.netbeans.libs.javacapi [0.13.1.1 1 201007282301]
org.netbeans.modules.java.preprocessorbridge [1.14.1.1 1 201007282301]
org.netbeans.modules.java.platform/1 [1.17.1 201007282301]
org.netbeans.modules.java.lexer/1 [1.10.1 201007282301]
org.netbeans.modules.classfile/1 [1.27.1 201007282301]
org.netbeans.libs.javacimpl/1 [0.16.1.8 8 201007282301]
org.netbeans.modules.editor.indent.project/0 [1.1.1 201007282301]
org.netbeans.modules.java.source [0.60.3.10.8.4 10 201011082200]
org.netbeans.modules.java.sourceui/1 [1.13.1.1.10 1 201007282301]
org.apache.tools.ant.module/3 [3.41.2.2 2 201007282301]
org.netbeans.modules.project.ant/1 [1.37.1 201007282301]
org.netbeans.modules.java.project/1 [1.32.1 201007282301]
org.netbeans.modules.java.api.common/0 [1.17.2 201007282301]
org.netbeans.modules.j2ee.metadata/0 [1.11.1 201007282301]
org.netbeans.modules.j2ee.metadata.model.support/1 [1.8.1 201007282301]
org.netbeans.modules.j2ee.persistenceapi/1 [1.11.1.1 1 201007282301]
org.netbeans.api.debugger/1 [1.26.1 201007282301]
org.netbeans.spi.viewmodel/2 [1.26.2 201007282301]
org.netbeans.api.debugger.jpda/2 [2.27.1 201007282301]
org.netbeans.modules.debugger.jpda.ant [1.17.1 201007282301]
org.netbeans.modules.ant.browsetask [1.20.1 201007282301]
org.netbeans.modules.java.j2seproject/1 [1.38.3.45 45 201011082200]
com.jme3.gde.core.updatecenters [0.6.0.5751 5751 101122]
com.jme3.gde.core/1 [0.10.0.6219.45 6219 101122]
org.jdesktop.beansbinding/1 [1.7.1.121 121 201007282301]
com.jme3.gde.terraineditor [0.1.6105 6105 101122]
org.netbeans.modules.xml.axi [1.10.1 201007282301]
org.netbeans.modules.usersguide/1 [1.28.1 201007282301]
org.netbeans.modules.java.j2seplatform/1 [1.17.1 201007282301]
org.netbeans.modules.extexecution/2 [1.21.1 201007282301]
org.netbeans.libs.jzlib/1 [1.4.1.107 107 201007282301]
org.netbeans.libs.jna/1 [1.7.2 201007282301]
org.netbeans.libs.jsch/1 [1.14.1 201007282301]
org.netbeans.lib.terminalemulator [1.12.2 201007282301]
org.netbeans.modules.terminal [1.1.1 201007282301]
org.netbeans.modules.dlight.nativeexecution [1.5.2 201007282301]
org.netbeans.modules.dlight.terminal [1.1.1 201007282301]
org.netbeans.libs.svnClientAdapter/1 [1.11.1 201007282301]
org.netbeans.modules.websvc.saas.services.flickr [1.7.1 201007282301]
com.jme3.gde.lwjgl.applet [0.7.0.6205 6205 101122]
org.netbeans.modules.websvc.jaxws21api/1 [1.10.1 NB-6.9.1-64-on-100728]
org.netbeans.modules.websvc.jaxws21/1 [1.10.1 201007282301]
org.netbeans.core.io.ui/1 [1.8.1 201007282301]
org.netbeans.modules.java.hints.processor [1.3.1.1.8 1 201007282301]
org.netbeans.lib.profiler/1 [1.10.2 201007282301]
org.netbeans.lib.profiler.common/1 [1.10.2 201007282301]
org.netbeans.lib.profiler.charts/1 [1.6.1 201007282301]
org.netbeans.lib.profiler.ui/1 [1.9.2 201007282301]
org.netbeans.modules.profiler.utilities/1 [1.13.1 201007282301]
org.netbeans.modules.profiler.attach/1 [1.7.1 201007282301]
org.netbeans.modules.gototest/1 [1.9.1 201007282301]
org.netbeans.modules.web.flyingsaucer/1 [1.8.1.1 1 201007282301]
com.jme3.gde.project.testdata/1 [0.5.0.6215 6215 101122]
org.netbeans.modules.j2ee.eclipselink [1.4.1 201007282301]
com.jme3.gde.ogrexml/1 [0.8.0.6141 6141 101122]
com.jme3.gde.scenecomposer/1 [0.6.1.6118 6118 101122]
org.netbeans.modules.java.editor.lib/1 [1.16.1 201007282301]
org.netbeans.modules.java.editor/1 [2.27.1.6.1.1 6 201007282301]
org.netbeans.libs.junit4 [1.9.1 201007282301]
org.netbeans.modules.sendopts/2 [2.9.1 201007282301]
org.netbeans.modules.utilities/1 [1.35.1 201007282301]
org.netbeans.modules.javascript.refactoring/1 [0.70.1 201007282301]
org.netbeans.modules.javascript.hints/1 [0.45.1 201007282301]
org.netbeans.modules.javascript.kit/1 [0.111.1 201007282301]
org.netbeans.lib.cvsclient/1 [1.23.1 201007282301]
org.netbeans.modules.lexer.nbbridge/1 [1.10.1.1 201007282301]
org.netbeans.modules.editor.plain.lib/1 [1.13.1 201007282301]
org.netbeans.modules.editor.plain/2 [1.14.1 201007282301]
org.netbeans.modules.editor.mimelookup.impl/1 [1.9.1 201007282301]
org.netbeans.modules.profiler.oql/0 [0.5.1 201007282301]
org.netbeans.modules.java.navigation/1 [1.16.1 201007282301]
org.netbeans.modules.refactoring.java/1 [1.14.1.1 1 201007282301]
org.netbeans.core.multiview/1 [1.18.1 201007282301]
org.netbeans.modules.beans/1 [1.27.1.1.6 1 201007282301]
org.netbeans.modules.ant.freeform/1 [1.24.1 201007282301]
org.netbeans.modules.java.freeform/1 [1.21.2 201007282301]
org.netbeans.modules.projectimport.eclipse.core/1 [2.9.1 201007282301]
org.netbeans.modules.java.hints/1 [1.39.2.4.6.10.4 4 201007282301]
org.netbeans.modules.editor.structure/1 [1.24.1.1 1 201007282301]
org.netbeans.modules.xml.text/2 [1.24.1.5 5 201007282301]
org.netbeans.modules.xml [1.9.1 201007282301]
org.netbeans.modules.xml.tax/2 [1.22.1.280 201007282301]
org.netbeans.modules.xml.tools/2 [1.22.1 201007282301]
org.netbeans.modules.xml.tools.java [1.8.1 201007282301]
org.netbeans.modules.xml.jaxb/1 [1.8.1 201007282301]
org.netbeans.modules.gsf.testrunner [1.14.1 201007282301]
org.netbeans.modules.junit/2 [2.36.2 201007282301]
org.netbeans.modules.javadoc/1 [1.31.1 201007282301]
org.netbeans.modules.spellchecker.apimodule [1.4.1 201007282301]
org.netbeans.modules.spellchecker.bindings.java/1 [1.9.1 201007282301]
org.netbeans.modules.java.examples/1 [1.15.1 201007282301]
org.netbeans.modules.properties/1 [1.32.2 201007282301]
org.netbeans.modules.i18n/1 [1.31.1 201007282301]
org.netbeans.modules.java.debug [1.12.1.1.10 1 201007282301]
org.netbeans.modules.javawebstart [1.8.1 201007282301]
org.netbeans.modules.java.source.ant [1.9.1.1.10 1 201007282301]
org.netbeans.spi.debugger.ui/1 [2.23.2 201007282301]
org.netbeans.modules.ant.debugger/1 [1.16.1.2 201007282301]
org.netbeans.modules.projectui.buildmenu/1 [1.6.1.1 1 201007282301]
org.netbeans.modules.editor.bookmarks/1 [1.13.1 201007282301]
org.netbeans.modules.editor.actions/1 [1.5.1.2 201007282301]
org.netbeans.libs.bytelist/1 [0.7.1.1 1 201007282301]
org.netbeans.libs.jvyamlb/1 [0.9.1 201007282301]
org.netbeans.modules.languages.yaml [2.9.1 201007282301]
org.netbeans.modules.xml.schema.completion [1.9.2 201007282301]
org.netbeans.core.browser/1 [1.6.1.1 1 201007282301]
org.netbeans.core.output2/1 [1.18.2 201007282301]
org.netbeans.modules.css.visual/1 [2.12.1 201007282301]
org.netbeans.modules.servletapi/1 [1.19.1 201007282301]
org.netbeans.modules.httpserver/2 [2.15.1.42 42 201007282301]
org.netbeans.modules.xsl/1 [1.22.1 201007282301]
org.netbeans.modules.languages.manifest [1.11.1 201007282301]
org.netbeans.modules.languages.diff [1.12.1 201007282301]
org.netbeans.modules.image/1 [1.27.1 201007282301]
org.netbeans.modules.editor.kit [1.9.2 201007282301]
org.netbeans.modules.tasklist.ui/1 [1.10.1.1 201007282301]
org.netbeans.modules.tasklist.todo/1 [1.9.1.1 1 201007282301]
org.netbeans.modules.tasklist.projectint/1 [1.8.1 201007282301]
org.netbeans.modules.tasklist.kit [1.8.1 201007282301]
org.netbeans.modules.print.editor [7.6.1 201007282301]
org.netbeans.modules.autoupdate.ui [1.16.1 201007282301]
org.netbeans.libs.osgi [1.1.1 201007282301]
org.netbeans.libs.felix [1.1.1 201007282301]
org.netbeans.modules.print [7.5.1 201007282301]
org.netbeans.modules.core.kit [1.8.2 201007282301]
org.netbeans.modules.extbrowser/1 [1.19.1 201007282301]
org.netbeans.modules.defaults/1 [1.11.1 201007282301]
org.netbeans.modules.ide.kit [1.11.2 201007282301]
org.netbeans.modules.ant.kit [1.8.2 201007282301]
org.netbeans.modules.java.helpset/1 [1.8.2 201007282301]
org.netbeans.modules.java.kit [1.10.3 201011082200]
org.netbeans.modules.profiler.projectsupport [1.8.1 201007282301]
org.netbeans.modules.profiler.selector.spi/1 [1.11.1 201007282301]
org.netbeans.modules.profiler.selector.ui/1 [1.7.1 201007282301]
org.netbeans.modules.profiler/1 [1.17.2 201007282301]
org.netbeans.modules.profiler.j2ee.sunas/1 [1.11.1 201007282301]
org.netbeans.modules.websvc.saas.services.google [1.7.1 201007282301]
org.netbeans.libs.freemarker/1 [2.11.1.238 238 201007282301]
org.netbeans.modules.versioning/1 [1.17.1.1.42.1 1 201007282301]
org.netbeans.modules.versioning.util [1.11.3.42.1 201007282301]
org.netbeans.libs.ini4j/1 [1.9.1 201007282301]
org.netbeans.modules.subversion [1.12.2.42.1 201007282301]
org.netbeans.modules.profiler.freeform/1 [1.11.1 201007282301]
org.netbeans.modules.utilities.project/1 [1.15.1 201007282301]
org.netbeans.modules.keyring.impl [1.0.1 201007282301]
org.netbeans.modules.profiler.j2ee.tomcat/1 [1.11.1 201007282301]
org.netbeans.modules.projectimport.eclipse.j2se [1.7.1.45 201007282301]
org.netbeans.modules.mercurial [1.15.2.42.1 201007282301]
org.netbeans.modules.websvc.saas.services.weatherbug [1.7.1 201007282301]
org.netbeans.modules.localhistory [1.9.1 201007282301]
com.jme3.gde.ogretools/1 [0.6.1.6141 6141 101122]
com.jme3.gde.modelimporter [0.8.0.6161 6161 101122]
com.jme3.gde.wavefront/1 [0.8.0.6153 6153 101122]
org.netbeans.modules.profiler.j2ee.weblogic/1 [1.11.1 201007282301]
com.jme3.gde.welcome [0.6.0.6204 6204 101122]
org.netbeans.modules.ant.grammar/1 [1.23.1 201007282301]
org.netbeans.core.nativeaccess/1 [1.7.1 201007282301]
org.netbeans.modules.profiler.j2ee.jboss/1 [1.11.1 201007282301]
com.jme3.gde.project.baselibs/1 [0.6.0.6218 6218 101122]
com.jme3.gde.templates/1 [0.1.0.6111 6111 101122]
org.netbeans.modules.debugger.jpda.projects [1.12.3 201011082200]
org.netbeans.modules.debugger.jpda/2 [1.29.2 201007282301]
org.netbeans.modules.schema2beans/1 [1.25.1 201007282301]
org.netbeans.modules.profiler.selector.java [1.5.1 201007282301]
org.netbeans.modules.profiler.j2se/1 [1.11.1 201007282301]
com.jme3.gde.textureeditor/1 [0.8.0.5667 5667 101122]
org.netbeans.modules.profiler.attach.impl/2 [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.services.delicious [1.7.1 201007282301]
org.netbeans.modules.extexecution.destroy [1.4.1 201007282301]
com.jme3.gde.desktop.executables [1.0.0.6205 6205 101122]
org.netbeans.modules.properties.syntax/1 [1.28.1 201007282301]
org.netbeans.modules.profiler.nbmodule/1 [1.11.1 201007282301]
org.netbeans.modules.debugger.jpda.ui/1 [1.15.2 201007282301]
org.netbeans.core.netigso [1.4.5 201011082200]
org.netbeans.modules.profiler.oql.language/0 [0.7.1 201007282301]
org.netbeans.modules.versioning.system.cvss/1 [1.19.1.1.42.1 1 201007282301]
org.netbeans.modules.websvc.saas.services.strikeiron [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.services.zvents [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.services.amazon [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.services.yahoo [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.services.twitter [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.services.facebook [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.services.zillow [1.7.1 201007282301]
org.netbeans.modules.websvc.saas.kit [1.6.1 201007282301]
org.netbeans.modules.debugger.jpda.heapwalk/1 [1.9.1 201007282301]
com.jme3.gde.templates.tests/1 [0.6.0.6216 6216 101122]
org.netbeans.modules.progress.ui [1.12.1 201007282301]
com.jme3.gde.codepalette/1 [0.1.0.5967 5967 101122]
org.netbeans.modules.xml.multiview/1 [1.15.2.2 2 201007282301]
com.jme3.gde.gui/1 [0.5.0.6162.2 6162 101122]
org.netbeans.modules.websvc.saas.codegen.java [1.7.1 201007282301]
org.netbeans.modules.versioning.indexingbridge/0 [1.4.1 201007282301]
org.netbeans.modules.profiler.j2ee.generic/1 [1.11.1 201007282301]
com.jme3.gde.materials/1 [0.2.0.6142 6142 101122]
com.jme3.gde.assetpack [0.7.0.6141 6141 101122]
WARNING [org.openide.filesystems.Ordering]: Found same position 300 for both Toolbars/File/org-netbeans-modules-project-ui-OpenProject.shadow and Toolbars/File/org-openide-actions-SaveAction.shadow
WARNING [org.openide.util.ImageUtilities]: Initial slashes in Utilities.loadImage deprecated (cf. #20072): /com/jme3/gde/assetpack/icons/assets.gif
INFO [com.jme3.system.lwjgl.LwjglDisplay]: EDT: Creating OGL thread.
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Using LWJGL 2.5
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Display created.
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Adapter: ati2dvag
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Driver Version: 6.14.10.6891
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Vendor: ATI Technologies Inc.
INFO [com.jme3.system.lwjgl.LwjglDisplay]: OpenGL Version: 2.1.8304 Release
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Renderer: ATI Radeon X1200 Series
INFO [com.jme3.system.lwjgl.LwjglDisplay]: GLSL Ver: 1.20
INFO [com.jme3.system.lwjgl.LwjglTimer]: Timer resolution: 1000 ticks per second
INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Caps: [FrameBuffer, FrameBufferMRT, FrameBufferMultisample, OpenGL20, OpenGL21, ARBprogram, GLSL100, GLSL110, GLSL120, FloatTexture, TextureCompressionLATC]
INFO [com.jme3.asset.AssetManager]: DesktopAssetManager created.
INFO [com.jme3.renderer.Camera]: Camera created (W: 640, H: 480)
INFO [com.jme3.renderer.Camera]: Camera created (W: 640, H: 480)
INFO [com.jme3.input.lwjgl.LwjglMouseInput]: Mouse created.
INFO [com.jme3.input.lwjgl.LwjglKeyInput]: Keyboard created.
INFO [com.jme3.audio.lwjgl.LwjglAudioRenderer]: Audio effect extension version: 1.0
INFO [com.jme3.audio.lwjgl.LwjglAudioRenderer]: Audio max auxilary sends: 2
INFO [com.jme3.renderer.Camera]: Camera created (W: 120, H: 120)
INFO [com.jme3.material.MaterialDef]: Loaded material definition: Default GUI
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Stats Gui Node)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (BitmapFont) attached to this node (Statistics View)
INFO [com.jme3.scene.Node]: Child (Statistics View) attached to this node (Stats Gui Node)
INFO [com.jme3.material.MaterialDef]: Loaded material definition: Wire Color
INFO [com.jme3.scene.Node]: All children removed.
INFO [com.jme3.scene.Node]: All children removed.
INFO [com.jme3.scene.Node]: Child (Welcome Screen) attached to this node (Root Node)
INFO [com.jme3.material.MaterialDef]: Loaded material definition: Sky Plane
WARNING [com.jme3.material.Material]: Texture2D
INFO [com.jme3.scene.Node]: Child (Sky) attached to this node (Welcome Screen)
INFO [com.jme3.scene.Node]: Child (defCamNodeName) attached to this node (Welcome Screen)
INFO [com.jme3.material.MaterialDef]: Loaded material definition: GroundFromSpace
INFO [com.jme3.material.MaterialDef]: Loaded material definition: SkyFromSpace
INFO [com.jme3.material.MaterialDef]: Loaded material definition: GroundFromAtmosphere
INFO [com.jme3.material.MaterialDef]: Loaded material definition: SkyFromAtmosphere
INFO [com.jme3.material.MaterialDef]: Loaded material definition: Solid Color
INFO [com.jme3.scene.Node]: Child (Sphere-ogremesh) attached to this node (Welcome Screen)
INFO [com.jme3.scene.Node]: Child (Sphere-ogremesh) attached to this node (Welcome Screen)
INFO [com.jme3.material.MaterialDef]: Loaded material definition: Default GUI
INFO [de.lessvoid.nifty.Nifty]: loadFromStream []
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty xml file with schemaId [nifty.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [nifty-default-styles.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [fonts.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [panel/nifty-panel.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [button/nifty-button.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [label/nifty-label.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [textfield/nifty-textfield.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [dropdown/nifty-drop-down.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [checkbox/nifty-checkbox.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [scrollbar/nifty-scrollbar-style.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [scrollpanel/nifty-scrollpanel-style.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [console/nifty-console-style.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [listbox/nifty-listbox-style.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty style xml file [window/nifty-window.xml] with schemaId [nifty-styles.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-default-controls.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-button.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-checkbox.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-console.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-drop-down.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-image-select.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-textfield.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-scrollbar-control.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-scrollpanel.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-listbox.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-dragndrop.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loading new nifty controls xml file [nifty-controls/nifty-window.xml] with schemaId [nifty-controls.nxs]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: loaded nifty xml file with schemaId [nifty.nxs] took [261 ms]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: debug out [0]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: resourceBundles [0]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: registerStyle [3]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: registerControlDefinition [3]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: registerEffect [0]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: registerSound [0]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: registerMusic [0]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal prepare screen (start) [1]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal create screen (start) [78]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal prepare screen (intro) [6]
INFO [com.jme3.material.MaterialDef]: Loaded material definition: Default GUI
INFO [de.lessvoid.nifty.effects.EffectProcessor]: starting effect [(ImageSize)] canceled because customKey [hide] does not match key set at the effect
INFO [de.lessvoid.nifty.effects.EffectProcessor]: starting effect [(Fade)] canceled because customKey [hide] does not match key set at the effect
INFO [de.lessvoid.nifty.effects.EffectProcessor]: starting effect [(Fade)]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal create screen (intro) [147]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal prepare screen (help) [14]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal create screen (help) [31]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal prepare screen (planet) [1]
INFO [de.lessvoid.nifty.loaderv2.NiftyLoader]: internal create screen (planet) [1]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: create Screens [317]
INFO [de.lessvoid.nifty.loaderv2.types.NiftyType]: registerPopup [0]
INFO [de.lessvoid.nifty.Nifty]: loadFromStream took [584]
INFO [de.lessvoid.nifty.Nifty]: gotoScreen [start]
INFO [de.lessvoid.nifty.Nifty]: gotoScreenInternal [start]
INFO [de.lessvoid.nifty.effects.EffectProcessor]: starting effect [(Fade)]
shader link failure.
Fragment shader(s) linked, vertex shader(s) failed to link.

WARNING [org.openide.util.ImageUtilities]: Initial slashes in Utilities.loadImage deprecated (cf. #20072): /com/jme3/gde/core/sceneexplorer/nodes/icons/bitmaptext.gif
java.lang.IllegalStateException: Cannot render mesh without shader bound
at com.jme3.renderer.lwjgl.LwjglRenderer.setVertexAttrib(LwjglRenderer.java:1808)
at com.jme3.renderer.lwjgl.LwjglRenderer.setVertexAttrib(LwjglRenderer.java:1813)
at com.jme3.renderer.lwjgl.LwjglRenderer.renderMeshDefault(LwjglRenderer.java:2012)
at com.jme3.renderer.lwjgl.LwjglRenderer.renderMesh(LwjglRenderer.java:2042)
at com.jme3.material.Material.render(Material.java:706)
at com.jme3.renderer.RenderManager.renderGeometry(RenderManager.java:386)
at com.jme3.renderer.queue.RenderQueue.renderGeometryList(RenderQueue.java:132)
at com.jme3.renderer.queue.RenderQueue.renderQueue(RenderQueue.java:179)
at com.jme3.renderer.RenderManager.renderViewPortQueues(RenderManager.java:522)
at com.jme3.renderer.RenderManager.flushQueue(RenderManager.java:502)
at com.jme3.renderer.RenderManager.renderViewPort(RenderManager.java:664)
at com.jme3.renderer.RenderManager.render(RenderManager.java:684)
at com.jme3.gde.core.scene.SceneApplication.update(SceneApplication.java:242)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:144)
at com.jme3.system.lwjgl.LwjglCanvas.runLoop(LwjglCanvas.java:226)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:198)
at java.lang.Thread.run(Thread.java:619)
Diagnostic information
Input arguments:
-Xms24m
-Xmx512m
-XX:PermSize=256m
-Djdk.home=C:Program
FilesJavajdk1.6.0_20
-splash:C:Documents
and
SettingsapblairApplication
Data.jmonkeyplatformdevvarcachesplash.png
-Dnetbeans.home=C:Program
Filesjmonkeyplatformplatform
-Dnetbeans.user=C:Documents
and
SettingsapblairApplication
Data.jmonkeyplatformdev
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=C:Documents
and
SettingsapblairApplication
Data.jmonkeyplatformdevvarlogheapdump.hprof
-Dnetbeans.system_http_proxy=DIRECT
-Dsun.awt.keepWorkingSetOnMinimize=true
-Dnetbeans.dirs=C:Program
Filesjmonkeyplatformjmonkeyplatform;C:Program
Filesjmonkeyplatformharness;C:Program
Filesjmonkeyplatformide;C:Program
Filesjmonkeyplatformjava
Compiler: HotSpot Tiered Compilers
Heap memory usage: initial 24.0MB maximum 455.1MB
Non heap memory usage: initial 258.2MB maximum 304.0MB
Garbage collector: PS Scavenge (Collections=8 Total time spent=0s)
Garbage collector: PS MarkSweep (Collections=1 Total time spent=0s)
Classes: loaded=5717 total loaded=5717 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 2,147,483,647
INFO [null]: Total physical memory 2,147,483,647
java.lang.ArrayIndexOutOfBoundsException: 16
at com.jme3.renderer.IDList.moveToNew(IDList.java:58)
at com.jme3.renderer.lwjgl.LwjglRenderer.setTexture(LwjglRenderer.java:1508)
at com.jme3.material.Material.render(Material.java:666)
at com.jme3.renderer.RenderManager.renderGeometry(RenderManager.java:386)
at com.jme3.renderer.queue.RenderQueue.renderGeometryList(RenderQueue.java:132)
at com.jme3.renderer.queue.RenderQueue.renderQueue(RenderQueue.java:179)
at com.jme3.renderer.RenderManager.renderViewPortQueues(RenderManager.java:522)
at com.jme3.renderer.RenderManager.flushQueue(RenderManager.java:502)
at com.jme3.renderer.RenderManager.renderViewPort(RenderManager.java:664)
at com.jme3.renderer.RenderManager.render(RenderManager.java:684)
at com.jme3.gde.core.scene.SceneApplication.update(SceneApplication.java:242)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:144)
at com.jme3.system.lwjgl.LwjglCanvas.runLoop(LwjglCanvas.java:226)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:198)
at java.lang.Thread.run(Thread.java:619)
WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Tools/ marked with the position attribute: [OgreXML], but some are: [org-openide-actions-ToolsAction.shadow, I18N, Separator1.instance, JavaPlatformsCustomizerAction.shadow, VariablesCustomizerAction.shadow, LibrariesCustomizerAction.shadow, org-netbeans-modules-favorites-templates-TemplatesAction.shadow, org-netbeans-modules-xml-catalog-CatalogAction.shadow, PaletteManager, Separator2.instance, org-netbeans-modules-autoupdate-ui-actions-PluginManagerAction.shadow, Separator3.instance, org-netbeans-modules-options-OptionsWindowAction.shadow]
WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Window/ marked with the position attribute: [AssetPackBrowserAction.shadow, MaterialEditorAction.shadow, SceneExplorerAction.shadow, SceneViewerAction.shadow], but some are: [org-netbeans-modules-project-ui-logical-tab-action.shadow, org-netbeans-modules-project-ui-physical-tab-action.shadow, ViewFavoritesTabAction.shadow, org-netbeans-core-ide-ServicesTabAction.shadow, org-netbeans-modules-tasklist-ui-TaskListAction.shadow, ShowPaletteAction.shadow, org-netbeans-core-windows-actions-GlobalPropertiesAction.shadow, Output, Navigator, Debug, Profile, Versioning, Other, SwitchToRecentDocumentAction.shadow, ProgressListAction.shadow, Separator3.instance, CloseWindowAction.shadow, MaximizeWindowAction.shadow, org-netbeans-core-windows-actions-UndockAction.shadow, Separator4.instance, CloneDocumentAction.shadow, CloseAllDocumentsAction.shadow, CloseAllButThisAction.shadow, DocumentsAction.shadow, Separator5.instance, org-netbeans-core-windows-actions-ResetWindowsAction.shadow]
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/com_jme3_gde_core_netbeans_update_center.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/com_jme3_gde_core_plugin_portal_update_center.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/com_jme3_gde_core_thirdparty_update_center.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/com_jme3_gde_core_update_center.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/com_jme3_jmp_contributions_update_center.instance: url_key attribute deprecated in favor of url

There’s a linking error with the vertex shader. Unfortunately your driver tells me there’s no error in the linking process (it lies to me), but gives me a log where it says there’s a linking error.

In other words, this is a driver issue most likely.

So does this spell the end?

No JMonkey for me?

If so, then this’ll be that last ATI product I’ll ever buy. $1300 for this laptop & they can’t even comply with a worldwide standard. Or maybe it’s Dell’s fault. Either way I’m screwed.

It would be really handy to have a little utility that tested the graphics card/driver beforehand for Jmonkey compatability & listed just what’s non-compliant. If nothing else, a compilation of the results would let us all know what brands are most likely to work.

I don’t know what I’m going to do now.

Have you tried running other OpenGL tests? For example ones in GPU-Z and GPU Caps viewer. If they work it might be useful to know.

I found a tool called OpenGL Extensions Viewer. It give a pretty thorough report. It says OpenGL from version 1.1 to 2.1 is 100% supported. 3.0 is 30% supported & 3.1 is 12% supported. It also did some rendering tests up to v2.1. Everything worked fine.



Here is the whole report:





Renderer: ATI Radeon X1200 Series

Vendor: ATI Technologies Inc.

Memory: 700 MB

Version: 2.1.8304 Release

Shading language version: 1.20





Max texture size: 2048 x 2048

Max texture coordinates: 8

Max vertex texture image units: 0

Max texture image units: 16

Max geometry texture units: 0

Max anisotropic filtering value: 16

Max number of light sources: 8

Max viewport size: 4096 x 4096

Max uniform vertex components: 512

Max uniform fragment components: 512

Max geometry uniform components: 0

Max varying floats: 44

Max samples: 6

Max draw buffers: 4





Extensions: 105



GL_AMD_performance_monitor

GL_ARB_depth_texture

GL_ARB_draw_buffers

GL_ARB_fragment_program

GL_ARB_fragment_program_shadow

GL_ARB_fragment_shader

GL_ARB_half_float_pixel

GL_ARB_half_float_vertex

GL_ARB_multisample

GL_ARB_multitexture

GL_ARB_occlusion_query

GL_ARB_pixel_buffer_object

GL_ARB_point_parameters

GL_ARB_point_sprite

GL_ARB_shader_objects

GL_ARB_shading_language_100

GL_ARB_shadow

GL_ARB_shadow_ambient

GL_ARB_texture_border_clamp

GL_ARB_texture_compression

GL_ARB_texture_cube_map

GL_ARB_texture_env_add

GL_ARB_texture_env_combine

GL_ARB_texture_env_crossbar

GL_ARB_texture_env_dot3

GL_ARB_texture_float

GL_ARB_texture_mirrored_repeat

GL_ARB_texture_non_power_of_two

GL_ARB_texture_rectangle

GL_ARB_transpose_matrix

GL_ARB_vertex_buffer_object

GL_ARB_vertex_program

GL_ARB_vertex_shader

GL_ARB_window_pos

GL_ATI_draw_buffers

GL_ATI_envmap_bumpmap

GL_ATI_fragment_shader

GL_ATI_meminfo

GL_ATI_separate_stencil

GL_ATI_texture_compression_3dc

GL_ATI_texture_env_combine3

GL_ATI_texture_float

GL_EXT_abgr

GL_EXT_bgra

GL_EXT_blend_color

GL_EXT_blend_equation_separate

GL_EXT_blend_func_separate

GL_EXT_blend_minmax

GL_EXT_blend_subtract

GL_EXT_compiled_vertex_array

GL_EXT_copy_texture

GL_EXT_draw_range_elements

GL_EXT_fog_coord

GL_EXT_framebuffer_blit

GL_EXT_framebuffer_multisample

GL_EXT_framebuffer_object

GL_EXT_gpu_program_parameters

GL_EXT_multi_draw_arrays

GL_EXT_packed_depth_stencil

GL_EXT_packed_pixels

GL_EXT_point_parameters

GL_EXT_rescale_normal

GL_EXT_secondary_color

GL_EXT_separate_specular_color

GL_EXT_shadow_funcs

GL_EXT_stencil_wrap

GL_EXT_subtexture

GL_EXT_texgen_reflection

GL_EXT_texture3D

GL_EXT_texture_compression_s3tc

GL_EXT_texture_cube_map

GL_EXT_texture_edge_clamp

GL_EXT_texture_env_add

GL_EXT_texture_env_combine

GL_EXT_texture_env_dot3

GL_EXT_texture_filter_anisotropic

GL_EXT_texture_lod_bias

GL_EXT_texture_mirror_clamp

GL_EXT_texture_object

GL_EXT_texture_rectangle

GL_EXT_texture_sRGB

GL_EXT_vertex_array

GL_KTX_buffer_region

GL_NV_blend_square

GL_NV_texgen_reflection

GL_SGIS_generate_mipmap

GL_SGIS_texture_edge_clamp

GL_SGIS_texture_lod

GL_WIN_swap_hint

WGL_ARB_buffer_region

WGL_ARB_extensions_string

WGL_ARB_make_current_read

WGL_ARB_multisample

WGL_ARB_pbuffer

WGL_ARB_pixel_format

WGL_ARB_pixel_format_float

WGL_ARB_render_texture

WGL_ATI_pixel_format_float

WGL_ATI_render_texture_rectangle

WGL_EXT_extensions_string

WGL_EXT_framebuffer_sRGB

WGL_EXT_pixel_format_packed_float

WGL_EXT_swap_control

WGL_I3D_genlock

WGL_NV_swap_group



Core features

v1.1 (100 % - 7/7)

v1.2 (100 % - 8/8)

v1.3 (100 % - 9/9)

v1.4 (100 % - 15/15)

v1.5 (100 % - 3/3)

v2.0 (100 % - 10/10)

v2.1 (100 % - 3/3)

v3.0 (30 % - 7/23)

v3.1 (12 % - 1/8)

v3.2 (0 % - 0/9)

v3.3 (0 % - 0/9)

v4.0 (0 % - 0/13)

v4.1 (0 % - 0/8)



OpenGL driver version check (Current: 6.14.10.8304, Latest known: 6.14.10.6891):

Latest version of display drivers found

According the database, you are running the latest display drivers for your video card.



Compiled vertex array support

This feature improves OpenGL performance by using video memory to cache transformed vertices.



Multitexture support

This feature accelerates complex rendering such as lightmaps or environment mapping.



Secondary color support

This feature provides an alternate method of coloring specular highlights on polygons.



S3TC compression support

This feature improves texture mapping performance in some applications by using lossy compression.



Texture edge clamp support

This feature improves texturing quality by adding clamping control to edge texel filtering.



Vertex program support

This feature enables a wide variety of effects via flexible vertex programming (equivalent to DX8 Vertex Shader.)



Fragment program support

This feature enables a wide variety of effects via per pixel programming (equivalent to DX9 Pixel Shader.)



Texture anisotropic filtering support

This feature improves the quality of texture mapping on oblique surfaces.



Occlusion test support

This feature provides hardware accelerated culling for objects.



Point sprite support

This feature improves performance in some particle systems.



OpenGL Shading Language support

This feature enables high level shading language for shaders.



Frame buffer object support

This feature enables render to texture functionality.



Extension verification:

GL_ARB_color_buffer_float was not found, but has the entry point glClampColorARB

GL_ARB_draw_instanced was not found, but has the entry point glDrawArraysInstancedARB

GL_ARB_draw_instanced was not found, but has the entry point glDrawElementsInstancedARB

GL_ARB_framebuffer_object was not found, but has the entry point glBindFramebuffer

GL_ARB_framebuffer_object was not found, but has the entry point glBindRenderbuffer

GL_ARB_framebuffer_object was not found, but has the entry point glBlitFramebuffer

GL_ARB_framebuffer_object was not found, but has the entry point glCheckFramebufferStatus

GL_ARB_framebuffer_object was not found, but has the entry point glDeleteFramebuffers

GL_ARB_framebuffer_object was not found, but has the entry point glDeleteRenderbuffers

GL_ARB_framebuffer_object was not found, but has the entry point glFramebufferRenderbuffer

GL_ARB_framebuffer_object was not found, but has the entry point glFramebufferTexture1D

GL_ARB_framebuffer_object was not found, but has the entry point glFramebufferTexture2D

GL_ARB_framebuffer_object was not found, but has the entry point glFramebufferTexture3D

GL_ARB_framebuffer_object was not found, but has the entry point glFramebufferTextureLayer

GL_ARB_framebuffer_object was not found, but has the entry point glGenFramebuffers

GL_ARB_framebuffer_object was not found, but has the entry point glGenRenderbuffers

GL_ARB_framebuffer_object was not found, but has the entry point glGenerateMipmap

GL_ARB_framebuffer_object was not found, but has the entry point glGetFramebufferAttachmentParameteriv

GL_ARB_framebuffer_object was not found, but has the entry point glGetRenderbufferParameteriv

GL_ARB_framebuffer_object was not found, but has the entry point glIsFramebuffer

GL_ARB_framebuffer_object was not found, but has the entry point glIsRenderbuffer

GL_ARB_framebuffer_object was not found, but has the entry point glRenderbufferStorage

GL_ARB_framebuffer_object was not found, but has the entry point glRenderbufferStorageMultisample

GL_ARB_imaging was not found, but has the entry point glBlendEquation

GL_ARB_instanced_arrays was not found, but has the entry point glVertexAttribDivisorARB

GL_ARB_map_buffer_range was not found, but has the entry point glFlushMappedBufferRange

GL_ARB_map_buffer_range was not found, but has the entry point glMapBufferRange

GL_ARB_uniform_buffer_object was not found, but has the entry point glBindBufferBase

GL_ARB_uniform_buffer_object was not found, but has the entry point glBindBufferRange

GL_ARB_viewport_array was not found, but has the entry point glEnableIndexedEXT

GL_ARB_viewport_array was not found, but has the entry point glDisableIndexedEXT

GL_ARB_viewport_array was not found, but has the entry point glIsEnabledIndexedEXT

GL_EXT_draw_buffers2 was not found, but has the entry point glColorMaskIndexedEXT

GL_EXT_draw_buffers2 was not found, but has the entry point glDisableIndexedEXT

GL_EXT_draw_buffers2 was not found, but has the entry point glEnableIndexedEXT

GL_EXT_draw_buffers2 was not found, but has the entry point glGetBooleanIndexedvEXT

GL_EXT_draw_buffers2 was not found, but has the entry point glGetIntegerIndexedvEXT

GL_EXT_draw_buffers2 was not found, but has the entry point glIsEnabledIndexedEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glBindFragDataLocationEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glGetFragDataLocationEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glGetUniformuivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glGetVertexAttribIivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glGetVertexAttribIuivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform1uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform1uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform2uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform2uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform3uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform3uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform4uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glUniform4uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1iEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1ivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2iEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2ivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3iEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3ivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4bvEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4iEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4ivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4svEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4ubvEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4uiEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4uivEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4usvEXT

GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribIPointerEXT

GL_EXT_texture_integer was not found, but has the entry point glClearColorIiEXT

GL_EXT_texture_integer was not found, but has the entry point glClearColorIuiEXT

GL_EXT_texture_integer was not found, but has the entry point glGetTexParameterIivEXT

GL_EXT_texture_integer was not found, but has the entry point glGetTexParameterIuivEXT

GL_EXT_texture_integer was not found, but has the entry point glTexParameterIivEXT

GL_EXT_texture_integer was not found, but has the entry point glTexParameterIuivEXT

GL_EXT_transform_feedback was not found, but has the entry point glBeginTransformFeedbackEXT

GL_EXT_transform_feedback was not found, but has the entry point glBindBufferBaseEXT

GL_EXT_transform_feedback was not found, but has the entry point glBindBufferOffsetEXT

GL_EXT_transform_feedback was not found, but has the entry point glBindBufferRangeEXT

GL_EXT_transform_feedback was not found, but has the entry point glEndTransformFeedbackEXT

GL_EXT_transform_feedback was not found, but has the entry point glGetTransformFeedbackVaryingEXT

GL_EXT_transform_feedback was not found, but has the entry point glTransformFeedbackVaryingsEXT

GL_EXT_vertex_shader was not found, but has the entry point glBeginVertexShaderEXT

GL_EXT_vertex_shader was not found, but has the entry point glBindLightParameterEXT

GL_EXT_vertex_shader was not found, but has the entry point glBindMaterialParameterEXT

GL_EXT_vertex_shader was not found, but has the entry point glBindParameterEXT

GL_EXT_vertex_shader was not found, but has the entry point glBindTexGenParameterEXT

GL_EXT_vertex_shader was not found, but has the entry point glBindTextureUnitParameterEXT

GL_EXT_vertex_shader was not found, but has the entry point glBindVertexShaderEXT

GL_EXT_vertex_shader was not found, but has the entry point glDeleteVertexShaderEXT

GL_EXT_vertex_shader was not found, but has the entry point glDisableVariantClientStateEXT

GL_EXT_vertex_shader was not found, but has the entry point glEnableVariantClientStateEXT

GL_EXT_vertex_shader was not found, but has the entry point glEndVertexShaderEXT

GL_EXT_vertex_shader was not found, but has the entry point glExtractComponentEXT

GL_EXT_vertex_shader was not found, but has the entry point glGenSymbolsEXT

GL_EXT_vertex_shader was not found, but has the entry point glGenVertexShadersEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetInvariantBooleanvEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetInvariantFloatvEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetInvariantIntegervEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetLocalConstantBooleanvEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetLocalConstantFloatvEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetLocalConstantIntegervEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetVariantBooleanvEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetVariantFloatvEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetVariantIntegervEXT

GL_EXT_vertex_shader was not found, but has the entry point glGetVariantPointervEXT

GL_EXT_vertex_shader was not found, but has the entry point glInsertComponentEXT

GL_EXT_vertex_shader was not found, but has the entry point glIsVariantEnabledEXT

GL_EXT_vertex_shader was not found, but has the entry point glSetInvariantEXT

GL_EXT_vertex_shader was not found, but has the entry point glSetLocalConstantEXT

GL_EXT_vertex_shader was not found, but has the entry point glShaderOp1EXT

GL_EXT_vertex_shader was not found, but has the entry point glShaderOp2EXT

GL_EXT_vertex_shader was not found, but has the entry point glShaderOp3EXT

GL_EXT_vertex_shader was not found, but has the entry point glSwizzleEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantPointerEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantbvEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantdvEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantfvEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantivEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantsvEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantubvEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantuivEXT

GL_EXT_vertex_shader was not found, but has the entry point glVariantusvEXT

GL_EXT_vertex_shader was not found, but has the entry point glWriteMaskEXT

GL_NV_conditional_render was not found, but has the entry point glBeginConditionalRenderNV

GL_NV_conditional_render was not found, but has the entry point glEndConditionalRenderNV

GL_NV_transform_feedback was not found, but has the entry point glGetIntegerIndexedvEXT

GL_NV_transform_feedback was not found, but has the entry point glGetBooleanIndexedvEXT

WGL_I3D_genlock has been added to the extensions list of ATI Radeon X1200 Series

WGL_NV_swap_group has been added to the extensions list of ATI Radeon X1200 Series

GL_ARB_framebuffer_object was not found, but is available in driver version 2.1.8543 Release

GL_ARB_map_buffer_range was not found, but is available in driver version 2.1.8543 Release

GL_ARB_vertex_array_object was not found, but is available in driver version 2.1.8543 Release

GL_ARB_vertex_blend was not found, but is available in driver version 6.14.10.6645

GL_ATI_shader_texture_lod was not found, but is available in driver version 6.14.10.6645

GL_ATI_texture_mirror_once was not found, but is available in driver version 6.14.10.6645

GL_ATI_vertex_streams was not found, but is available in driver version 6.14.10.6645

GL_ATIX_texture_env_combine3 was not found, but is available in driver version 6.14.10.6645

GL_ATIX_texture_env_route was not found, but is available in driver version 6.14.10.6645

GL_ATIX_vertex_shader_output_point_size was not found, but is available in driver version 6.14.10.6645

GL_EXT_clip_volume_hint was not found, but is available in driver version 6.14.10.6645

GL_EXT_texture_swizzle was not found, but is available in driver version 2.1.8543 Release

GL_EXT_vertex_shader was not found, but is available in driver version 6.14.10.6645

GL_HP_occlusion_test was not found, but is available in driver version 6.14.10.6645

GL_NV_occlusion_query was not found, but is available in driver version 6.14.10.6645

GL_S3_s3tc was not found, but is available in driver version 6.14.10.6645

GL_SGI_color_matrix was not found, but is available in driver version 6.14.10.6645

GL_SGIS_multitexture was not found, but is available in driver version 6.14.10.6645

GL_SGIS_texture_border_clamp was not found, but is available in driver version 6.14.10.6645

GL_SUN_multi_draw_arrays was not found, but is available in driver version 6.14.10.6645

Today, I have installed jMonkeyPlatform but it doesn’t work. (main canvas is flickering)

So I downloaded jme-gde sources and run by ant script.

The result was the same. It throws FBO exception.

It’s weird 'cause my computer runs the jme3 examples well.

My gfx card is GeForce 8600GT.



Problem FBO:

FrameBuffer[format=120x120x0, drawBuf=0]

Depth => BufferTarget[format=Depth]

Color(0) => BufferTarget[format=RGBA8]

WARNING [org.openide.util.ImageUtilities]: Initial slashes in Utilities.loadImage deprecated (cf. #20072): /com/jme3/gde/core/sceneexplorer/nodes/icons/bitmaptext.gif

java.lang.IllegalStateException: Framebuffer object format is unsupported by the video hardware.

at com.jme3.renderer.lwjgl.LwjglRenderer.checkFrameBufferError(LwjglRenderer.java:1042)

at com.jme3.renderer.lwjgl.LwjglRenderer.setFrameBuffer(LwjglRenderer.java:1269)

at com.jme3.renderer.RenderManager.renderViewPort(RenderManager.java:644)

at com.jme3.renderer.RenderManager.render(RenderManager.java:681)

at com.jme3.gde.core.scene.SceneApplication.update(SceneApplication.java:242)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:144)

at com.jme3.system.lwjgl.LwjglCanvas.runLoop(LwjglCanvas.java:226)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:198)

at java.lang.Thread.run(Thread.java:619)

INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Uniform fInnerRadius2 is not declared in shader.

INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Uniform g_NormalMatrix is not declared in shader.

INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Uniform m_SphereMap is not declared in shader.

INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Uniform g_NormalMatrix is not declared in shader.

INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Uniform fInnerRadius2 is not declared in shader.

INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Uniform fCameraHeight is not declared in shader.

INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Uniform g_NormalMatrix is not declared in shader.

WARNING [org.netbeans.core.TimableEventQueue]: too much time in AWT thread org.netbeans.core.ui.sampler.SelfSamplerAction$Controller@172c218

Problem FBO:

FrameBuffer[format=120x120x0, drawBuf=0]

Depth => BufferTarget[format=Depth]

Color(0) => BufferTarget[format=RGBA8]

Problem FBO:

FrameBuffer[format=120x120x0, drawBuf=0]

Depth => BufferTarget[format=Depth]

Color(0) => BufferTarget[format=RGBA8]

Problem FBO:

FrameBuffer[format=120x120x0, drawBuf=0]

Depth => BufferTarget[format=Depth]

Color(0) => BufferTarget[format=RGBA8]

Diagnostic information


System Info:

Product Version = jMonkeyPlatform Alpha-2

Operating System = Windows 7 version 6.1 running on x86

Java; VM; Vendor = 1.6.0_17; Java HotSpot™ Server VM 14.3-b01; Sun Microsystems Inc.

Runtime = Java™ SE Runtime Environment 1.6.0_17-b04

Java Home = C:Program FilesJavajdk1.6.0_17jre

System Locale; Encoding = ko_KR (jmonkeyplatform); MS949

Home Directory = C:Usersmulova

Current Directory = E:workspacejme3-gde

User Directory = E:workspacejme3-gdebuildtestuserdir

Installation = E:workspacejme3-gdebuildcluster

C:Program FilesNetBeans 6.9.1harness

C:Program FilesNetBeans 6.9.1ide

C:Program FilesNetBeans 6.9.1java

C:Program FilesNetBeans 6.9.1platform

C:Program FilesNetBeans 6.9.1platform

Boot & Ext. Classpath = C:Program FilesJavajdk1.6.0_17jrelibresources.jar;C:Program FilesJavajdk1.6.0_17jrelibrt.jar;C:Program FilesJavajdk1.6.0_17jrelibsunrsasign.jar;C:Program FilesJavajdk1.6.0_17jrelibjsse.jar;C:Program FilesJavajdk1.6.0_17jrelibjce.jar;C:Program FilesJavajdk1.6.0_17jrelibcharsets.jar;C:Program FilesJavajdk1.6.0_17jreclasses;C:Program FilesJavajdk1.6.0_17jrelibextdnsns.jar;C:Program FilesJavajdk1.6.0_17jrelibextlocaledata.jar;C:Program FilesJavajdk1.6.0_17jrelibextsunjce_provider.jar;C:Program FilesJavajdk1.6.0_17jrelibextsunmscapi.jar;C:Program FilesJavajdk1.6.0_17jrelibextsunpkcs11.jar

Application Classpath = C:Program FilesNetBeans 6.9.1platformlibboot.jar;C:Program FilesNetBeans 6.9.1platformliborg-openide-modules.jar;C:Program FilesNetBeans 6.9.1platformliborg-openide-util-lookup.jar;C:Program FilesNetBeans 6.9.1platformliborg-openide-util.jar;C:Program FilesNetBeans 6.9.1platformliblocaleboot_ja.jar;C:Program FilesNetBeans 6.9.1platformliblocaleboot_pt_BR.jar;C:Program FilesNetBeans 6.9.1platformliblocaleboot_zh_CN.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-modules_ja.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-modules_pt_BR.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-modules_zh_CN.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-util-lookup_ja.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-util-lookup_pt_BR.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-util-lookup_zh_CN.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-util_ja.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-util_pt_BR.jar;C:Program FilesNetBeans 6.9.1platformliblocaleorg-openide-util_zh_CN.jar;C:Program FilesJavajdk1.6.0_17libdt.jar;C:Program FilesJavajdk1.6.0_17libtools.jar

Startup Classpath = C:Program FilesNetBeans 6.9.1platformcorecore.jar;C:Program FilesNetBeans 6.9.1platformcoreorg-openide-filesystems.jar;C:Program FilesNetBeans 6.9.1platformcorelocalecore_ja.jar;C:Program FilesNetBeans 6.9.1platformcorelocalecore_pt_BR.jar;C:Program FilesNetBeans 6.9.1platformcorelocalecore_zh_CN.jar;C:Program FilesNetBeans 6.9.1platformcorelocaleorg-openide-filesystems_ja.jar;C:Program FilesNetBeans 6.9.1platformcorelocaleorg-openide-filesystems_pt_BR.jar;C:Program FilesNetBeans 6.9.1platformcorelocaleorg-openide-filesystems_zh_CN.jar;E:workspacejme3-gdebuildclustercorelocalecore_jmonkeyplatform.jar



WARNING [org.openide.filesystems.Ordering]: Found same position 300 for both Toolbars/File/org-netbeans-modules-project-ui-OpenProject.shadow and Toolbars/File/org-openide-actions-SaveAction.shadow
WARNING [org.openide.util.ImageUtilities]: Initial slashes in Utilities.loadImage deprecated (cf. #20072): /com/jme3/gde/assetpack/icons/assets.gif
INFO [com.jme3.system.lwjgl.LwjglDisplay]: EDT: Creating OGL thread.
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Using LWJGL 2.5
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Display created.
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Adapter: nvd3dum
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Driver Version: 8.17.12.5896
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Vendor: NVIDIA Corporation
INFO [com.jme3.system.lwjgl.LwjglDisplay]: OpenGL Version: 3.3.0
INFO [com.jme3.system.lwjgl.LwjglDisplay]: Renderer: GeForce 8600 GT/PCI/SSE2
INFO [com.jme3.system.lwjgl.LwjglDisplay]: GLSL Ver: 3.30 NVIDIA via Cg compiler
INFO [com.jme3.system.lwjgl.LwjglTimer]: Timer resolution: 1000 ticks per second
INFO [com.jme3.renderer.lwjgl.LwjglRenderer]: Caps: [FrameBuffer, FrameBufferMRT, FrameBufferMultisample, OpenGL20, OpenGL21, OpenGL30, ARBprogram, GLSL100, GLSL110, GLSL120, GLSL130, GLSL140, GLSL150, VertexTextureFetch, TextureArray, TextureBuffer, FloatTexture, FloatColorBuffer, FloatDepthBuffer, PackedFloatTexture, SharedExponentTexture, PackedFloatColorBuffer, TextureCompressionLATC, MeshInstancing, VertexBufferArray]
INFO [com.jme3.asset.AssetManager]: DesktopAssetManager created.
INFO [com.jme3.renderer.Camera]: Camera created (W: 640, H: 480)
INFO [com.jme3.renderer.Camera]: Camera created (W: 640, H: 480)
INFO [com.jme3.input.lwjgl.LwjglMouseInput]: Mouse created.
INFO [com.jme3.input.lwjgl.LwjglKeyInput]: Keyboard created.
INFO [com.jme3.audio.lwjgl.LwjglAudioRenderer]: Audio effect extension version: 1.0
INFO [com.jme3.audio.lwjgl.LwjglAudioRenderer]: Audio max auxilary sends: 2
INFO [com.jme3.renderer.Camera]: Camera created (W: 120, H: 120)

That is indeed very strange, because I’m running jMP on a Dell Inspiron 1720 with a GeForce 8600M GT, so I find it hard to believe that your graphics card is at the root of this problem.

I don’t think gfx card is the cause either. But I don’t know what to do to fix it :cry:

We already notice this kind of issue when 2 opengl application are running.

Have you got a modeling application running or something like that by any chance?

nehon said:
We already notice this kind of issue when 2 opengl application are running.
Have you got a modeling application running or something like that by any chance?


Nope. Nothing else running at all... in the foreground. Is there anything that runs in the background that can do this.

erlend_sh said:
That is indeed very strange, because I'm running jMP on a Dell Inspiron 1720 with a GeForce 8600M GT, so I find it hard to believe that your graphics card is at the root of this problem.


I have the Inspiron 1721. Assuming the 1721 came after the 1720, they switched brands on the graphics card. Right now I'm wishing they stuck with the NVidia. Are you running XP , Vista, or 7 (or Linux)?

@mulova: If the welcome screen is the source of your problem, look in the comments of the alpha-3 release post, theres a hint how you can disable the Welcome Screen, you can also just ignore the errors and uninstall the WelcomeScreen plugin via Tools->Plugins.