I am having problems play Limited Linking Kindergarten on my Ubuntu system. When the game finished and click "score" button, the terminal throw exception of java.io.FileNotFoundException: src/data/1.txt (No such file or directory) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298) at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237) at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:158) at java.base/java.io.FileWriter.<init>(FileWriter.java:82) at GUI.GamePage.endGame(GamePage.java:137) at GUI.GamePage.stop(GamePage.java:238) at GUI.Timer.Timer.stop(Timer.java:131) at GUI.Timer.TimerThread.run(TimerThread.java:62) Cannot find this file! It seems the GUI.GamePage.endGame(GamePage.java:137) failed, the file path should be different in linux system.
Actual result: The scoreboard dose not show any score record. Expected result: The scoreboard should show at least the score record of game of this time
The path to file is different in Linux. Change it and problem is resolved.