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] losing mouse input whenever mic is unmuted #82

Closed
roughnecks opened this issue Dec 14, 2022 · 12 comments
Closed

[bug] losing mouse input whenever mic is unmuted #82

roughnecks opened this issue Dec 14, 2022 · 12 comments
Labels
bug Something isn't working

Comments

@roughnecks
Copy link

These are my settings:

https://i.imgur.com/u3KhObg.jpeg
https://i.imgur.com/BZ8AMxU.jpeg
https://i.imgur.com/v8XOTd0.jpeg
https://i.imgur.com/2bmEW4g.jpeg

When I want to unmute my mic, I press the side mouse button and it unmutes but I lose all inputs from my mouse; I can't click on anything anymore. Workaround for the moment is to block my Windows session (WIN + L) and get back.

If I can help providing logs or whatever you need, please let me know.
Thanks

@SaifAqqad SaifAqqad added the bug Something isn't working label Dec 21, 2022
@successtheman
Copy link

successtheman commented Mar 14, 2023

I believe I am experiencing this as well, issue surfaced after the latest 1.2.7 update, was not present on 1.2.6, I just reverted to check

@SaifAqqad
Copy link
Owner

@successtheman could you share your config.json file

@successtheman
Copy link

successtheman commented Mar 16, 2023

@SaifAqqad it won't let me upload just the json file so I just put it in a code block

{
	"AllowUpdateChecker": 1,
	"DefaultProfile": "Default",
	"ForceMicrophoneState": 1,
	"MuteOnStartup": 1,
	"PreferTheme": -1,
	"Profiles": [
		{
			"afkTimeout": 0,
			"ExcludeFullscreen": 0,
			"LinkedApp": "",
			"Microphone": [
				{
					"HybridPTT": 0,
					"Inverted": 0,
					"MuteHotkey": "*F10",
					"Name": "All Microphones",
					"PushToTalk": 0,
					"UnmuteHotkey": "*F10",
					"VMRStripProperty": ""
				}
			],
			"MicrophoneActions": [

			],
			"OnscreenFeedback": 1,
			"OnscreenOverlay": 1,
			"OSDPos": {
				"x": 1930,
				"y": 9
			},
			"OverlayPos": {
				"x": 1930,
				"y": 979
			},
			"OverlayShow": "1",
			"OverlaySize": "48",
			"OverlayTheme": "0",
			"OverlayUseCustomIcons": 0,
			"ProfileName": "Default",
			"PTTDelay": 100,
			"SoundFeedback": 1,
			"SoundFeedbackDevice": "VoiceMeeter Input (VB-Audio VoiceMeeter VAIO)",
			"SoundFeedbackUseCustomSounds": 0,
			"UpdateWithSystem": 0
		}
	],
	"SwitchProfileOSD": 0,
	"VoicemeeterIntegration": 0,
	"VoicemeeterPath": ""
}

@SaifAqqad
Copy link
Owner

@successtheman it's definitely not related to the 1.2.7 update, @roughnecks had it happen on 1.2.6 as well.

I tried replicating both configs and unfortunately I couldn't reproduce it :(

@successtheman
Copy link

successtheman commented Mar 17, 2023

@successtheman it's definitely not related to the 1.2.7 update, @roughnecks had it happen on 1.2.6 as well.

I tried replicating both configs and unfortunately I couldn't reproduce it :(

@SaifAqqad I guess my issue isn't exactly this same issue, I probably didn't read it closely enough when I first posted, but basically I don't lose mouse input completely, the program doesn't detect the mute and unmute unless I spam the key after muting or unmuting. I am still able to use my mouse like normal however.

Anyway, I tested it and it only is an issue on 1.2.7 so I don't know what else could be causing it. I reverted back to 1.2.6 and have had no troubles since

Maybe this more in detail description of the issue would help? I can open another separate github issue if need be, apologize for the confusion

@roughnecks
Copy link
Author

Since I got 1.2.7, it never happened anymore to me, so.. ¯_(ツ)_/¯

@SaifAqqad
Copy link
Owner

the program doesn't detect the mute and unmute

@successtheman do you mean the overlay/sound feedback? or do you mean subsequent hotkey clicks?

@successtheman
Copy link

successtheman commented Mar 17, 2023

the program doesn't detect the mute and unmute

@successtheman do you mean the overlay/sound feedback? or do you mean subsequent hotkey clicks?

@SaifAqqad Both, the mic will not mute/unmute unless I spam click the tray icon or spam my hotkey in these situations (and in both cases it doesn't play any feedback whether it be visual or auditory until after I spam to mute/unmute). I know because I was in discord testing if it detected any input

@successtheman
Copy link

Any word on this? I migrated away from a scoop managed installation to a static standalone one on 1.2.6 as that version worked as intended for me. As long as it keeps working I'll probably stay on that version I guess

@SaifAqqad
Copy link
Owner

Sadly, I can't reproduce this at all, literally not even once :(

@SaifAqqad
Copy link
Owner

@successtheman I finally had this happen to me while in-game, I think i found the reason it's happening but I'm not 100% sure.
Could you please test the latest dev build and check?

Btw for reference, it's commit 523f7d3 that might fix it.

@successtheman
Copy link

@successtheman I finally had this happen to me while in-game, I think i found the reason it's happening but I'm not 100% sure. Could you please test the latest dev build and check?

Btw for reference, it's commit 523f7d3 that might fix it.

The dev build seems to fix it I will keep testing it today so see if I notice anything happening again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants