Copy and past Error, no Garbage collection

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
User avatar
obi100
Posts: 11
http://meble-kuchenne.info.pl
Joined: Sun Feb 13, 2022 11:01 am

Copy and past Error, no Garbage collection

Post by obi100 »

After more then ten times Copy and past in the code, there comes a out of memory error. This software is poor in his code and without the modern
Futures like 64 bit and Garbage collection. Maybe your Developers could not do the work right :mrgreen:

Steve-Matrix
Matrix Staff
Posts: 2007
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 300 times
Been thanked: 465 times

Re: Copy and past Error, no Garbage collection

Post by Steve-Matrix »

Thanks for reporting. Can you please provide more information because I cannot replicate the problem you are seeing.

For example, what specific version of Flowcode does this affect? And could you provide a project that shows this behaviour - just in case it is something specific that is being copied which causes the problem you describe.

mnfisher
Valued Contributor
Posts: 2135
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 172 times
Been thanked: 987 times

Re: Copy and past Error, no Garbage collection

Post by mnfisher »

Something has changed with paste - I used to be able to use Windows-Paste and get a history to select the item to use?

Couldn't get a crash though - even copying/pasting large chunks of code... Did get a bit of 'slow down' with really large blocks..

Martin

User avatar
obi100
Posts: 11
Joined: Sun Feb 13, 2022 11:01 am

Re: Copy and past Error, no Garbage collection

Post by obi100 »

The issue lies in the programming of the graphical part. When multiple icons are copied and pasted repeatedly, an "out of memory" error occurs. This is clearly a sign of poor software programming. Your application's memory management seems to be stuck in the Windows 95 era. We had memory problems back then too, but in 2026 with 64 GB of RAM and 1 terabyte of M.2 storage, this is simply pathetic. It appears that your software is mostly preoccupied with itself, and only the simplest "LED on/off" commands run without errors. My project uses a PIC32MZ144, a 3.5" TFT display, an ADC, F-RAM, a Hall effect sensor, and an I2C motor driver, and it no longer seems to function correctly. Even the simulation is painfully slow, and the program frequently crashes during simulated key presses. Make it open source; perhaps others can develop a better program from it.

WingNut
Posts: 285
Joined: Tue Jul 13, 2021 1:53 pm
Has thanked: 54 times
Been thanked: 43 times

Re: Copy and past Error, no Garbage collection

Post by WingNut »

Post your flowcode project and what version you are using, what version of windows etc and someone will try to help you by trying it on their system. Instead of complaining that is

Steve-Matrix
Matrix Staff
Posts: 2007
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 300 times
Been thanked: 465 times

Re: Copy and past Error, no Garbage collection

Post by Steve-Matrix »

obi100 wrote:
Sun Aug 02, 2026 2:53 pm
When multiple icons are copied and pasted repeatedly, an "out of memory" error occurs.
I've tried and cannot replicate this. Is this occurring with every project you are using, or is it just a particular project?

Please post your project and gives steps to replicate the issue, as this will help us find and fix the issue.

BenR
Matrix Staff
Posts: 2267
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 625 times
Been thanked: 833 times

Re: Copy and past Error, no Garbage collection

Post by BenR »

Hello Obi100,

I'm not totally sure of your intent here...
Maybe your Developers could not do the work right :mrgreen:
This is clearly a sign of poor software programming. Your application's memory management seems to be stuck in the Windows 95 era.
Make it open source; perhaps others can develop a better program from it.
Kicking up a fuss saying it's broken and not working without giving any evidence or means to replicate is not big or clever. Certainly open source communities would not tolerate your behaviour.

If you don't want to share your project file publicly then that's fine, please can you PM either me or Steve with your project file as we cannot replicate the problems you're having without this key piece of information. If you cannot do this or provide a simple way of replicating then it's likely case closed.

Other information you could be providing to us rather than venting include: what version of Flowcode you're using, any specific steps to replicate a problem and any information about your PC that might be useful e.g. OS.

Post Reply