07-04-2022, 04:03 AM
(07-03-2022, 11:48 AM)Fantomas Wrote: When i use QB64PE v 0.82 i have regulary this error message (see below). Then i need quit QBPE and restart it...:
After this error, it cames back for each character i type on keyboard
This is a good find, I believe the issue is that
./internal/temp/undo2.binis getting deleted while QB64pe is running and that then crashes the IDE. So two thoughts:
1. It probably shouldn't be getting deleted. I suspect you might be triggering a "clean" to happen (There are a few things in the IDE that can do this) which I think is clearing out a bit too many files from
./internal/temp, including
undo2.bin.
2. QB64pe should be able to handle this file getting deleted, it needs more error handling around it not existing since this file is not really critical to keeping the IDE functional.