NullPointException running without GUI

Issue #585 resolved
Desrever Nu created an issue
Exception in thread "main" java.lang.NullPointerException
    at com.nubits.nubot.bot.SessionManager.createSessionFile(SessionManager.java:193)
    at com.nubits.nubot.bot.SessionManager.setupSession(SessionManager.java:81)
    at com.nubits.nubot.bot.SessionManager.launchBot(SessionManager.java:134)
    at com.nubits.nubot.launch.MainLaunch.main(MainLaunch.java:109)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
Exception in thread "Thread-0" java.lang.NullPointerException
    at com.nubits.nubot.bot.Global$1.run(Global.java:93)
    at java.lang.Thread.run(Thread.java:745)

Comments (1)

  1. Log in to comment