strange error message

Post Reply
User avatar
PolySaken
Member
Posts: 817
Joined: Thu Nov 09, 2017 05:18
GitHub: PolySaken-I-Am
In-game: PolySaken
Location: Wānaka, Aotearoa
Contact:

strange error message

by PolySaken » Post

Code: Select all

AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
this keeps appearing in the console window.
what is it?
Guidebook Lib, for in-game docs | Poly Decor, some cool blocks | Vision Lib, an all-purpose library.

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: strange error message

by Krock » Post

I was about to reference to Google or DuckDuckGo - but helpful answers are rare.
AL, more likely: OpenAL Soft is used in Minetest, whose source code can be found here.
The Windows API function "WaitForSingleObjectEx" is called here and here.

The code 0x102 can be looked up in the API documentation, which means that the timeout already elapsed. In that case, OpenAL expected a running event which Windows already reports as expired. I doubt we could fix this in Minetest, so if you can find out in which OpenAL version and there's a function named "MMDevApiProc", then report this error to them. It's nevertheless just a message about a misbehaviour - crashes may happen but rarely, as it's printed multiple times without any effect.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
PolySaken
Member
Posts: 817
Joined: Thu Nov 09, 2017 05:18
GitHub: PolySaken-I-Am
In-game: PolySaken
Location: Wānaka, Aotearoa
Contact:

Re: strange error message

by PolySaken » Post

oh.
thankyou.
it has stopped happening now, after i downloaded the newest version
Guidebook Lib, for in-game docs | Poly Decor, some cool blocks | Vision Lib, an all-purpose library.

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 27 guests