Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [server]:goto :start
- [server]:echo Auto Restart Script Initialized
- Auto Restart Script Initialized
- [server]:java -Xms9000M -Xmx10000M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -jar ramhack.jar -d64 -o true
- [WARNING] Initial attempt to file ourselves failed, attempted method #2. This may silently fail, if on Windows, slots will not work.
- [WARNING] Command Line detection does not work on Windows, and such some features may not work, such as Slots, or bypassing Java shortcut limitations.
- [FATAL] GENERIC FAIL - LOADING MINECRAFT!!!!
- 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
- at java.lang.ProcessBuilder.start(Unknown Source)
- at com.javaprophet.mcserver.MCServer.main(MCServer.java:160)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
- Caused by: java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application
- at java.lang.ProcessImpl.create(Native Method)
- at java.lang.ProcessImpl.<init>(Unknown Source)
- at java.lang.ProcessImpl.start(Unknown Source)
- ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement