Open erisjacey opened 4 years ago
Hi,
You will have to make at least one change to the application before the save file is created. This is an issue with the UG.
Bug accepted. Severity reduced to low for lack of clarity.
Regards, Vignesh
Team chose [type.DocumentationBug
]
Originally [type.FunctionalityBug
]
Reason for disagreement: I would argue that this is a functionality bug.
From the CS2103T website:
Team chose [severity.Low
]
Originally [severity.High
]
Reason for disagreement: I would argue that this is a severity.High bug still.
Upon further inspection I found that this discrepancy is actually due to the jar file being run using java -jar ...
. This was done as per the PE instructions:
I found out that if you rune the jar file this way, the json file is actually being stored in my home folder (for Windows that would be C:/Users/Eris).
I think this is quite an egregious bug because I needed to spend time and effort as a user to find out where this save file is being stored.
In summary:
java -jar ...
: saved in home folder, and the UG/DG does not account for this discrepancy
The UG says that I'm supposed to find the save data in the folder where I first installed the jar file. I downloaded the zip file using another PC and transferred it to the device I am currently using for this PE and thus I didn't locally download the jar file. So I'm not sure where to start looking for the json file. I tried searching in 3 folders where this file could be:
Downloads Folder containing the jar file
And the file containing the relevant zipped files
I could not find the json file in any of these folders.