Skip to content

[Bug]: macOS error: could not initialize class androidx.sqlite.driver.bundled.BundledSQLiteDriver$NativeLibraryObject #459

Description

@johnsturgeon

What happened?

I'm trying to set up a file sync and I cannot, I get the error: could not initialize class androidx.sqlite.driver.bundled.BundledSQLiteDriver$NativeLibraryObject

Platform

macOS

nati.ve version or commit

nati.ve nightly-20260906-0255-run1966-14cd6ab1

Nextcloud server and affected app versions

33.0.8

Reproduction steps

New installation, authenticated, try to add any file sync

Redacted logs or screenshots

Privacy check

  • I removed credentials and private account data from this report.

Confirmed diagnosis

The SQLite 2.7.0 JVM artifact lacks natives/osx_x64/libsqliteJni.dylib. Its loader fails at the missing-resource check on Intel macOS; later calls report a class-initialization error. The 2.7.1 artifact also lacks that resource. The 2.6.2 artifact includes it. This affects both folder-sync and media-backup SQLite stores.

Acceptance: use a compatible complete native runtime, test the required platform resources, exercise database creation/reopening, and smoke-test the packaged runtime on macOS before declaring the fix released. Private diagnostic archives remain outside GitHub.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:files-syncFiles, offline storage, transfer, and synchronizationbugSomething isn't workingin-progressImplementation is currently activeplatform:desktopDesktop-specific implementation or validationpriority:P1Required for the pre-release product experience

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions