InodeLabs/fern
1
14
Fork
You've already forked fern
2

"index open failed:" error when creating or loading a vault #9

Closed
opened 2026年03月28日 08:33:08 +01:00 by mailbun · 5 comments

When creating or loading any vault, I get the following message: index open failed: no such module: fts5

The vault is created or opened with that, and I can create notes, but sidebar is not shown until relaunching the app (but error still seems to appear).

Error:

image

Seems to work anyway:

image

Sidebar appears after reload in the same vault:

image

When creating or loading any vault, I get the following message: `index open failed: no such module: fts5` The vault is created or opened with that, and I can create notes, but sidebar is not shown until relaunching the app (but error still seems to appear). Error: ![image](/attachments/b9f3e582-9d33-41e5-8786-e4f3db25377e) Seems to work anyway: ![image](/attachments/85eb1861-3c2a-432c-bc43-c0e62d8a1693) Sidebar appears after reload in the same vault: ![image](/attachments/8ec1db8e-31fa-49ac-b615-898c3c8c491c)

@mailbun Thank you so much for taking the time to test out Fern!

Found the issue I think! This was a bug in the Makefile calling go install without the -tags sqlite_fts5. Fixed now on v0.9.1 (main).

Add a note to the README about prerequisites as well. Cheers! :)

@mailbun Thank you so much for taking the time to test out Fern! Found the issue I think! This was a bug in the Makefile calling go install without the `-tags sqlite_fts5`. Fixed now on v0.9.1 (main). Add a note to the README about prerequisites as well. Cheers! :)

@mailbun Please try running make install again from v0.9.1.

@mailbun Please try running `make install` again from `v0.9.1`.
Author
Copy link

Thanks, the error seems to be fixed, though it didn't fix the thing with newly loaded vaults not showing sidebar until restart of fern, but I guess it should be in another issue (I can open one if needed).

Thanks, the error seems to be fixed, though it didn't fix the thing with newly loaded vaults not showing sidebar until restart of fern, but I guess it should be in another issue (I can open one if needed).

@mailbun wrote in #9 (comment):

Thanks, the error seems to be fixed, though it didn't fix the thing with newly loaded vaults not showing sidebar until restart of fern, but I guess it should be in another issue (I can open one if needed).

I'm sorry I missed that. I'll try to reproduce it on my end (later tonight or tomorrow morning most likely). I'll just reopen this issue. Thanks!

@mailbun wrote in https://codeberg.org/InodeLabs/fern/issues/9#issuecomment-12289704: > Thanks, the error seems to be fixed, though it didn't fix the thing with newly loaded vaults not showing sidebar until restart of fern, but I guess it should be in another issue (I can open one if needed). I'm sorry I missed that. I'll try to reproduce it on my end (later tonight or tomorrow morning most likely). I'll just reopen this issue. Thanks!

@mailbun Found the issue. It was a simple fix. Sidebar was not created before layout updates were called for new vaults, meaning it did not get a width value assigned.

All fixed now on v0.9.2. Let me know if you run into other issues. Thank you again so much for reporting these sorts of bugs! :) Huge help!

@mailbun Found the issue. It was a simple fix. Sidebar was not created before layout updates were called for new vaults, meaning it did not get a width value assigned. All fixed now on [v0.9.2](https://codeberg.org/InodeLabs/fern/src/tag/v0.9.2). Let me know if you run into other issues. Thank you again so much for reporting these sorts of bugs! :) Huge help!
Sign in to join this conversation.
No Branch/Tag specified
main
v1.5.6
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.9
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0-beta
v1.0.3-beta
v1.0.2-beta
v1.0.1-beta
v1.0.0-beta
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
InodeLabs/fern#9
Reference in a new issue
InodeLabs/fern
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?