splash screen bug on windows machine!

i found a bug in splash screen,

if i use this code:

local function onSystemEvent( event ) if ( event.type == "applicationExit" ) then graphics.releaseTextures( { type="image" } ) elseif event.type == "applicationSuspend" then if ( system.getInfo( "platform" ) == "android") then native.requestExit() end end end Runtime:addEventListener( "system", onSystemEvent )

even if i put my build.setting in splash screen to false it will always show the corona splash screen.

the line that i discover is giving this kinda of behavior is 

graphics.releaseTextures( { type="image" } )

on mac if i build to IOS device it will work like it should (it will not show the splash screen)

on windows machine, if i pass the code to an android it will show the splash screen.

i’m puting a complete project so you can test and confirm this bug.

Can you please use the “Report a bug” link at the top of the page to submit this?

Thanks

Rob

i can’t rob, if i use the report a bug…i waste 10minuts explaining and uploading the report…to discover here that it was not submitted…then you send me an email, and only then i get a bug report ticket. correct first you report a bug webpage then i will start to use it…

*edit* i made i report just know…but i bet it will not work anyway…

Hello @carloscosta

Actually we have received your bug report, ticket 10418443. 

We created a new form that works with our new system. The Report a Bug form is now working. As Bektur mentioned, he got your submission.

Rob

good to know. 

tested the same code I posted here on Android, building the app with a Mac and it didn’t have the bug.

this only happens if I build an App for Android from a Windows machine. So I guess is corona for windows bug.

just received an email, that corona is working and resolving this bug. its related to native.requestExit()

This is fixed starting from 2017.3129 daily build.

thank you very much for the effort.

Can you please use the “Report a bug” link at the top of the page to submit this?

Thanks

Rob

i can’t rob, if i use the report a bug…i waste 10minuts explaining and uploading the report…to discover here that it was not submitted…then you send me an email, and only then i get a bug report ticket. correct first you report a bug webpage then i will start to use it…

*edit* i made i report just know…but i bet it will not work anyway…

Hello @carloscosta

Actually we have received your bug report, ticket 10418443. 

We created a new form that works with our new system. The Report a Bug form is now working. As Bektur mentioned, he got your submission.

Rob

good to know. 

tested the same code I posted here on Android, building the app with a Mac and it didn’t have the bug.

this only happens if I build an App for Android from a Windows machine. So I guess is corona for windows bug.

just received an email, that corona is working and resolving this bug. its related to native.requestExit()

This is fixed starting from 2017.3129 daily build.

thank you very much for the effort.