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
Since after this version a note started showing up in the releases section.
bspsrc-windows.zip and bspsrc-linux.zip no longer require Java to be installed on your system, while bspsrc-jar-only.zip now requires Java 22+
Oh thats good, Java problems are fixed right?
No, what I noticed was that every single version with this note, does not launch for me.
I have Java installed and have done multiple updates to ensure im on the latest Java version.
.bat and .jar files, do nothing except open up a seemingly empty Command prompt for a split second or show a window saying: Java Exception.
However, using BspSource´s .jar file 1.4.3 - opens BspSource like it should and gives me no errors whatsoever. This is really weird.
The text was updated successfully, but these errors were encountered:
Did you follow the instruction in the Readme#running-bspsource and extracted all the contents of the zip to a new folder? This could be an issue where only the .bat file was extracted.
If this is not the problem, can you download the latest release of bspsrc and replace the contents of the bspsrc.bat with the following:
@echo off
set VM_OPTIONS=
"%~dp0\bin\java" %VM_OPTIONS% -m info.ata4.bspsrc.app/info.ata4.bspsrc.app.src.BspSourceLauncher %*
pause
This will result in a command prompt window, which should show any errors happening.
Since after this version a note started showing up in the releases section.
bspsrc-windows.zip and bspsrc-linux.zip no longer require Java to be installed on your system, while bspsrc-jar-only.zip now requires Java 22+
Oh thats good, Java problems are fixed right?
No, what I noticed was that every single version with this note, does not launch for me.
I have Java installed and have done multiple updates to ensure im on the latest Java version. .bat and .jar files, do nothing except open up a seemingly empty Command prompt for a split second or show a window saying: Java Exception.
However, using BspSource´s .jar file 1.4.3 - opens BspSource like it should and gives me no errors whatsoever. This is really weird.
it's probably has to do with this issue #180, which i have it once. Reinstall Windows somehow fixes it through.
Since after this version a note started showing up in the releases section.
bspsrc-windows.zip and bspsrc-linux.zip no longer require Java to be installed on your system, while bspsrc-jar-only.zip now requires Java 22+
Oh thats good, Java problems are fixed right?
No, what I noticed was that every single version with this note, does not launch for me.
I have Java installed and have done multiple updates to ensure im on the latest Java version.
.bat and .jar files, do nothing except open up a seemingly empty Command prompt for a split second or show a window saying: Java Exception.
However, using BspSource´s .jar file 1.4.3 - opens BspSource like it should and gives me no errors whatsoever. This is really weird.
The text was updated successfully, but these errors were encountered: