Inkdrop is crashing on save about 75% of the time. I tried turning off local sync, and uninstalling all plugins. It appears to only happen on larger notes. Iām currently working on one with 370 lines and it crashes pretty much every time I save. It will sometimes also crash when I re-open inkdrop several times before it loads the note. Unfortunately I canāt get a log from the console since itās crashing. Is there an error log in the filesystem that I can attach to this bug report?
Thank you for reporting it.
Thatās weird. I have a longer note but I couldnāt manage to reproduce it.
To get logs of the main process, please run the app from Command Prompt like so:
Inkdrop.exe --enable-logging
I hope it will help you know what causes the problem.
Thank you for the log.
Looks like thatād be not related to your issue.
Does it happen on other notes?
I suspect that your note causes the problem not by its length but other reason.
If possible, could you send me your note via DM?
Good to hear that.
Yeah, I hope so.
BTW, Iām planning to update Electron in the next release and I hope it will solve some unreproducible issues like this!
Another data point for you, Iām also seeing this crash on v4.3.4/Win10 64-bit. Logs do not show anything happening on crash:
[bugsnag] Loaded!
[25388:1008/160635.722:WARNING:angle_platform_impl.cc(59)] rx::HLSLCompiler::compileToBinary(228):
C:\fakepath(46,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
C:\fakepath(54,9-42): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[20324:1008/160636.618:INFO:CONSOLE(3083)] "[bugsnag]", source: C:\Users\alec\AppData\Local\inkdrop\app-4.3.4\resources\app.asar\node_modules\@bugsnag\browser\dist\bugsnag.js (3083)
[10056:1008/160637.833:WARNING:archive.cc(145)] Opening file:\C:\Users\alec\AppData\Local\inkdrop\app-4.3.4\resources\app.asar: FILE_ERROR_FAILED
[10056:1008/160637.854:WARNING:archive.cc(145)] Opening file:\C:\Users\alec\AppData\Local\inkdrop\app-4.3.4\resources\app.asar: FILE_ERROR_FAILED
The above logs appear immediately on startup. When I saved a file a few seconds later, the electron app just exited but no additional logs were added.
The crash happened three times in a row on first file save, but then stopped happening on subsequent reloads.
As with the above poster things seem to be working fine now after the first few crashes. Iāll update if the problem comes back.
Thanks for the report.
As I canāt reproduce it and no logs, I suspect it is an Electronās bug.
Iāve released v4.4.0-beta.1 which is built with Electron 6.0.7 (The older versions were built with 3.1.4).
Please try it and see if it still happens.