Closed DamienMrtl closed 3 weeks ago
same here, I tried with script rps hello
and it throws the same error.
Hmm is it because of windows 11 ? haven't tried it on win10.
Same issue here on Win11. It works just fine on Win10.
Same issue on recently installed win10, after running with dart pub global activate rps --version 0.8.1
and trying to run a script with rps. I've added %LOCALAPPDATA%\Pub\Cache\bin
to path manually.
Intrestingly, if I navigate to %LOCALAPPDATA%\Pub\Cache\hosted\pub.dev\rps-0.8.1\native
then I can see the rps_x64.dll
.
Maybe some dependencies of this dll cannot be resolved.
I got the same issue. ps: macos works well with this
I got the same issue on Win 11. The solution is simple. Just install Visual Studio with recommended Desktop development with C++
option from recommendation of flutter doctor
command.
But it would be very nice to make work this package without installing Visual Studio.
This is probably due to the lack of CRT dynamic lib. I will look into this.
Hi all, A possible fix for this bug has been implemented and is present in rps version 0.9.1.
I am closing this issue for now, if this error still occurs, feel free to reopen this issue.
Hi, i'm getting this error on windows 11 with flutter.