spotube icon indicating copy to clipboard operation
spotube copied to clipboard

[Windows] App Refuses to Open

Open Joni8829 opened this issue 1 year ago • 19 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

When I open the app Windows loads for a second, then nothing happens

Expected Behavior

The app should open like normal and let me play music.

Steps to reproduce

  1. I opened the app.
  2. Nothing happened after that.

Operating System

Windows

Spotube version

3.8.0+33

Installation source

Website (spotube.krtirtho.dev)

Additional information

No response

Self grab

  • [ ] I'm ready to work on this issue!

Joni8829 avatar Aug 13 '24 08:08 Joni8829

vivaldi_JvU3Ry2SDq Here is a GIF that shows what happens when I open the app, in task manager

Joni8829 avatar Aug 13 '24 08:08 Joni8829

I have also tried downloading from Winget, GitHub as well as launching the program as Administrator, nothing worked.

Joni8829 avatar Aug 13 '24 08:08 Joni8829

I guess it's a caching issue that is causing the issue. Can you try deleting/renaming the C:/Users/<Your User>/AppData/Roaming/oss.krtirtho/spotube folder? Then run the app

KRTirtho avatar Aug 13 '24 16:08 KRTirtho

If it still doesn't work, can you run the following in Powershell?

& C:/Program Files/Spotube/spotube.exe --verbose | echo

Can you provide me the logs it shows?

KRTirtho avatar Aug 13 '24 16:08 KRTirtho

If it still doesn't work, can you run the following in Powershell?

& C:/Program Files/Spotube/spotube.exe --verbose | echo

Can you provide me the logs it shows?

C:\Windows\System32>& C:/Program Files/Spotube/spotube.exe --verbose | echo & was unexpected at this time.

C:\Windows\System32>C:/Program Files/Spotube/spotube.exe --verbose | echo 'C:' is not recognized as an internal or external command, operable program or batch file.

C:\Windows\System32>

And the first thing didn't work

Joni8829 avatar Aug 13 '24 20:08 Joni8829

PS C:> & Program Files\Spotube\spotube.exe --verbose | echo & : The term 'Program' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:3

  • & Program Files\Spotube\spotube.exe --verbose | echo
  • + CategoryInfo          : ObjectNotFound: (Program:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
    

Joni8829 avatar Aug 14 '24 06:08 Joni8829

spotubelog.txt Uhh, here are my logs

Joni8829 avatar Aug 14 '24 16:08 Joni8829

I see a lot of these in my error log, which seems to be a null check operator issue according to ChatGPT, how do I fix it? `[2024-08-11 19:02:51.762572]--------------------- FormatException: Unexpected end of input (at character 1)

^`

Joni8829 avatar Aug 14 '24 20:08 Joni8829

Same Issue, spotube 3.8.0+33 but also earlier version. 3.7.1 (tried to clean cache as you sugested) but didnt work 3.6.0 works for me ok.

image

from CMD:

image but where log file should be stored? Report.txt

Attached file from report.wer (renamed as txt) which is createing after spotube crash

Clerynka avatar Aug 15 '24 07:08 Clerynka

I have the same issue on windows 10.0.19045 x64 It opens with 2 child processes, spotube.exe and WerFault.exe, then closes instantly

Bowarc avatar Aug 15 '24 22:08 Bowarc

I've faced the same issue as well

AntekkiCodes avatar Aug 18 '24 22:08 AntekkiCodes

Any fixes? I don't wanna use Spotify :(

Finite-Code avatar Aug 21 '24 11:08 Finite-Code

Any fixes? I don't wanna use Spotify :(

You can uninstall 3.8 and download/install Spotube 3.6 it's latest version that works for me

Clerynka avatar Aug 21 '24 13:08 Clerynka

Any fixes? I don't wanna use Spotify :(

https://github.com/SpotX-Official/SpotX

dave9123 avatar Aug 31 '24 10:08 dave9123

I normally run Arch Linux and spotube 3.8.0 works great, but I was setting up an old HP Folio 13 for a friend. I encountered this exact issue on Tiny 11 23h2.

Workaround is install 3.6.0:

At the Admin Powershell:

PS C:\Users\Tiny11> winget uninstall spotube
Found Spotube version 3.8.0+33 [KRTirtho.Spotube]
Starting package uninstall...
Successfully uninstalled

PS C:\Users\Tiny11> winget install spotube --version 3.6.0
Found Spotube [KRTirtho.Spotube] Version 3.6.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/KRTirtho/spotube/releases/download/v3.6.0/Spotube-windows-x86_64-setup.exe
  ██████████████████████████████  23.9 MB / 23.9 MB
Successfully verified installer hash
Starting package install...
Successfully installed

Hi-Phile avatar Sep 01 '24 05:09 Hi-Phile

Any fixes? I don't wanna use Spotify :(

You can uninstall 3.8 and download/install Spotube 3.6 it's latest version that works for me

yeah seems to be the only temporary fix right now!

Finite-Code avatar Sep 01 '24 08:09 Finite-Code

Any news ?

Have you tried with the latest (3.8.2) version ?

If it still doesn't work:

  • Remove anything related to spotube on your machine. (Check cache files in appdata or C:/temp if on windows)
  • Install 3.8.2 from the website.

Bowarc avatar Oct 03 '24 03:10 Bowarc

@Joni8829 seeing your logfile looks like the app can't access certain endpoints. All the requests are failing. Did you allow it outbound access that Windows Firewall showed when first opened the app?

KRTirtho avatar Oct 03 '24 04:10 KRTirtho

well there is / was no Windows Firewall popup.

1 im installing 3.8.2 - it's dead on run 2 uninstalling 3.8.2 and installing 3.6.x worked ok (technically but since few days it also stopped to playback)

Clerynka avatar Oct 03 '24 19:10 Clerynka