Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.03 KB | None | 0 0
  1. [2015-10-09 23:50:23.774] [logger] [debug] Debugger Disabled.
  2. [info:0] Loaded module gameloader.rpl
  3. [debug:0] Tried to reallocate an existing page
  4. [info:0] Loaded module coreinit.rpl
  5. [trace:0] Core 0 wait for thread
  6. [trace:100] Core 1 wait for thread
  7. [trace:200] Core 2 wait for thread
  8. [trace:0] Core 0 wait for thread
  9. [trace:200] Core 2 wait for thread
  10. [trace:101] Core 1 enter thread 1
  11. [trace:101] 0xFBADCDE0 GameLoaderRun()
  12. [trace:101] 0xFBADCDE0 MEM_DynLoad_DefaultAlloc(1748, 64, 0x01001A28)
  13. [info:101] Loaded module BayonetLoader.rpx
  14. [debug:101] Succesfully loaded BayonetLoader.rpx
  15. [trace:5] Core 0 enter thread 5
  16. [trace:200] Core 2 wait for thread
  17. [trace:5] 0xFBADCDE0 InterruptThreadEntry(0x0, 0x0)
  18. [trace:200] Core 2 wait for thread
  19. [trace:5] Core 0 wait for thread
  20. [trace:207] Core 2 enter thread 7
  21. [trace:5] Core 0 wait for thread
  22. [trace:207] 0xFBADCDE0 InterruptThreadEntry(0x2, 0x0)
  23. [trace:5] Core 0 wait for thread
  24. [trace:207] Core 2 wait for thread
  25. [trace:101] Core 1 destroy fiber 1
  26. [trace:100] Core 1 exit thread 1
  27. [trace:106] Core 1 enter thread 6
  28. [trace:106] 0xFBADCDE0 InterruptThreadEntry(0x1, 0x0)
  29. [trace:103] Core 1 enter thread 3
  30. [trace:103] 0x02000294 OSGetCurrentThread()
  31. [trace:103] 0x0200029C OSIsDebuggerInitialized()
  32. [trace:103] 0x02000410 __ghsLock()
  33. [trace:103] 0x02000448 __ghsUnlock()
  34. [trace:103] 0x02000084 OSDynLoad_Acquire("BayonetWU", 0x01020FC4)
  35. [trace:103] 0xFBADCDE0 MEM_DynLoad_DefaultAlloc(52293584, 256, 0x0103EAF4)
  36. [info:103] Loaded module sysapp.rpl
  37. [info:103] Loaded module nn_save.rpl
  38. [info:103] Loaded module nn_act.rpl
  39. [error:103] Failed to load module nn_olv.rpl
  40. [debug:103] Missing library nn_olv.rpl
  41. [error:103] Failed to load module nlibcurl.rpl
  42. [debug:103] Missing library nlibcurl
  43. [error:103] Failed to load module nsysnet.rpl
  44. [debug:103] Missing library nsysnet
  45. [info:103] Loaded module gx2.rpl
  46. [error:103] Failed to load module snd_core.rpl
  47. [debug:103] Missing library snd_core
  48. [error:103] Failed to load module snd_user.rpl
  49. [debug:103] Missing library snd_user
  50. [error:103] Failed to load module h264.rpl
  51. [debug:103] Missing library h264
  52. [error:103] Failed to load module vpad.rpl
  53. [debug:103] Missing library vpad
  54. [info:103] Loaded module proc_ui.rpl
  55. [info:103] Loaded module nn_ac.rpl
  56. [info:103] Loaded module padscore.rpl
  57. [info:103] Loaded module BayonetWU.rpl
  58. [trace:103] 0x020000DC OSDynLoad_FindExport(0x01002B3C, 0, "rpl_main014", 0x01020FC8)
  59. [trace:103] 0x0200012C OSReport("GameMain() Exec\n", ...)
  60. [debug:103] OSReport GameMain() Exec
  61.  
  62. [trace:103] 0x02C87E70 OSGetTime()
  63. [trace:103] 0x02DDE158 MCP_Open()
  64. [trace:103] 0x02DDE180 OSReport("SCI:ERROR:%s:%d: Couldn't get mcp handle(%d)\n", ...)
  65. [debug:103] OSReport SCI:ERROR:SCIGetSystemSettings:109: Couldn't get mcp handle(-1)
  66.  
  67. [trace:103] 0x02DDE188 MCP_Close(0xFFFFFFFF)
  68. [trace:103] 0x02DDE2C4 UCOpen()
  69. [trace:103] 0x02DDE2F0 OSReport("SCI:ERROR:%s:%d: Couldn't get UC handle(%d)\n", ...)
  70. [debug:103] OSReport SCI:ERROR:_SCIReadSysConfig:74: Couldn't get UC handle(-1)
  71.  
  72. [trace:103] 0x02DDE2F8 UCClose(0xFFFFFFFF)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement