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

FlexASIO no longer opening after changed settings - Ableton Live 12 #224

Closed
egallajasmine opened this issue Apr 30, 2024 · 3 comments
Closed

Comments

@egallajasmine
Copy link

Hi there,
I have been having issues with crackling and stalling while playing and recording so I fiddled with some settings in the FlexASIO configurations, trying to see if using various backend options would help but since most of what I've tried to read about the backends and latency settings goes way over my head I think I screwed something up because now it won't open at all and when I choose FlexASIO as the audio driver Ableton Live says:
The audio engine is off. Please click here to choose an audio device from Live's audio preferences.

BTW, I don't know if it's helpful to know, but when I choose either MME/Directx or ASIO4ALL v2 the audio output works mostly fine with occassional hiccups but the reason I can't use them is that neither works well for recording using my microphone.

Here is what my FlexASIO log file said when I tried to start FlexASIO:

2024-04-29T17:00:43.6654465-07:00 14028 6252 Logfile opened: "C:\Users\asias\FlexASIO.log"
2024-04-29T17:00:43.6655898-07:00 14028 6252 Current log file size is 95 bytes (maximum allowed: 1073741824 bytes)
2024-04-29T17:00:43.6656182-07:00 14028 6252 Log time source: GetSystemTimePreciseAsFileTime
2024-04-29T17:00:43.6656376-07:00 14028 6252 Host process: C:\ProgramData\Ableton\Live 12 Suite\Program\Ableton Live 12 Suite.exe
2024-04-29T17:00:43.6657198-07:00 14028 6252 FlexASIO RelWithDebInfo x64 flexasio-1.9 built on 2022-05-07T10:02:18Z
2024-04-29T17:00:43.6657392-07:00 14028 6252 --- ENTERING CONTEXT: CFlexASIO()
2024-04-29T17:00:43.6657577-07:00 14028 6252 --- EXITING CONTEXT: CFlexASIO() [OK]
2024-04-29T17:00:43.6657856-07:00 14028 6252 --- ENTERING CONTEXT: init()
2024-04-29T17:00:43.6660251-07:00 14028 6252 Attempting to load configuration file: "C:\Users\asias\FlexASIO.toml"
2024-04-29T17:00:43.6661581-07:00 14028 6252 Configuration file successfully parsed as valid TOML: backend = "Windows WASAPI"
bufferSizeSamples = 0

[input]
device = "Microphone (Q8 USB Audio)"

[output]
device = "Headphones (Realtek(R) Audio)"

2024-04-29T17:00:43.6662686-07:00 14028 6252 --- EXITING CONTEXT: init() (-999 [ASE_HWMalfunction] Invalid configuration: in option 'bufferSizeSamples': buffer size must be strictly positive)
2024-04-29T17:00:43.6662909-07:00 14028 6252 --- ENTERING CONTEXT: getErrorMessage()
2024-04-29T17:00:43.6663040-07:00 14028 6252 --- EXITING CONTEXT: getErrorMessage() [OK]

Thank you!

@dechamps
Copy link
Owner

The answer is right there in the log you posted:

Invalid configuration: in option 'bufferSizeSamples': buffer size must be strictly positive

Your configuration file contains the line:

bufferSizeSamples = 0

Which does not make sense. Either set the option to a proper value, or remove the line entirely to use the default buffer size.

@egallajasmine
Copy link
Author

Okay, thanks, I thought that was what it was saying but since I didn't ever touch the buffer size numbers I didn't see why it would have changed from default. So since my flipswitchingmonkey GUI is not working now and won't come up at all since the FlexASIO won't initialize then can you point me in the direction of how to remove the line entirely and return it to the default buffer size?

Thank you!

@dechamps
Copy link
Owner

dechamps commented May 1, 2024

The configuration file is located at C:\Users\(your username)\FlexASIO.toml. See the documentation for details.

If FlexASIO GUI wrote bufferSizeSamples = 0, then that's definitely a bug in FlexASIO GUI and you may want to report it against them.

@dechamps dechamps closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
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

2 participants