Advertisement
Guest User

Unreal 4.2.1 - MIDI Device Error CallBack

a guest
Jun 29th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.05 KB | None | 0 0
  1. SIGSEGV: invalid attempt to access memory at address 0xb8
  2.  
  3. EngineCrashHandler(FGenericCrashContext const&) [in UE4Editor) + 15
  4. , line 840958720] [in UE4Editor]
  5. PlatformCrashHandler(int, __siginfo*, void*) [in UE4Editor-Core.dylib) + 95
  6. , line 840958720] [in UE4Editor-Core.dylib]
  7. _sigtramp() Address = 0x9983a5aa (filename not found) [in libsystem_platform.dylib]
  8.  
  9. FPhysCommandHandler::Flush() Address = 0x10a7e77b (filename not found) [in UE4Editor-Engine.dylib]
  10. UWorld::Tick(ELevelTick, float) Address = 0x101523a5 (filename not found) [in UE4Editor-Engine.dylib]
  11. FLiveEditorManager::Tick(float) Address = 0x3089c5c1 (filename not found) [in UE4Editor-LiveEditor.dylib]
  12. UEditorEngine::Tick(float, bool) Address = 0x1477db68 (filename not found) [in UE4Editor-UnrealEd.dylib]
  13. UUnrealEdEngine::Tick(float, bool) Address = 0x14b281f2 (filename not found) [in UE4Editor-UnrealEd.dylib]
  14. FEngineLoop::Tick() Address = 0xe92a1dd  (filename not found) [in UE4Editor]
  15. GuardedMain(wchar_t const*) Address = 0xe92c2e1  (filename not found) [in UE4Editor]
  16. -[UE4AppDelegate applicationDidFinishLaunching:] Address = 0xe932630  (filename not found) [in UE4Editor]
  17. __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__() Address = 0x95ca8e0c (filename not found) [in CoreFoundation]
  18. _CFXNotificationPost() Address = 0x95b9c8dd (filename not found) [in CoreFoundation]
  19. -[NSNotificationCenter postNotificationName:object:userInfo:] Address = 0x9484a7ba (filename not found) [in Foundation]
  20. -[NSApplication _postDidFinishNotification] Address = 0x9a54ab89 (filename not found) [in AppKit]
  21. -[NSApplication _sendFinishLaunchingNotification] Address = 0x9a54a8bc (filename not found) [in AppKit]
  22. -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] Address = 0x9a8e0a1b (filename not found) [in AppKit]
  23. -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] Address = 0x9a5472cb (filename not found) [in AppKit]
  24. -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] Address = 0x94868f0a (filename not found) [in Foundation]
  25. _NSAppleEventManagerGenericHandler() Address = 0x94868d7d (filename not found) [in Foundation]
  26. aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) Address = 0x99292e1f (filename not found) [in AE]
  27. dispatchEventAndSendReply(AEDesc const*, AEDesc*) Address = 0x99292c32 (filename not found) [in AE]
  28. aeProcessAppleEvent() Address = 0x99292b36 (filename not found) [in AE]
  29. AEProcessAppleEvent() Address = 0x986b3161 (filename not found) [in HIToolbox]
  30. _DPSNextEvent() Address = 0x9a5430d6 (filename not found) [in AppKit]
  31. -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] Address = 0x9a5428bb (filename not found) [in AppKit]
  32. -[NSApplication run] Address = 0x9a5369bc (filename not found) [in AppKit]
  33. NSApplicationMain() Address = 0x9a5217a3 (filename not found) [in AppKit]
  34. tchar_main(int, wchar_t**) Address = 0xe932e9b  (filename not found) [in UE4Editor]
  35. main() Address = 0xe932904  (filename not found) [in UE4Editor]
  36. start() Address = 0x9640e5fd (filename not found) [in libdyld.dylib]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement