CNA-Bld / CarrotJuicer

Juice the carrots from ウマ娘プリティーダービー (Umamusume Pretty Derby) - Windows implementation
MIT License
95 stars 24 forks source link

Don't lock master.mdb when it needs to be updated #1

Closed CNA-Bld closed 3 years ago

CNA-Bld commented 3 years ago

Currently when the game attempts to update master.mdb, it fails because we would have already opened the DB (although in r/o) so it can't get a lock.

We should:

Workaround: