Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. 00:02:08.133 | Emulation CurrentDomain_UnhandledException: Unhandled exception caught: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  2. ---> System.NotImplementedException: Controller applet is not implemented.
  3. at Ryujinx.HLE.HOS.Applets.AppletManager.Create(AppletId applet, Horizon system) in Z:\Data\Dev\Switch\Ryujinx\Ryujinx.HLE\HOS\Applets\AppletManager.cs:line 27
  4. at Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.LibraryAppletCreator.ILibraryAppletAccessor..ctor(AppletId appletId, Horizon system) in Z:\Data\Dev\Switch\Ryujinx\Ryujinx.HLE\HOS\Services\Am\AppletAE\AllSystemAppletProxiesService\LibraryAppletCreator\ILibraryAppletAccessor.cs:line 27
  5. at Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy.ILibraryAppletCreator.CreateLibraryApplet(ServiceCtx context) in Z:\Data\Dev\Switch\Ryujinx\Ryujinx.HLE\HOS\Services\Am\AppletAE\AllSystemAppletProxiesService\SystemAppletProxy\ILibraryAppletCreator.cs:line 17
  6. --- End of inner exception stack trace ---
  7. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  8. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  9. at Ryujinx.HLE.HOS.Services.IpcService.CallMethod(ServiceCtx context) in Z:\Data\Dev\Switch\Ryujinx\Ryujinx.HLE\HOS\Services\IpcService.cs:line 121
  10. at Ryujinx.HLE.HOS.Ipc.IpcHandler.IpcCall(Switch device, KProcess process, MemoryManager memory, KThread thread, KClientSession session, IpcMessage request, Int64 cmdPtr) in Z:\Data\Dev\Switch\Ryujinx\Ryujinx.HLE\HOS\Ipc\IpcHandler.cs:line 110
  11. at Ryujinx.HLE.HOS.Kernel.SupervisorCall.SvcHandler.ProcessIpcRequest(Object state) in Z:\Data\Dev\Switch\Ryujinx\Ryujinx.HLE\HOS\Kernel\SupervisorCall\SvcIpc.cs:line 169
  12. at System.Threading.ThreadPoolWorkQueue.Dispatch()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement