-
Notifications
You must be signed in to change notification settings - Fork 253
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
Unable to build decompiler (missing dependencies; Win 10 x64, VS 2022) #1189
Comments
Thanks for the issue report. The build errors are consistent with a Let me know how this works, either way. |
Thanks for the suggestion, but I get a bunch of "Failed to restore" errors for what appears to be everything. Tried both cmd and via VS. |
Can you add nuget.org as a repository source then? It seems as if the build tools aren't fetching packages from nuget.org they way they're supposed to |
Thanks. As I don't normally have to do this kind of stuff, I want to confirm I did the right thing (based on online research):
This appears to have cleared the 180+ errors. A reattempt at running a build still failed, though it generated less errors (3, about metadata files not being found). I decided to close out of VS, completely deleted what it downloaded, and then reopened VS and had it reclone your repository and tried again. This time it mostly worked. 1 error (still about an unfindable metadata file), and the build results were 124 succeeded, 1 failed, 6 skipped. It seems that the nuget issue at least may be related to VS 2022, but MS may be considering it as Not a Bug? I really don't know. This computer is a fresh reinstall of Win 10 with VS 2022 being the first VS ever being installed on it. All of this said, I'm still unclear how to start/use it? I'm not finding any executables. Tbh, the only reason I was going the build route was because from the main page:
I have no idea what, or where, "integration build server" is? |
Hi, I'm trying to build the decompiler following the instructions on the main page under the "Hacking" section using Visual Studio 2022 (v17.2.5) on a x64 Windows 10 (21H2) machine, but there appear to be a lot of dependencies that are missing and thus obviously won't build. Full list is in the attached .docx file (VS is reporting 182 errors and 3 warnings).
I've confirmed that .NET 5.0 SDK/Runtime is installed (used both the VS Installer and even manually downloaded and installed it from MS), and even rebooted my computer to be sure that wasn't the issue. I've also attached the exported config from my VS Installer to show which components I have installed (it's the vsconfig.txt file).
What components am I still missing?
Build errors.docx
vsconfig.txt
The text was updated successfully, but these errors were encountered: