-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faulty symlink when using WinGet #4027
Comments
Please report to WinGet, I'm not the author of the WinGet package. |
WinGet repo confirmed that this is an upstream issue with their app not being able to handle portable executables with DLLs |
Then they should probably build a non-portable version and use the dependencies (ffmpeg, sdl, libusb) from their repo: Line 4 in 958f224
|
Yup, just had the same problem. You might consider removing the mention of winget from PS: Thanks, scrcpy sounds like just what I was looking for. |
It does not work. Refs Genymobile#4027 <Genymobile#4027> Refs Genymobile#4389 <Genymobile#4389> Refs Genymobile#4956 <Genymobile#4956>
Upstream solution available in Winget 1.9 clients |
This has been fixed for all versions of the |
Semantically reverts c27ab46. WinGet package has been fixed by: <microsoft/winget-pkgs#196442> Refs #4027 <#4027> PR #5686 <#5686> Signed-off-by: Romain Vimont <[email protected]>
This semantically reverts c27ab46. WinGet package has been fixed by: <microsoft/winget-pkgs#196442> Refs #4027 <#4027> PR #5686 <#5686> Signed-off-by: Romain Vimont <[email protected]>
This semantically reverts c27ab46. WinGet package has been fixed by: <microsoft/winget-pkgs#196442> Refs Genymobile#4027 <Genymobile#4027> PR Genymobile#5686 <Genymobile#5686> Signed-off-by: Romain Vimont <[email protected]>
Environment
Describe the bug
After installing through winget, a symlink is generated at
%LOCALAPPDATA%\Microsoft\WinGet\Links
as a mean of getting the executable into Path. However, when executing the symlink through the terminal (PowerShell 7.3.4 Core on Win10), it doesn't execute anything, just outputting nothing and returning to prompt. Even though manually going through the directory using File Explorer and opening it by double-clicking will launch it as normal.And no, the custom PS profile isn't interfering with anything. Heck, running with
-noprofile
will return an error instead, as if there was no symlink at all.However, executing the command via cmd.exe results in a stream of error prompts instead, reading: "The code execution cannot proceed because [multiple DLLs] was not found. Reinstalling the program may fix this problem."
The text was updated successfully, but these errors were encountered: