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.
...

