Re: [Tease Program] Tease-AI Java (1.2.2)
Posted: Fri Aug 28, 2020 12:27 am
right click TeaseAI.jar and do run with java runtime.
... for the explorer at heart!
https://milovana.com/forum/
right click TeaseAI.jar and do run with java runtime.
Code: Select all
<runtime>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>
</runtime>
Anything in the logs?machine_maker wrote: Sat Oct 24, 2020 6:41 pm Having an issue where images from URL files aren't showing up? When I go to Settings/Media/URL Files, and scroll through the various URL Files there, nothing ever shows up on the Preview and during Teases, when an image is requested from a URL file, nothing is shown (black screen). I even created a test url file with a single URL in it that works in a browser but when clicked on in Settings/Media/URL Files, nothing shows up in the preview.
There was an issue for regular TeaseAI where, after a somewhat recent windows update, I was getting a Could not create secure SSL/TLS channel error whenever an image was requested from a url file. That was fixed by addingto the end of Tease AI.exe.config. I wonder if that has something to do with this?Code: Select all
<runtime> <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/> </runtime>
Code: Select all
log-27-10-2020 19-30-40
07:30:40 PM INFO: Checking libraries for updates...
07:30:41 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting.
07:30:41 PM INFO: Libraries checked and up-to-date.
07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters...
: Libraries checked and up-to-date.
07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters...
Code: Select all
log-27-10-2020 19-30-41
07:30:41 PM INFO: Checking libraries for updates...
07:30:42 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting.
07:30:42 PM INFO: Libraries checked and up-to-date.
07:30:42 PM INFO: Initialization done.
07:30:42 PM INFO: Launching TAJ 1.2.2
07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded.
42 PM INFO: Launching TAJ 1.2.2
07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded.
same problemHerijin wrote: Tue Oct 27, 2020 10:45 pm Same problems as Orangepotato, only occurs when adding another personality (tested with Mischievous and Spicy).
Here are the two logs created when I try launching the program once:
Code: Select all
log-27-10-2020 19-30-40 07:30:40 PM INFO: Checking libraries for updates... 07:30:41 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting. 07:30:41 PM INFO: Libraries checked and up-to-date. 07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters... : Libraries checked and up-to-date. 07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters...also: I did the "java -jar TeaseAI.jar" thing and "java.lang.UnsupportedClassVersionError" appeared, I solved that by changing the Java version to 15 (WIndows was using Java 8 or something idk). But solving the Java problem did not solve the "Checking Personalities Loop" problem.Code: Select all
log-27-10-2020 19-30-41 07:30:41 PM INFO: Checking libraries for updates... 07:30:42 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting. 07:30:42 PM INFO: Libraries checked and up-to-date. 07:30:42 PM INFO: Initialization done. 07:30:42 PM INFO: Launching TAJ 1.2.2 07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded. 42 PM INFO: Launching TAJ 1.2.2 07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded.
Hopefully formatted this right, first time posting here![]()
Can ya'll try this build pls:fean wrote: Sun Nov 08, 2020 9:35 amsame problemHerijin wrote: Tue Oct 27, 2020 10:45 pm Same problems as Orangepotato, only occurs when adding another personality (tested with Mischievous and Spicy).
Here are the two logs created when I try launching the program once:
Code: Select all
log-27-10-2020 19-30-40 07:30:40 PM INFO: Checking libraries for updates... 07:30:41 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting. 07:30:41 PM INFO: Libraries checked and up-to-date. 07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters... : Libraries checked and up-to-date. 07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters...also: I did the "java -jar TeaseAI.jar" thing and "java.lang.UnsupportedClassVersionError" appeared, I solved that by changing the Java version to 15 (WIndows was using Java 8 or something idk). But solving the Java problem did not solve the "Checking Personalities Loop" problem.Code: Select all
log-27-10-2020 19-30-41 07:30:41 PM INFO: Checking libraries for updates... 07:30:42 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting. 07:30:42 PM INFO: Libraries checked and up-to-date. 07:30:42 PM INFO: Initialization done. 07:30:42 PM INFO: Launching TAJ 1.2.2 07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded. 42 PM INFO: Launching TAJ 1.2.2 07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded.
Hopefully formatted this right, first time posting here![]()
GodDragon wrote: Sun Nov 08, 2020 12:10 pmCan ya'll try this build pls:fean wrote: Sun Nov 08, 2020 9:35 amsame problemHerijin wrote: Tue Oct 27, 2020 10:45 pm Same problems as Orangepotato, only occurs when adding another personality (tested with Mischievous and Spicy).
Here are the two logs created when I try launching the program once:
Code: Select all
log-27-10-2020 19-30-40 07:30:40 PM INFO: Checking libraries for updates... 07:30:41 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting. 07:30:41 PM INFO: Libraries checked and up-to-date. 07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters... : Libraries checked and up-to-date. 07:30:41 PM INFO: Restarting TAJ with JAVA-FX startup parameters...also: I did the "java -jar TeaseAI.jar" thing and "java.lang.UnsupportedClassVersionError" appeared, I solved that by changing the Java version to 15 (WIndows was using Java 8 or something idk). But solving the Java problem did not solve the "Checking Personalities Loop" problem.Code: Select all
log-27-10-2020 19-30-41 07:30:41 PM INFO: Checking libraries for updates... 07:30:42 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting. 07:30:42 PM INFO: Libraries checked and up-to-date. 07:30:42 PM INFO: Initialization done. 07:30:42 PM INFO: Launching TAJ 1.2.2 07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded. 42 PM INFO: Launching TAJ 1.2.2 07:30:42 PM INFO: Personality 'Default Personality' version 1.0 loaded.
Hopefully formatted this right, first time posting here![]()
Can you zip your whole folder of TAJ and upload it somewhere so I can test it with the exact same setup you are using?
just deafult version from hereGodDragon wrote: Sun Nov 08, 2020 3:06 pmCan you zip your whole folder of TAJ and upload it somewhere so I can test it with the exact same setup you are using?
GodDragon wrote: Sun Nov 08, 2020 3:06 pmCan you zip your whole folder of TAJ and upload it somewhere so I can test it with the exact same setup you are using?
Well first of all what I got was that mischevious is out of date. Seems like you are trying to run an out of date version of mischevious. Otherwise it didn't freeze for me. What you can try is fetch the newest version of mischevious from github or probably even better for this potential issue right now:Herijin wrote: Mon Nov 09, 2020 12:48 am
Same problem even with the new build, logs also the same.
Using the same version as Fean, but here is my TeaseAI folder if it helps:
https://drive.google.com/file/d/1TUqCqU ... sp=sharing
I did a fresh install, so is basically the default folder with your add on.
Also, it is normal for Java to install a bunch of things when you open up the exe for the first time, right? installing libraries and a OpenJFX thing.
i delete default Mischevious personality and have only Spicy folder. Before deleting Mischevious i try to rename Spicy to "1 Spicy", and i have same problem but with 50% personality check (i guess TAIJ load personality in alphabetic sequence).GodDragon wrote: Mon Nov 09, 2020 2:07 pmWell first of all what I got was that mischevious is out of date. Seems like you are trying to run an out of date version of mischevious. Otherwise it didn't freeze for me. What you can try is fetch the newest version of mischevious from github or probably even better for this potential issue right now:Herijin wrote: Mon Nov 09, 2020 12:48 amGodDragon wrote: Sun Nov 08, 2020 3:06 pm
Can you zip your whole folder of TAJ and upload it somewhere so I can test it with the exact same setup you are using?
Same problem even with the new build, logs also the same.
Using the same version as Fean, but here is my TeaseAI folder if it helps:
https://drive.google.com/file/d/1TUqCqU ... sp=sharing
I did a fresh install, so is basically the default folder with your add on.
Also, it is normal for Java to install a bunch of things when you open up the exe for the first time, right? installing libraries and a OpenJFX thing.
Go into the personality.properties in the personality folder and change both updateDownloadZipLink and personalityPropertiesLink to null. So like:
name=Mischevious
updateDownloadZipLink=null
personalityPropertiesLink=null
version=1.0.3
in your case. Check if that fixes the problem. It could be your system not being able to reach github (firewall or something?). Although the connection should time out at some point.
Anyway apart from that you can use this build as well which has a few more debug messages added to the mix:
What do your logs show?fean wrote: Mon Nov 09, 2020 6:25 pmi delete default Mischevious personality and have only Spicy folder. Before deleting Mischevious i try to rename Spicy to "1 Spicy", and i have same problem but with 50% personality check (i guess TAIJ load personality in alphabetic sequence).GodDragon wrote: Mon Nov 09, 2020 2:07 pmWell first of all what I got was that mischevious is out of date. Seems like you are trying to run an out of date version of mischevious. Otherwise it didn't freeze for me. What you can try is fetch the newest version of mischevious from github or probably even better for this potential issue right now:Herijin wrote: Mon Nov 09, 2020 12:48 am
Same problem even with the new build, logs also the same.
Using the same version as Fean, but here is my TeaseAI folder if it helps:
https://drive.google.com/file/d/1TUqCqU ... sp=sharing
I did a fresh install, so is basically the default folder with your add on.
Also, it is normal for Java to install a bunch of things when you open up the exe for the first time, right? installing libraries and a OpenJFX thing.
Go into the personality.properties in the personality folder and change both updateDownloadZipLink and personalityPropertiesLink to null. So like:
name=Mischevious
updateDownloadZipLink=null
personalityPropertiesLink=null
version=1.0.3
in your case. Check if that fixes the problem. It could be your system not being able to reach github (firewall or something?). Although the connection should time out at some point.
Anyway apart from that you can use this build as well which has a few more debug messages added to the mix:
Also i try to modify Spicy propherties same way u recomend with Mischevious
And nothing helps =(