hi, so this started for me today but when i open up my daily scapple file, scapple freezes on the logo and never opens the file.
i thought this might be a corruption of my scapple file but luckily, i keep this document in my dropbox folder so i re-downloaded the scapple file and opened it and thank goodness, it opens… but then, when i try to close that file, it locks up and i have to kill the process.
is there anything i’m doing wrong here? can anyone take a look at my scapple file to see if it is indeed corrupt and if it is, if there’s any way to fix it and avoid corruption in the future?
It’s hard to guess. You haven’t said what platform, what version of the platform OS, or what version of Scapple, among other things. That said, you’re welcome to send me the file and I’ll look at it.
oh hey, thanks for responding!
oh i’m on win 10 on a pc and according to the autoupdate, on the latest version of scapple.
let me figure out how to send the scap file to you.
thanks again!
thank you both so much. so yeah, that version opens on mine too (it’s what i recovered from dropbox versioning but it still hangs scapple when i try to close. on your versions of scapple, can you close scapple without issue?
this was totally a non issue until today so i’m wondering what the heck changed on my machine… haven’t installed anything.
Sometimes OS-level file locks go sideways…and IIRC most sync engines make use of file locks to ensure the file they are currently syncing doesn’t get changed out from underneath them.
a little update. so i’ve also noticed that right around when this scapple file started hanging, i started noticing other symptoms in win10 in general, a boot where the mouse is almost frozen and i can barely get to the taskbar to restart the machine or on another boot, the os hanged on shutdown… these weren’t constant symptoms but i did notice a cluster around which time this happened with the scap file too…
so i have a feeling this was probably an issue with corruption somewhere on either my boot drive or the drive where scapple or the scapple file resides. so i spent the day doing CHKDSK on my drives and i have a feeling that’s what it was. but things should be all cleared up now hopefully.
anyway, thank you much for the feedback and help. have a great rest of the year and all the best in your writings and endeavors in the year to come.
At least in Windows (but I thought it was also prevalent on modern *nix-derived systems) you can have read-only locks and read-write locks. For a typical sync engine, throwing a read-only lock on each file it needs to sync just long enough to sync the file (or at least copy the changed data into its buffer) is just a quick strategy to ensure the file is consistent— the lock would be placed, data copied, and lock removed before the user had time to notice. If you had a write queued up during that time it would either go in place before the read lock, or just as after.