exception on start

Asked by xolmc

Hello!

I had the following exception on program start:

F:\!!!DISTRIB!!!\StreamRipper\Streamtastic-0.4.0u2>java -jar Streamtastic.jar
Exception in thread "main" java.lang.NullPointerException
        at java.util.Properties$LineReader.readLine(Unknown Source)
        at java.util.Properties.load0(Unknown Source)
        at java.util.Properties.load(Unknown Source)
        at org.kuehntopf.streamtastic.core.storage.Config.<init>(Config.java:98)
        at org.kuehntopf.streamtastic.core.storage.Config.getInstance(Config.java:82)
        at org.kuehntopf.streamtastic.StreamtasticApp.main(StreamtasticApp.java:185)

Should I pass some file or parameters starting the GUI?

Thank You!

Question information

Language:
English Edit question
Status:
Answered
For:
Streamtastic Edit question
Assignee:
Joachim Lippold Edit question
Last query:
Last reply:
Revision history for this message
Joachim Lippold (mailtojoeaticq) said :
#1

Hi,

Java does not like your "!!!DISTRIB!!!" folder. Remove the "!" signs from the folder name and everything will work as aspected.

Furthermore i recommend using the last development build. Streamtastic-rev64 instead of 0.4.0u2.

Regards Joe

Can you help with this problem?

Provide an answer of your own, or ask xolmc for more information if necessary.

To post a message you must log in.