Trouble

Hey guys, new to jMonkeyEngine, i’ve been using netbeans for a few weeks now writing 2d games and I want to step my game up. however I’ve come across an error! I’ve googled to no avail so hopefully somebody can help me.

http://i.imgur.com/gvU2t.png

Can you post the log located in the “Output - Application” tab after the error happens?

All children removed.

Child (New Scene) attached to this node (Root Node)

Child (TerrainEditorToolNode) attached to this node (Tools Node)

Loaded material definition: Wire Color

All children removed.

Child (cursorArrowX) attached to this node (null)

Child (cursorArrowY) attached to this node (null)

Child (cursorArrowZ) attached to this node (null)

Child (null) attached to this node (TerrainEditorToolNode)

Child removed.

All children removed.

Child (cursorArrowX) attached to this node (null)

Child (cursorArrowY) attached to this node (null)

Child (cursorArrowZ) attached to this node (null)

Child (null) attached to this node (TerrainEditorToolNode)

Maybe you forgot copying the frag and vert files from the planet shader you copied here? This is kind of a bad problem report as you dont even mention that you did that…

I created it there, I didn’t copy it, it throws this error as soon as i start the program aswell, before i created it. Also, it does the same thing on my desktop.

Ah, so somehow your graphics card doesnt like the planet shader. Disable the welcome screen plugin in Tools->Plugins. Also, post your graphics card info here (Help->Graphics Capabilities)

Graphics Capabilities


FrameBuffer
FrameBufferMRT
FrameBufferMultisample
OpenGL20
OpenGL21
ARBprogram
GLSL100
GLSL110
GLSL120
FloatTexture
TextureCompressionLATC
VertexBufferArray

So, any problems with the welcome screen disabled?

I actually coudln’t figure that bit out…

  • Press “Tools” in the menu
  • Select “Plugins”
  • Select the “Installed” tab in the window that opens
  • Select the checkbox for the “Welcome Screen” plugin in the list to the left
  • Press the “deactivate” button

alright thanks, it appears to be working… now to figure it out, thanks for all your help



ALSO: if i create a game with jMonkeyEngine, do I have to give it credit?

No, only if you make it available for the same purpose (game engine), that would be a redistribution. Not for games if you dont want to.

So if I write a program i need to put that in the comments somewhere?

Not necessarily, see the updated post above.

Oh alright, thanks