Simulator crashes during build without any particular reason without logs

Hi,

I have quite large app and after last update i did not build app to the device only testing it in Corona Sim.

Now after major code update it does not want to build, Simulator just quits without any error few seconds after build for iOS starts.

I have no logs neither from OS nor from terminal.

How to debug this case what is going on ? How to get at least logs .

2012.735
Simple samples from Corona works just fine.

EDIT

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
 
Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000044
 
VM Regions Near 0x44:
--> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator
    __TEXT                 0000000000001000-0000000000112000 [ 1092K] r-x/rwx SM=COW  /Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator
 
Application Specific Information:
objc[1792]: garbage collection is OFF
Performing @selector(build:) from sender NSButton 0x2037740
 
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.anscamobile.Corona_Simulator    0x00059318 0x1000 + 361240
1   com.anscamobile.Corona_Simulator    0x0002acc0 0x1000 + 171200
2   com.anscamobile.Corona_Simulator    0x0002ad50 0x1000 + 171344
3   com.anscamobile.Corona_Simulator    0x0000ce39 0x1000 + 48697
4   com.apple.CoreFoundation            0x92be5091 -[NSObject performSelector:withObject:] + 65
5   com.apple.AppKit                    0x99b47cb3 -[NSApplication sendAction:to:from:] + 232
6   com.apple.AppKit                    0x99b47b90 -[NSControl sendAction:to:] + 102
7   com.apple.AppKit                    0x99b47a93 -[NSCell _sendActionFrom:] + 160
8   com.apple.AppKit                    0x99b46e50 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295
9   com.apple.AppKit                    0x99bca351 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501
10  com.apple.AppKit                    0x99b45893 -[NSControl mouseDown:] + 943
11  com.apple.AppKit                    0x99b0e7b1 -[NSWindow sendEvent:] + 7533
12  com.apple.AppKit                    0x99aa66ff -[NSApplication sendEvent:] + 4788
13  com.apple.AppKit                    0x99a37c82 -[NSApplication run] + 1007
14  com.apple.AppKit                    0x99ccc18a NSApplicationMain + 1054
15  com.anscamobile.Corona_Simulator    0x000023f5 0x1000 + 5109

Seeing the same thing. On the console window I am getting this:

Using Custom Build Id 1
ERROR: An error occurred during build. The server returned the following message:
[Error: (iOS) builds were not available. Version(1354924800)]

I have been asking for 6 months now, where the error log is. I still cannot get anything to build on Win7. Same issue, when I go to build, it just quits....

This is usually (99%) caused by syntax errors in your build.settings file

Can you all post up your build.settings file please?

Hi Danny,

Mine is

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
settings =
{
        orientation =
        {
                default = "portrait",
                supported =
                {
                        "portrait",
                },
        },
        
        iphone =
        {
                plist =
                {
 
                        UIPrerenderedIcon = false,
                    UIApplicationExitsOnSuspend = false,
            UIStatusBarHidden = true,
                         
                        CFBundleIconFile = "Icon.png",
                CFBundleIconFiles = 
                {
                   "iTunesArtwork", 
                   "Icon@2x.png", 
                   "Icon-72.png",
                   "Icon.png"
                },
                
                UILaunchImageFile = "Default.png",
                        UILaunchImageFile~iPad = "Default.png",
       },       
        },   
}

Bladko:

This line is causing your issue

UILaunchImageFile~iPad = "Default.png",

Remove it and it builds.

for me, it crashes on anything. Even the sample apps-- I have tried every one. Here is the link to my posting going back to last year: http://developer.anscamobile.com/forum/2011/06/14/simulator-crash-windows-7

I really wish someone would give me some suggestions....
I would reaaly like to know if there is an error log !!!

Bueller....Bueller....

Thanks that was it. Who would guess :)

@elsereturn

Sorry to hear your case has gone unanswered.

Il try and get some info on your issue asap :)

views:1942 update:2012/2/7 8:40:54
corona forums © 2003-2011