Skip to content

Instantly share code, notes, and snippets.

@cyco
Created August 5, 2013 08:44
Show Gist options
  • Save cyco/6154368 to your computer and use it in GitHub Desktop.
Save cyco/6154368 to your computer and use it in GitHub Desktop.
2013-08-05 10:42:16.257 OpenEmu[4093:a403] *** Assertion failure in -[OESystemBindings OE_playerBindings:didSetDeviceEvent:forKey:], /Users/chris/Shared/Development/OpenEmu/OpenEmu-SDK/OpenEmuSystem/OESystemBindings.m:682
2013-08-05 10:42:16.258 OpenEmu[4093:a403] An uncaught exception was raised
2013-08-05 10:42:16.259 OpenEmu[4093:a403] Controller type 'OEControllerRetrode' does not recognize the event '<OEHIDEvent 0x1064b8220 pad=0x1060ba220 type=Button number=1 state=On 'Button 1' cookie=25>', when attempting to set the key with name: 'OESNESButtonUp'.
2013-08-05 10:42:16.259 OpenEmu[4093:a403] (
0 CoreFoundation 0x00007fff8ca6dd7c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff9023ae15 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8ca6dbd8 +[NSException raise:format:arguments:] + 104
3 Foundation 0x00007fff8e5e65a4 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
4 OpenEmuSystem 0x000000010039a4bc -[OESystemBindings OE_playerBindings:didSetDeviceEvent:forKey:] + 1468
5 OpenEmuSystem 0x00000001003992cc -[OESystemBindings OE_playerBindings:didAssignEvent:toKeyWithName:] + 588
6 OpenEmuSystem 0x00000001003a034f -[OEPlayerBindings assignEvent:toKeyWithName:] + 175
7 OpenEmu 0x00000001000a071a -[OEPrefControlsController registerEvent:] + 266
8 OpenEmu 0x00000001000a0fdd -[OEPrefControlsController buttonDown:] + 93
9 OpenEmuSystem 0x00000001003ba3b5 -[NSResponder(OEHIDAdditions) buttonDown:] + 101
10 OpenEmuSystem 0x00000001003ba018 __46-[NSResponder(OEHIDAdditions) handleHIDEvent:]_block_invoke + 312
11 libdispatch.dylib 0x00007fff87c9842c _dispatch_call_block_and_release + 12
12 libdispatch.dylib 0x00007fff87c956e3 _dispatch_client_callout + 8
13 libdispatch.dylib 0x00007fff87c96b83 _dispatch_queue_drain + 451
14 libdispatch.dylib 0x00007fff87c96966 _dispatch_queue_invoke + 110
15 libdispatch.dylib 0x00007fff87c9bafd _dispatch_root_queue_drain + 75
16 libdispatch.dylib 0x00007fff87c968f1 _dispatch_worker_thread2 + 40
17 libsystem_pthread.dylib 0x00007fff903e9f08 _pthread_wqthread + 314
18 libsystem_pthread.dylib 0x00007fff903ecfc9 start_wqthread + 13
)
2013-08-05 10:42:16.260 OpenEmu[4093:a403] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Controller type 'OEControllerRetrode' does not recognize the event '<OEHIDEvent 0x1064b8220 pad=0x1060ba220 type=Button number=1 state=On 'Button 1' cookie=25>', when attempting to set the key with name: 'OESNESButtonUp'.'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8ca6dd7c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff9023ae15 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8ca6dbd8 +[NSException raise:format:arguments:] + 104
3 Foundation 0x00007fff8e5e65a4 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
4 OpenEmuSystem 0x000000010039a4bc -[OESystemBindings OE_playerBindings:didSetDeviceEvent:forKey:] + 1468
5 OpenEmuSystem 0x00000001003992cc -[OESystemBindings OE_playerBindings:didAssignEvent:toKeyWithName:] + 588
6 OpenEmuSystem 0x00000001003a034f -[OEPlayerBindings assignEvent:toKeyWithName:] + 175
7 OpenEmu 0x00000001000a071a -[OEPrefControlsController registerEvent:] + 266
8 OpenEmu 0x00000001000a0fdd -[OEPrefControlsController buttonDown:] + 93
9 OpenEmuSystem 0x00000001003ba3b5 -[NSResponder(OEHIDAdditions) buttonDown:] + 101
10 OpenEmuSystem 0x00000001003ba018 __46-[NSResponder(OEHIDAdditions) handleHIDEvent:]_block_invoke + 312
11 libdispatch.dylib 0x00007fff87c9842c _dispatch_call_block_and_release + 12
12 libdispatch.dylib 0x00007fff87c956e3 _dispatch_client_callout + 8
13 libdispatch.dylib 0x00007fff87c96b83 _dispatch_queue_drain + 451
14 libdispatch.dylib 0x00007fff87c96966 _dispatch_queue_invoke + 110
15 libdispatch.dylib 0x00007fff87c9bafd _dispatch_root_queue_drain + 75
16 libdispatch.dylib 0x00007fff87c968f1 _dispatch_worker_thread2 + 40
17 libsystem_pthread.dylib 0x00007fff903e9f08 _pthread_wqthread + 314
18 libsystem_pthread.dylib 0x00007fff903ecfc9 start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment