Tease AI Bug Report Thread

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

User avatar
tigrotto
Explorer At Heart
Explorer At Heart
Posts: 547
Joined: Sat Jul 15, 2017 5:13 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Tease AI Bug Report Thread

Post by tigrotto »

milo7 wrote: Thu Aug 10, 2017 8:43 pm I don't know if this is a bug, or an issue with implementation, but the @checkdate command never seems to work for me.

If I set up the date as "now", and after it has passed run @CheckDate(now, skipto), the program will skip forward to the line (skipto), but if the date hasn't passed, it will still skip forward to that line.

In the command guide, it says that the syntax should be
@CheckDate("date","interval") @Goto("line"),
but this doesn't register at all, and always skips to the line "line" regardless of if the date has passed or not, and if there is another line titled "interval" here, the program says no @Goto found, and moves to a link instead.

Is this a known problem? Or am I using it wrong?
Hi milo7
It seems we have more or less the same problem.
I can help you with this:
If I set up the date as "now", and after it has passed run @CheckDate(now, skipto), the program will skip forward to the line (skipto), but if the date hasn't passed, it will still skip forward to that line.
In your script you should write this:

@CheckDate(now, skipto) @Goto(Date not passed)

(skipto)
...
...
...

(Date not passed)
The date set in variable "now" has not passed


This way your script will move to line skipto if date has passed or move to "Date not passed" otherwise.

I can't help you with @CheckDate("date","interval") @Goto("line") 'cause I'm having the same problem. I'm trying to understand what I'm doing wrong but without success.

Bye!
User avatar
tigrotto
Explorer At Heart
Explorer At Heart
Posts: 547
Joined: Sat Jul 15, 2017 5:13 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Tease AI Bug Report Thread

Post by tigrotto »

Hi!
I don't know if this is a bug or not, but I can't make @CheckDate Command work as it's shown in the Command Guide
I was testing @CheckDate(variable, interval) for a script I'm writing but it doesn't work very well...

I tested with patch 54.9 and 55.0 but the results are the same: TeaseAI moves to the @CheckDate line, reads the text after the @CheckDate command and then moves to a link file instead.

I attached the files I used to run the tests and the chatlog of every test.

File "test4" tests @CheckDate(variable)
File "test5" tests @CheckDate(variable, interval1)
File "test6" tests @CheckDate(variable, interval1, interval2)

Also, could you explain me how the variable SYS_LastOrgasm works?
Is it automatically created by TeaseAI or must be set by the user, because I don't have it in my variables folder.

Thanks in advance for your help.

Bye! :wave:
Attachments
test CheckDate.rar
(3.66 KiB) Downloaded 43 times
User avatar
tigrotto
Explorer At Heart
Explorer At Heart
Posts: 547
Joined: Sat Jul 15, 2017 5:13 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Tease AI Bug Report Thread

Post by tigrotto »

Hi!
I think I've found another bug, this time involving @GotoSlideshow.

I got this error
Error.jpg
Error.jpg (14.41 KiB) Viewed 1928 times
And this is the message:
Spoiler: show
Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.

************** Testo dell'eccezione **************
System.ArgumentNullException: Il valore non può essere null.
Nome parametro: key
in System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
in System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
in System.Collections.Generic.Dictionary`2.get_Item(TKey key)
in Tease_AI.Form1.CommandClean(String StringClean, Boolean TaskClean) in C:\Users\tigrotto\Desktop\official teaseAI\Tease AI\Form1.vb:riga 8995
in Tease_AI.Form1.Timer1_Tick(Object sender, EventArgs e) in C:\Users\tigrotto\Desktop\official teaseAI\Tease AI\Form1.vb:riga 4756
in System.Windows.Forms.Timer.OnTick(EventArgs e)
in Tease_AI.teaseAI_Timer.OnTick(EventArgs e) in C:\Users\tigrotto\Desktop\official teaseAI\Tease AI\Classes\teaseAI_Timer.vb:riga 50
in System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assembly caricati **************
mscorlib
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2102.0 built by: NET47REL1LAST
Base di codice: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Tease AI
Versione assembly: 0.55.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Users/ASUS/Desktop/tigrotto/CASA/Programmi/TeaseAI/TeaseAI/Tease%20AI.exe
----------------------------------------
Microsoft.VisualBasic
Versione assembly: 10.0.0.0
Versione Win32: 14.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2102.0 built by: NET47REL1LAST
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2102.0 built by: NET47REL1LAST
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2102.0 built by: NET47REL1LAST
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Speech
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Speech/v4.0_4.0.0.0__31bf3856ad364e35/System.Speech.dll
----------------------------------------
AxInterop.WMPLib
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Users/ASUS/Desktop/tigrotto/CASA/Programmi/TeaseAI/TeaseAI/AxInterop.WMPLib.DLL
----------------------------------------
Interop.WMPLib
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Users/ASUS/Desktop/tigrotto/CASA/Programmi/TeaseAI/TeaseAI/Interop.WMPLib.DLL
----------------------------------------
mscorlib.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_it_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
Accessibility
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2053.0 built by: NET47REL1
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.GeneratedCode
Versione assembly: 1.0.0.0
Versione Win32: 4.7.2102.0 built by: NET47REL1LAST
Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.mshtml
Versione assembly: 7.0.3300.0
Versione Win32: 7.0.3300.0
Base di codice: file:///C:/WINDOWS/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
----------------------------------------

************** Debug JIT **************
Per abilitare il debug JIT, è necessario impostare il valore
jitDebugging nella sezione system.windows.forms del file di configurazione
dell'applicazione o del computer (machine.config).
L'applicazione inoltre deve essere compilata con il debug
abilitato.

Ad esempio:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Quando il debug JIT è abilitato, tutte le eccezioni non gestite
vengono inviate al debugger JIT registrato nel computer,
anziché essere gestite da questa finestra di dialogo.
Sorry, but it's in Italian :innocent: :whistle:

I attached the errorlog if you need it.

Thanks in advance for your help.

Bye! :wave:

P.S.: I'm using Wicked Tease with patch 55.0
Attachments
2017-08-11_errorlog.rar
(2.61 KiB) Downloaded 35 times
Kekistanian
Curious Newbie
Curious Newbie
Posts: 2
Joined: Thu Aug 24, 2017 10:27 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI Bug Report Thread

Post by Kekistanian »

So I've just extracted everything into a folder of its own, i then ran "Tease AI.exe" and it prompts me with this message:
http://imgur.com/L2CQKdK

This is what the errorlog showed:
Spoiler: show
###################################################################
Date/Time: 2017-08-24 18:33:20
Version: 0.54.9.0
Title: Exception occurred on startup
Message: Conversion from string "Thursday/24/08/17" to type 'Date' is not valid.
Exceptions:
================================== Exception =====================================
Message: Conversion from string "Thursday/24/08/17" to type 'Date' is not valid.
Typ: System.InvalidCastException
StackTrace:
at Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(String Value)
at Tease_AI.Form1.Form1_Load(Object sender, EventArgs e) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:line 292


~~~~~~~~~~~~~~~~~~~~Application.StackTrace~~~~~~~~~~~~~~~~~~~~~~~~~
at Tease_AI.Form1.Form1_Load(Object sender, EventArgs e) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:line 1131
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at Tease_AI.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 82

Help would be gretly apreciated, thank you!
User avatar
avatarbr
Experimentor
Experimentor
Posts: 1185
Joined: Fri Aug 18, 2006 3:33 am
Gender: Male
Sexual Orientation: Straight

Re: Tease AI Bug Report Thread

Post by avatarbr »

Kekistanian wrote: Thu Aug 24, 2017 10:39 pm So I've just extracted everything into a folder of its own, i then ran "Tease AI.exe" and it prompts me with this message:
http://imgur.com/L2CQKdK

This is what the errorlog showed:



Help would be gretly apreciated, thank you!
What a strange error...did you tried to change the time format on your Windows to see if works? (what it's strange too, since I think I use that exact format too)

Or could be a incorrect version of the Microsoft .NET. (just a guess)
Kekistanian
Curious Newbie
Curious Newbie
Posts: 2
Joined: Thu Aug 24, 2017 10:27 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI Bug Report Thread

Post by Kekistanian »

avatarbr wrote: Thu Aug 24, 2017 11:01 pm
Kekistanian wrote: Thu Aug 24, 2017 10:39 pm So I've just extracted everything into a folder of its own, i then ran "Tease AI.exe" and it prompts me with this message:
http://imgur.com/L2CQKdK

This is what the errorlog showed:



Help would be gretly apreciated, thank you!
What a strange error...did you tried to change the time format on your Windows to see if works? (what it's strange too, since I think I use that exact format too)

Or could be a incorrect version of the Microsoft .NET. (just a guess)
I just changed the time format on windows and it seems to work, but I don't know why that would be an issue in the first place. Anyways, thanks for the reply.
User avatar
Shattered
Experimentor
Experimentor
Posts: 1238
Joined: Fri Jan 11, 2013 6:41 pm
I am a: Switch
Location: United Kingdom

Re: Tease AI Bug Report Thread

Post by Shattered »

Any idea what may cause vocab error: DT1/2/3? They have been popping up using spicy consistently.

Also this
Spoiler: show
ERROR: The remote name could not be resolved: '67.media.tumblr.com' :::: Error loading image: http://67.media.tumblr.com/8036bb322853 ... o1_540.jpg
User avatar
avatarbr
Experimentor
Experimentor
Posts: 1185
Joined: Fri Aug 18, 2006 3:33 am
Gender: Male
Sexual Orientation: Straight

Re: Tease AI Bug Report Thread

Post by avatarbr »

Shattered wrote: Sat Aug 26, 2017 11:55 am Any idea what may cause vocab error: DT1/2/3? They have been popping up using spicy consistently.

Also this
Spoiler: show
ERROR: The remote name could not be resolved: '67.media.tumblr.com' :::: Error loading image: http://67.media.tumblr.com/8036bb322853 ... o1_540.jpg
The first one probably is a missing vocabulary file from Spicy. Could be a typo on the script. Check with genome if this vocabulary file exist.

The second one is a image removed from tumblr. Maybe the entire tumblr page was removed. Check the urls you inserted to see if all are still available. If only that image was removed, you can try to find that in the url.txt file and remove.
User avatar
genome231
Explorer At Heart
Explorer At Heart
Posts: 683
Joined: Wed Nov 12, 2014 8:35 am

Re: Tease AI Bug Report Thread

Post by genome231 »

Hi I'm not sure whats causing issues with #DT1, 2, 3 and 4.
But I do get them myself sometimes.
I will be doing extensive testing for version 3.1 to hopefully clear the issue!

On another note I think I've found a bug, but can anyone confirm?
It can cause Tease-AI to freeze.

Its when asking a question like:

Do you like this?
[yes] @RT(ResponseA,ResponseB)
[no] @RT(ResponseA,ResponseB)
@DifferentAnswer Yes or no?

I believe the issue is tied to @RT() though I'm not sure.
I also think there might be problem with @RT() when asking a question like this:

@RT(Do you like this?,Would you like this?)
[yes] Response
[no] Response
@DifferentAnswer Yes or no?

Just wanted to share.

Best regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project! :-)
Petterwass
Explorer
Explorer
Posts: 10
Joined: Wed Nov 14, 2012 4:23 pm
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Slave
Location: Sweden

Re: Tease AI Bug Report Thread

Post by Petterwass »

Have had a repeated crash upon start the last few times I've used the program.
No crash report, just the error text "Did TeaseAI crash?" and the normal options to resume the session (which works), using patch 55.0 with House of Tease personality
User avatar
avatarbr
Experimentor
Experimentor
Posts: 1185
Joined: Fri Aug 18, 2006 3:33 am
Gender: Male
Sexual Orientation: Straight

Re: Tease AI Bug Report Thread

Post by avatarbr »

Petterwass wrote: Sun Aug 27, 2017 11:18 am Have had a repeated crash upon start the last few times I've used the program.
No crash report, just the error text "Did TeaseAI crash?" and the normal options to resume the session (which works), using patch 55.0 with House of Tease personality
Just a note, the "resume session" on HoT it's just a restart with a few adjusts (decrease time, a few flags) to simulate the same session.

And this will trigger if you close TeaseAI before the end of a session, because there is a flag to check if you got a crash. It will be deleted after the End script so, if you close Tease AI before the end (or if you get a crash), that flag will be there "thinking" tease ai crashed.

If you close TeaseAI before the end, just answer "no" or go to "House of Tease/System/Flags" and delete the AV_CrashReport flag.
genome231 wrote: Sun Aug 27, 2017 11:14 am On another note I think I've found a bug, but can anyone confirm?
It can cause Tease-AI to freeze.

Its when asking a question like:

Do you like this?
[yes] @RT(ResponseA,ResponseB)
[no] @RT(ResponseA,ResponseB)
@DifferentAnswer Yes or no?

I believe the issue is tied to @RT() though I'm not sure.
I can't test now, but will try later. I am almost sure I already used some @RT on a answer before.


EDIT: Just tested here and works on Unofficial Pacth 55
User avatar
tigrotto
Explorer At Heart
Explorer At Heart
Posts: 547
Joined: Sat Jul 15, 2017 5:13 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Tease AI Bug Report Thread

Post by tigrotto »

Hi!
I'm having a problem with @CheckDate command. Can anybody help me?
When I use the CheckDate command I get this error
Error: @Goto() could not find a valid Goto Label. Sending you to a link, to avoid blocking the session
I'm using patch 55.
I attached the file I used to run the test and the chatlog if you need it.
Thanks!

Bye :wave:
Attachments
CheckDate test.rar
(805 Bytes) Downloaded 49 times
User avatar
tigrotto
Explorer At Heart
Explorer At Heart
Posts: 547
Joined: Sat Jul 15, 2017 5:13 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Tease AI Bug Report Thread

Post by tigrotto »

Hi!
Any update on this error :?:

Error: @Goto() could not find a valid Goto Label. Sending you to a link, to avoid blocking the session

Thanks! Bye! :wave:
User avatar
Trusfrated
Explorer At Heart
Explorer At Heart
Posts: 450
Joined: Mon Nov 08, 2010 8:41 am
Gender: Male

Re: Tease AI Bug Report Thread

Post by Trusfrated »

Shattered wrote: Sat Aug 26, 2017 11:55 am Also this
Spoiler: show
ERROR: The remote name could not be resolved: '67.media.tumblr.com' :::: Error loading image: http://67.media.tumblr.com/8036bb322853 ... o1_540.jpg
There's something weird about tumblr where sometimes the numerical portion of their URLs ("67") seems to change. In your example, changing it to "68" causes it to work again. There is a feature in TeaseAI to automatically change all 67s in your URL files to 68s (for example) under the Misc tab in Settings:

Clipboard02.jpg
Clipboard02.jpg (4.13 KiB) Viewed 1727 times
operwt wrote: Tue Sep 05, 2017 11:22 pm Text-to-Speech setting always disables itself after restart
1885 did this on purpose for privacy reasons. He didn't want someone to start a session with TeaseAI and have it start "talking dirty" unexpectedly, in case it could be heard by others nearby.
ImageImage
PtheV
Explorer At Heart
Explorer At Heart
Posts: 202
Joined: Sat May 30, 2015 10:18 am
Gender: Male
Sexual Orientation: Straight

Re: Tease AI Bug Report Thread

Post by PtheV »

tigrotto wrote: Fri Sep 01, 2017 12:20 pm Hi!
Any update on this error :?:

Error: @Goto() could not find a valid Goto Label. Sending you to a link, to avoid blocking the session

Thanks! Bye! :wave:
Your script is missing the Goto line (10 Seconds). @CheckDate(time, 10 Seconds) checks if the set date "time" has passed and moves the script to the line (10 Seconds) if it has. So the script should look something like this:
Spoiler: show
#GreetSub
@NullResponse @SetDate(time, 10 Seconds)
Time is: @ShowVar[time]
@NullResponse @Wait(15)
@NullResponse @CheckDate(time,Go To Line)
CheckDate does not work - 10 seconds have not passed @Goto(End)
(Go To Line)
Ok CheckDate works as it should - 10 seconds have passed
(End)
Ending the script
@End
pv
Post Reply

Who is online

Users browsing this forum: No registered users and 20 guests