-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Does Not Work on Windows 10 LTSC #118
Comments
There's now only one way to know what the error is & I don't have Windows 10 LTSC installation. So if you can, can you build Spotube from source & then provide the error generated from the terminal/cmdline Additional resources: |
Alright, Ill try building it myself and tell you how it goes. |
After fiddling with create-secrets.dart and my secrets.json file, (I had to move create-secrets.dart from the bin dir to the root so it would find a path it wasn't finding.), I was able to finally try building the app. Here's what I got: libwinmedia - 0.0.3Building on Windows against C++/WinRT 2.0.210806.1 No idea if this was my fault or not though. I feel like I went through the instructions right (although using the example json didn't let me use create-secrets.dart since there were unexpected characters) so this might be the errors you were looking for. I honestly have no idea what any of it means lol |
The example Relevant Links:
|
Thats what I did EDIT: I did NOT add the local host thing. Gonna rebuild rq |
Added the localhost thing you just mentioned to the apps I made. Did a quick build to see if it works. Here's what I got: Building on Windows against C++/WinRT 2.0.210806.1 |
Did you install |
Also show me the output of |
[X] Android toolchain - develop for Android devices [X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe) [√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.11.16) [!] Android Studio (not installed) [√] IntelliJ IDEA Community Edition (version 2020.2) [√] VS Code (version 1.49.0) [√] Connected device (1 available) [√] HTTP Host Availability ! Doctor found issues in 3 categories. If Im 100% required to download everything here, then Ill do it. I didnt install the Android and Chrome stuff since I thought I didnt need them to build it. EDIT: I actually installed the Android Studio stuff, but its not detecting it. |
Everything looks in order. I think you only don't have Download Nuget Commandline Executable & place the executable in the |
Same error after putting Nuget into the build folder. Building on Windows against C++/WinRT 2.0.210806.1 |
Try running |
This time I got a few more errors Building on Windows against C++/WinRT 2.0.210806.1 |
The main issue here is the |
Alright, Ill try that again tomorrow. Its 5:30AM where I live right now so Im gonna need to sleep. |
Dude, get some sleep. You really need that |
Same problem for me: |
I just did ~40 Captcha to sign up and say this is not fixed yet! |
The only native dependency I had added in 2.7.0 was |
Closing this issue as it's related to outdated hardware and is out of scope of this project to support the architecutre and instruction set |
Describe the bug
As mentioned in this bug report, I'm unable to run Spotube on Windows 10 LTSC. The version I tried running is the latest version, 2.2.1.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It's supposed to run
Screenshots
If applicable, add screenshots to help explain your problem.
Installation Source/Method
Straight from github using Spotube-windows-x86_64-setup.exe
Desktop (please complete the following information):
Additional context
Running as admin doesn't do anything (Nor does compatibility mode). I have Visual C++ Redistributables installed. Nightly build doesn't work as well.
The text was updated successfully, but these errors were encountered: