Krzysztof Kowalczyk
Krzysztof Kowalczyk
Thanks for the info @qwinsi Now I need to make the builds available on the website.
ARM 64 builds are now available via https://www.sumatrapdfreader.org/prerelease The downside is that pre-release builds will now be updated once a day, not on every checkin.
@Biswa96 any improvement (in form of PR) is appreciated GetExceptionInfo() is not required but it does help in case of a crash. Also, libjpeg-turbo and dav1d are compiled without arm...
run with `-crash-on-open` cmd-line arg. this will trigger a crash when opening a file. I will also add a command to Command Palette (`Ctrl + K`) to trigger a crash...
Actually, `crash me` command was already there just not showing unless a document was opened. I've added the `corrupt memory` command. You can also run logview via `.\doit.bat -logview`. On...
I fixed `logview` logging from crash reporting as well
No one is working on that, as far as I know. I think you're on the right track: changes related to mupdf api changes are most likely a culprit. I...
Re UI: I mean that in rtl Windows the UI sometimes the placement of widgets should be different e.g. reversed. But if the UI looks good to you, then it's...
In 3.6 I've updated to latest mupdf, which was quite some changes. We should change text search to use mupdf API directly. Long time ago mupdf search wasn't great so...
Yes, looks like the same issue as #3381, fixed in https://github.com/sumatrapdfreader/sumatrapdf/commit/2930c7b9fe9d8c88a8ec880e6b5110f096e67fa9 Except it was my own code that was crashing and not synctext 👀