[Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

uniserveall
Curious Newbie
Curious Newbie
Posts: 3
Joined: Wed Dec 20, 2023 8:27 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by uniserveall »

Hey all :wave:

Not sure if many people are still lurking in this thread, but I'll give this a shot anyway:

I'm currently working on a bathroom control module for Spicy, but I'm finding writing the messages a bit tedious and its slowing the whole thing down. Would anyone want to collaborate on this?

As bathroom control is a daily thing I want there to be a lot of variety in the responses so it would be nice to get a range of different messages for each situation.

Happy to provide a Google Doc, or sheet to work together on this!

When it's looking more completed I'll do a PR to the original script and we'll see if we can awaken GodDragoner from their slumber.
chess8
Explorer
Explorer
Posts: 31
Joined: Thu Oct 06, 2022 7:53 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by chess8 »

uniserveall wrote: Mon Jan 15, 2024 5:51 pm Hey all :wave:

Not sure if many people are still lurking in this thread, but I'll give this a shot anyway:

I'm currently working on a bathroom control module for Spicy, but I'm finding writing the messages a bit tedious and its slowing the whole thing down. Would anyone want to collaborate on this?

As bathroom control is a daily thing I want there to be a lot of variety in the responses so it would be nice to get a range of different messages for each situation.

Happy to provide a Google Doc, or sheet to work together on this!

When it's looking more completed I'll do a PR to the original script and we'll see if we can awaken GodDragoner from their slumber.
With that little information given, you've earned yourself 5 days of cold showers only. :-D
TheBoiiiWhoLived
Explorer
Explorer
Posts: 17
Joined: Tue Apr 13, 2021 9:34 am

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by TheBoiiiWhoLived »

Hi all!

I am an enjoyer of spicy (with my own modifications) since a long time already ! :) However, since one month or so, it is not runable anymore and I get this error:

Error: ReferenceError: "createHistory" is not defined in <eval> at line number 56
javax.script.ScriptException: ReferenceError: "createHistory" is not defined in <eval> at line number 56

Does somebody know why is occured out of nowhere and how to fix it?
Spielers
Explorer At Heart
Explorer At Heart
Posts: 309
Joined: Mon Jan 09, 2017 8:26 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by Spielers »

TheBoiiiWhoLived wrote: Fri Aug 16, 2024 6:54 am Hi all!

I am an enjoyer of spicy (with my own modifications) since a long time already ! :) However, since one month or so, it is not runable anymore and I get this error:

Error: ReferenceError: "createHistory" is not defined in <eval> at line number 56
javax.script.ScriptException: ReferenceError: "createHistory" is not defined in <eval> at line number 56

Does somebody know why is occured out of nowhere and how to fix it?
type @ in the chat when this error pops up or see in the log to get the actual running script. there is in line 56 something with creatHistory which is wrong.
TheBoiiiWhoLived
Explorer
Explorer
Posts: 17
Joined: Tue Apr 13, 2021 9:34 am

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by TheBoiiiWhoLived »

Thanks @Spielers for your fast response!

I checked the log-file already, this is basically where I got the error from. However, every script that references "CreateHistory" throws the error.
But the function "createHistory" is available in the file "history.js" as in the default package and also in the same folder. I have not touched this file or any other.

Does somebody has any idea where this is coming from?
chess8
Explorer
Explorer
Posts: 31
Joined: Thu Oct 06, 2022 7:53 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by chess8 »

Is there no stacktrace in the log?
There should be something like this:

Code: Select all

javax.script.ScriptException: ReferenceError: "createHistory" is not defined in <eval> at line number 56
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:477)
	at jdk.scripting.nashorn/jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:461)
If so, can you post the full thing?
If not, what module does get called? Look for lines with "Trying to run module" or "Latest loaded file was".
s01
Curious Newbie
Curious Newbie
Posts: 2
Joined: Mon Jul 01, 2024 9:50 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by s01 »

lotar232 wrote: Sun Dec 20, 2020 12:10 am
GodDragon wrote: Fri Dec 18, 2020 12:27 pm
Spielers wrote: Fri Dec 18, 2020 10:41 am I started fitness today and it looks like the images are missing.
Also it tells me: "Take a 60 second break to grab a drink of water" but it continue without a break.
Tbh. I never used that function and it was copied from spicy by lotar I think. I have my own much tougher workout routine so. Well I guess I gotta test that then :-)
here are the exercise images(hopefully Godragon can update overall images folder to include them):

https://mega.nz/file/5jZTnAKD#kXqnmufux ... 7iQusIGYsU

include this Exercise directory in ...........images/spicy/ and it should find them... I'll diff the published exercise script against my mostly working version and offer an update if it makes sense.

regarding toughness (if you mean exercise intensity instead of kink) its a progressive system... if you tell it you did all the exercises successfully 3 sessions in a row it will up level you next week (adding an additional exercise and extend all exercise times a few seconds)... I recall level 4 goes for about an hour and level 5 goes for about 1:20 minutes.... ( I also have some settings code to let you manually tweak it)
Sadly the link doesn't work anymore.
Could you reupload it or does anyone else have the missing files for images/spicy/exercise?
User avatar
markus
Explorer At Heart
Explorer At Heart
Posts: 863
Joined: Tue Nov 18, 2008 11:09 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by markus »

s01 wrote: Tue Apr 08, 2025 5:25 pm
lotar232 wrote: Sun Dec 20, 2020 12:10 am
GodDragon wrote: Fri Dec 18, 2020 12:27 pm

Tbh. I never used that function and it was copied from spicy by lotar I think. I have my own much tougher workout routine so. Well I guess I gotta test that then :-)
here are the exercise images(hopefully Godragon can update overall images folder to include them):

https://mega.nz/file/5jZTnAKD#kXqnmufux ... 7iQusIGYsU

include this Exercise directory in ...........images/spicy/ and it should find them... I'll diff the published exercise script against my mostly working version and offer an update if it makes sense.

regarding toughness (if you mean exercise intensity instead of kink) its a progressive system... if you tell it you did all the exercises successfully 3 sessions in a row it will up level you next week (adding an additional exercise and extend all exercise times a few seconds)... I recall level 4 goes for about an hour and level 5 goes for about 1:20 minutes.... ( I also have some settings code to let you manually tweak it)
Sadly the link doesn't work anymore.
Could you reupload it or does anyone else have the missing files for images/spicy/exercise?
I hope these are the right ones, digged them up from the depths of my hdd:
https://mega.nz/file/CYgRlaLI#V6hVeh_PN ... AU7yHP3v1s
s01
Curious Newbie
Curious Newbie
Posts: 2
Joined: Mon Jul 01, 2024 9:50 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by s01 »

markus wrote: Thu Apr 10, 2025 6:15 pm
s01 wrote: Tue Apr 08, 2025 5:25 pm
lotar232 wrote: Sun Dec 20, 2020 12:10 am

here are the exercise images(hopefully Godragon can update overall images folder to include them):

https://mega.nz/file/5jZTnAKD#kXqnmufux ... 7iQusIGYsU

include this Exercise directory in ...........images/spicy/ and it should find them... I'll diff the published exercise script against my mostly working version and offer an update if it makes sense.

regarding toughness (if you mean exercise intensity instead of kink) its a progressive system... if you tell it you did all the exercises successfully 3 sessions in a row it will up level you next week (adding an additional exercise and extend all exercise times a few seconds)... I recall level 4 goes for about an hour and level 5 goes for about 1:20 minutes.... ( I also have some settings code to let you manually tweak it)
Sadly the link doesn't work anymore.
Could you reupload it or does anyone else have the missing files for images/spicy/exercise?
I hope these are the right ones, digged them up from the depths of my hdd:
https://mega.nz/file/CYgRlaLI#V6hVeh_PN ... AU7yHP3v1s
Thank you so much they work perfectly!
User avatar
Engel
Explorer
Explorer
Posts: 9
Joined: Sat Nov 27, 2021 10:16 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Dom/me(s): No

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by Engel »

:wave: I have just made new pics for the lick exercises. Unzip with milovana
https://mega.nz/file/oY0xGARb#f14c2C7HW ... OA-CEzeyr0
Chupa
Explorer
Explorer
Posts: 16
Joined: Thu Feb 15, 2018 4:51 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by Chupa »

Hey,
I struggle with the installation of Spicy.
I've installed Java 24 (jdk-24)
Downloaded Tease AI Java, and followed the instructions of the installation guide...hopefully correctly. :-/
Here is the Issue:
After I pasted the Spicy personality into the Personalities folder TAJ gets stuck on startup at checking personalities.
Here is the log:

Code: Select all

07:30:19 PM INFO: Launching with command: 'Optional[C:\Program Files\Java\jdk-24\bin\javaw.exe]'
07:30:19 PM INFO: Checking libraries for updates...
07:30:19 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting.
07:30:19 PM INFO: Libraries checked and up-to-date.
07:30:19 PM INFO: Initialization done.
07:30:20 PM INFO: Launching TAJ 1.4
07:30:20 PM INFO: Scanning potential personality 'Default'.
07:30:20 PM INFO: Found personality 'Default'.
07:30:20 PM INFO: Scanning potential personality 'Spicy'.
07:30:20 PM INFO: Found personality 'Spicy'.
07:30:20 PM INFO: Loading personality 'Default'.
07:30:20 PM INFO: Finished initializing personality 'Default'.
07:30:20 PM INFO: Personality 'Default Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
efault Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
I'm really curious to try out the personality and would be happy if someone can help me out
User avatar
Jackall
Explorer At Heart
Explorer At Heart
Posts: 106
Joined: Sun Aug 02, 2020 2:22 pm
Gender: Male
I am a: Submissive

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by Jackall »

Chupa wrote: Thu Apr 24, 2025 5:32 pm Hey,
I struggle with the installation of Spicy.
I've installed Java 24 (jdk-24)
Downloaded Tease AI Java, and followed the instructions of the installation guide...hopefully correctly. :-/
Here is the Issue:
After I pasted the Spicy personality into the Personalities folder TAJ gets stuck on startup at checking personalities.
Here is the log:

Code: Select all

07:30:19 PM INFO: Launching with command: 'Optional[C:\Program Files\Java\jdk-24\bin\javaw.exe]'
07:30:19 PM INFO: Checking libraries for updates...
07:30:19 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting.
07:30:19 PM INFO: Libraries checked and up-to-date.
07:30:19 PM INFO: Initialization done.
07:30:20 PM INFO: Launching TAJ 1.4
07:30:20 PM INFO: Scanning potential personality 'Default'.
07:30:20 PM INFO: Found personality 'Default'.
07:30:20 PM INFO: Scanning potential personality 'Spicy'.
07:30:20 PM INFO: Found personality 'Spicy'.
07:30:20 PM INFO: Loading personality 'Default'.
07:30:20 PM INFO: Finished initializing personality 'Default'.
07:30:20 PM INFO: Personality 'Default Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
efault Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
I'm really curious to try out the personality and would be happy if someone can help me out
Im no expert in this but i managed to set it up the other day. You need java 14 not 24.
User avatar
Engel
Explorer
Explorer
Posts: 9
Joined: Sat Nov 27, 2021 10:16 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Dom/me(s): No

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by Engel »

Jackall wrote: Thu Apr 24, 2025 6:03 pm
Chupa wrote: Thu Apr 24, 2025 5:32 pm Hey,
I struggle with the installation of Spicy.
I've installed Java 24 (jdk-24)
Downloaded Tease AI Java, and followed the instructions of the installation guide...hopefully correctly. :-/
Here is the Issue:
After I pasted the Spicy personality into the Personalities folder TAJ gets stuck on startup at checking personalities.
Here is the log:

Code: Select all

07:30:19 PM INFO: Launching with command: 'Optional[C:\Program Files\Java\jdk-24\bin\javaw.exe]'
07:30:19 PM INFO: Checking libraries for updates...
07:30:19 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting.
07:30:19 PM INFO: Libraries checked and up-to-date.
07:30:19 PM INFO: Initialization done.
07:30:20 PM INFO: Launching TAJ 1.4
07:30:20 PM INFO: Scanning potential personality 'Default'.
07:30:20 PM INFO: Found personality 'Default'.
07:30:20 PM INFO: Scanning potential personality 'Spicy'.
07:30:20 PM INFO: Found personality 'Spicy'.
07:30:20 PM INFO: Loading personality 'Default'.
07:30:20 PM INFO: Finished initializing personality 'Default'.
07:30:20 PM INFO: Personality 'Default Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
efault Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
I'm really curious to try out the personality and would be happy if someone can help me out
Im no expert in this but i managed to set it up the other day. You need java 14 not 24.
Here works well with javafx-sdk-17.0.12
Chupa
Explorer
Explorer
Posts: 16
Joined: Thu Feb 15, 2018 4:51 pm

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by Chupa »

Engel wrote: Mon Apr 28, 2025 5:49 pm
Jackall wrote: Thu Apr 24, 2025 6:03 pm
Chupa wrote: Thu Apr 24, 2025 5:32 pm Hey,
I struggle with the installation of Spicy.
I've installed Java 24 (jdk-24)
Downloaded Tease AI Java, and followed the instructions of the installation guide...hopefully correctly. :-/
Here is the Issue:
After I pasted the Spicy personality into the Personalities folder TAJ gets stuck on startup at checking personalities.
Here is the log:

Code: Select all

07:30:19 PM INFO: Launching with command: 'Optional[C:\Program Files\Java\jdk-24\bin\javaw.exe]'
07:30:19 PM INFO: Checking libraries for updates...
07:30:19 PM INFO: Library uber-EstimAPI-0.0.1-SNAPSHOT.jar is only local but keeping and not deleting.
07:30:19 PM INFO: Libraries checked and up-to-date.
07:30:19 PM INFO: Initialization done.
07:30:20 PM INFO: Launching TAJ 1.4
07:30:20 PM INFO: Scanning potential personality 'Default'.
07:30:20 PM INFO: Found personality 'Default'.
07:30:20 PM INFO: Scanning potential personality 'Spicy'.
07:30:20 PM INFO: Found personality 'Spicy'.
07:30:20 PM INFO: Loading personality 'Default'.
07:30:20 PM INFO: Finished initializing personality 'Default'.
07:30:20 PM INFO: Personality 'Default Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
efault Personality' version 1.0 was successfully loaded.
07:30:20 PM INFO: Loading personality 'Spicy'.
I'm really curious to try out the personality and would be happy if someone can help me out
Im no expert in this but i managed to set it up the other day. You need java 14 not 24.
Here works well with javafx-sdk-17.0.12
Tried it with Java 17, still stuck in the Loading screen
hzsmd
Explorer
Explorer
Posts: 30
Joined: Sun Jul 03, 2016 12:24 pm
Gender: Male
Sexual Orientation: Straight
I am a: Slave

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Post by hzsmd »

In case anyone still has the "Checking personalities"-Error. I wrote a little script for Windows.

First install jdk 14: https://jdk.java.net/archive/
make sure to remember the location you saved it to.

Next create a new file and rename it "Start_TeaseAI.bat"

Next paste the following code and add JAVA_HOME and your TeaseAI.jar path:

Code: Select all

@echo off
rem --- Start-Skript with Java 14 ---

rem PUT THE FULL PATH TO YOUR JDK 14 AFTER THE EQUAL SIGN.
rem  e.g.  set "JAVA_HOME=C:\myPath\jdk-14" 
rem (the folder that includes the "bin" folder)
set "JAVA_HOME="

set "PATH=%JAVA_HOME%\bin;%PATH%"

echo using the following java version now:
java -version
echo.
echo Start...
echo.

rem   PUT THE FULL PATH TO YOUR TeaseAI.jar file. 
rem e.g.  java -jar "C:\myPath\Tease-Ai Java\TeaseAI.jar"
rem (The folder that includes the file TeaseAI.jar)
java -jar ""
pause



Now run this file every time you want to start TeaseAI Java
Post Reply