Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
94
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.398 | Application LoadApplication: Loading as NSP.
  2. 00:00:00.408 | Loader LoadExeFs: Loading rtld...
  3. 00:00:00.409 | Loader LoadExeFs: Loading main...
  4. 00:00:00.539 | Loader LoadExeFs: Loading subsdk0...
  5. 00:00:00.556 | Loader LoadExeFs: Loading sdk...
  6. 00:00:01.421 | Loader LoadStaticObjects: Loading image 0 at 0x0000000008000000...
  7. 00:00:01.422 | Loader LoadStaticObjects: Loading image 1 at 0x0000000008004000...
  8. 00:00:01.463 | Loader LoadStaticObjects: Loading image 2 at 0x000000000babb000...
  9. 00:00:01.468 | Loader LoadStaticObjects: Loading image 3 at 0x000000000c1c8000...
  10. 00:00:01.490 | Application EnsureSaveData: Ensuring required savedata exists.
  11. 00:00:02.087 | GUI.RenderLoop Gpu PrintGpuInformation: NVIDIA Corporation GeForce GTX 750 Ti/PCIe/SSE2 (4.6.0 NVIDIA 442.19)
  12. 00:00:02.510 | ServiceAm GetAppletResourceUserId: Stubbed.
  13. 00:00:02.790 | ServiceAm AcquireForegroundRights: Stubbed.
  14. 00:00:02.821 | ServiceAm SetFocusHandlingMode: Stubbed.
  15. 00:00:02.862 | ServiceAm SetOutOfFocusSuspendingEnabled: Stubbed.
  16. 00:00:02.950 | HLE.HostThread.0 KernelSvc PrintResult: SendSyncRequest64 returned error PortRemoteClosed.
  17. 00:00:02.953 | HLE.HostThread.0 KernelSvc PrintResult: SendSyncRequest64 returned error PortRemoteClosed.
  18. 00:00:02.953 | HLE.HostThread.0 KernelSvc PrintResult: SendSyncRequest64 returned error PortRemoteClosed.
  19. 00:00:02.954 | ServicePctl Initialize: Service is already initialized!
  20. 00:00:23.273 | HLE.HostThread.0 KernelSvc PrintResult: MapSharedMemory64 returned error InvalidMemRange.
  21. 00:00:23.811 | ServiceNv FinishInitialize: Stubbed.
  22. 00:00:23.948 | ServiceVi CreateStrayLayer: Stubbed.
  23. 00:00:24.624 | ServiceNv InitializeEx: Stubbed.
  24. 00:00:24.629 | ServiceNv GetVaRegions: Stubbed.
  25. 00:00:24.631 | ServiceNv GetVaRegions: Stubbed.
  26. 00:00:24.720 | ServiceNv Create: Created map 1 with size 0x00001000!
  27. 00:00:24.774 | ServiceNv Create: Created map 2 with size 0x00010000!
  28. 00:00:24.801 | ServiceNv GetActiveSlotMask: Stubbed.
  29. 00:00:24.816 | ServiceNv Create: Created map 3 with size 0x00063000!
  30. 00:00:24.846 | ServiceNv Create: Created map 4 with size 0x00001000!
  31. 00:00:24.862 | ServiceNv BindChannel: Stubbed.
  32. 00:00:24.864 | ServiceNv SetNvMapFd: Stubbed.
  33. 00:00:24.868 | ServiceNv AllocGpfifoEx2: Stubbed.
  34. 00:00:24.869 | ServiceNv AllocObjCtx: Stubbed.
  35. 00:00:24.870 | ServiceNv SetTimeout: Stubbed.
  36. 00:00:24.877 | ServiceNv SetErrorNotifier: Stubbed.
  37. 00:00:24.879 | ServiceNv SetUserData: Stubbed.
  38. 00:00:24.882 | ServiceNv SetTimeslice: Stubbed.
  39. 00:00:24.884 | ServiceNv Create: Created map 5 with size 0x00010000!
  40. 00:00:24.913 | ServiceNv Create: Created map 6 with size 0x00049000!
  41. 00:00:24.917 | ServiceNv ZcullBind: Stubbed.
  42. 00:00:25.122 | ServiceNv Create: Created map 7 with size 0x01950000!
  43. 00:00:25.327 | 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