Troubleshooting Google Play Music Desktop Player — Fixes for Common Issues
1) App won’t launch / shows black screen
- Fix: Completely quit any running gpmdp process, then restart.
- Steps:
- Windows: open Task Manager → End Task for any “gpmdp” or “Google Play Music Desktop Player” processes.
- macOS: Activity Monitor → Force Quit gpmdp.
- Linux: pkill gpmdp or killall gpmdp.
- Relaunch app.
- If persists: reinstall latest release from the project repo, delete the app’s cache folder (Windows: %appdata%\gpm\ or %appdata%\Google Play Music Desktop Player; macOS: ~/Library/Application Support/gpmdp; Linux: ~/.config/gpmdp) then relaunch.
2) Playback stutters, no sound, or audio device not found
- Fix: Check system audio device and app audio output.
- Steps:
- Ensure correct output selected in system sound settings.
- In-app: open audio device selector (if available) and pick the correct device.
- Update audio drivers (Windows) or restart CoreAudio (macOS: sudo killall coreaudiod).
- If using external DAC/USB, unplug/replug and relaunch app.
3) Scrobbling to Last.fm not working
- Common causes: authentication issues, network/proxy, or Last.fm server problems.
- Fixes:
- Re-authenticate Last.fm inside the app (log out → log in).
- If behind a proxy, ensure proxy settings allow POST to audioscrobbler endpoints or configure system proxy so the app can reach Last.fm.
- Check Last.fm status; try scrobbling a few tracks and confirm on Last.fm web.
- Update to latest app; check open issues on the repo for known regressions.
4) Missing artwork or UI elements
- Fix: Clear cache and restart; ensure network access.
- Steps:
- Clear app cache (see paths in section 1).
- Disable any system or network-level content blockers/HTTPS interception that can break image requests.
- Reinstall if files remain missing.
5) Keyboard media keys or Fn keys not working
- Fix: Re-enable global media key handling or update OS permissions.
- Steps:
- Ensure no other media app has exclusive control. Quit competing apps (Spotify, iTunes, etc.).
- On macOS, allow input monitoring if requested.
- On Windows, update keyboard drivers and check manufacturer software (some override keys).
6) Proxy / network errors (app cannot load web content)
- Fix: Configure system or app proxy properly.
- Steps:
- Set system proxy explicitly rather than auto-detect.
- If using corporate/HTTPS-intercepting proxy, install/whitelist required certificates or bypass proxy for the app.
- Test network connectivity to Google/YouTube domains and to the project’s website.
7) App crashes or shows errors after update
- Fix: Roll back or reinstall, keep config if needed.
- Steps:
- Download previous stable release from the repo releases page.
- Uninstall current version (keep or remove user data per your preference), install older release.
- Report crash with logs to the GitHub issues page if reproducible.
8) How to collect useful logs before reporting
- Steps:
- Reproduce the issue.
- Locate logs:
- Windows: %appdata%\gpm\logs or %appdata%\Google Play Music Desktop Player\logs
- macOS: ~/Library/Logs/gpmdp or ~/Library/Logs/Google Play Music Desktop Player
- Linux: ~/.config/gpmdp/logs
- Attach the most recent log file and a short description (OS, version, steps to reproduce) to a new GitHub issue.
Quick checklist (try this first)
- Restart the app and your computer.
- Update to latest release.
- Clear app cache.
- Re-authenticate any third-party services (Last.fm).
- Verify system audio device and drivers.
- Check proxy/firewall/antivirus blocking.
- Collect logs and search the repo issues before filing a new one.
If you want, I can produce the exact commands/paths for your OS (Windows/macOS/Linux) and provide a template for a GitHub issue.
Leave a Reply