You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had problems like this before and fixed them, but it seems like it's happening again.
Expected Behavior
data.db and logs.txt gets created alongside executable JAR on first run.
Current Behavior
Neither file is created.
Possible Solution
Further testing and diagnosis is required, but AFAIK it's not possible to write to a file inside a JAR internally so the only solution is to restore the previous behavior of creating the file in the same parent directory of the JAR.
Steps to Reproduce
Download executable JAR from release v3.0.1-beta
Extract JAR
Run JAR
Context (Environment)
Initially discovered on Windows 10 Education 64-bit.
The text was updated successfully, but these errors were encountered:
I've had problems like this before and fixed them, but it seems like it's happening again.
Expected Behavior
data.db and logs.txt gets created alongside executable JAR on first run.
Current Behavior
Neither file is created.
Possible Solution
Further testing and diagnosis is required, but AFAIK it's not possible to write to a file inside a JAR internally so the only solution is to restore the previous behavior of creating the file in the same parent directory of the JAR.
Steps to Reproduce
Context (Environment)
Initially discovered on Windows 10 Education 64-bit.
The text was updated successfully, but these errors were encountered: