Yes this is an issue introduced by Java 14. I have a local build that is working fine. I think this one should work:swirly wrote: Fri May 22, 2020 11:23 pm Hey folks,
I'm a developer, and I've been playing around with TAIJ for a little bit. I've come across a couple of bugs, and was wondering if you guys had somewhere you've been tracking issues? I checked the github for the project, but there didn't seem to be anything there.
I'm using TeaseAI Java v1.2.2 with Mischevious v1.2.0
One issue I've noticed is that the metronome doesn't seem to work when using the Mischevious personality, until you get to the code in End_1.js. It will suddenly kick in once you get there and startStroking is called with the value 220. I thought that it was a bug in the JS code for that personality where the BPM wasn't getting floored properly when calling startStroking, but I patched it locally and it didn't fix the issue. Here's the relevant chunk of the log:
I traced it back to where the logging call is made, and it's being logged atCode: Select all
07:56:13 PM CHAT: Info: Starting session 07:56:14 PM CHAT: Info: IWasJustThinkingAboutYou: Beginning 07:56:18 PM CHAT: 07:56 PM Leah: I was just thinking about you swirly 07:56:31 PM CHAT: 07:56 PM Leah: Your pecker must have sensed I'm feeling a little wicked this afternoon 07:56:43 PM CHAT: 07:56 PM Leah: In fact, I'm feeling so wicked 07:56:55 PM CHAT: 07:56 PM Leah: That the only thing that's going to satisfy me is making you suffer *smiles innocently* 07:57:09 PM CHAT: 07:57 PM Leah: So why don't you wrap your hand around that poor leaky cock 07:57:14 PM CHAT: Info: calculated speed 146.5174128749531 07:57:15 PM CHAT: Info: calculated duration 209.82958720680003 07:57:25 PM CHAT: 07:57 PM Leah: Hold down the skin of your frustrated dick and stroke the tip with the other hand with lube 07:57:25 PM SEVERE: startStroking called with invalid args:[146.0] 07:57:34 PM CHAT: Info: ShowTeaseImage: Beginning 07:57:34 PM CHAT: Info: GetTeasePicture: Beginning 07:57:34 PM CHAT: Info: GetTeasePicture: Debug 2 07:57:35 PM CHAT: Info: GetTeasePicture: End 07:57:35 PM CHAT: Info: ShowTeaseImage: End 07:57:37 PM CHAT: 07:57 PM Leah: Don't mind me xD. That makes me think that there's a problem with the way that data is being passed from the personality code to the main program, but that only makes sense if I'm not the only one getting this problem ;)Code: Select all
teaseai/api/scripts/nashorn/StartStrokingFunction.java:43
Anyway, is there any issue tracking set up for this kind of thing?
-- swirly
https://www.mediafire.com/file/wfro4ydd ... I.jar/file



