-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant load previous saved files #27
Comments
i downloaded the sources and after fixing tons of problems i was able to run in jme |
maybe the problem is cause you using java 1.6 in dev? |
I've tried to load your file, are you sure that you have the images in the dropbox folder? I don't think it's a java version problem. Nifty-editor has 1.6 for target jvm version. |
yes the settings are all correct i found a workaround |
I am currently wokring on my Menu in my game and tried out the nifty editor
but if i save the current stuff, i cannot reload the file
got a huge amount of errors in my console
(i used niftyeditor 0.6 and also 0.59)
like this
WARNING: screen [GScreen0] not found
Jun 13, 2016 10:43:42 AM de.lessvoid.nifty.render.NiftyMouseImpl registerMouseCursor
WARNING: Your RenderDevice does not support the createMouseCursor() method. Mouse cursors can't be changed.
Jun 13, 2016 10:43:42 AM de.lessvoid.nifty.render.NiftyMouseImpl registerMouseCursor
WARNING: Your RenderDevice does not support the createMouseCursor() method. Mouse cursors can't be changed.
Jun 13, 2016 10:43:42 AM de.lessvoid.nifty.loaderv2.types.ScreenType create
WARNING: Missing ScreenController for screen [GScreen1] using DefaultScreenController() instead but this might not be what you want.
Jun 13, 2016 10:43:42 AM jada.ngeditor.controller.GUIEditor$Reload perform
SEVERE: null
java.lang.RuntimeException: java.lang.IllegalArgumentException: input == null!
at de.lessvoid.nifty.Nifty.loadFromStream(Nifty.java:632)
The text was updated successfully, but these errors were encountered: