-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS x86_64] App crashes on launch if SQLite plugin is not installed #684
Comments
Ok, this was due to sqlite plugin missing: the build does not ask for it, but it is required for the app to start.
But at least it does not crash anymore. |
barracuda156
changed the title
[macOS x86_64] App crashes on launch with EXC_CRASH (SIGABRT)
[macOS x86_64] App crashes on launch if SQLite plugin is not installed
Jul 24, 2024
However on Catalina it remains broken regardless:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having encountered a failure on PowerPC #683 (where I had to add a number of patches to fix the build), I tried now on x86_64. No patches used aside from a trivial fix to version checks in CMakeLists.
And well, looks like it is credibly broken. The app crashes on launch:
Nothing useful from GDB:
The text was updated successfully, but these errors were encountered: