amidst icon indicating copy to clipboard operation
amidst copied to clipboard

Can't get Amidst to load 1.17 profile

Open Solantir opened this issue 3 years ago • 15 comments

Solantir avatar Jul 11 '21 23:07 Solantir

Hit enter on accident, woops. I meant to also include this image image

Solantir avatar Jul 11 '21 23:07 Solantir

Also yes, I did download JDK 16

Solantir avatar Jul 11 '21 23:07 Solantir

Also seeing this. I'm using the Amazon Corretto distribution of the JDK, specifically jdk16.0.1_9. I can also confirm that my PATH environment variable is correctly set with the jdk16.0.1_9/bin directory listed before any other Java installations.

KilgallonJ avatar Jul 12 '21 19:07 KilgallonJ

Further, this seems to affect the .exe distribution of AMIDST specifically. The .jar version works fine.

KilgallonJ avatar Jul 12 '21 19:07 KilgallonJ

i also grabbed the windows installer from https://www.oracle.com/java/technologies/javase-jdk16-downloads.html and added C:\Program Files\Java\jdk-16.0.1\bin to my paths before any other java and i still get image

AU518987077 avatar Jul 12 '21 20:07 AU518987077

Exe Amidst version is still Java 1.8.0 required. And it doesn't load with only java 16 installed if you don't speficy it in cmd like that "java -jar <path_to_amidst.exe>".

I have the same issue. On my pc I have only Java 16 installed. And when I try to start amidst.exe I have an error "This application requires java runtime enviromend 1.8.0". When I start it via command line it works fine.

MaxLevs avatar Jul 13 '21 14:07 MaxLevs

wait how tf did you run the command java -jar on a .exe file ?

AlterNStuff avatar Jul 15 '21 10:07 AlterNStuff

wait how tf did you run the command java -jar on a .exe file ?

You've always (for as long as I've been using it) been to do that as long as it's a java binary

PanoptesDreams avatar Jul 17 '21 12:07 PanoptesDreams

Yes that does work just fine :)

you could also make a batch file and just start that

justTOBBI avatar Jul 21 '21 16:07 justTOBBI

Exe Amidst version is still Java 1.8.0 required. And it doesn't load with only java 16 installed if you don't speficy it in cmd like that "java -jar <path_to_amidst.exe>".

I have the same issue. On my pc I have only Java 16 installed. And when I try to start amidst.exe I have an error "This application requires java runtime enviromend 1.8.0". When I start it via command line it works fine.

im so confused on what you said lol can you make a video or something to show me how to do it?

MinecraftVR avatar Jul 26 '21 03:07 MinecraftVR

Open Notepad. write : java -jar C:/your/path/to/admist.exe . Save it as .bat file. Double click the .bat when you want to open admist

justTOBBI avatar Jul 26 '21 04:07 justTOBBI

The command line is giving me the same error as the direct launch. The main selection screen launches, the error pops up when selecting 1.17.1 ADMIST error 1171

NickM1972 avatar Jul 27 '21 02:07 NickM1972

I solved this problem by installing the Java JDK-16.0.2. It installed in C:\Program Files\Java\jdk-16.0.2 I did not want to interfere with my Java 8 installation so I created a batch file.

My Amidst 4.7.exe happens to be in @appdata@AppData\Roaming.minecraft\Amidst.

I created the following batch file named Start Amidst.bat

cd c:\Program Files\Java\jdk-16.0.2\bin javaw.exe -jar C:\Users\AlanM\AppData\Roaming.minecraft\Amidst\amidst-v4-7.exe exit

Amidst 4.7 runs and maps worlds from all releases including 1.17 and 1.1711.

BigAlanM avatar Jul 27 '21 17:07 BigAlanM

Can confirm justTOBBI's suggestion of putting "java -jar amidst-v4-7.exe" in a .bat file works for my system. Thanks.

DersuG avatar Aug 18 '21 17:08 DersuG

Can confirm justTOBBI's suggestion of putting "java -jar amidst-v4-7.exe" in a .bat file works for my system. Thanks.

Worked for me aswell I wish i had done this in the first place, it would saved me 40min trying and reading other stuff! Thanks a lot @justTOBBI

miteba avatar Sep 06 '21 00:09 miteba