tmhglnd / mercury

A minimal and human-readable language and environment for the live coding of algorithmic electronic music.
http://www.timohoogland.com/mercury-livecoding
GNU General Public License v3.0
291 stars 13 forks source link

ASIO4ALL driver not working [WIN10] #54

Open GuillemGongora opened 3 years ago

GuillemGongora commented 3 years ago

When selecting ASIO4ALL driver on the Audio Setup, Mercury crashes when evaluating any code. Directsound audio driver seems to work well.

tmhglnd commented 3 years ago

Hmm, this is something that is really hard for me to debug. Also not even sure if this is something in my code or that it is part of a Max bug? I think I will have to work on better crash-logs so I can see what happens under the hood.

tmhglnd commented 3 years ago

Is this still an issue?

GuillemGongora commented 3 years ago

Seems more stable, as in I can now play audio through it like before, but occasionally the crash happens when running code for the first time. Absolutely no idea what causes the crash... Also, this error message when changing between certain audio drivers: adstatus: doesn't understand "append"

tmhglnd commented 3 years ago

Alright, I'll just leave it open for now in case someone else runs into the same issue. I honestly have no idea what to do with it though. The adstatus error is not really a problem except for that I need to find a way that it doesnt print it, haha. It is just a setting issue that sends an append message to adstatus, but that's minor.

GuillemGongora commented 3 years ago

The crash might not be related to the driver, but to other cpu stressing processes (even though running i7-9750H here...). We'll see if it goes away on its own with another update hahah