Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable JAR Not Creating DB File (or logs.txt file) #3

Open
mccallum-sgd opened this issue Feb 24, 2018 · 0 comments
Open

Executable JAR Not Creating DB File (or logs.txt file) #3

mccallum-sgd opened this issue Feb 24, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@mccallum-sgd
Copy link
Owner

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

  1. Download executable JAR from release v3.0.1-beta
  2. Extract JAR
  3. Run JAR

Context (Environment)

Initially discovered on Windows 10 Education 64-bit.

@mccallum-sgd mccallum-sgd added the bug Something isn't working label Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant