Corona Simulator crashes (Windows)

Hi,

New to Corona here, but the Simulator crashes when launching.

Problem signature: Problem Event Name: APPCRASH Application Name: Corona Simulator.exe Application Version: 16.0.2830.0 Application Timestamp: 56c59d1b Fault Module Name: msvcrt.dll Fault Module Version: 7.0.7601.17744 Fault Module Timestamp: 4eeaf722 Exception Code: c0000005 Exception Offset: 00009b60 OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 1035 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789 Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt

Does it require Hyper-V virtualization perhaps?

What version of Corona SDK are you using? (Since it’s crashing on startup, when did you download it?,

Was it from the home page or the daily builds page?

What version of Windows are you using?

What CPU are you running on?
What Graphics card are you using?

Yes, sorry for leaving a lot of info out.

It was from the home page:

CoronaSDK-2016.2830.msi

22:11:19.974  Windows simulator build date: Feb 18 2016 @ 02:28:53

OS: Windows 7 64bit

CPU: E8400

Graphics: ATI Radeon HD 4350

Have you tired uninstalling and reinstalling? 

Maybe check out this post i made wrote up just today.

Second to last post.

https://forums.coronalabs.com/topic/62070-corona-sdk-installation-error/#entry321779

–SonicX278 

I just tried uninstalling and reinstalling but it didn’t seem to help. Also, after uninstalling the registry was clean with respect to that, so there wasn’t anything to delete manually.

This is what Corona Simulator Output says:

00:24:10.306 00:24:10.306 Windows simulator build date: Feb 18 2016 @ 02:28:53 00:24:10.306 00:24:14.643 The stdin connection has closed.

(This is when the crash happens, a dialog window pops up and these lines can be seen in the “output” window.)

Our engineers have suggested that the likely cause is a bad video driver and suggest that you verify/update your video driver to the latest available. It needs to support OpenGL 2.1 or later.

Rob

Now I have the same problem in Windows,yesterday work fine,now fail.The codein xOS work fine

Have you tried rebooting?

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?

What version of Corona SDK are you using? (Since it’s crashing on startup, when did you download it?,

Was it from the home page or the daily builds page?

What version of Windows are you using?

What CPU are you running on?
What Graphics card are you using?

Yes, sorry for leaving a lot of info out.

It was from the home page:

CoronaSDK-2016.2830.msi

22:11:19.974  Windows simulator build date: Feb 18 2016 @ 02:28:53

OS: Windows 7 64bit

CPU: E8400

Graphics: ATI Radeon HD 4350

Have you tired uninstalling and reinstalling? 

Maybe check out this post i made wrote up just today.

Second to last post.

https://forums.coronalabs.com/topic/62070-corona-sdk-installation-error/#entry321779

–SonicX278 

I just tried uninstalling and reinstalling but it didn’t seem to help. Also, after uninstalling the registry was clean with respect to that, so there wasn’t anything to delete manually.

This is what Corona Simulator Output says:

00:24:10.306 00:24:10.306 Windows simulator build date: Feb 18 2016 @ 02:28:53 00:24:10.306 00:24:14.643 The stdin connection has closed.

(This is when the crash happens, a dialog window pops up and these lines can be seen in the “output” window.)

Our engineers have suggested that the likely cause is a bad video driver and suggest that you verify/update your video driver to the latest available. It needs to support OpenGL 2.1 or later.

Rob

Now I have the same problem in Windows,yesterday work fine,now fail.The codein xOS work fine

Have you tried rebooting?