Corona Simulator crashes (Windows)

Yes, but the problem continue. I’m restored a backup source and the build work fine,but with the actual source work fine but the build crash in Windows,in iOS no problem ¿? 

Can you provide any more details? Is it crashing the simulator? Is it crashing trying to build?

Are there any messages that come with the crash? Anything in the console window?

What version of Corona SDK are you using?

What version of Windows are  you using?

Does it crash trying to run one of our sample apps?

Have you made any changes to your program recently?

We need more information before we can really provide any help.

Rob

A delta say,theproblemin build is:

if Dispositivo == “Android”
    then
    function onSystemEvent(event)
    if event.type == “applicationSuspend” then
        native.requestExit()
    end
    end
    Runtime:addEventListener(“system”, onSystemEvent)
  else end

¿?

Thanks Rob

Can you provide any more details?  … Yes,of course …I love Coronalabs since 2012

Is it crashing the simulator? … No,the programrun fine

Is it crashing trying to build? … Yes, crash the build

Are there any messages that come with the crash? no, the windows must close

Anything in the console window?  … imust view

What version of Corona SDK are you using? the last build 2016.2855

What version of Windows are  you using? Windows 7

Does it crash trying to run one of our sample apps? no, it’s mine

Have you made any changes to your program recently? YES!!!

What did you change recently?

Also why do you want your app to exit?