Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. 00:00:00.000 | Application LoadApplication: Loading as XCI.
  2. 00:00:01.141 | Loader LoadExeFs: Loading rtld...
  3. 00:00:01.143 | Loader LoadExeFs: Loading main...
  4. 00:00:01.271 | Loader LoadExeFs: Loading sdk...
  5. 00:00:02.344 | Loader LoadStaticObjects: 32-bits application detected.
  6. 00:00:02.375 | Loader LoadStaticObjects: Loading image 0 at 0x0000000000200000...
  7. 00:00:02.377 | Loader LoadStaticObjects: Loading image 1 at 0x0000000000204000...
  8. 00:00:02.389 | Loader LoadStaticObjects: Loading image 2 at 0x0000000000ed5000...
  9. 00:00:02.428 | Application EnsureSaveData: Ensuring required savedata exists.
  10. 00:00:02.951 | HLE.HostThread.0 Emulation CurrentDomain_UnhandledException: Unhandled exception caught: Ryujinx.HLE.Exceptions.UndefinedInstructionException: The instruction at 0x0000000000201a10 (opcode 0xe3003101) is undefined!
  11. at Ryujinx.HLE.HOS.Kernel.Process.KProcess.UndefinedInstructionHandler(Object sender, InstUndefinedEventArgs e) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Kernel\Process\KProcess.cs:line 1132
  12. at ARMeilleure.State.ExecutionContext.OnUndefined(UInt64 address, Int32 opCode) in C:\projects\ryujinx\ARMeilleure\State\ExecutionContext.cs:line 123
  13. at ARMeilleure.Instructions.NativeInterface.Undefined(UInt64 address, Int32 opCode) in C:\projects\ryujinx\ARMeilleure\Instructions\NativeInterface.cs:line 66
  14. at ARMeilleure.Translation.TranslatedFunction.Execute(ExecutionContext context) in C:\projects\ryujinx\ARMeilleure\Translation\TranslatedFunction.cs:line 22
  15. at ARMeilleure.Translation.Translator.Execute(ExecutionContext context, UInt64 address) in C:\projects\ryujinx\ARMeilleure\Translation\Translator.cs:line 76
  16. at Ryujinx.HLE.HOS.Kernel.Threading.KThread.ThreadStart(UInt64 entrypoint) in C:\projects\ryujinx\Ryujinx.HLE\HOS\Kernel\Threading\KThread.cs:line 1144
  17. at Ryujinx.HLE.HOS.Kernel.Threading.KThread.<>c__DisplayClass129_0.<Initialize>b__0() in C:\projects\ryujinx\Ryujinx.HLE\HOS\Kernel\Threading\KThread.cs:line 162
  18. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  19. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  22. at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement