HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Quiver hangs on startup #977

Open martincastell opened 7 years ago

martincastell commented 7 years ago

I have a markdown note with a list of items and I'm currently using the split view.

Every time I open quiver, the markdown preview side is blank and all I get is the spinning beach ball cursor. Quiver gets to 100 CPU.

Is there a way to reset it somehow? I have a feeling that toggling the preview might fix it so I can get my notes out.

I also looked at the script to export to html but I don't know where the notebooks are located.

tkahn commented 6 years ago

I have the exact same bug. Every time I restart Quiver it hangs and I have to force quit it. So now I have lots of content that I've written that I cannot open or access since the application hangs directly after start.

I get a very long error report - pasting the head from it here, but I don't know if will help you.

Date/Time: 2018-06-18 10:27:24 +0200 OS Version: Mac OS X 10.13.5 (Build 17F77) Architecture: x86_64h Report Version: 26 Data Source: Stackshots Command: Quiver Path: /Applications/Quiver.app/Contents/MacOS/Quiver Identifier: com.happenapps.Quiver Version: 3.1.3 (138) App Item ID: 866773894 App External ID: 826563610 Parent: launchd [1] PID: 3026 Event: hang Duration: 1.20s (process was unresponsive for 27 seconds before sampling) Steps: 12 (100ms sampling interval) Hardware model: MacBookPro11,1 Active cpus: 4 Time Awake Since Boot: 8400s Fan speed: 1303 rpm

ylian commented 6 years ago

It might be an issue with rendering this note. Please try resetting lastOpenedNoteId by running the following in the terminal:

defaults delete com.happenapps.Quiver lastOpenedNoteId

Then open Quiver again.