Skip to content
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

Spotube doesn't start under Windows 11 #71

Closed
Giovix92 opened this issue May 5, 2022 · 23 comments
Closed

Spotube doesn't start under Windows 11 #71

Giovix92 opened this issue May 5, 2022 · 23 comments
Labels
bug Something isn't working

Comments

@Giovix92
Copy link

Giovix92 commented May 5, 2022

Describe the bug
Spotube won't start under Windows 11, no matter from where I install it.

To Reproduce
Steps to reproduce the behavior:

  1. Install it using winget or by downloading the .exe setup
  2. Try to open it

Expected behavior
The application starts.

Installation Source/Method

  • Package manager: winget
  • Other: standard .exe setup

Desktop (please complete the following information):

  • OS: Windows 11 Pro, Insider Preview.
  • Version: 22610.1

Additional context
Picked a little log from eventvwr, if this helps in any way.

  AppName spotube.exe 
  AppVersion 1.0.0.0 
  AppTimeStamp 62713c77 
  ModuleName spotube.exe 
  ModuleVersion 1.0.0.0 
  ModuleTimeStamp 62713c77 
  ExceptionCode c000041d 
  FaultingOffset 00000000000057e0 
  ProcessId 0x3714 
  ProcessCreationTime 0x1d86078abe6f515 
  AppPath C:\Program Files (x86)\Spotube\spotube.exe 
  ModulePath C:\Program Files (x86)\Spotube\spotube.exe 
  IntegratorReportId b50b7e96-74ee-4df5-a1db-95a2ca7372f3 
  PackageFullName  
  PackageRelativeAppId  

Thank you!

@Giovix92 Giovix92 added the bug Something isn't working label May 5, 2022
@KRTirtho
Copy link
Owner

KRTirtho commented May 5, 2022

Does it show any kind of Error dialog? Like vcruntime.dll missing or something similar?
If that's the case then please download & install Visual C++ Redistributable 2015 from official Microsoft website

@Giovix92
Copy link
Author

Giovix92 commented May 5, 2022

Nope, doesn't show any error. As far as I can tell, by looking at the task manager, the program starts and exits in 2/3 seconds. That's the strangest thing.

@KRTirtho
Copy link
Owner

KRTirtho commented May 5, 2022

Do you have vcredist-x64 & vcredist-x86 installed?

@Giovix92
Copy link
Author

Giovix92 commented May 5, 2022

Yep, I guess so.
image

@KRTirtho
Copy link
Owner

KRTirtho commented May 6, 2022

So c000041d is a NTSTATUS exception code that indicates that this program has a thread related issue where there's a race condition
I don't think Spotube can have thread issues as Dart/Flutter is single threaded & I'm also not using Dart isolates. Could be a issue occurring because of the Insider Preview build, not sure though

At this time, I can only advice you to uninstall the app & install the latest nightly build to see if that fixes the issue

@Giovix92
Copy link
Author

Giovix92 commented May 6, 2022

Tried yesterday's nightly, version 2.0.0+8, same issue

@dansauve
Copy link

Same issue for me. Insider, beta channel, build 22621

@maxsubs
Copy link

maxsubs commented May 15, 2022

same for me on W10, it doesn't open or show any error. Have tried latest stable and nightly versions, anything I could try?

@Giovix92
Copy link
Author

@KRTirtho could you please check it out? I guess it's replicable also in a VM. If you need it, I can check if it happens also there.

@Lucas-TY
Copy link

properties->compatibility->run this program in compatibility for windows 8
It will solve this problem

@maxsubs
Copy link

maxsubs commented May 17, 2022

properties->compatibility->run this program in compatibility for windows 8 It will solve this problem

didn't work for me (W10) same thing

@KRTirtho
Copy link
Owner

I can't guarantee Spotube to run on unstable versions (beta, dev, insider preview) of Windows as I've not tested it on those platforms
So the best way to investigate this issue is to build from source in Windows Insider Preview

Note: You'll need Visual Studio 2022 (with Desktop Development with C++) for developing Flutter on Windows for Windows

@dansauve
Copy link

properties->compatibility->run this program in compatibility for windows 8 It will solve this problem

This works for me on Windows 11 insider beta build 22621.1

@maxsubs
Copy link

maxsubs commented May 23, 2022

I'm not on any beta or unstable version of Windows, just Windows 10, I guess it should start, but it doesn't, even with compatibility mode turned on, I can't use the app on Android or Windows, any idea?

@KRTirtho
Copy link
Owner

Well, this issue could be rising from the underlying outdated Audio Engine Spotube was previously using. The Audio Engine has been changed in v2.3.0 which was just released. Can you guys update to the latest v2.3.0 & check if it works now?

Note: Chocolatey & Winget edition gets released after a while due to review processes. So directly use the .exe from the release

@dansauve
Copy link

Well, this issue could be rising from the underlying outdated Audio Engine Spotube was previously using. The Audio Engine has been changed in v2.3.0 which was just released. Can you guys update to the latest v2.3.0 & check if it works now?

Still doesn't load for me. Installed using x64 exe on Windows 11 build 22622.290

@dajix350
Copy link

dajix350 commented Sep 16, 2022

I still cannot boot, I am on the latest beta of Windows 11 and have tried setting the compatibility version to Windows 8, 7, and Vista. I installed through Scoop.

@karniv00l
Copy link
Contributor

Possible fix: fluttertools/sidekick#261

@KRTirtho
Copy link
Owner

KRTirtho commented Oct 7, 2022

Do you know what was the reason that was causing this issue

@karniv00l
Copy link
Contributor

Don't know, looks like bitsdojo though

@KRTirtho
Copy link
Owner

KRTirtho commented Oct 8, 2022

But bitsdojo is already at latest version

@KRTirtho
Copy link
Owner

KRTirtho commented Oct 8, 2022

@dansauve @maxsubs @Giovix92 can you guys check with the latest nightly to see if it works now

@dajix350
Copy link

dajix350 commented Nov 9, 2022

The latest release is running perfectly for me on Windows 11. I think this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants