Page 29 of 59

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

Posted: Thu Dec 06, 2018 9:42 pm
by jellysub
Thanks for info.

Now that I know more how it should work, I'll do some more testing myself first.
But I have one more question first.

The imgetags files from the downloaed images is in this format:
tumblr_lg9i68sAJe1qa8ityo1_500.jpg:| #Naked | #Pussy #Fingers | #CloseUp | #SoloFemale | #Rubbing |

When I tried to tag from chat, I got a file in this format:
tumblr_p2v57yWEWg1sejokeo1_1280.jpg TagNaked

I guess this could make someproblems...
What is the right format?

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

Posted: Thu Dec 06, 2018 10:08 pm
by ski23
jellysub wrote: Thu Dec 06, 2018 9:42 pm Thanks for info.

Now that I know more how it should work, I'll do some more testing myself first.
But I have one more question first.

The imgetags files from the downloaed images is in this format:
tumblr_lg9i68sAJe1qa8ityo1_500.jpg:| #Naked | #Pussy #Fingers | #CloseUp | #SoloFemale | #Rubbing |

When I tried to tag from chat, I got a file in this format:
tumblr_p2v57yWEWg1sejokeo1_1280.jpg TagNaked

I guess this could make someproblems...
What is the right format?
The second format is the correct format. The first format was how the tagging originally worked when it was only part of Mischevious. However, I actually removed the image tagging from Mischevious and added it to TAJ itself using the second format. The reason I switched formats is because the second format is the same format that TAI used so, any old TAI ImageTags folders should transfer over to some degree.

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

Posted: Thu Dec 06, 2018 10:17 pm
by jellysub
ski23 wrote: Thu Dec 06, 2018 10:08 pm
The second format is the correct format. The first format was how the tagging originally worked when it was only part of Mischevious. However, I actually removed the image tagging from Mischevious and added it to TAJ itself using the second format. The reason I switched formats is because the second format is the same format that TAI used so, any old TAI ImageTags folders should transfer over to some degree.
That makes sense.
Tagged images is flashing now.

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

Posted: Thu Dec 06, 2018 10:19 pm
by ski23
jellysub wrote: Thu Dec 06, 2018 10:17 pm
ski23 wrote: Thu Dec 06, 2018 10:08 pm
The second format is the correct format. The first format was how the tagging originally worked when it was only part of Mischevious. However, I actually removed the image tagging from Mischevious and added it to TAJ itself using the second format. The reason I switched formats is because the second format is the same format that TAI used so, any old TAI ImageTags folders should transfer over to some degree.
That makes sense.
Tagged images is flashing now.
Can you explain what you mean by "flashing" and if there are any errors in the log, post that as well?

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

Posted: Thu Dec 06, 2018 10:26 pm
by jellysub
ski23 wrote: Thu Dec 06, 2018 10:19 pm [
Can you explain what you mean by "flashing" and if there are any errors in the log, post that as well?
Ah.. by flashing, I ment displaying. Nothing wrong.

Also deleted the properities file, and set up paths from scratch.
Removed all url pics, so url folder is empty.

So, as for now tagged images from the liked folder is now showing. Tagged them from the GUI, and got right format.
I'll try adding more folders now and see how it goes.

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

Posted: Thu Dec 06, 2018 10:27 pm
by ski23
jellysub wrote: Thu Dec 06, 2018 10:26 pm
ski23 wrote: Thu Dec 06, 2018 10:19 pm [
Can you explain what you mean by "flashing" and if there are any errors in the log, post that as well?
Ah.. by flashing, I ment displaying. Nothing wrong.

Also deleted the properities file, and set up paths from scratch.
Removed all url pics, so url folder is empty.

So, as for now tagged images from the liked folder is now showing. Tagged them from the GUI, and got right format.
I'll try adding more folders now and see how it goes.
Great! Let me know how it goes.

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

Posted: Sun Dec 09, 2018 8:40 am
by holaba_be
When I start, I get the question to download JFX, but it closes after that. This is in the logfile:
Spoiler: show
09:37:40 a.m. SEVERE: No JavaFX installation found. Asking for download...
09:37:43 a.m. SEVERE: Your running Windows. Fetching OpenJFX SDK...
java.io.FileNotFoundException: https://media.githubusercontent.com/med ... in-sdk.zip
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1963)
at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1958)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1957)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1525)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:245)
at me.goddragon.teaseai.Main.main(Main.java:70)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)
Caused by: java.io.FileNotFoundException: https://media.githubusercontent.com/med ... in-sdk.zip
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1909)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3084)
at java.base/java.net.URLConnection.getHeaderFieldLong(URLConnection.java:636)
at java.base/java.net.URLConnection.getContentLengthLong(URLConnection.java:508)
at java.base/java.net.URLConnection.getContentLength(URLConnection.java:492)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:389)
at me.goddragon.teaseai.Main.main(Main.java:66)
... 5 more
I guess the JFX file you placed online is gone?

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

Posted: Mon Dec 10, 2018 8:35 pm
by GodDragon
holaba_be wrote: Sun Dec 09, 2018 8:40 am When I start, I get the question to download JFX, but it closes after that. This is in the logfile:
Spoiler: show
09:37:40 a.m. SEVERE: No JavaFX installation found. Asking for download...
09:37:43 a.m. SEVERE: Your running Windows. Fetching OpenJFX SDK...
java.io.FileNotFoundException: https://media.githubusercontent.com/med ... in-sdk.zip
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1963)
at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1958)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1957)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1525)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:245)
at me.goddragon.teaseai.Main.main(Main.java:70)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)
Caused by: java.io.FileNotFoundException: https://media.githubusercontent.com/med ... in-sdk.zip
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1909)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3084)
at java.base/java.net.URLConnection.getHeaderFieldLong(URLConnection.java:636)
at java.base/java.net.URLConnection.getContentLengthLong(URLConnection.java:508)
at java.base/java.net.URLConnection.getContentLength(URLConnection.java:492)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:389)
at me.goddragon.teaseai.Main.main(Main.java:66)
... 5 more
I guess the JFX file you placed online is gone?
That's strange. Clicking that link just worked for me. Try again, maybe github was down for some reason. Otherwise you can do this: Head to https://gluonhq.com/products/javafx/ and download the "JavaFX Windows SDK" file yourself. Extract the folder inside this file called: "javafx-sdk-11" and place it inside your TAJ installation. It should look like this:

Code: Select all

TAJ Folder:
  -> javafx-sdk-11
     -> bin
     -> legal
     -> lib

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

Posted: Wed Dec 12, 2018 3:14 am
by tibor
I just started messing around with this tonight and I think I've found a bug with the dynamic answers. The buttons don't show up until after you manually enter some text. Try this:

Code: Select all

sendInput("Test Prompt, choose 'one' 'two' or 'three'", "One", "Two", "Three");
The three buttons don't show until you've entered something. They stick around for the rest of the session. If you do sendInput again with more buttons, it adds them to what's already there. So if you ran that same code twice, you'd wind up with buttons "One, Two, Three, One Two Three"

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

Posted: Wed Dec 12, 2018 3:58 am
by ski23
tibor wrote: Wed Dec 12, 2018 3:14 am I just started messing around with this tonight and I think I've found a bug with the dynamic answers. The buttons don't show up until after you manually enter some text. Try this:

Code: Select all

sendInput("Test Prompt, choose 'one' 'two' or 'three'", "One", "Two", "Three");
The three buttons don't show until you've entered something. They stick around for the rest of the session. If you do sendInput again with more buttons, it adds them to what's already there. So if you ran that same code twice, you'd wind up with buttons "One, Two, Three, One Two Three"
I’m working on a new gui among other things and that system will get rebuilt when the new gui comes out (will be a bit bc im working on other projects as well). GodDragon might have a fix for now though.

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

Posted: Fri Dec 14, 2018 2:31 pm
by GodDragon
tibor wrote: Wed Dec 12, 2018 3:14 am I just started messing around with this tonight and I think I've found a bug with the dynamic answers. The buttons don't show up until after you manually enter some text. Try this:

Code: Select all

sendInput("Test Prompt, choose 'one' 'two' or 'three'", "One", "Two", "Three");
The three buttons don't show until you've entered something. They stick around for the rest of the session. If you do sendInput again with more buttons, it adds them to what's already there. So if you ran that same code twice, you'd wind up with buttons "One, Two, Three, One Two Three"
Dunno about them appearing only after you made an input but you are supposed to clear the answer options after the answer was completed because for the script there is no other way to know when an answer object was completed ;)
Use answer::clearOptions More information can be found here: https://github.com/GodDragoner/TeaseAIJ ... wer-Object

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

Posted: Fri Dec 14, 2018 10:59 pm
by Jallevaro
I've been dabbling with creating a new personality and I wanted the domme to show some pictures while the user is stroking to a metronome. I got the metronome working with the startStroking command, but I was wondering if there is any way to change the domme picture without sending a message. For now I just send an empty message, which changes the picture, but it comes up as "[Domme Name]:" in the chat log.

Thanks.

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

Posted: Sun Dec 16, 2018 2:24 pm
by GodDragon
Jallevaro wrote: Fri Dec 14, 2018 10:59 pm I've been dabbling with creating a new personality and I wanted the domme to show some pictures while the user is stroking to a metronome. I got the metronome working with the startStroking command, but I was wondering if there is any way to change the domme picture without sending a message. For now I just send an empty message, which changes the picture, but it comes up as "[Domme Name]:" in the chat log.

Thanks.
So you want to show pictures from the domme set?

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

Posted: Sun Dec 16, 2018 2:29 pm
by ski23
Jallevaro wrote: Fri Dec 14, 2018 10:59 pm I've been dabbling with creating a new personality and I wanted the domme to show some pictures while the user is stroking to a metronome. I got the metronome working with the startStroking command, but I was wondering if there is any way to change the domme picture without sending a message. For now I just send an empty message, which changes the picture, but it comes up as "[Domme Name]:" in the chat log.

Thanks.
Yea, couldn’t you just display a picture from the domme set. I’d understand more if you explained what you’re trying to do exactly or your exact use case.

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

Posted: Sun Dec 16, 2018 6:36 pm
by Jallevaro
Well, yeah, I guess that's basically what I'm trying to do. The closest I could find on the Wiki was the showImage method. But that requires a URL. Would I have to store the URL to the current domme set with getCurrentImageURL and use that with the showImage method?

It feels like I'm missing something super obvious :-D