Doublonmousse
Doublonmousse
The rnote file format is a gzipped json format. Your file misses the last part (being gzipped). I can change the code so that if the decompress step fails, I...
Can't repro I'm afraid
> (Is it normal for Windows builds to take 20 minutes with the build instructions? It says it compiles release by default; Yes by default this is the fully optimized...
Can repro on my side. In the backtrace there's a couple of interesting lines ```gdb #42 rayon_core::job::{impl#6}::execute ( this=0x28961b20) .... #50 0x00007ff6610720c2 in rayon_core::registry::{impl#2}::spawn::{closure#0} () at src/registry.rs:95 #51 std::sys::backtrace::__rust_begin_short_backtrace (f=...)...
I wonder given the timings if the issue is from a msys cairo package update, in particular this commit https://github.com/msys2/MINGW-packages/commit/305ebda98c3041d9986d6fae498b45d2b2b9f4e8 As you can't really specify versions with pacman on msys...
I've made a window release with 1.18.4-1 (found out that you can force a version from https://www.msys2.org/docs/package-management/#installing-a-specific-version-of-a-package-or-a-stand-alone-packages although I find it suboptimal) to test. See https://github.com/Doublonmousse/rnote/actions/runs/18626906789
Ah sorry, this is either a windows CI issue or me forcing the version not working. Will try to take another look in the week
Maybe this is related ? https://github.com/msys2/MINGW-packages/commit/83eed715521d7d7c292d34fb80c29a720b534769#diff-96706f5b78840ff34d543e38ac535f2f1cd79cccdae76fa49b8f206cfb459d99 I think I'll try another approach: take the cairo pkg build file and comment the patch
Finally succeeded in doing a new window release version here : https://github.com/Doublonmousse/rnote/actions/runs/18852170512 No dllmain issue on my side, nor text making rnote crash from a quick test. Built from #1561
From upstream: It seems that running in a powershell terminal ```powershell $env:PANGOCAIRO_BACKEND="fc" & 'C:\Program Files\Rnote\bin\rnote.exe' ``` on the released 0.13.1 exe without the fix won't crash. See https://github.com/msys2/MINGW-packages/issues/26222#issuecomment-3506563048