-
Notifications
You must be signed in to change notification settings - Fork 156
Saving is broken on OS X #174
Comments
I guess we'll need more information about this. Is the document saved anyway? Finally, is someone else able to reproduce this bug on OSX? (I have no mac to try it where I am right now) |
Yes
Both
Yes
Yes & yes
It reloads the document and the cursor goes back to the top of the document.
No Hope this helps! |
Are you running the binary from Releases or from source? |
I'm running this version: https://github.com/brrd/Abricotine/releases/download/0.5.0/Abricotine-osx-x64.zip |
@altosaar Thanks for those additional informations. This still sounds like a total mystery to me. I can't figure out what happens... 😕 I'll check the source again when I get time. |
I met exactly same issue on my Mac(Version 10.10.5), same program. Is there a workaround for this? |
@eaglesky I'm sorry but the only workaround that I see now is to use the previous version of Abricotine (0.4.0). I really want to fix this as soon as possible but this is difficult because I can't reproduce this issue... |
Abricotine works flawlessly on Linux, however I can I can confirm this issue on OSX. Any tips on how to get more information that would help you with debugging? |
Unfortunately not. I would like to create a special version with some additional logging but I'm really busy now and I can't find the time to do it. Is this issue happening to every OSX user in 0.5.0? |
Yes. I have the same problem, too. |
This is obviously a regression introduced with #121. |
Any updates on the issue? |
@Netherdrake I began to work on it but this is a huge work and I have no time right now. I'll let you know here if I get some improvement. |
No problem. I still love the app, and use it almost every day. |
I spent hours looking for a solution and I finally came to the very simple conclusion that chokidar is very slow when used on OSX from an Electron process 😕. The easiest solution I found is to wait a bit (1000 ms) before restarting the watcher once the doc is saved. Can you build Abricotine from this branch where I commited the fix in order to confirm you don't encounter this issue anymore? |
The issue appears to be fixed for me on the |
Good job @brrd. Looking forward to the new release :) |
Update: Still happens if I save twice in quick succession. Maybe this would solve it?
|
@BernsteinA You're right, thanks. This should work better now. |
Each time I save (File -> Save), a popup appears saying "The file '*.md' has changed, would you like to reload it?"
I'm not sure how to fix this - any ideas?
Thank you :)
The text was updated successfully, but these errors were encountered: