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

Creator's Update for Windows 10 broke Audioswitch 2.2.1.0. (Oct/2017) #134

Open
RobinBrotherston opened this issue Oct 19, 2017 · 5 comments

Comments

@RobinBrotherston
Copy link

Doesn't seem to load at all.

@frogwallet
Copy link

Having the same issue. Have tried reinstalling the software (after complete removal) which didn't work.

Changing the executable to run in compatibility mode for windows 8 did however.

@ocombe
Copy link

ocombe commented Oct 23, 2017

You don't really need this app with creators update, you can now quick switch with the default sound icon: click on it, click on the small arrow at the top right and it opens the quick switch:

quick-switch

quick-switch2

@RobinBrotherston
Copy link
Author

RobinBrotherston commented Oct 23, 2017 via email

@wojtek-abakus
Copy link

wojtek-abakus commented Oct 24, 2017

It can be easily fixed... just change line 207 in Program.cs from:
if (mutex.WaitOne(0, false))
to:
if (mutex.WaitOne(10, false))

I have no idea why the mutex behavior has changed but that's the reason

sirWest added a commit that referenced this issue Oct 24, 2017
Some settings window visual changes
@beppe9000
Copy link

beppe9000 commented Nov 21, 2017

I use the latest release of AudioSwitch on a fresh install of windows 10 without any kind of problem. I wonder why is this issue still open... i was going to be sad for not being able to use it after updating if I had not tried.


You don't really need this app with creators update, you can now quick switch with the default sound icon: click on it, click on the small arrow at the top right and it opens the quick switch.

By the way you didn't really need the creators update to do that.

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

5 participants