Can't test - Game won't load on device

VladoVlado Member, PRO Posts: 11
edited November -1 in Working with GS (Mac)
Hi all,

I'm trying to run my game on my device, but it won't load.
Here is the output on xcode:-

NU gdb 6.3.50-20050815 (Apple version gdb-1705) (Fri Jul 1 10:53:44 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=x86_64-apple-darwin --target=arm-apple-darwin".tty /dev/ttys000
target remote-mobile /tmp/.XcodeGDBRemote-xxxx-xx
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
[Switching to process 11779 thread 0x0]
[Switching to process 11779 thread 0x0]
sharedlibrary apply-load-rules all
2011-09-22 21:11:06.421 GameSalad Viewer[162:707] *** __NSAutoreleaseNoPool(): Object 0x25dcf0 of class __NSCFDictionary autoreleased with no pool in place - just leaking
AudioStreamBasicDescription: 2 ch, 44100 Hz, 'lpcm' (0x00000C2C) 8.24-bit little-endian signed integer, deinterleaved
2011-09-22 21:12:32.678 GameSalad Viewer[162:707] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSMutableArray objectAtIndex:]: index 0 beyond bounds for empty array'
*** Call stack at first throw:
(
0 CoreFoundation 0x3618b64f __exceptionPreprocess + 114
1 libobjc.A.dylib 0x333e4c5d objc_exception_throw + 24
2 CoreFoundation 0x360f6069 -[__NSArrayM objectAtIndex:] + 184
3 GameSalad Viewer 0x0005c5c0 -[EAGLGameView loadGameFromPath:] + 156
4 GameSalad Viewer 0x00061790 -[GameSaladAppDelegate finishLoadingGameView] + 160
5 Foundation 0x345ba6d5 __NSFireDelayedPerform + 368
6 CoreFoundation 0x36162a47 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 14
7 CoreFoundation 0x36164ecb __CFRunLoopDoTimer + 850
8 CoreFoundation 0x36165845 __CFRunLoopRun + 1088
9 CoreFoundation 0x360f5ec3 CFRunLoopRunSpecific + 230
10 CoreFoundation 0x360f5dcb CFRunLoopRunInMode + 58
11 GraphicsServices 0x358af41f GSEventRunModal + 114
12 GraphicsServices 0x358af4cb GSEventRun + 62
13 UIKit 0x34f9fd69 -[UIApplication _run] + 404
14 UIKit 0x34f9d807 UIApplicationMain + 670
15 GameSalad Viewer 0x000023f3 main + 162
16 GameSalad Viewer 0x00002318 start + 52
)
terminate called after throwing an instance of 'NSException'
(gdb)

Any help would be appreciated, i'm using the latest viewer, creater and xcode.

Thank you

Vlado

Comments

Sign In or Register to comment.