Hello, I have this following crash when I try to s...
# doodle
c
Hello, I have this following crash when I try to scroll items created by
VerticalDynamicList
in the desktop app. I’m thinking maybe it’s the JRE version. But I’ve tried every Java runtime version I have installed on my pc, same thing.
Machine: M1 MacBook OS: Ventura JRE tried: OpenJDK 19 Amazon corretto 11/17 Eclipse Temurin 11 Zulu 20
Let me know if you need more info about this
n
hmm. could you try to create a minimum reproducible bit of code so i can repro on my side? the logs show an error within Skiko, but it’s hard to tell where in Doodle the issue was triggered.
c
Aiit I’ll create a minimal repro
Here is the repo
I found out that if i remove this line from the code, it works. I added some log files
n
reproduced it. thanks for the sample. this might to be an issue with Skiko/Skia or the way i’m using it. i found something similar sounding for the C# version of Skia. i’ll dig to see if there’s a solution.
c
That issue has been opened for long. I’ll test on my windows to see if it occurs