Created
October 6, 2017 17:54
-
-
Save theQuazz/ce8c9e5cbb5aeb07199c939485623493 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ island-troll-tribes git:(master) ✗ java -jar ~/.wurst/wurstscript.jar -runtests _build/*.j _build/dependencies wurst | |
| java.io.IOException: Cannot run program "wine": error=2, No such file or directory | |
| at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) | |
| at java.lang.Runtime.exec(Runtime.java:620) | |
| at java.lang.Runtime.exec(Runtime.java:485) | |
| at de.peeeq.wurstio.Pjass.runPjass(Pjass.java:105) | |
| at de.peeeq.wurstio.Main.doCompilation(Main.java:399) | |
| at de.peeeq.wurstio.Main.main(Main.java:142) | |
| Caused by: java.io.IOException: error=2, No such file or directory | |
| at java.lang.UNIXProcess.forkAndExec(Native Method) | |
| at java.lang.UNIXProcess.<init>(UNIXProcess.java:248) | |
| at java.lang.ProcessImpl.start(ProcessImpl.java:134) | |
| at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) | |
| ... 5 more | |
| compilation finished (errors: 0, warnings: 1) | |
| Warning in File FileIO.wurst line 6: | |
| The import TypeCasting is never used. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment