Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2021
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. 00:00:00.316 |N| Application LoadApplication: Using Firmware Version: 12.0.2
  2. 00:00:01.774 |N| GUI.RenderLoop Gpu PrintGpuInformation: NVIDIA Corporation GeForce GTX 1080/PCIe/SSE2 (4.6.0 NVIDIA 461.09)
  3. 00:00:26.163 |E| HLE.OsThread.7 AudioRenderer Update: Unmap of memory pool (address: 0x10bc575000, size 0x278000) failed!
  4. 00:00:43.567 |E| HLE.OsThread.16 Application : Unhandled exception caught: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  5. ---> LibHac.HorizonResultException: ResultFsInvalidIvfcHash (2002-4604): Hash error!
  6. at LibHac.ThrowHelper.ThrowResult(Result result, String message)
  7. at LibHac.FsSystem.IntegrityVerificationStorage.ReadImpl(Int64 offset, Span`1 destination, IntegrityCheckLevel integrityCheckLevel)
  8. at LibHac.FsSystem.CachedStorage.ReadBlock(CacheBlock block, Int64 index)
  9. at LibHac.FsSystem.CachedStorage.GetBlock(Int64 blockIndex)
  10. at LibHac.FsSystem.CachedStorage.DoRead(Int64 offset, Span`1 destination)
  11. at LibHac.FsSystem.HierarchicalIntegrityVerificationStorage.DoRead(Int64 offset, Span`1 destination)
  12. at LibHac.FsSystem.StorageStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  13. at System.IO.Stream.Read(Span`1 buffer)
  14. at LibHac.FsSystem.StreamStorage.DoRead(Int64 offset, Span`1 destination)
  15. at Ryujinx.HLE.HOS.Services.Fs.FileSystemProxy.IStorage.Read(ServiceCtx context) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\Fs\FileSystemProxy\IStorage.cs:line 20
  16. --- End of inner exception stack trace ---
  17. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  18. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  19. at Ryujinx.HLE.HOS.Services.IpcService.CallHipcMethod(ServiceCtx context) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\IpcService.cs:line 122
  20. at Ryujinx.HLE.HOS.Services.ServerBase.Process(Int32 serverSessionHandle, UInt64 recvListAddr) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\ServerBase.cs:line 212
  21. at Ryujinx.HLE.HOS.Services.ServerBase.ServerLoop() in C:\projects\ryujinx\Ryujinx.HLE\HOS\Services\ServerBase.cs:line 133
  22. at Ryujinx.HLE.HOS.Kernel.Threading.KThread.ThreadStart() in C:\projects\ryujinx\Ryujinx.HLE\HOS\Kernel\Threading\KThread.cs:line 1038
  23. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  24. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  25. --- End of stack trace from previous location ---
  26. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  27. at System.Threading.ThreadHelper.ThreadStart()
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement