Advertisement
Guest User

Untitled

a guest
Jul 6th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. 19:08:25: Executing task 'run'...
  2.  
  3. :compileJava UP-TO-DATE
  4. :processResources UP-TO-DATE
  5. :classes UP-TO-DATE
  6. Jul 06, 2018 7:08:27 PM com.jme3.system.JmeDesktopSystem initialize
  7. INFO: Running on jMonkeyEngine 3.2-stable
  8. * Branch: HEAD
  9. * Git Hash: f85624a
  10. * Build Date: 2018-01-21
  11. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  12. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  13. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  14. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  15. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  16. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  17. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  18. 2018-07-06 19:08:27.468 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  19. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  20. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  21. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  22. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  23. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  24. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  25. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  26. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  27. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  28. 2018-07-06 19:08:27.469 java[26714:355202] pid(26714)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
  29. java.lang.reflect.InvocationTargetException
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:498)
  34. at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
  35. at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:498)
  40. at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
  41. Caused by: java.lang.ExceptionInInitializerError
  42. at org.lwjgl.glfw.GLFW.glfwShowWindow(GLFW.java:2015)
  43. at com.jme3.system.lwjgl.LwjglWindow.showWindow(LwjglWindow.java:307)
  44. at com.jme3.system.lwjgl.LwjglWindow.createContext(LwjglWindow.java:301)
  45. at com.jme3.system.lwjgl.LwjglWindow.initInThread(LwjglWindow.java:456)
  46. at com.jme3.system.lwjgl.LwjglWindow.run(LwjglWindow.java:582)
  47. at com.jme3.system.lwjgl.LwjglWindow.create(LwjglWindow.java:427)
  48. at com.jme3.app.LegacyApplication.start(LegacyApplication.java:463)
  49. at com.jme3.app.LegacyApplication.start(LegacyApplication.java:424)
  50. at com.jme3.app.SimpleApplication.start(SimpleApplication.java:125)
  51. at com.jme.example.Starter.main(Starter.java:23)
  52. ... 11 more
  53. Caused by: java.lang.IllegalStateException: Please run the JVM with -XstartOnFirstThread and make sure a window toolkit other than GLFW (e.g. AWT or JavaFX) is not initialized.
  54. at org.lwjgl.glfw.EventLoop$OnScreen.<clinit>(EventLoop.java:63)
  55. ... 21 more
  56. Exception running application com.jme.example.Starter
  57. :run FAILED
  58.  
  59. FAILURE: Build failed with an exception.
  60.  
  61. * What went wrong:
  62. Execution failed for task ':run'.
  63. > Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
  64.  
  65. * Try:
  66. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  67.  
  68. * Get more help at https://help.gradle.org
  69.  
  70. BUILD FAILED in 2s
  71. 3 actionable tasks: 1 executed, 2 up-to-date
  72. Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
  73. 19:08:28: Task execution finished 'run'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement