Page 1 of 1

Getting Error in Console but game starts normally.

Posted: Wed Jun 18, 2014 11:35 pm
by PimpMelon
So I've been working on a small project for about fifteen minutes, I've used the wiki to create everything. So the game starts fine when I drag it over to the love.exe for testing, but in the console I see two errors. Not sure if they mean anything but here they are:

Code: Select all

AL lib: <EE> MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: <EE> MMDevApiProc: Failed to get padding: 0x88890004

Re: Getting Error in Console but game starts normally.

Posted: Thu Jun 19, 2014 7:24 pm
by T-Bone
Sounds like OpenAL errors to me. Do sounds work in your game?