i-rinat / freshplayerplugin

ppapi2npapi compatibility layer
MIT License
727 stars 52 forks source link

Weird Message 2 #94

Closed MALLER-LAGOON closed 9 years ago

MALLER-LAGOON commented 9 years ago

this has nothing to do with the last "Weird Message" thread. this messages appear after that i played a facebook game (Mutants: Genetic Gladiators):

NOT SANDBOXED libEGL warning: DRI2: failed to authenticate [fresh 10475] not implemented: PPB_OpenGLES2DrawBuffers(Dev);1.0 [fresh 10468] [NPP] {zilch} NPP_HandleEvent npp=0x7f07c4aed468, event={.type=ConfigureNotify, .serial=20, .send_event=0, .display=0x7f07c2238000, .window=0x6000001} [fresh 10468] [NPP] {zilch} NPP_HandleEvent npp=0x7f07c4aed468, event={.type=MapNotify, .serial=20, .send_event=0, .display=0x7f07c2238000, .window=0x6000001} [fresh 10468] [NPP] {zilch} NPP_HandleEvent npp=0x7f07b7a72068, event={.type=ConfigureNotify, .serial=20, .send_event=0, .display=0x7f07c2238000, .window=0x6000001} [fresh 10468] [NPP] {zilch} NPP_HandleEvent npp=0x7f07b7a72068, event={.type=MapNotify, .serial=20, .send_event=0, .display=0x7f07c2238000, .window=0x6000001}

i'm not sure if this is some kind of error, or what. but i prefer to report it to you. those didn't generate any issue while playing. and the .ARNING message appear again (the same cpp and 219 line message), i notice it after played a video on http://www.southpark-latino.com/2011/05/south-park-11x04-el-snuke-latino.html with vimples player, but is a ramdom thing, not produce any error, if i could reliable reproduce it, i will tell you how but clearly has something to do with vimples player.

i-rinat commented 9 years ago

I've changed technique used for going full screen, that involves listening to ConfigureNotify events, and those events leaked to NPP_HandleEvent(). I've added suppressions for these types of messages, so they should not appear in trace output anymore.