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

[Bug]: app freezes and cannot be closed when vsync target can't be found #2191

Open
3 of 5 tasks
chboishabba opened this issue Jun 29, 2024 · 2 comments
Open
3 of 5 tasks

Comments

@chboishabba
Copy link

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I understand that th-ch/youtube-music has NO affiliation with Google or YouTube

YouTube Music (Application) Version

latest

Checklists

What operating system are you using?

Other Linux

Operating System Version

Arch

What CPU architecture are you using?

x64

Last Known Working YouTube Music (Application) version

latest

Reproduction steps

i beleive it relates to the visualiser plugin being enabled. it produces visualiser for one second then freezes.

Expected Behavior

disable visualiser if no vsync target?

Actual Behavior

crash

Enabled plugins

i'll launch again in a minute to confirm which

Additional Information

No response

@chboishabba
Copy link
Author

cat config.json (anon'd)
{
"window-size": {
"width": ,
"height":
},
"window-maximized": false,
"window-position": {
"x": ,
"y":
},
"url": "https://music.youtube.com/watch?v=&list=&index=0",
"options": {
"tray": false,
"appVisible": true,
"autoUpdates": true,
"alwaysOnTop": false,
"hideMenu": false,
"hideMenuWarned": false,
"startAtLogin": false,
"disableHardwareAcceleration": false,
"removeUpgradeButton": false,
"restartOnConfigChanges": false,
"trayClickPlayPause": false,
"autoResetAppCache": false,
"resumeOnStart": true,
"likeButtons": "",
"proxy": "",
"startingPage": "Charts",
"overrideUserAgent": false,
"usePodcastParticipantAsArtist": false,
"themes": []
},
"plugins": {
"notifications": {
"enabled": true
},
"video-toggle": {
"mode": "custom",
"enabled": true,
"hideVideo": true,
"forceHide": false,
"align": "left"
},
"precise-volume": {
"globalShortcuts": {}
},
"discord": {
"listenAlong": true,
"enabled": true
},
"adblocker": {
"enabled": true,
"cache": true,
"blocker": "With blocklists",
"additionalBlockLists": [],
"disableDefaultLists": false
},
"sponsorblock": {
"enabled": true
},
"album-color-theme": {
"enabled": true,
"ratio": 0.7
},
"album-actions": {
"enabled": true
},
"scrobbler": {
"enabled": true,
"scrobbleOtherMedia": true,
"scrobblers": {
"lastfm": {
"enabled": true,
"token": "--",
"apiRoot": "https://ws.audioscrobbler.com/2.0/",
"apiKey": " ",
"secret": " "
},
"listenbrainz": {
"enabled": true,
"apiRoot": "https://api.listenbrainz.org/1/"
}
}
},
"lyrics-genius": {
"enabled": true
},

},
"__internal__": {
	"migrations": {
		"version": "3.3.12"
	}
}

}

@chboishabba
Copy link
Author

chboishabba commented Jul 1, 2024

I still get the vsync error but no crashing after disabling visualiser... i think i may have edited the config above trying to get the app to start again.. wasn't happening so reinstalled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant