Skip to content

refresh latest (handler: the 4086 replays guard was defeated three lines later ee4f780 wrapped only the .snapshots mkdir. The .scratch mkdir below it ran unconditionally and re-created $REPLAYS as a parent, so loading 4086 still produced /media/fat/replays/OpenBOR_4086 on every launch -- same directory, a different hidden child. The guard read as correct and did nothing. Replaced the local if with a single HAS_RECORDER flag tested at every site that creates something under $REPLAYS. The remaining sit... #35

refresh latest (handler: the 4086 replays guard was defeated three lines later ee4f780 wrapped only the .snapshots mkdir. The .scratch mkdir below it ran unconditionally and re-created $REPLAYS as a parent, so loading 4086 still produced /media/fat/replays/OpenBOR_4086 on every launch -- same directory, a different hidden child. The guard read as correct and did nothing. Replaced the local if with a single HAS_RECORDER flag tested at every site that creates something under $REPLAYS. The remaining sit...

refresh latest (handler: the 4086 replays guard was defeated three lines later ee4f780 wrapped only the .snapshots mkdir. The .scratch mkdir below it ran unconditionally and re-created $REPLAYS as a parent, so loading 4086 still produced /media/fat/replays/OpenBOR_4086 on every launch -- same directory, a different hidden child. The guard read as correct and did nothing. Replaced the local if with a single HAS_RECORDER flag tested at every site that creates something under $REPLAYS. The remaining sit... #35