After quitting (which creates a configuration file), the program will not...
Status: Alpha
Brought to you by:
neospark314
After quitting (which creates a configuration file), the program will not successfully start again. The workaround is to delete the configuration file.
Tested on GNU/Linux (Xubuntu 14.04, log below) and Windows 8.1, both 64 bit.
PS: consider adding some extension to the configuration file, like .conf or .properties (common in Java software). This way, you can add a file association on Windows to open it with just a double-click.
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.1) (7u65-2.5.1-4ubuntu1~0.14.04.2)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
OpenJDK 64-Bit Server VM warning: You have loaded library /home/calinou/Applications/NeoTextureEdit/lib/liblwjgl.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
Creating Gradient Presets
Exception in thread "main" java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:909)
at java.util.Scanner.next(Scanner.java:1530)
at java.util.Scanner.nextFloat(Scanner.java:2388)
at engine.parameters.SpectralControlParam.load(SpectralControlParam.java:35)
at engine.graphics.synthesis.texture.Channel.loadChannel(Channel.java:242)
at com.mystictri.neotextureedit.TextureEditor$PatternSelectorPanel.loadPresets(TextureEditor.java:282)
at com.mystictri.neotextureedit.TextureEditor.initialize(TextureEditor.java:880)
at com.mystictri.neotextureedit.TextureEditor.main(TextureEditor.java:983)
I forgot to mention I was using NeoTextureEdit 0.6.4.
same case here.
Apparently fixed in 0.6.5 (I don't have a TextureEditorSettings file anymore.
Here's an unmodified build I made: https://dl.dropboxusercontent.com/u/82342922/downloads/neotextureedit/NeoTextureEdit-0.6.5-devel.zip
Last edit: Hugo Locurcio 2014-12-04