Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. 00:00:00.501 | Application LoadApplication: Loading as NSP.
  2. 00:00:00.513 | Loader LoadExeFs: Loading rtld...
  3. 00:00:00.515 | Loader LoadExeFs: Loading main...
  4. 00:00:00.776 | Loader LoadExeFs: Loading subsdk0...
  5. 00:00:00.810 | Loader LoadExeFs: Loading sdk...
  6. 00:00:01.876 | Loader LoadStaticObjects: Loading image 0 at 0x0000000008000000...
  7. 00:00:01.877 | Loader LoadStaticObjects: Loading image 1 at 0x0000000008004000...
  8. 00:00:01.923 | Loader LoadStaticObjects: Loading image 2 at 0x000000000babb000...
  9. 00:00:01.930 | Loader LoadStaticObjects: Loading image 3 at 0x000000000c1c8000...
  10. 00:00:01.959 | Application EnsureSaveData: Ensuring required savedata exists.
  11. 00:00:03.262 | GUI.RenderLoop Gpu PrintGpuInformation: NVIDIA Corporation GeForce GTX 860M/PCIe/SSE2 (4.6.0 NVIDIA 390.65)
  12. 00:00:03.563 | ServiceAm GetAppletResourceUserId: Stubbed.
  13. 00:00:03.970 | ServiceAm AcquireForegroundRights: Stubbed.
  14. 00:00:04.017 | ServiceAm SetFocusHandlingMode: Stubbed.
  15. 00:00:04.063 | ServiceAm SetOutOfFocusSuspendingEnabled: Stubbed.
  16. 00:00:04.193 | HLE.HostThread.0 KernelSvc PrintResult: SendSyncRequest64 returned error PortRemoteClosed.
  17. 00:00:04.198 | HLE.HostThread.0 KernelSvc PrintResult: SendSyncRequest64 returned error PortRemoteClosed.
  18. 00:00:04.199 | HLE.HostThread.0 KernelSvc PrintResult: SendSyncRequest64 returned error PortRemoteClosed.
  19. 00:00:04.200 | ServicePctl Initialize: Service is already initialized!
  20. 00:00:32.363 | HLE.HostThread.0 KernelSvc PrintResult: MapSharedMemory64 returned error InvalidMemRange.
  21. 00:00:33.127 | ServiceNv FinishInitialize: Stubbed.
  22. 00:00:33.334 | ServiceVi CreateStrayLayer: Stubbed.
  23. 00:00:34.293 | ServiceNv InitializeEx: Stubbed.
  24. 00:00:34.299 | ServiceNv GetVaRegions: Stubbed.
  25. 00:00:34.302 | ServiceNv GetVaRegions: Stubbed.
  26. 00:00:34.434 | ServiceNv Create: Created map 1 with size 0x00001000!
  27. 00:00:34.487 | ServiceNv Create: Created map 2 with size 0x00010000!
  28. 00:00:34.522 | ServiceNv GetActiveSlotMask: Stubbed.
  29. 00:00:34.541 | ServiceNv Create: Created map 3 with size 0x00063000!
  30. 00:00:34.584 | ServiceNv Create: Created map 4 with size 0x00001000!
  31. 00:00:34.605 | ServiceNv BindChannel: Stubbed.
  32. 00:00:34.607 | ServiceNv SetNvMapFd: Stubbed.
  33. 00:00:34.613 | ServiceNv AllocGpfifoEx2: Stubbed.
  34. 00:00:34.614 | ServiceNv AllocObjCtx: Stubbed.
  35. 00:00:34.616 | ServiceNv SetTimeout: Stubbed.
  36. 00:00:34.622 | ServiceNv SetErrorNotifier: Stubbed.
  37. 00:00:34.624 | ServiceNv SetUserData: Stubbed.
  38. 00:00:34.628 | ServiceNv SetTimeslice: Stubbed.
  39. 00:00:34.630 | ServiceNv Create: Created map 5 with size 0x00010000!
  40. 00:00:34.672 | ServiceNv Create: Created map 6 with size 0x00049000!
  41. 00:00:34.679 | ServiceNv ZcullBind: Stubbed.
  42. 00:00:34.927 | ServiceNv Create: Created map 7 with size 0x01950000!
  43. 00:00:35.212 | Emulation CurrentDomain_UnhandledException: Unhandled exception caught: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  44. ---> System.NotImplementedException: android.gui.IGraphicBufferProducer 2
  45. at Ryujinx.HLE.HOS.Services.SurfaceFlinger.NvFlinger.ProcessParcelRequest(ServiceCtx context, Byte[] parcelData, Int32 code) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\SurfaceFlinger\NvFlinger.cs:line 88
  46. at Ryujinx.HLE.HOS.Services.Vi.RootService.ApplicationDisplayService.IHOSBinderDriver.TransactParcelAuto(ServiceCtx context) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\Vi\RootService\ApplicationDisplayService\IHOSBinderDriver.cs:line 83
  47. --- End of inner exception stack trace ---
  48. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  49. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  50. at Ryujinx.HLE.HOS.Services.IpcService.CallMethod(ServiceCtx context) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\IpcService.cs:line 121
  51. at Ryujinx.HLE.HOS.Ipc.IpcHandler.IpcCall(Switch device, KProcess process, MemoryManager memory, KThread thread, KClientSession session, IpcMessage request, Int64 cmdPtr) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Ipc\IpcHandler.cs:line 50
  52. at Ryujinx.HLE.HOS.Kernel.SupervisorCall.SvcHandler.ProcessIpcRequest(Object state) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Kernel\SupervisorCall\SvcIpc.cs:line 157
  53. at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
  54. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  55. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement