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

Critical Error: Function recursion limit exceeded. #83

Closed
DMD-x opened this issue Dec 17, 2022 · 7 comments
Closed

Critical Error: Function recursion limit exceeded. #83

DMD-x opened this issue Dec 17, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@DMD-x
Copy link

DMD-x commented Dec 17, 2022

image

it started happening lately for some reason

@SaifAqqad
Copy link
Owner

@DMD-x Can you post the contents of your config.json file?

To open it, just hold Shift when clicking Edit Configuration in the tray menu

@SaifAqqad SaifAqqad added the bug Something isn't working label Dec 21, 2022
@DMD-x
Copy link
Author

DMD-x commented Dec 21, 2022

@SaifAqqad
image

@SaifAqqad
Copy link
Owner

@DMD-x commit ef12ddd should fix this issue, you can test it in the pre-release build here

@DMD-x
Copy link
Author

DMD-x commented Jan 21, 2023

@SaifAqqad unfortunately, still the same issue but different error code:

image

the config screenshot:

image

@SaifAqqad SaifAqqad reopened this Jan 21, 2023
@SaifAqqad
Copy link
Owner

SaifAqqad commented Jan 21, 2023

that's really weird, and unfortunately I can't reproduce it any more

Edit: ok i finally got it to happen :D will fix it asap

SaifAqqad added a commit that referenced this issue Jan 21, 2023
Error occurred when the microphone was already in the muted state, in which case VA would return 1 and this wasn't considered a success in micmute and therefore micmute would attempt to disabled and re-enable the controller which would execute the same code again
@SaifAqqad
Copy link
Owner

@DMD-x commit d1fed34 should definitely fix it

You can test it in the latest pre-release

@DMD-x
Copy link
Author

DMD-x commented Jan 21, 2023

Thanks a lot it works finally!

@DMD-x DMD-x closed this as completed Jan 21, 2023
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

2 participants