Page 1 of 1

[Done] PBv640b1/RPi IDE freezes when incorrect operation is performed in the ‘RecentProjects’ menu

Posted: Fri Feb 27, 2026 5:03 pm
by PeDe
PBv6.40b1 arm64, Rasbpberry Pi OS (Debian 13)

Several projects must be available in the ‘Project’ -> ‘Recent Projects’ menu. Then click on the project you want to open with the mouse, but move the mouse to another project and only then release the mouse button. The IDE then freezes.
The error does not occur with PB v6.30.

When I run the current IDE from github in PB v6.40b1, there is a memory access error in ‘RecentFiles.pb’ on line 99.

Peter

Code: Select all

Procedure RecentFiles_AddFile(FileName$, IsProject)
  ...
  RecentFiles(Offset+1) = FileName$ ; Line 99 [ERROR] Invalid memory access.
  ...

Re: PBv640b1/RPi IDE freezes when incorrect operation is performed in the ‘RecentProjects’ menu

Posted: Sat Mar 07, 2026 4:54 pm
by PeDe
The above error description is incorrect.

The IDE freezes if there is more than one menu entry in ‘Recent Files’ or ‘Recent Projects’ and you do not select the first entry. The first entry opens, but the IDE freezes when you try to open the others.

Peter

Re: PBv640b1/RPi IDE freezes when incorrect operation is performed in the ‘RecentProjects’ menu

Posted: Wed Mar 11, 2026 2:03 pm
by Fred
Fixed.