Error when running locally

I get this error:

Is windows: False
Algo 1:  ../algos/starfish-inspired/run.sh
Algo 2: ../algos/Team4_NGNL2/run.sh
Start run a match
Starting Engine
Starting single worker game.
../algos/starfish-inspired/run.sh
../algos/Team4_NGNL2/run.sh
Error on simple algo process creation
java.io.IOException: No such file or directory
        at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.base/java.io.File.createNewFile(File.java:1024)
        at com.c1games.terminal.game.gamecore.player.SimpleAlgoPlayer.<init>(SimpleAlgoPlayer.java:64)
        at com.c1games.terminal.game.gamecore.player.PlayerManager.setupPlayerFromCommandString(PlayerManager.java:101)
        at com.c1games.terminal.game.GameMain.main(GameMain.java:149)
        at com.c1games.terminal.playground.Playground.main(Playground.java:102)
Algo Crashed. Crash: true !processIsAlive: null
Error on simple algo process creation
java.io.IOException: No such file or directory
        at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.base/java.io.File.createNewFile(File.java:1024)
        at com.c1games.terminal.game.gamecore.player.SimpleAlgoPlayer.<init>(SimpleAlgoPlayer.java:64)
        at com.c1games.terminal.game.gamecore.player.PlayerManager.setupPlayerFromCommandString(PlayerManager.java:101)
        at com.c1games.terminal.game.GameMain.main(GameMain.java:150)
        at com.c1games.terminal.playground.Playground.main(Playground.java:102)
Algo Crashed. Crash: true !processIsAlive: null
Saving replay: /mnt/d/Schoolx/C1GamesStarterKit-master/replays/p1-01-11-2018-03-16-47-1541042207589-1992222463.replay
P1 Name: FailedToLoad
P2 Name: FailedToLoad
Starting turn: 0
Winner (p1 perspective, 1 = p1 2 = p2): 2
PLAYER 2 WINS!
Waiting to exit finished game.
sent game end playerIndex: 0
sent game end playerIndex: 1
sent game end playerIndex: 0
sent game end playerIndex: 1
Done waiting now exiting finished game.
Hard Exiting Now
Closing playerIndex: 0
Closing playerIndex: 1
Exited for loop
End of main
Finished running match

What can be the problem?
I am running Ubuntu 16.04 via Windows Subsystem for Linux