Yaron 53 Posted November 7, 2019 This is probably not high priority, but I thought I'd make a note of it, If the drive running the application version of a mars project is removed, trying to close the app crashes, even if the drive is re-attached before closing. I suspect it's due to the file handles being invalidated. It happens to me because I debug mars from an encrypted drive that is automatically detached after several hours. Share this post Link to post
dummzeuch 1505 Posted November 7, 2019 This can probably be avoided by changing the PE flags of the executable: {$SETPEFLAGS IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP or IMAGE_FILE_NET_RUN_FROM_SWAP} Share this post Link to post