Page 50 of 59

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Fri Aug 28, 2020 12:27 am
by ski23
SilentSix wrote: Thu Aug 27, 2020 10:52 pm
Spielers wrote: Tue Aug 25, 2020 7:59 pm
SilentSix wrote: Tue Aug 25, 2020 1:33 am A little new to this, but unless im blind...... how the hell do I run this? I have Java installed. Thanks in advance! :-)
simple dobble click the TeaseAI.jar
Unless I did something wrong, im getting a rar file.
right click TeaseAI.jar and do run with java runtime.

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Thu Sep 17, 2020 7:22 pm
by DatFace
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..

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Thu Sep 24, 2020 12:13 am
by orangepotato
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

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Sat Oct 24, 2020 6:41 pm
by machine_maker
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

Code: Select all

    <runtime>
        <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>
    </runtime>
to the end of Tease AI.exe.config. I wonder if that has something to do with this?

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Mon Oct 26, 2020 5:28 pm
by GodDragon
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 adding

Code: Select all

    <runtime>
        <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>
    </runtime>
to the end of Tease AI.exe.config. I wonder if that has something to do with this?
Anything in the logs?

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Tue Oct 27, 2020 10:45 pm
by Herijin
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...

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.
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 :wave:

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Sun Nov 08, 2020 9:35 am
by fean
Herijin 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...

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.
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 :wave:
same problem

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Sun Nov 08, 2020 12:10 pm
by GodDragon
fean wrote: Sun Nov 08, 2020 9:35 am
Herijin 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...

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.
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 :wave:
same problem
Can ya'll try this build pls:

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Sun Nov 08, 2020 2:29 pm
by fean
GodDragon wrote: Sun Nov 08, 2020 12:10 pm
fean wrote: Sun Nov 08, 2020 9:35 am
Herijin 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...

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.
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 :wave:
same problem
Can ya'll try this build pls:
:no:
still same
what information i can send to help you fix it?

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Sun Nov 08, 2020 3:06 pm
by GodDragon
fean wrote: Sun Nov 08, 2020 2:29 pm
GodDragon wrote: Sun Nov 08, 2020 12:10 pm
fean wrote: Sun Nov 08, 2020 9:35 am

same problem
Can ya'll try this build pls:
:no:
still same
what information i can send to help you fix it?
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)

Posted: Sun Nov 08, 2020 3:58 pm
by fean
GodDragon wrote: Sun Nov 08, 2020 3:06 pm
fean wrote: Sun Nov 08, 2020 2:29 pm
GodDragon wrote: Sun Nov 08, 2020 12:10 pm

Can ya'll try this build pls:
:no:
still same
what information i can send to help you fix it?
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 here
https://mega.nz/#!Mu4RWKqB!SCsOa1PXVgbO ... hWbeALggjI
with u last addition

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Mon Nov 09, 2020 12:48 am
by Herijin
GodDragon wrote: Sun Nov 08, 2020 3:06 pm
fean wrote: Sun Nov 08, 2020 2:29 pm
GodDragon wrote: Sun Nov 08, 2020 12:10 pm

Can ya'll try this build pls:
:no:
still same
what information i can send to help you fix it?
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.

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Mon Nov 09, 2020 2:07 pm
by GodDragon
Herijin wrote: Mon Nov 09, 2020 12:48 am
GodDragon wrote: Sun Nov 08, 2020 3:06 pm
fean wrote: Sun Nov 08, 2020 2:29 pm

:no:
still same
what information i can send to help you fix it?
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.
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:
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:

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Mon Nov 09, 2020 6:25 pm
by fean
GodDragon wrote: Mon Nov 09, 2020 2:07 pm
Herijin wrote: Mon Nov 09, 2020 12:48 am
GodDragon 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.
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:
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:
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).
Also i try to modify Spicy propherties same way u recomend with Mischevious
And nothing helps =(

Re: [Tease Program] Tease-AI Java (1.2.2)

Posted: Mon Nov 09, 2020 8:22 pm
by GodDragon
fean wrote: Mon Nov 09, 2020 6:25 pm
GodDragon wrote: Mon Nov 09, 2020 2:07 pm
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.
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:
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:
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).
Also i try to modify Spicy propherties same way u recomend with Mischevious
And nothing helps =(
What do your logs show?