ludei / Construct-2-plugin

http://www.ludei.com
41 stars 35 forks source link

Black screen after close a Fullscreen ad #49

Open softjuarez opened 10 years ago

softjuarez commented 10 years ago

Hi, I'm using banner and Fullscreen ads on my game and when I tried via launcher everything works fine but after cloud compiling some things are crashing. when I close a fullscreen ad a black screen shows up, I still can hear the game's music and some touch events still works but the screen is dead. if I press back button the classic confirmation popup shows.

Am I the only one with this issue?

softjuarez commented 10 years ago

Whith eclipse debugger I got this when the blackscreen shows: [JS] Invoked in void ludei::js::utils::JSUtilities::PrintException line 95: JavaScript Exception ( Tag: 'onactivated'): TypeError: Cannot read property 'resume' of null

I'm using last version of cocoonjs, canvas+ and compilator 2.1

Same issue when I click a banner ad and then press back button.

Any idea?