journeyapps / node-sqlcipher

SQLCipher bindings for Node
https://journeyapps.com
BSD 3-Clause "New" or "Revised" License
207 stars 66 forks source link

Crash running under electron 13 #95

Closed xudafeng closed 2 years ago

xudafeng commented 2 years ago

When I use electron 13 to run on windows platform, the app failed with dlopen

rkistner commented 2 years ago
  1. Which version of the library are you using? (Make sure you're using the latest one)
  2. Do you have a full stack trace or logs?
xudafeng commented 2 years ago

@rkistner Thank you for your reply, the version I failed yesterday was 5.2.0, now I changed to 5.3.1, it works fine.