Advertisement
Guest User

test

a guest
Apr 30th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [server]:goto :start
  2.  
  3. [server]:echo Auto Restart Script Initialized
  4. Auto Restart Script Initialized
  5.  
  6. [server]:java -Xms9000M -Xmx10000M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -jar ramhack.jar -d64 -o true
  7. [WARNING] Initial attempt to file ourselves failed, attempted method #2. This may silently fail, if on Windows, slots will not work.
  8. [WARNING] Command Line detection does not work on Windows, and such some features may not work, such as Slots, or bypassing Java shortcut limitations.
  9. [FATAL] GENERIC FAIL - LOADING MINECRAFT!!!!
  10. java.io.IOException: Cannot run program "C:\Users\xxxxxxxx\Xxxxxx\Xxxxxx1.12\.\spigot-1.12.2.jar": CreateProcess error=193, %1 is not a valid Win32 application
  11. at java.lang.ProcessBuilder.start(Unknown Source)
  12. at com.javaprophet.mcserver.MCServer.main(MCServer.java:160)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
  18. Caused by: java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application
  19. at java.lang.ProcessImpl.create(Native Method)
  20. at java.lang.ProcessImpl.<init>(Unknown Source)
  21. at java.lang.ProcessImpl.start(Unknown Source)
  22. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement