Error while opening, vulkan 1 dll file missing
While opening the app it shows an error as below:
Please tell me the solution to fix this, thank you!
I'm running it on Windows 10
While opening the app it shows an error as below:
Probably a missing dll to be included in the exe here
After installing vulkan its looking like this lmao, idk what to do anymore, help?
You could try to run in a powershell terminal
$env:GSK_RENDERER="gl"
& 'C:\Program Files\Rnote\bin\rnote.exe'
And see it if helps or not. If not see from my comment in https://github.com/flxzt/rnote/issues/1539#issuecomment-3335602505 if there is any related issue on windows for your hardware where the elements don't appear correctly
You could try to run in a powershell terminal
I tried it, didn't work.
And see it if helps or not. If not see from my comment in #1539 (comment) if there is any related issue on windows for your hardware where the elements don't appear correctly
Thanks for linking it, Instead of fixing the isue I'm using the 0.11.0 version now and it works fine! I'm okay with it!
I think I mistyped, I'd have to be (notice the missing "" )
$env:GSK_RENDERER="gl"
& 'C:\Program Files\Rnote\bin\rnote.exe'