Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 01-28-2021, 09:53 PM
Wisteso Wisteso is offline
Kobold

Wisteso's Avatar

Join Date: Dec 2012
Posts: 186
Lightbulb How to fix no sound due to Windows Mixer changes

Going to maybe save someone the hour (or more) of troubleshooting when they inevitably search for this issue...

I frequently mute EQ via the windows sound mixer because its faster than doing it in-game. In the past, the program was always called "eqgame" in the mixer.

Suddenly, it's now showing up as "EverQuest" in the mixer with its volume slider was maxed, and the green audio-level bars were bouncing around. Yet no audio was coming from the game.

I was pretty sure that someone (P99 devs or Microsoft) changed something and didn't consider all the edge cases. I was pretty sure that "eqgame" was still muted from before the change, behind the scenes, despite "EverQuest" being unmuted and showing active audio levels.

Google searching a bit and I find this script that will forcibly reset all your individual program volume preferences. See https://www.jdknight.me/docs/su/misc...ume-mixer.html or just run these commands in an admin powershell if you dont have ps1 scripts enabled...

Code:
Stop-Service audiosrv
Stop-Service AudioEndpointBuilder
Remove-Item -Path 'hkcu:\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore' -Recurse
Start-Service audiosrv
And it worked. Audio is back, and my suspicion was confirmed.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:17 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.