Indeed, I rolled out a change ealier today. Can you let me know which tease is not working and how I can trigger the bug?Shattered wrote: Sun May 31, 2020 11:23 am So it seems an Eos change has happened overnight and now...things are broken?![]()
Eos Editor Preview - Milovana's new interactive webtease editor
Re: Eos Editor Preview - Milovana's new interactive webtease editor
- Shattered
- Experimentor

- Posts: 1404
- Joined: Fri Jan 11, 2013 6:41 pm
- I am a: Switch
- Location: United Kingdom
Re: Eos Editor Preview - Milovana's new interactive webtease editor
https://milovana.com/webteases/showtease.php?id=40253
It gets stuck on loading modules when I try to go in with my saved profile.
On a private browser, if you e.g. go to code and type 'admin' that's a page number, it won't work.
Or click start and keep playing through the story for a minute and it freezes on any input.
Salutations, Stranger.
--
Like my work and want to see more? Consider supporting my Patreon or buying me a Ko-fi!
Try my teases on Milovana!
--
Like my work and want to see more? Consider supporting my Patreon or buying me a Ko-fi!
Try my teases on Milovana!
- lolol2
- Explorer At Heart

- Posts: 518
- Joined: Mon Feb 20, 2017 10:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Looks like you can't input some text into variables.
When you go to settings and try to input a custom volume in the settings as a number the tease will freeze.
https://milovana.com/webteases/showtease.php?id=43497
Also the text scrolling looks way more stutter than before.
Any updates on the memory leak bug? Looks like this is the biggest problem at the moment and will still freeze some tease which are using a larger amount of pictures.
viewtopic.php?f=4&t=22630
When you go to settings and try to input a custom volume in the settings as a number the tease will freeze.
https://milovana.com/webteases/showtease.php?id=43497
Also the text scrolling looks way more stutter than before.
Any updates on the memory leak bug? Looks like this is the biggest problem at the moment and will still freeze some tease which are using a larger amount of pictures.
viewtopic.php?f=4&t=22630
My creations:
- Spoiler: show
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Got it, yeah there was a bug with prompts which should now be fixed. Reload to get the latest client.lolol2 wrote: Sun May 31, 2020 3:44 pm Looks like you can't input some text into variables.
When you go to settings and try to input a custom volume in the settings as a number the tease will freeze.
https://milovana.com/webteases/showtease.php?id=43497
I have not been able to reproduce this error. I can watch your example tease for hours with no issues. Yes, memory usage does quickly shoot up but it eventually once it pretty much uses all available memory. What I think is going on (at least on my machine) is that Chrome doesn't actually free up memory until its needed for something else. I can only tell Chrome that I don't need a given image cached anymore, I don't control when Chrome actually goes and clears it out of memory.lolol2 wrote: Sun May 31, 2020 3:44 pm Any updates on the memory leak bug? Looks like this is the biggest problem at the moment and will still freeze some tease which are using a larger amount of pictures.
viewtopic.php?f=4&t=22630
From the screenshot it looks like you're on Windows, so I'll go and try it on Windows and see if that makes a difference.
Hmm, not really noticing a difference here. I'll go ahead and also try this one on Windows.
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Ok, yeah, on Windows it crashes. Really not sure why it would though - I'm pretty sure I'm freeing up the cached images after I'm done with them. I'll investigate some more.seraph0x wrote: Sun May 31, 2020 4:41 pm From the screenshot it looks like you're on Windows, so I'll go and try it on Windows and see if that makes a difference.
- Shattered
- Experimentor

- Posts: 1404
- Joined: Fri Jan 11, 2013 6:41 pm
- I am a: Switch
- Location: United Kingdom
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Thanks, looks like its sorted now!
[/quote]
There definately is. I'm not sure I mind it, it might even be better, but if it's not intentional thats more of a concern.
Take my tease linked before, it has 5 instant messages in a row - before it would slowly 'slide' past each of them in one seamless motion. Now it prints one. pauses a quarter second, then prints the next.
Hmm, not really noticing a difference here. I'll go ahead and also try this one on Windows.
[/quote]
There definately is. I'm not sure I mind it, it might even be better, but if it's not intentional thats more of a concern.
Take my tease linked before, it has 5 instant messages in a row - before it would slowly 'slide' past each of them in one seamless motion. Now it prints one. pauses a quarter second, then prints the next.
Salutations, Stranger.
--
Like my work and want to see more? Consider supporting my Patreon or buying me a Ko-fi!
Try my teases on Milovana!
--
Like my work and want to see more? Consider supporting my Patreon or buying me a Ko-fi!
Try my teases on Milovana!
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Ok, I just pushed an update with a different style preloader and that fixed the issue for me on Windows. @lolol2: Can you test again please?seraph0x wrote: Sun May 31, 2020 4:50 pm Ok, yeah, on Windows it crashes. Really not sure why it would though - I'm pretty sure I'm freeing up the cached images after I'm done with them. I'll investigate some more.
Gotcha. Part of this update was that I updated dependencies, i.e. I updated the libraries that Eos is using. I'm guessing that the animation library we are using changed how it handles multiple animations in series. I'll check it out.Shattered wrote: Sun May 31, 2020 4:53 pm Take my tease linked before, it has 5 instant messages in a row - before it would slowly 'slide' past each of them in one seamless motion. Now it prints one. pauses a quarter second, then prints the next.
Thanks for the clear explanation. Most of the time it takes me 80% of the time to reproduce a bug and 20% to fix it, so a good explanation of the expected behavior vs actual behavior with an example tease saves me a ton of time.
Can you give me the ID of a tease that isn't loading? (The ID is the number in the address bar when you are editing the tease in the Eos Editor.)Lojackload wrote: Sun May 31, 2020 6:03 pm So, there seems to be a problem going on right now, not sure if it's because of changes being applied to EOS, but right now I cannot load up the tease I've been working on. Wanted to test a few variables and it just gets stuck in Loading Modules.
Edit: Did a few quick checks on a few things. It seems it gets stuck reading the init scripts and can't get past it. So EOS teases without init scripts load up fine, but others get insta-stuck there. Also evals might not be working work right now, but since I can't open up my teases to try them, I can't really confirm this.
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Works fine for me in Chrome. My best guess is that you have a broken version of the client cached in Chrome. That would explain why it's working in other browsers and in incognito mode. Normally hitting refresh once or twice should clear it.Lojackload wrote: Sun May 31, 2020 6:39 pm Sent in PM
It seems to load fine in incognito mode, Chrome however it can't load. It seems any Tease with an Init Script isn't loading properly on anything that isn't Firefox or maybe Edge, so it might be a memory leak of sorts?
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Yeah, I actually fixed that bug months ago. You ask: What's the reason I haven't released it yet? Well, the Eos editor is using an open-source rich text editor called Slate.js and that project made some massive breaking changes a while ago so when I tried to update that dependency it turned from a five minute update, to a two hour migration, to a ten hour bug hunt, to a 40 hour bang-head-against-wall marathon and it's still buggy as heck after all of that.Lojackload wrote: Sun May 31, 2020 7:49 pm Are there any plans to implement a way to actually delete files that are uploaded to a tease? The current workarounds are kind of a pain.
Obviously, I could revert back to the old version but that's effort too and it feels like I gotta be getting close now. Maybe I'll take another look at it today but it's taken a lot of patience and whenever I do release the new version there will probably be new bugs in it just because there are so many huge behind-the-scenes changes.
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Alright, I played around with it a bit and it seems stable enough to give it a go.
The main new feature is code completion for any built-in APIs:

Please backup your teases, expect bugs, and let me know if you find any.
The main new feature is code completion for any built-in APIs:

Please backup your teases, expect bugs, and let me know if you find any.
- lolol2
- Explorer At Heart

- Posts: 518
- Joined: Mon Feb 20, 2017 10:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Now it works fine! The tab will grow to around ~1,2GB memory usage and then starting to clear some space and the tease won't break.seraph0x wrote: Sun May 31, 2020 6:36 pm Ok, I just pushed an update with a different style preloader and that fixed the issue for me on Windows. @lolol2: Can you test again please?
THANK YOU!!!
My creations:
- Spoiler: show
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Yep. This should be fixed now.Lojackload wrote: Mon Jun 01, 2020 7:55 pm But it seems, at least for the time being, whenever you click on, for example an 'if' clause with a variable, it copies the variable in question into the next if clause you click on. Or more specifically, it copies the last var in the list into the earliest one if you click on it.
I believe I've now fixed all regression bugs (new bugs introduced by this weekend's update) that have been reported so far. If not, please make a thread in the tech support forum. Or if there already is a thread, just post a reply to move the thread back to the top. Thanks!
- rakeshhame
- Explorer At Heart

- Posts: 110
- Joined: Wed May 13, 2020 3:48 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Eos Editor Preview - Milovana's new interactive webtease editor
The editor dosen't show images when trying to preview or even after uploading.
- jhorny10493
- Explorer At Heart

- Posts: 259
- Joined: Thu May 23, 2013 9:27 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Eos Editor Preview - Milovana's new interactive webtease editor
First, is there a way to delete a web tease started in EOS? So far I cannot seem to find anything representing a delete button or option.
Also, are the persistent variables stored within cookies?
Meaning, if they're in incognito mode or clear their history will it be as though they reset the tease?
Lastly, I would just like to say thank you for all your hard work. This new program is amazing! Keep up the great work!
Also, are the persistent variables stored within cookies?
Meaning, if they're in incognito mode or clear their history will it be as though they reset the tease?
Lastly, I would just like to say thank you for all your hard work. This new program is amazing! Keep up the great work!
Greetings Fellow Traveler!
--------------------------------
Check out my Teases:
FlashTease Versions
GuideMe/TeaseMe Versions:
-----The download links are in the forums-----
Pressure
Pressure II
--------------------------------
Check out my Teases:
FlashTease Versions
GuideMe/TeaseMe Versions:
-----The download links are in the forums-----
Pressure
Pressure II
- lolol2
- Explorer At Heart

- Posts: 518
- Joined: Mon Feb 20, 2017 10:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Eos Editor Preview - Milovana's new interactive webtease editor
Options -> Basic Settings -> Delete Tease
When users are logged in, the persistent variables get stored on the server, when you are not logged in they get stored in the browsers.
When users are logged in, the persistent variables get stored on the server, when you are not logged in they get stored in the browsers.
My creations:
- Spoiler: show

