Re: [Tease Program] Tease-AI Java (1.2)
Posted: Wed Nov 20, 2019 3:38 pm
Can you try installing java 13 instead? https://www.oracle.com/technetwork/java ... index.html
... for the explorer at heart!
https://milovana.com/forum/
Can you try installing java 13 instead? https://www.oracle.com/technetwork/java ... index.html
I tried running the jar manually in cmd prompt and it prompted me to download missing directories. I clicked yes and then tried to run in again and got thisGodDragon wrote: Wed Nov 20, 2019 3:38 pmCan you try installing java 13 instead? https://www.oracle.com/technetwork/java ... index.html
Seems like you have no internet connection or at least no DNS server capable of resolving gist.githubusercontent.com.HornyPooper wrote: Thu Nov 21, 2019 7:08 amI tried running the jar manually in cmd prompt and it prompted me to download missing directories. I clicked yes and then tried to run in again and got thisGodDragon wrote: Wed Nov 20, 2019 3:38 pmCan you try installing java 13 instead? https://www.oracle.com/technetwork/java ... index.html
3d074d78a308d427152c4f55415a51ac.png
I don't get notifications from there but if you reply on any of the threads I watch here, pm me, or msg me on skype (Skier(mrttrickz)), then I will reply to you as fast as I can the same day. Likely GodDragon does not get github alerts either. I replied and closed your issue and made comments on your pull request.morgenkaffe3 wrote: Fri Nov 22, 2019 12:50 pm Hey GodDragon,
are you ignoring Github Issues/Pull requests on purpose or do you just not receive any notifications?
You need JavaFX for this to work. Strange that it downloads an empty zip file. I will need to look into it.HornyPooper wrote: Wed Feb 26, 2020 10:41 pm Hi,
After waiting a while, I am trying again to get TAJ to work. Whenever I try to run the TeaseAI.jar, it prompts me with "No OpenJFX installation found. Would you like to download?" If I click no it exits. If I click yes it seems to download an empty zip file named openjfx. Running TeaseAI.jar then does nothing. I tried running the TeaseAI.jar file through command prompt but not luck either.
I fixed it with 1.2.2. Fetch it here: https://mega.nz/#!Mu4RWKqB!SCsOa1PXVgbO ... hWbeALggjI (Auto update won't work without JavaFX sadly)HornyPooper wrote: Wed Feb 26, 2020 10:41 pm Hi,
After waiting a while, I am trying again to get TAJ to work. Whenever I try to run the TeaseAI.jar, it prompts me with "No OpenJFX installation found. Would you like to download?" If I click no it exits. If I click yes it seems to download an empty zip file named openjfx. Running TeaseAI.jar then does nothing. I tried running the TeaseAI.jar file through command prompt but not luck either.
Thank you! The new build works. How do I set up JavaFX to enable auto updates?GodDragon wrote: Tue Mar 03, 2020 7:16 pmI fixed it with 1.2.2. Fetch it here: https://mega.nz/#!Mu4RWKqB!SCsOa1PXVgbO ... hWbeALggjI (Auto update won't work without JavaFX sadly)HornyPooper wrote: Wed Feb 26, 2020 10:41 pm Hi,
After waiting a while, I am trying again to get TAJ to work. Whenever I try to run the TeaseAI.jar, it prompts me with "No OpenJFX installation found. Would you like to download?" If I click no it exits. If I click yes it seems to download an empty zip file named openjfx. Running TeaseAI.jar then does nothing. I tried running the TeaseAI.jar file through command prompt but not luck either.
Now that JavaFX has been installed it will auto update. Just the auto update won't work WITHOUT a valid java fx installation because it is used to display the gui. Might change that in the future.HornyPooper wrote: Tue Mar 03, 2020 9:41 pmThank you! The new build works. How do I set up JavaFX to enable auto updates?GodDragon wrote: Tue Mar 03, 2020 7:16 pmI fixed it with 1.2.2. Fetch it here: https://mega.nz/#!Mu4RWKqB!SCsOa1PXVgbO ... hWbeALggjI (Auto update won't work without JavaFX sadly)HornyPooper wrote: Wed Feb 26, 2020 10:41 pm Hi,
After waiting a while, I am trying again to get TAJ to work. Whenever I try to run the TeaseAI.jar, it prompts me with "No OpenJFX installation found. Would you like to download?" If I click no it exits. If I click yes it seems to download an empty zip file named openjfx. Running TeaseAI.jar then does nothing. I tried running the TeaseAI.jar file through command prompt but not luck either.
Git isn't supposed to be abused for distributing binaries. What actually is downloaded is the LFS Link file (just open the zip with a text editor)GodDragon wrote: Sun Mar 01, 2020 11:28 pmYou need JavaFX for this to work. Strange that it downloads an empty zip file. I will need to look into it.HornyPooper wrote: Wed Feb 26, 2020 10:41 pm Hi,
After waiting a while, I am trying again to get TAJ to work. Whenever I try to run the TeaseAI.jar, it prompts me with "No OpenJFX installation found. Would you like to download?" If I click no it exits. If I click yes it seems to download an empty zip file named openjfx. Running TeaseAI.jar then does nothing. I tried running the TeaseAI.jar file through command prompt but not luck either.
Edit: You are indeed right. I will find a way to bypass this tomorrow hopefully.
I know. I updated the links to fetch from the official javafx source and hope they stay static.morgenkaffe3 wrote: Tue Mar 10, 2020 4:44 pmGit isn't supposed to be abused for distributing binaries. What actually is downloaded is the LFS Link file (just open the zip with a text editor)GodDragon wrote: Sun Mar 01, 2020 11:28 pmYou need JavaFX for this to work. Strange that it downloads an empty zip file. I will need to look into it.HornyPooper wrote: Wed Feb 26, 2020 10:41 pm Hi,
After waiting a while, I am trying again to get TAJ to work. Whenever I try to run the TeaseAI.jar, it prompts me with "No OpenJFX installation found. Would you like to download?" If I click no it exits. If I click yes it seems to download an empty zip file named openjfx. Running TeaseAI.jar then does nothing. I tried running the TeaseAI.jar file through command prompt but not luck either.
Edit: You are indeed right. I will find a way to bypass this tomorrow hopefully.
https://stackoverflow.com/questions/582 ... le-storage
Here you go: https://www.oracle.com/java/technologie ... loads.htmlVaugemind727 wrote: Fri Mar 13, 2020 10:45 pm Is it possible to get a safe Java link, google is showing me far too many websites. And the official site is hard to navigate..
Also, I'm lazy.
Okay you can download java13 without an account: https://www.oracle.com/java/technologie ... loads.htmlVaugemind727 wrote: Sat Mar 14, 2020 10:05 pmThanksGodDragon wrote: Sat Mar 14, 2020 11:49 amHere you go: https://www.oracle.com/java/technologie ... loads.htmlVaugemind727 wrote: Fri Mar 13, 2020 10:45 pm Is it possible to get a safe Java link, google is showing me far too many websites. And the official site is hard to navigate..
Also, I'm lazy.
You need an account, what exactly am I downloading here?