- edited description
AL lib: (EE) SetChannelMap: Failed to match front-center channel (2) in channel map
Hello,
I just installed Love 0.11.0 for Windows 64 bits with the zipped file and now this simple code :
io.stdout:setvbuf("no") function love.draw() love.graphics.print('Hello World!', 400, 300) end
Work as excepted but also show this in the standard input : AL lib: (EE) SetChannelMap: Failed to match front-center channel (2) in channel map
From my memory, previous version of Love2D did not show this message.
Comments (4)
-
-
- edited description
-
For some users, OpenAlSoft may write out warning messages to stdout; iirc there was no solution found to this previously, although, the one i remember, that was about the order with which OALS tried to open(?) either ALSA or JACK for audio output, resulting in a message written to stdout.
-
- changed status to closed
It's highly likely this is a configuration error. It may show up now because the way love uses openal has changed, or because a new version of openal soft was included. I did a quick grep, and love never calls SetChannelMap, so I doubt there's an easy fix.
If you've got a reason to believe this is love's fault, or an easy workaround, or maybe there are ill effects, please do reopen this ticket.
- Log in to comment