YoshiTabletopGamer

Results 25 comments of YoshiTabletopGamer

[brokentext.gz](https://github.com/user-attachments/files/22704389/brokentext.gz) Rename to .rnote, very small example

Hmm, I compiled the debug build and only got ``` 0.000376300s DEBUG rnote: .. tracing subscriber initialized. IWICBitmapSource::CopyPixels() failed: There is already a read or write lock pending. ```

I removed the corresponding Rayon call, and... **that's it?** ``` match stroke.gen_images(viewport_extended, image_scale) { Ok(images) => { tasks_tx.send(EngineTask::UpdateStrokeWithImages { key, images, image_scale, }); } Err(e) => { error!( "Generating stroke...

It's also odd that I can't build 0.12.0 as is without this error; will investigate further

**What happens if you build, with the repo's Windows instructions exactly, 0.12.0?** Does it crash on the files? It shouldn't, because the release version does not.

> 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 I...

``` The procedure entry point DllMain could not be located in the dynamic link library C:\Program Files\Rnote\bin\libcairo-gobject-2.dll. Code execution cannot continue because liblz2-2.dll was not found. Reinstalling the program may...

https://github.com/Doublonmousse/rnote/actions/runs/18852170512 works perfectly with all previously problematic files I tested, including @Markus-included's Hue.rnote

The parameter vsid is actually random hex, as generated from the JS: key: 's4', value: function () { return Math.floor(65536 * (1 + Math.random())).toString(16).substring(1) } }, { key: 'generate', value:...