Denial Mistress (2) - RELEASE!

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

labrat
Explorer
Explorer
Posts: 14
Joined: Sun Sep 20, 2020 1:33 am

Re: Denial Mistress (2) - RELEASE!

Post by labrat »

I was beginning to think I was the only one experiencing this. If it's the same as what happened to me, it's that the newest version of VLC causes the GuideMe JDK to crash on pages playing Audio. Even then, it didn't happen every time it played a page with Audio, but only crashed when the page had an Audio file.

My solution was to downgrade my VLC to 3.0.18 Vetinari. It appears that GuideMe looks for the location of where VLC is stored, and uses that copy. I used a portable version of VLC and tried to get GuideMe to find it by putting it in GuideMe's search Path, but GuideMe won't look there.

I did some searches to see if this was a known bug, but came up empty. The JDK that GuideMe uses is old and probably needs to be upgraded, but I didn't want to try and tackle something like that yet. I used to program back in the 70's and a little into the 80's and that was batch computing. We did move from card punches to terminals, but that just eliminated carrying around big boxes of cards. Right now I've started trying to learn JavaScript and Python. Not ready to tackle anything more as of yet.
User avatar
PlayfulGuy
Experimentor
Experimentor
Posts: 1068
Joined: Sat Jul 07, 2012 10:08 pm
Gender: Male
Sexual Orientation: Bisexual/Bi-Curious
I am a: Switch
Dom/me(s): No domme
Sub/Slave(s): No sub
Location: British Columbia, Canada

Re: Denial Mistress (2) - RELEASE!

Post by PlayfulGuy »

labrat wrote: Sat Jul 27, 2024 11:11 am I was beginning to think I was the only one experiencing this. If it's the same as what happened to me, it's that the newest version of VLC causes the GuideMe JDK to crash on pages playing Audio. Even then, it didn't happen every time it played a page with Audio, but only crashed when the page had an Audio file.

My solution was to downgrade my VLC to 3.0.18 Vetinari. It appears that GuideMe looks for the location of where VLC is stored, and uses that copy. I used a portable version of VLC and tried to get GuideMe to find it by putting it in GuideMe's search Path, but GuideMe won't look there.

<snip>
You know, I wondered about that but hadn't tried it. I am running 3.0.20 so I'll try downgrading mine as well and see what happens.
It was sporadic though and only affected teases with Audio, and even those not all the time. Sometimes the audio played fine, others not. Worth a try though.

Thanks
totododo
Explorer
Explorer
Posts: 17
Joined: Tue Jan 05, 2021 1:46 am

Re: Denial Mistress (2) - RELEASE!

Post by totododo »

Updated to version 3.02

Denial Goddess v3.02 (96Mo)

Changes:
Improved text selection for tagged images

I don't have vlc on my computer so I don't have any problems with audio. Alternatives would be Potplayer or kmp. I use potplayer.
Alistunut
Explorer
Explorer
Posts: 14
Joined: Sun Dec 11, 2022 6:15 am

Re: Denial Mistress (2) - RELEASE!

Post by Alistunut »

For some reason this randomly starts over. One note that before starting from the beginning I have tried to go to the session too quickly after the previous one
totododo
Explorer
Explorer
Posts: 17
Joined: Tue Jan 05, 2021 1:46 am

Re: Denial Mistress (2) - RELEASE!

Post by totododo »

Updated to v3.03

Denial Goddess v3.03 (96 mb)

Changelog:
Spoiler: show

Code: Select all

v3.03
- Stroke games: Added some challenge linked to player level
- Added some new text
- Lobby: Improved the "will maybe cum" text management

v3.02
- Improved text selection for tagged images 

v3.01
- Fixed a bug for text selection
Carnal1
Explorer At Heart
Explorer At Heart
Posts: 206
Joined: Wed Jan 30, 2019 4:56 am
Gender: Male
Sexual Orientation: Open to new ideas!

Re: Denial Mistress (2) - RELEASE!

Post by Carnal1 »

I seem to be having some problems with the latest update ( Denial Goddess v3.03)

Minor issue I've had for quite a while through several updates
Spoiler: show
I can't recall when this first started happening but when initially starting the tease I get:
"Exception in Script
org.mozilla.javascript.EcmaError:TypeError:Cannot call
property length in object ["Anna", "Sabrina",
"Vicki_tagged_", "Victo_tagged_"]. It is not a function, it
is "number". (pageScript#222)

Clicking "OK" and the underlaying popup window shows the problem is on line 22:
"stringCats = stringCats.substring(2,stringCats.length()-2); // Guideme 1.x
}
catch(err) {"

I have been just closing that window and the tease has run fine. Images, sounds and speaking etc all seemed to work ok.
The real issue that just appeared with latest update
Spoiler: show
The new Nestor & Nezhul stroking pages give errors on lines with "speak"
"var speak = getEdgingRule();" which won't proceed if ignored, the tease just stops.

and also the follow on lines: speak += "%tease_stroke::60% %emotion::50%"
fParseText(speak);


Another "speak" error in the same files:
speak += addUnauthorizedEdge();
fParseText(speak);


and also won't proceed if ignored.

Commenting out those lines and the rest of the tease seems to run fine.
Any help or suggestions would be much appreciated.
totododo
Explorer
Explorer
Posts: 17
Joined: Tue Jan 05, 2021 1:46 am

Re: Denial Mistress (2) - RELEASE!

Post by totododo »

Carnal1 wrote: Sun Aug 25, 2024 9:42 pm I seem to be having some problems with the latest update ( Denial Goddess v3.03)

Minor issue I've had for quite a while through several updates
Spoiler: show
I can't recall when this first started happening but when initially starting the tease I get:
"Exception in Script
org.mozilla.javascript.EcmaError:TypeError:Cannot call
property length in object ["Anna", "Sabrina",
"Vicki_tagged_", "Victo_tagged_"]. It is not a function, it
is "number". (pageScript#222)

Clicking "OK" and the underlaying popup window shows the problem is on line 22:
"stringCats = stringCats.substring(2,stringCats.length()-2); // Guideme 1.x
}
catch(err) {"

I have been just closing that window and the tease has run fine. Images, sounds and speaking etc all seemed to work ok.
The real issue that just appeared with latest update
Spoiler: show
The new Nestor & Nezhul stroking pages give errors on lines with "speak"
"var speak = getEdgingRule();" which won't proceed if ignored, the tease just stops.

and also the follow on lines: speak += "%tease_stroke::60% %emotion::50%"
fParseText(speak);


Another "speak" error in the same files:
speak += addUnauthorizedEdge();
fParseText(speak);


and also won't proceed if ignored.

Commenting out those lines and the rest of the tease seems to run fine.
Any help or suggestions would be much appreciated.
Hi,

Thank you for the information

Concerning the first bug (stringCats) its not really a bug, its a compatibility issue for the tease to work both on versions 1.x and 4.x of GuideMe.

The bug is fixed concerning the getEdgingRule and addUnauthorizedEdge in version 3.04. You can download it below. Sorry for the inconvenience.


Updated to v3.04

Denial Goddess v3.04 (96 mb)

Changelog:
Spoiler: show

Code: Select all

v3.04
- Fixed bug for getEdgingRule() and addUnauthorizedEdge() in functions

v3.03
- Stroke games: Added some challenge linked to player level
- Added some new text
- Lobby: Improved the "will maybe cum" text management

v3.02
- Improved text selection for tagged images 

v3.01
- Fixed a bug for text selection
Carnal1
Explorer At Heart
Explorer At Heart
Posts: 206
Joined: Wed Jan 30, 2019 4:56 am
Gender: Male
Sexual Orientation: Open to new ideas!

Re: Denial Mistress (2) - RELEASE!

Post by Carnal1 »

totododo wrote: Mon Aug 26, 2024 1:37 am The bug is fixed concerning the getEdgingRule and addUnauthorizedEdge in version 3.04. You can download it below. Sorry for the inconvenience.


Updated to v3.04

Thanks. Works great. Amazing tease - thanks for continuing to support it and thanks to Nezhul and PlayfulGuy of course too!
It does tend to progress for me rather slowly. Likely because I set some pretty high numbers. And if you or anyone ever has the inclination to add more I wouldn't mind seeing some more kink - perhaps some ball tie/stretch/weights? I'd rather more in that direction than the nipple torture.
totododo
Explorer
Explorer
Posts: 17
Joined: Tue Jan 05, 2021 1:46 am

Re: Denial Mistress (2) - RELEASE!

Post by totododo »

Thank you for your feedback.

Your idea is good. I'll probably add some more kinks in the near future.

For the progress, it is meant to go slowly, to get used to and to improve your performances overtime. For example breathplay increases the no breath duration based on level, but if level is passed to quickly, then it will be very hard to get used and to improve your breath holding time.

Same thing for other games, especially if you are still a novice in edge holding for example. I try to accomodate novice players as well as advanced players.

That's also why I suggest lower numbers during setup (example: 30 min max each sessions; so you get more orgasms in the beginning and you get to lvl 1 and 2 rather quickly (2 to 3 months max)) Level 3 is a bit longer, and its currently the max player level. It unlocks another progression system though.

Features to come in the future are:
- Goddess will be able to change personality on her own (and will choose between 4 personnalities)
- Be able to tweak some settings for level 2 players in the options (for example max duration of a tease, but also other settings)
- New games/challenges
- More items for the shop
- New punishment system
- More bug fixes
Carnal1
Explorer At Heart
Explorer At Heart
Posts: 206
Joined: Wed Jan 30, 2019 4:56 am
Gender: Male
Sexual Orientation: Open to new ideas!

Re: Denial Mistress (2) - RELEASE!

Post by Carnal1 »

totododo wrote: Tue Aug 27, 2024 4:14 am
For the progress, it is meant to go slowly, to get used to and to improve your performances overtime. For example breathplay increases the no breath duration based on level, but if level is passed to quickly, then it will be very hard to get used and to improve your breath holding time.

Same thing for other games, especially if you are still a novice in edge holding for example. I try to accomodate novice players as well as advanced players.

That's also why I suggest lower numbers during setup (example: 30 min max each sessions; so you get more orgasms in the beginning and you get to lvl 1 and 2 rather quickly (2 to 3 months max)) Level 3 is a bit longer, and its currently the max player level. It unlocks another progression system though.

Features to come in the future are:
- Goddess will be able to change personality on her own (and will choose between 4 personnalities)
- Be able to tweak some settings for level 2 players in the options (for example max duration of a tease, but also other settings)
- New games/challenges
- More items for the shop
- New punishment system
- More bug fixes
Haha - I learned the hard way early to listen to your suggestion for lower numbers and actually restarted after a bit with your suggested session time etc! The slow progression makes sense, frustrating as it can be - it is Denial Goddess after all! I suppose it would have been nice to have had some sort of initial test and ranking placement, or maybe an option to test and advance quicker, but well c'est la vie. Your planned features sound great and I'm looking forward to them. Thanks again for your work here. 5 stars!
Alistunut
Explorer
Explorer
Posts: 14
Joined: Sun Dec 11, 2022 6:15 am

Re: Denial Mistress (2) - RELEASE!

Post by Alistunut »

I was lucky in the first Trophy game. After that, it's always been the same Trophy game and I've always orgasmed with the same number. Is this a bug?
totododo
Explorer
Explorer
Posts: 17
Joined: Tue Jan 05, 2021 1:46 am

Re: Denial Mistress (2) - RELEASE!

Post by totododo »

Carnal1 wrote: Tue Aug 27, 2024 5:15 pm Haha - I learned the hard way early to listen to your suggestion for lower numbers and actually restarted after a bit with your suggested session time etc! The slow progression makes sense, frustrating as it can be - it is Denial Goddess after all! I suppose it would have been nice to have had some sort of initial test and ranking placement, or maybe an option to test and advance quicker, but well c'est la vie. Your planned features sound great and I'm looking forward to them. Thanks again for your work here. 5 stars!
Glad you like it !

If you know how to code, you can add your own things, and you can cheat by modifying the save file. Just make a backup before any modifications.
Alistunut wrote: Wed Aug 28, 2024 5:00 am I was lucky in the first Trophy game. After that, it's always been the same Trophy game and I've always orgasmed with the same number. Is this a bug?
The first game is really easy, and its meant to be a reward. If you play the number 50 you get like a lot more chances to orgasm than playing the number 1. Anyways, the second game will unlock at lvl 3, and its not really harder. I can make it harder if you guys think it is too easy. I will eventually add more games to this one day.

Big updates might be a bit long to come, though as I have a job and I don't have a lot of freetime. Don't expect the big updates to be tomorrow.

You still have a lot to explore in the tease, so I'm not too worried :-)
Alistunut
Explorer
Explorer
Posts: 14
Joined: Sun Dec 11, 2022 6:15 am

Re: Denial Mistress (2) - RELEASE!

Post by Alistunut »

I restarted this few times so I've played game 7-8 times and got 100% orgasm. I thinking if that's right.
totododo
Explorer
Explorer
Posts: 17
Joined: Tue Jan 05, 2021 1:46 am

Re: Denial Mistress (2) - RELEASE!

Post by totododo »

Alistunut wrote: Fri Aug 30, 2024 2:17 pm I restarted this few times so I've played game 7-8 times and got 100% orgasm. I thinking if that's right.
Game has been replaced in the version below. Enjoy !

Updated to v3.05

Denial Goddess v3.05 (96 mb)


Changelog:
Spoiler: show

Code: Select all

v3.05
- New feature: Goddess might change personnality on her own after 35 sessions if player didnt change her personnality (will be tweaked and improved overtime)
- New feature: Once personnality change occured, player can't change personnality again for at least 10 sessions. 
- New feature: Trophy game has been replaced, you now have to guess the exact number in 6 tries (its a bit harder than first game)
- Improved orgasm temptation before session (you won't see the difference)


v3.04
- Fixed bug for getEdgingRule() and addUnauthorizedEdge() in functions

v3.03
- Stroke games: Added some challenge linked to player level
- Added some new text
- Lobby: Improved the "will maybe cum" text management

v3.02
- Improved text selection for tagged images 

v3.01
- Fixed a bug for text selection
totododo
Explorer
Explorer
Posts: 17
Joined: Tue Jan 05, 2021 1:46 am

Re: Denial Mistress (2) - RELEASE!

Post by totododo »

Updated to v3.06

Denial Goddess v3.06 (96 mb)


Changelog:
Spoiler: show

Code: Select all

Sep 2024
v3.06
- Fixed bug for shop not found

Aug 2024
v3.05
- New feature: Goddess might change personnality on her own after 35 sessions if player didnt change her personnality (will be tweaked and improved overtime)
- New feature: Once personnality change occured, player can't change personnality again for at least 10 sessions. 
- New feature: Trophy game has been replaced, you now have to guess the exact number in 6 tries (its a bit harder than first game)
- Improved orgasm temptation before session (you won't see the difference)

v3.04
- Fixed bug for getEdgingRule() and addUnauthorizedEdge() in functions

v3.03
- Stroke games: Added some challenge linked to player level
- Added some new text
- Lobby: Improved the "will maybe cum" text management

v3.02
- Improved text selection for tagged images 

v3.01
- Fixed a bug for text selection
Post Reply