-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
BlockMap failed to start #87
Comments
Interestingly enough, you both logs show different error messages each. The first one says "AccessDeniedException: C:\Users\JOSIAH\AppData\Local\piegames\bloc Please have a look after these paths. Do they exist? (Do they look correct?) Are they accessible as a user? |
I notice that both debug logs contain the InvalidPathException, while only the first one contains the AccessDeniedException. "C:\Users\JOSIAH\AppData\Local\piegames\blockmap\cache\regions\cache.json" (I changed the file extension to "C:\Users\JOSIAH\AppData\Roaming\piegames\blockmap\config" had not been created by the program, but it is accessible after I create it. The program fails to start with the same error even after creation of the folder. |
I just notice that you are still on Windows 7. It is EOL, so please try to reproduce this issue on a more recent system. Note that I only have a Windows 10 VM myself for testing. |
The GUI version of the program works normally on Linux Mint. So far, the command line version of the program appears to work on Windows 7. |
Environment info
2.4.1
openjdk version "17.0.4.1" 2022-08-12 OpenJDK Runtime Environment Temurin-17.0.4.1+1 (build 17.0.4.1+1) OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (build 17.0.4.1+1, mixed mode, sharing)
Microsoft Windows Version 6.1 (Build 7601: Service Pack 1)
Description
After running the command to start BlockMap, (
java -jar BlockMap-gui-2.4.1-windows.jar
), the startup image appears for a short time. Then an error is output to the terminal window, and the program exits without finishing the startup process.Steps to reproduce
java -jar BlockMap-gui-2.4.1-windows.jar
.Actual result
When the command to start BlockMap is run, the startup image appears for a short time. Then an error (displayed below) is output to the terminal window, and BlockMap exits without finishing the startup process.
Expected result:
The program should start normally, as the instructions in the README state.
Screenshots
The error is too long to display with a screenshot. Everything else that I have described should be understandable without screenshots.
Debug log
The debug log as produced with the
-v
argument is below.The text was updated successfully, but these errors were encountered: