dupuqub's Forum Posts

  • I'm repeating a function a few hundred times on initialization, it reaches "Maximum call stack size" when using web workers but it works fine when not using them.

    Is this supposed to happen? I've tried making the function asynchronous as some "Promise" discussions on Stack Overflow suggested, but it made no difference for me.

    Also, what am I losing by not using web workers? I understand they "deparallelize" work by opening virtual threads, but aren't computers already multi-threaded? Or is the cpu multi-thread feature limited by the browser?

    Tagged:

  • another thing

    is there any possibilities when we do undo/redo and the notification shows about what we did then

    Is it possible to also show on which line in the event sheet undo happened.

    something like below

    Yes! I crave that. Also some sort of History Bar, I always feel so lost when I'm on a undo/redo sprint.

  • I do not recommend Spriter. There are already many great games that use it, but from my own experience it's very buggy and lacking in features.

    If I remember correctly, if you buy Spriter now, you'll get Spriter 2 for free, but you have already a free alternative that has possibly everything Spriter 2 has, which is Dragon Bones, you should research and find what best suits you, but just keep that in mind.

  • rraffo da real mvp! I don't even use kaspersky, but your level of effort is what makes communities great, thank you!

  • Thanks for the replies.

    Some notes on them.

    WackyToaster, It happened even when I stopped popping panels out of the layout, I thought that was the issue too after some time, thanks for the thought though, but it'd be such a shame, popout panels are the greatest thing (almost, it will be when we can put more than one panel per secondary tab).

    Dop2000, It happened in the clean Chrome, meaning no addons, it also happened when I installed the Desktop build. I will never in my life use the default theme, light themes for me should be banned from the universe (jk), therefore I cannot confirm nor deny if it happens also on default theme because I'll never test it. And the internet connection thing might be it! I recently started using OpenDNS and I'll experiment for a few days without it and see what happens.

    Again, thanks to the both of you for the insights.

  • I'm trying to pull attention to something that's detrimental to my work with C3, and only affects me apparently, but this is the issue:

    github.com/Scirra/Construct-3-bugs/issues/4098

    Scirra closed it due to "no repro", which means they can't find ways to replicate it, and neither can I. The only thing I know is that after some hours without using the editor (PC can be ON or OFF) it happens again and again to me. Every single day when I log in for the first time.

    I log in and the layout has a bunch of error messages and warnings (check the issue for more info), and then I just refresh the page and there are no more messages, but now there's this blank panel in the layout that I cannot remove, then I have to erase my cached information and lose my Settings. Then I have to adjust every setting again so I can use it. It honestly takes like 2 minutes each day, and it won't make me stop using C3, but it's just so damn annoying, added the fact that the only people that can fix it, won't.

    I'm hoping someone can shine a light upon this matter. Any feedback is appreciated.

    ps: I'm using a clean version of the latest Chrome and I have no addons in C3.

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I didn't know that limit, and it doesn't bother me much, but I totally agree with you, there could be more.

    Also, if it's all stuck in RAM, some people have more of it, so it's reasonable to assume they want more undo steps.

    You should put it into the ideas page to have some sort of control over it. I've seen many softwares that give the user the option to increase it.

  • You do not have permission to view this post

  • Salman_Shh How do you do these combined outlines in everything? Are those doubled sprites in a background layer?

    EDIT: is this it? construct.net/en/make-games/addons/265/outline

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Instead of building a new file, I'd recommend you making a copy of your file and then start deleting everything, most importantly plugins, until you have the most simple project possible. You may even find the culprit while doing it.

    After you simplify the project you may build a new one, because then it gets easier to replicate issues.

    If you can't replicate the issue, at least you'll have a very minimal project, without plugins, to post to the issue on github.

    Best of luck!