lushen124 / Universal-FE-Randomizer

Properly universal this time.
MIT License
98 stars 28 forks source link

Manifest? #428

Closed ChumimiJ0 closed 1 year ago

ChumimiJ0 commented 1 year ago

When i tried to open file it simple didn't worked. After a couple of hours cmd gave me the message "no main manifest atribute" so what manifest should i do and how it's even works if you have a spare time

PurdraDan commented 1 year ago

Go here and follow that guide, if that doesn't help then post what file exactly doesn't open and as what you tried to open it https://github.com/lushen124/Universal-FE-Randomizer/blob/0.9.3/README.md#installation

ChumimiJ0 commented 1 year ago

It didn't helped. I tried to open it through javaw, jarfix, 7zip and winrar and nothing helped. I reinstalled java a lot of times and nothing have changed. gson-2.8.5.jar used to open for for a hot second and immideatly slosed but now it just doesn't open at all. Java version of minecraft works perfectly fine so issue is probably not java

PurdraDan commented 1 year ago

the gson-2.8.5.jar file is not what you should be opening. You have to get a yune file of the latest version, just scroll down on the following link: https://github.com/lushen124/Universal-FE-Randomizer/releases until you get here: image And from those 4 you have to pick the version for your system. To make it easier for you:

If you have Linux Use this one: image If you have a Mac Use this one: image If you have Windows Use one of these 2 : image Important note for windows: There are two versions of the JAR and binary. The one you need depends on the version of JRE you have installed and NOT the version of Windows you have installed. That is to say, you can have a 64-bit version of Windows but still be running an x86 (32-bit) version of JRE. I recommend you update your JRE to match the architecture for your Windows installation, but if you want to retain your x86 JRE, use the x86 version. Chances are, if you see a splash screen and then nothing happens, you have the wrong version. Also, if you're trying to randomize FE9, a 64-bit JRE is required, as there isn't enough memory to randomize FE9 with 32-bit JREs.

ChumimiJ0 commented 1 year ago

Thank you! I couldn't have done it without you