Thanks for your response @t0neg0d.
I download EmitterVS, tonegod.emitter.jar and tonegod.gui.jar from http://sourceforge.net/projects/tonegodemitter/files/.
But I think tonegod.gui.jar is not the version used in EmitterVS. I received the following error:
[java]
java.lang.NullPointerException
at tonegod.gui.core.Element.<init>(Element.java:203)
at tonegod.gui.controls.util.ModalBackground.<init>(ModalBackground.java:26)
at tonegod.gui.core.Screen.initModalBackground(Screen.java:2410)
at tonegod.gui.core.Screen.setSpatial(Screen.java:1916)
at com.jme3.scene.Spatial.addControl(Spatial.java:602)
at emitterbuilder.Main.simpleInitApp(Main.java:35)
at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:226)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
at java.lang.Thread.run(Thread.java:722)
[/java]
I saw in Main.java an invalid reference:
screen = new Screen(this,âtonegod/gui/style/atlasdef/style_map.xmlâ);
This file is not available in tonegod.gui.jar. Could you point me where I find the tonegod.gui.jar compatible with EmitterVS?
I think I will try to use 2D emitter.
Regards,
Tati
@tatiana.evers said:
Thanks for your response @t0neg0d.
I download EmitterVS, tonegod.emitter.jar and tonegod.gui.jar from http://sourceforge.net/projects/tonegodemitter/files/.
But I think tonegod.gui.jar is not the version used in EmitterVS. I received the following error:
[java]
java.lang.NullPointerException
at tonegod.gui.core.Element.<init>(Element.java:203)
at tonegod.gui.controls.util.ModalBackground.<init>(ModalBackground.java:26)
at tonegod.gui.core.Screen.initModalBackground(Screen.java:2410)
at tonegod.gui.core.Screen.setSpatial(Screen.java:1916)
at com.jme3.scene.Spatial.addControl(Spatial.java:602)
at emitterbuilder.Main.simpleInitApp(Main.java:35)
at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:226)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
at java.lang.Thread.run(Thread.java:722)
[/java]
I saw in Main.java an invalid reference:
screen = new Screen(this,âtonegod/gui/style/atlasdef/style_map.xmlâ);
This file is not available in tonegod.gui.jar. Could you point me where I find the tonegod.gui.jar compatible with EmitterVS?
I think I will try to use 2D emitter.
Regards,
Tati
Oh darn⌠I thought I updated this.
If you change:
screen = new Screen(this,âtonegod/gui/style/atlasdef/style_map.xmlâ);
to:
screen = new Screen(this,âtonegod/gui/style/atlasdef/style_map.gui.xmlâ);
All should be good with either the jar you downloaded or the plugin through the SDK.
EDIT: If it is not, Iâll repackage both of these tomorrow and let you know when they are updated.
EDIT 2: I may not have as I think I broke the file preview in my local copy and havenât fixed it yet. Still, let me know if the above resolves the issue and Iâll try and get my local copy back into working order!
Hi t0neg0d,
I did the change youâve suggested, but now I received the following error:
[java]
java.lang.NullPointerException
at emitterbuilder.gui.FileBrowser.displayContents(FileBrowser.java:208)
at emitterbuilder.gui.FileBrowser.populateList(FileBrowser.java:192)
at emitterbuilder.gui.FileBrowser.setRootFolder(FileBrowser.java:187)
at emitterbuilder.builder.shapes.LoadMesh.<init>(LoadMesh.java:87)
at emitterbuilder.builder.shapes.Shapes.<init>(Shapes.java:47)
at emitterbuilder.builder.EmitterBuilder.<init>(EmitterBuilder.java:106)
at emitterbuilder.Main.simpleInitApp(Main.java:37)
at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:226)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
at java.lang.Thread.run(Thread.java:722)
[/java]
Regards,
Tati
@tatiana.evers said:
Hi t0neg0d,
I did the change youâve suggested, but now I received the following error:
[java]
java.lang.NullPointerException
at tonegod.gui.core.Element.<init>(Element.java:203)
at tonegod.gui.controls.util.ModalBackground.<init>(ModalBackground.java:26)
at tonegod.gui.core.Screen.initModalBackground(Screen.java:2410)
at tonegod.gui.core.Screen.setSpatial(Screen.java:1916)
at com.jme3.scene.Spatial.addControl(Spatial.java:602)
at emitterbuilder.Main.simpleInitApp(Main.java:35)
at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:226)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
at java.lang.Thread.run(Thread.java:722)
[/java]
Regards,
Tati
Ok⌠I failed to update this apparently. Iâll try and get it all sorted out today and post when the downloads are available.