antfu / live-draw

A tool allows you to draw on screen real-time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Issue - LiveDraw 0.1.2 asks for .NET 5

caspercop opened this issue · comments

I tied to install LiveDraw 0.1.2 in Windows 10 21H2.
As it asks for .NET 5, I installed it .NET 5.0 as it is linked by the installer as x64 and x86 for the respectiv installer version of LiveDraw.
Then I installed .Net 6.0.5 x64 and x86.
Whatever I installed, the LiveDraw installer didn't recognize the installed .NET versions and always asked for it again.

I'm not sure what I'm doing wrong, what else I could try.

Thank you in advance!

Did you restart your PC?

Thank you for your response!

Yes :)
I did restart it several times now.

Here the .NET versions installed:
image

Man I aren't the Developer, sorry. I just have the same issue and I don't know how to fix. :(
But, did you tried to install the previous version? The 0.1.1?

Same with V 0.1.1 :(

image

I have microsoft .net runtime 5.0.12 installed on my system.
Live-draw works fine, image attached below. (you dont need to install live draw, just launch the exe)

image

Sol - Try the above version of .net run time. if it doesn't work then maybe install other apps related to .net and give a fresh installation to only the required apps.

Hi! I was running into the same issue. Running Windows 11. Had to remove any installed .net, windows runtime sdk thing. than i could install the .net runtime and was able to run it. seems its conflicting when newer or more than 1 version is installed

I'm also on win11, tried installing net 5.0 runtime and it kept asking for the runtime after reboot. What I ended up doing is compiling it myself, setting the target as net core 3.1, installing netcore, and it's working now