An uncaught exception was raised

Aron HiltzikAron Hiltzik Member Posts: 10

I got an error when loading up one of my games where it says " AN uncaught exception was raised. Choose "continue" to continue running in an inconsistent state. Choose "Crash" to halt the application and file a bug with crash reporter. Choosing "crash" will result in the loss of all unsaved data.

My app wont allow me to open it!

Here are the details:

Exception Name: Lua Error
Description: Lua Error
User Info: {
NSStackTraceKey = "0x7fff914f2b7b 0x7fffa4271cad 0x103cfa5b6 0x103f728e1 0x103f72471 0x103f86c3d 0x103cfc3e2 0x103c30208 0x7fff8d9d2647 0x7fff8d9d252c 0x7fff8daaf4e0 0x7fff8dcece18 0x103be7522 0x103be9e82 0x7fff8dcf7e9f 0x7fff8dbe9d04 0x7fff8dbf2c9b 0x7fff8dbf316f 0x7fff8dbc8d8a 0x7fff8dbc93e6 0x7fff8db6ac39 0x7fff8fb1702c 0x7fff8fb16eb1 0x7fff8fb30376 0x7fff91581c88 0x7fff8fb22e14 0x7fff8fb22a9f 0x7fff8fb225fa 0x7fff8fb1a021 0x7fff8fb195b4 0x7fff8f0baf6c 0x7fff8f0baca9 0x7fff8f0babd6 0x7fff8d7b15f5 0x7fff8dec18eb 0x7fff8d7a5fbd 0x7fff8d770a8a 0x103b4f5a4 0x1";
}

0 CoreFoundation 0x00007fff8fba352b exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fffa4271cad objc_exception_throw + 48
2 CoreFoundation 0x00007fff8fba3479 -[NSException raise] + 9
3 ExceptionHandling 0x00007fff914f2b9f NSExceptionHandlerExceptionRaiser + 196
4 libobjc.A.dylib 0x00007fffa4271cad objc_exception_throw + 48
5 GameSalad 0x0000000103cfa5b6 luaPanicHandler + 102
6 GameSalad 0x0000000103f728e1 luaD_throw + 353
7 GameSalad 0x0000000103f72471 luaG_runerror + 353
8 GameSalad 0x0000000103f86c3d luaV_gettable + 189
9 GameSalad 0x0000000103cfc3e2 -[LuaState callMethod:ofObject:args:] + 130
10 GameSalad 0x0000000103c30208 -[GSDocument readFromURL:ofType:error:] + 520
11 AppKit 0x00007fff8d9d2647 -[NSDocument initWithContentsOfURL:ofType:error:] + 172
12 AppKit 0x00007fff8d9d252c -[NSDocument initWithContentsOfURL:ofType:error:] + 231
13 AppKit 0x00007fff8daaf4e0 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 644
14 AppKit 0x00007fff8dcece18 -[NSDocumentController(NSDeprecated) openDocumentWithContentsOfURL:display:error:] + 915
15 GameSalad 0x0000000103be7522 -[GSDashBoardWindowController openGameWithRecord:] + 514
16 GameSalad 0x0000000103be9e82 -[GSDashboardRecentProjectsController performActionOnContext:] + 114
17 AppKit 0x00007fff8dcf7e9f -[NSObject(_NSBinderKeyValueCodingAdditions) _invokeSelector:withArguments:onKeyPath:] + 524
18 AppKit 0x00007fff8dbe9d04 -[NSArrayController _invokeMultipleSelector:withArguments:onKeyPath:atIndex:] + 144
19 AppKit 0x00007fff8dbf2c9b -[NSBinder _invokeSelector:withArguments:onKeyPath:ofObject:mode:raisesForNotApplicableKeys:] + 253
20 AppKit 0x00007fff8dbf316f -[NSBinder invokeSelector:withArguments:forBinding:error:] + 176
21 AppKit 0x00007fff8dbc8d8a -[NSActionBinder _invokeSelector:withArguments:forBinding:] + 131
22 AppKit 0x00007fff8dbc93e6 -[NSActionBinder _performActionWithCommitEditing:didCommit:contextInfo:] + 348
23 AppKit 0x00007fff8db6ac39 -[NSController _controllerEditor:didCommit:contextInfo:] + 185
24 CoreFoundation 0x00007fff8fb1702c __invoking
+ 140
25 CoreFoundation 0x00007fff8fb16eb1 -[NSInvocation invoke] + 289
26 CoreFoundation 0x00007fff8fb30376 -[NSInvocation invokeWithTarget:] + 54
27 Foundation 0x00007fff91581c88 NSFireDelayedPerform + 417
28 CoreFoundation 0x00007fff8fb22e14 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION
+ 20
29 CoreFoundation 0x00007fff8fb22a9f __CFRunLoopDoTimer + 1071
30 CoreFoundation 0x00007fff8fb225fa __CFRunLoopDoTimers + 298
31 CoreFoundation 0x00007fff8fb1a021 __CFRunLoopRun + 2065
32 CoreFoundation 0x00007fff8fb195b4 CFRunLoopRunSpecific + 420
33 HIToolbox 0x00007fff8f0baf6c RunCurrentEventLoopInMode + 240
34 HIToolbox 0x00007fff8f0baca9 ReceiveNextEventCommon + 184
35 HIToolbox 0x00007fff8f0babd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
36 AppKit 0x00007fff8d7b15f5 _DPSNextEvent + 1093
37 AppKit 0x00007fff8dec18eb -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637
38 AppKit 0x00007fff8d7a5fbd -[NSApplication run] + 926
39 AppKit 0x00007fff8d770a8a NSApplicationMain + 1237
40 GameSalad 0x0000000103b4f5a4 start + 52

Sign In or Register to comment.