Skip to content
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

Cryptomator does not open on iOS 15.4 Beta #171

Closed
2 tasks done
tobihagemann opened this issue Feb 15, 2022 · 3 comments · Fixed by #174
Closed
2 tasks done

Cryptomator does not open on iOS 15.4 Beta #171

tobihagemann opened this issue Feb 15, 2022 · 3 comments · Fixed by #174
Labels
type:bug Something isn't working
Milestone

Comments

@tobihagemann
Copy link
Member

tobihagemann commented Feb 15, 2022

Please agree to the following

Summary

I'm unable to open Cryptomator with the newest beta version of iOS.

System Setup

  • iOS: 15.4 Beta 2
  • Cryptomator: 2.1.1 (830)

Cloud Type

No response

Steps to Reproduce

  1. Open Cryptomator

Expected Behavior

Cryptomator opens.

Actual Behavior

Cryptomator does not open and shows a black screen.

Reproducibility

Always

Relevant Log Output

Initializing CryptomatorDatabase failed with error: SQLite error 1 with statement ` ALTER TABLE "cachedVaults" ADD COLUMN "vaultConfigLastModifiedDate" DATE CHECK (NOT (vaultConfigLastModifiedDate IS NOT NULL AND vaultConfigToken IS NULL))`: SQL logic error

Anything else?

  • Cryptomator 2.1.0 did work on iOS 15.4 Beta.
  • This issue does not happen with iOS 15.3.x.
@tobihagemann tobihagemann added the type:bug Something isn't working label Feb 15, 2022
@tobihagemann tobihagemann added this to the 2.1.2 milestone Feb 15, 2022
@fishcharlie
Copy link

This seems to occur on iOS 15.4 Beta 3 as well. Hopefully a hot fix can be released ASAP to fix this. Additionally in the Files application it shows "Content Unavailable". So Cryptomator is completely broken with no workarounds.

I understand it's a beta version of iOS, but still hope a fix can be released ASAP.

@ejschenck
Copy link

@fishcharlie Same here. I had my fingers crossed it was just something weird in beta 2, but it's not. I really hope that it's not causing the vaults any corruption because I'm noticing some weird missing files across the Mac app now that I was fiddling around with it on iOS.

@tobihagemann
Copy link
Member Author

There is a regression in a newer version of SQLite, which iOS 15.4 uses.

See: groue/GRDB.swift#1171

We should be able to provide an update soon.

To our knowledge, there shouldn't be any data corruption or anything to worry about. It's just the internal database that is having trouble to migrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants