right click TeaseAI.jar and do run with java runtime.
[Tease Program] Tease-AI Java (1.4)
Moderator: 1885
-
ski23
- Explorer At Heart

- Posts: 466
- Joined: Sun Jun 11, 2017 12:53 am
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): Courtney
- Sub/Slave(s): Courtney
- Location: Virginia
- Contact:
Re: [Tease Program] Tease-AI Java (1.2.2)
Quote me, or PM me and I'll reply as soon as I can! 
Tease AI Java
Mischevious Tease AI Java Personality
Tease AI Java Developer's Guide
TAJUtils Guide
Tease AI Java
Mischevious Tease AI Java Personality
Tease AI Java Developer's Guide
TAJUtils Guide
Re: [Tease Program] Tease-AI Java (1.2.2)
ok... so how do I get it to run?
I am completely lost and unable to start the application
right click on the jar file, open with openJDK, cmd pops up for a split second and closes again
ok.. got it to work.. seems like it just didn't want to start the first few times I double clicked the jar file..
I am completely lost and unable to start the application
right click on the jar file, open with openJDK, cmd pops up for a split second and closes again
ok.. got it to work.. seems like it just didn't want to start the first few times I double clicked the jar file..
-
orangepotato
- Curious Newbie

- Posts: 1
- Joined: Wed Sep 23, 2020 9:59 pm
Re: [Tease Program] Tease-AI Java (1.2.2)
When i try to add the mischevious personality, and then i open the program, it just gets stuck on a screen that says checking personalities
- Attachments
-
- 3e4879e633355a149203497db58b722c.png (4.5 KiB) Viewed 37451 times
-
machine_maker
- Explorer

- Posts: 19
- Joined: Sat Apr 06, 2019 11:21 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease Program] Tease-AI Java (1.2.2)
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 adding
to the end of Tease AI.exe.config. I wonder if that has something to do with this?
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 adding
Code: Select all
<runtime>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>
</runtime>
-
GodDragon
- Explorer At Heart

- Posts: 795
- Joined: Sun Jun 11, 2017 4:30 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [Tease Program] Tease-AI Java (1.2.2)
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>
- Herijin
- Explorer

- Posts: 6
- Joined: Tue Oct 27, 2020 10:25 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [Tease Program] Tease-AI Java (1.2.2)
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:
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.
Hopefully formatted this right, first time posting here
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...
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
Re: [Tease Program] Tease-AI Java (1.2.2)
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![]()
-
GodDragon
- Explorer At Heart

- Posts: 795
- Joined: Sun Jun 11, 2017 4:30 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [Tease Program] Tease-AI Java (1.2.2)
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![]()
- Attachments
-
- TAJ New Build.zip
- (916.8 KiB) Downloaded 111 times
Re: [Tease Program] Tease-AI Java (1.2.2)
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![]()
still same
what information i can send to help you fix it?
-
GodDragon
- Explorer At Heart

- Posts: 795
- Joined: Sun Jun 11, 2017 4:30 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [Tease Program] Tease-AI Java (1.2.2)
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?
Re: [Tease Program] Tease-AI Java (1.2.2)
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?
https://mega.nz/#!Mu4RWKqB!SCsOa1PXVgbO ... hWbeALggjI
with u last addition
- Herijin
- Explorer

- Posts: 6
- Joined: Tue Oct 27, 2020 10:25 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [Tease Program] Tease-AI Java (1.2.2)
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?
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.
-
GodDragon
- Explorer At Heart

- Posts: 795
- Joined: Sun Jun 11, 2017 4:30 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [Tease Program] Tease-AI Java (1.2.2)
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.
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:
- Attachments
-
- TAJ New Build.zip
- (916.83 KiB) Downloaded 105 times
Re: [Tease Program] Tease-AI Java (1.2.2)
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:
Also i try to modify Spicy propherties same way u recomend with Mischevious
And nothing helps =(
-
GodDragon
- Explorer At Heart

- Posts: 795
- Joined: Sun Jun 11, 2017 4:30 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [Tease Program] Tease-AI Java (1.2.2)
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 =(
