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

Cannot start on Windows 10 #720

Open
charlyms opened this issue Mar 20, 2024 · 5 comments
Open

Cannot start on Windows 10 #720

charlyms opened this issue Mar 20, 2024 · 5 comments

Comments

@charlyms
Copy link

Something went wrong with my installation of Audiveris_Setup-5.3.1-windows-x86_64.exe on Win 10 Home 22H2.
As a layman I describe it as follows: The program tries to start, the command line opens for a second but fails immediately.
What is missing?
Charlyms

@hbitteur
Copy link
Contributor

We can suspect a too old Java environment on your machine.

You can simply check your installed Java version by the command:

java -version

The 5.3.1 release needs Java 17 or higher.
So please install Java 17 if needed.

@igitur
Copy link

igitur commented Aug 6, 2024

Can the .bat and .sh files not detect whether the required version of Java is installed. I see that it does check whether Java is installed at all, but it doesn't check whether the version is sufficiently high.

@hbitteur
Copy link
Contributor

hbitteur commented Aug 6, 2024

Can the .bat and .sh files not detect whether the required version of Java is installed.

Yes we can! :-)
So much that this is already implemented in 5.4-alpha (see app:build.gradle lines 274..290 on the development branch)
We should release 5.4 shortly

@igitur
Copy link

igitur commented Aug 7, 2024

@hbitteur Great thanks. I was about to try to submit a PR for this. Was struggling to find where the .bat is, but now you've pointed me to the build process.

@charlyms
Copy link
Author

charlyms commented Aug 7, 2024

Thank you all for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants