UDPIH: USB Host Stack exploit + Recovery Menu

It's been a while without any major exploits in the Wii U scene, so I present to you:

USB Descriptor Parsing Is Hard (UDPIH)

An exploit for the Wii U's USB Host Stack. Pronounced like "mud pie" without the M.

The write-up can be found here!

What does this mean?​

Since the USB Stack is running before anything on the PPC side of the Wii U is booted, this allows unbricking things like CBHC bricks without any soldering!


Requirements​

  • A Wii U
  • One of the devices listed below
    Note: Any other linux device capable of USB device emulation should work as well.
    Prebuilt releases are only available for the Pico and Zero.
    I will add more devices below which are confirmed to work.

Supported devices:​

  • A Raspberry Pi Pico or Zero
  • A Nintendo Switch capable of running udpih_nxpayload

Instructions​

Pico​

  • Download the latest udpih.uf2 from the releases page.
  • Hold down the BOOTSEL button on the board and connect the Pico to your PC.
    Your PC will detect the Pi as a storage device.
  • Copy the .uf2 file to the Pico. It will disconnect after a few seconds.
The Pico is now flashed and can be used for udpih. Continue with "Booting the recovery_menu" below.

Raspberry Pi Zero (Linux)​

  • Install the required dependencies:
    Bash:
    sudo apt install build-essential raspberrypi-kernel-headers
  • Clone the repo:
  • Bash:
    git clone https://github.com/GaryOderNichts/udpih.git
    cd udpih
  • Download the latest arm_kernel.bin.h from the releases page and copy it to the arm_kernel directory.
  • Now build the kernel module:
  • Bash:
    cd linux
    make
  • You can now run sudo insmod udpih.ko to insert the kernel module into the kernel.
The Zero is now ready to be used for udpih.
Note that you'll need to insert the module again after rebooting the Zero. You will need 2 USB cables, one for powering the Zero and one which can be connected to the Wii U.

Continue with "Booting the recovery_menu" below.

Booting the recovery_menu​

warning
Important notes for this to work:
  • Make sure no other USB Devices are attached to the console.
  • Only use USB ports on the front of the console, the back ports will not work.
  • If your console has standby mode enabled, pull the power plug and turn it on from a full coldboot state.
  • Copy the latest release of the recovery_menu to the root of your FAT32 formatted SD Card.
  • Insert the SD Card into the console and power it on.
  • As soon as you see the "Wii U" logo on the TV or Gamepad plug in your Zero/Pico.
    This timing is important. If you're already in the menu, the exploit won't work..
  • After a few seconds you should be in the recovery menu.
So what's this recovery menu? The recovery menu allows you to fix several bricks:
screenshot

Wii U Recovery Menu

A simple recovery menu running on the IOSU for unbricking.

Options​

Set Coldboot Title
Allows changing the current title the console boots to.
Useful for unbricking CBHC bricks.
Possible options are:
  • Wii U Menu (JPN) - 00050010-10040000
  • Wii U Menu (USA) - 00050010-10040100
  • Wii U Menu (EUR) - 00050010-10040200
On non-retail systems the following additional options are available:
  • System Config Tool - 00050010-1F700500
  • DEVMENU (pre-2.09) - 00050010-1F7001FF
  • Kiosk Menu - 00050010-1FA81000
Dump Syslogs
Copies all system logs to a logs folder on the root of the SD Card.

Dump OTP + SEEPROM
Dumps the OTP and SEEPROM to otp.bin and seeprom.bin on the root of the SD Card.

Start wupserver
Starts wupserver which allows connecting to the console from a PC using wupclient.

Load Network Configuration
Loads a network configuration from the SD, and temporarily applies it to use wupserver.
The configurations will be loaded from a network.cfg file on the root of your SD.
For using the ethernet adapter, the file should look like this:
Code:
type=eth

For using wifi:
Code:
type=wifi
ssid=ssidhere
key=wifikeyhere
key_type=WPA2_PSK_AES

Pair Gamepad
Displays the Gamepad Pin and allows pairing a Gamepad to the system. Also bypasses any region checks while pairing.
The numeric values represent the following symbols: ♠ = 0, ♥ = 1, ♦ = 2, ♣ = 3.
Note that rebooting the system might be required to use the newly paired gamepad.

Install WUP
Installs a valid signed WUP from the install folder on the root of your SD Card.
Don't place the WUP into any subfolders.

Edit Parental Controls
Displays the current Parental Controls pin configuration.
Allows disabling Parental Controls.

Debug System Region
Fixes bricks caused by setting productArea and/or gameRegion to an invalid value. Symptoms include being unable to launch System Settings or other in-region titles.

System Information
Displays info about several parts of the system.
Including serial number, manufacturing date, console type, regions, memory devices...

Credits​

Special thanks to Maschell, rw-r-r-0644, QuarkTheAwesome, vgmoose, exjam, dimok789, and everyone else who contributed to the Wii U scene!
 
Last edited by GaryOderNichts,

zantzue

Well-Known Member
Member
Joined
Mar 14, 2009
Messages
150
Trophies
1
Location
Basque Country
XP
881
Country
Thanks for your work @GaryOderNichts. I received a raspberry pi pico two days ago and followed the tutorial but I can't get it working. My Wii U isn't bricked but I wanted to try this method just in case. I know timing is important but after maaany tries the console doesn't load the recovery menu neither does it shut down. It loads CBHC and then I get to the Wii U menu. I tried many FAT32 formatted SD cards, with or without adapter, I flashed the pico many times, I tried two different consoles, I also tried the first release of udpih and the recovery menu, I uninstalled CBHC for a while with no results... I'm running out if ideas. The pico seems legit (bought on ebay from a seller from France). Should I buy another pico? I'll post a couple of pictures when I get home.
 
  • Like
Reactions: Alexander1970

BaamAlex

UDE GA NARU ZE!
Member
Joined
Jul 23, 2018
Messages
6,057
Trophies
1
Age
29
Location
Lampukistan
Website
hmpg.net
XP
6,170
Country
Germany
Thanks for your work @GaryOderNichts. I received a raspberry pi pico two days ago and followed the tutorial but I can't get it working. My Wii U isn't bricked but I wanted to try this method just in case. I know timing is important but after maaany tries the console doesn't load the recovery menu neither does it shut down. It loads CBHC and then I get to the Wii U menu. I tried many FAT32 formatted SD cards, with or without adapter, I flashed the pico many times, I tried two different consoles, I also tried the first release of udpih and the recovery menu, I uninstalled CBHC for a while with no results... I'm running out if ideas. The pico seems legit (bought on ebay from a seller from France). Should I buy another pico? I'll post a couple of pictures when I get home.
All usb devices unplugged?
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
plug a cable into the wiiu front ports (hold it in your hand with the pico in the other), when the nintendo logo appears on the gamepad (before anything appears on the tv), plug it into the cable. that's when you're supposed to plug it in. it can be frustrating sometimes, but it does work then.
 
  • Like
Reactions: zantzue

zantzue

Well-Known Member
Member
Joined
Mar 14, 2009
Messages
150
Trophies
1
Location
Basque Country
XP
881
Country
plug a cable into the wiiu front ports (hold it in your hand with the pico in the other), when the nintendo logo appears on the gamepad (before anything appears on the tv), plug it into the cable. that's when you're supposed to plug it in. it can be frustrating sometimes, but it does work then.
I'll give it a try later at home. Thanks for the reply.
 
  • Like
Reactions: godreborn

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,973
Trophies
3
Location
Austria
XP
2,497
Country
Austria
Good morning,dear Sir.😊

Thanks for your work @GaryOderNichts. I received a raspberry pi pico two days ago and followed the tutorial but I can't get it working. My Wii U isn't bricked but I wanted to try this method just in case. I know timing is important but after maaany tries the console doesn't load the recovery menu neither does it shut down. It loads CBHC and then I get to the Wii U menu. I tried many FAT32 formatted SD cards, with or without adapter, I flashed the pico many times, I tried two different consoles, I also tried the first release of udpih and the recovery menu, I uninstalled CBHC for a while with no results... I'm running out if ideas. The pico seems legit (bought on ebay from a seller from France). Should I buy another pico? I'll post a couple of pictures when I get home.

Maybe the Tipp with the "Wii U searches for a Disc" should work:

At the Power On Process,the Wii U Drive looks / searches TWO Times for a Disc.
During / after the SECOND TRY you should plug in the Pico.:)
(Listen to the Drive Noises please...)

I got my Pico also today and it works on the first Hit.😉

Good Luck and have a very nice Day,my dear Sir.😊
 

zantzue

Well-Known Member
Member
Joined
Mar 14, 2009
Messages
150
Trophies
1
Location
Basque Country
XP
881
Country
I finally did it! I found what the perfect timing is, at least on my console. When I switch on the Wii U the gamepad has to be shut down. Well, I connect the pico as soon as I see the blue light on my gamepad et voila! I got to the recovery menu 3 out of 4 times. Thanks everybody for your support.
 

MaddaddyDonkey

Active Member
Newcomer
Joined
Jan 18, 2021
Messages
25
Trophies
0
Age
37
XP
566
Country
Netherlands
Hello all, thanks for sharing this recovery menu. So I've got a "broken" Wii U too... After a factory reset, the console is starting and I have to make an user account, after this a white page with the Logo shows up and after a few seconds later it turns black with the error:
"There is a problem with the system memory.
Blah blah blah
Error Code: 160-0103"

Oke now I've getting in recovery menu, there is no option to reset this console (again). I've dumped a system log and its created over 40 log files...
How can I find in this log file whats wrong?
2022-08-03 19:21:27
Cafe OS SDK Version 2.13.01 Build 68939 Branch sdk_2_13
Espresso: 0x0000700100000201
Latte: 0x0000409f
System mode: 0x100000
Boot flags: 0x2000
Security Level: 0x1e
Key Type: 0xfffffffc
Prod Version: 0x5
Serial: 104678846
Model: WUP-101(03)
Prod Area: 0x4
Game Area: 0x4
5GHz Code: 0x18
BOOT1: 0x20b9
DRH: 0x190c
BT: 0x205
+0x000500301001120a:0x00000064
+0x000500301001020a:0x000000b4
+0x0005001010040200:0x000000c4
-0x0005001010040200:0x000000c4
+0x000500101004a200:0x00000032
KiProcess_FinishInitAndPreload: before no-return call to KiInitKernelFinish
00;00;03;154: DIAG:+KiInitKernelFinish
00;00;03;154: VVVVVVV----- PPC Kernel Waiting -----VVVVVVV
00;00;03;154: ^^^^^^^----- PPC Kernel Release -----^^^^^^^
00;00;03;154: DIAG:-KiInitKernelFinish: before no-return call to KiProcess_Launch
00;00;03;154:
--------------------
00;00;03;154: PROCESS 1 STARTING
00;00;03;154: SYSLOG_LEVEL 1: Warnings Enabled
00;00;03;154: UserMode Core & Thread Initialization (3 Cores)
00;00;03;154: Core 1 Complete, Default Thread 0x100457E0
00;00;03;156: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;03;157: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;03;157: Clearing Process MEM2 Arena...
00;00;03;171: MEM2 Arena clear complete, size 23 MB, 13ms
00;00;03;193: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;03;193: __AppFlags: 0x00000200

00;00;03;194: OSBlockThreadsOnExit default for sdk version 21301
00;00;03;265: OSSetting_SynchronousPrinting DISABLED
00;00;03;292: OSSetting_CrashDumpType 0, MINI dump after crash
00;00;03;326: TCL(1): init DONE
00:00:03:645: NET: Change admin state (2 -> 1)(iface:0 link:2)
00:00:03:645: [WD]>>>> Linkup msg from Net
00:00:03:655: wlc_mlme_join_cmd called with Command 0x3 Length 0x21
00:00:03:659: NET: Change admin state (0 -> 2)(iface:1 link:2)
00:00:03:659: IFNET_ETH: Configuring link adminState to DOWN.
00:00:03:660: NET: Change admin state (1 -> 1)(iface:0 link:3)
00:00:03:680: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;03;559: VPADInit() depricated, no need to call
00;00;03;559: port 0 attached
00;00;03;560: VPAD Init end, BPERF: (0/3680350) Title PID=1
00;00;03;564: ROOT: Read restart value 1
00;00;03;578: ROOT: Read audio relaunch value 1
00;00;03;588: ROOT: OSID 0x000500101000400A
00:00:03:768: [WD]>>>> Linkup msg from Net
00:00:03:778: wlc_mlme_join_cmd called with Command 0x3 Length 0x21
00;00;03;783: Info: Calculating warm boot font CRCs on core:0
00;00;03;784: WPAD: Master Init
00;00;03;784: VPADInit() depricated, no need to call
COSREPORT: Using syslog level:1
COSREPORT: Set upid_mask:ffffffffffffffff module_mask:ffffffffffffffff level:1
00;00;03;915: Info: Warm boot processing font CRCs on core:1
00:00:04:128: MCP: PID 14 requested to disable power transitions
00;00;04;008: DIAG:Issued KiPrepareTitleAsync(0x000500301001120A)
00:00:04:403: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050030/1001120a/code'
00:00:04:403: MCP: Preparing error.rpx
00:00:04:409: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050030/1001120a/content
00;00;04;288: DIAG:Result PrepareTitle(0x000500301001120A) came back with cosxml(0x000500301001120A)
00;00;04;290: TitleId 0x000500301001120A Version 0x00000064 Built On SDK 21204
00;00;04;325: port 0 detached
00;00;04;366: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;04;366: DIAG: PhysAlloc(6, 0x00800000, 0x00000000, 0x00000000, 0x00140000, 0x00000001)
00;00;04;366: DIAG: InitAddrSpace
00;00;04;366: DIAG: Switch(New)
00;00;04;367: DIAG:+Loader(1, 6)
00;00;04;367: DIAG:+KiRPLLoaderSetup
00;00;04;367: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;04;367: Title Loc is 0
00:00:04:517: MCP: PID 14 requested to enable power transitions
00;00;04;396: DIAG:-Loader(1, 6)
00;00;04;396: DIAG: SetFG(6)
00;00;04;397: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;397: ------------------PROCESS 6 GAIN FOREGROUND--------------------
00;00;04;398: SYSLOG_LEVEL 1: Warnings Enabled
00;00;04;398: UserMode Core & Thread Initialization (3 Cores)
00;00;04;398: Core 1 Complete, Default Thread 0x100457E0
00;00;04;400: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;04;401: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;04;424: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;04;424: __AppFlags: 0x00002200

00;00;04;424: OSBlockThreadsOnExit default for sdk version 21204
00:00:04:808: MCP: PID 14 requested to disable power transitions
00;00;04;687: ------------------PROCESS 6 LOST FOREGROUND--------------------
00;00;04;688: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;688: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;00;04;688: DIAG:Issued KiPrepareTitleAsync(0x000500301001020A)
00:00:04:961: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050030/1001020a/code'
00:00:04:962: MCP: Preparing hbm.rpx
00:00:04:969: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050030/1001020a/content
00;00;04;848: DIAG:Result PrepareTitle(0x000500301001020A) came back with cosxml(0x000500301001020A)
00;00;04;850: TitleId 0x000500301001020A Version 0x000000B4 Built On SDK 21211
00;00;04;850: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;04;850: DIAG: PhysAlloc(5, 0x08000000, 0x00000000, 0x00000000, 0x02000000, 0x00000001)
00;00;04;850: DIAG: InitAddrSpace
00;00;04;851: DIAG: Switch(New)
00;00;04;851: DIAG:+Loader(1, 5)
00;00;04;851: DIAG:+KiRPLLoaderSetup
00;00;04;851: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;04;851: Title Loc is 0
00:00:05:084: MCP: PID 14 requested to enable power transitions
00;00;04;964: DIAG:-Loader(1, 5)
00;00;04;964: DIAG: SetFG(5)
00;00;04;964: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;964: ------------------PROCESS 5 GAIN FOREGROUND--------------------
00;00;04;965: SYSLOG_LEVEL 1: Warnings Enabled
00;00;04;965: UserMode Core & Thread Initialization (3 Cores)
00;00;04;965: Core 1 Complete, Default Thread 0x100457E0
00;00;04;967: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;04;967: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;04;990: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;04;990: __AppFlags: 0x00000200

00;00;04;991: OSBlockThreadsOnExit default for sdk version 21211
00;00;05;185: SYSAPP: RPL Load
00;00;05;203: OSSetting_SynchronousPrinting DISABLED
00;00;05;208: OSSetting_CrashDumpType 0, MINI dump after crash
00:00:05:364: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;05;242: TCL(5): init DONE
00;00;05;243: VPADInit() depricated, no need to call
00;00;05;244: port 0 attached
00;00;05;244: VPAD Init end, BPERF: (0/5364957) Title PID=5
00;00;05;281: ACP_AutoInit: start
00;00;05;282: ACP_AutoInit: ACPInitialize complete
00;00;05;282: ACP_AutoInit: ACPSaveDataInit complete
00;00;05;285: ACP_AutoInit: ACPNotifyPlayEvent complete
00;00;05;285: ACP_AutoInit: NDMInitialize complete
00;00;05;285: ACP: initialized
00;00;05;286: [barista-Process] Product {:Program=>37529, :message=>42751, :ProgramProj=>38946, :root=>38946, :sead=>37528, :resource=>38945}
00;00;05;286: [barista-Process] Cafe OS SDK Version 2.12.11 Build 66642 Branch

00;00;05;309: WPAD: Application Init
00:00:05:826: MCP: PID 14 requested to disable power transitions
00;00;05;706: ProcUI: Received Release Foreground message
00;00;05;710: ProcUI: Releasing foreground
00;00;05;784: port 0 detached
00;00;05;825: ------------------PROCESS 5 LOST FOREGROUND--------------------
00:00:05:946: MCP: PID 14 requested to enable power transitions
00:00:05:947: MCP: PID 14 requested to disable power transitions
00;00;05;826: KiCblRegisterBlocks() completed with status 0:-4.
00;00;05;826: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;00;05;826:


-----------------------------
ROOT IS STARTING MASTER TITLE
-----------------------------

00;00;05;826: TEST COOKIE: YOSHI-1992-11-21-00-00-00
00;00;05;827: DIAG:Issued KiPrepareTitleAsync(0x0005001010040200)
00:00:06:101: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/10040200/code'
00:00:06:101: MCP: Preparing men.rpx
00:00:06:108: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/10040200/content
00:00:06:108: MCP: Warning title:0x0005001010040200 does not have ramdisk read capability (forcing)
00:00:06:113: MCP: Link title:0x0005001010040200 file:/vol/content/Common/Package/Men.pack to ramdisk:/vol/sys/proc_ram/cache/Men.pack
00:00:06:113: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/10040200/content
00;00;05;987: DIAG:Result PrepareTitle(0x0005001010040200) came back with cosxml(0x0005001010040200)
00;00;05;994: TitleId 0x0005001010040200 Version 0x000000C4 Built On SDK 21211
00;00;05;994: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;05;995: DIAG: PhysAlloc(2, 0x40000000, 0x00000000, 0x00000000, 0x02300000, 0x00000001)
00;00;05;995: DIAG: InitAddrSpace
00;00;05;995: DIAG: Switch(New)
00;00;05;995: DIAG:+Loader(1, 7)
00;00;05;995: DIAG:+KiRPLLoaderSetup
00;00;05;996: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;05;996: Title Loc is 0
00:00:06:334: MCP: PID 14 requested to enable power transitions
00;00;06;214: DIAG:-Loader(1, 7)
00;00;06;214: DIAG: SetFG(7)
00;00;06;214: KiCblRegisterBlocks() completed with status 0:-4.
00;00;06;214: ------------------PROCESS 2 GAIN FOREGROUND--------------------
00;00;06;216: SYSLOG_LEVEL 1: Warnings Enabled
00;00;06;216: UserMode Core & Thread Initialization (3 Cores)
00;00;06;216: Core 1 Complete, Default Thread 0x100457E0
00;00;06;217: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;06;218: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;06;240: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;06;240: __AppFlags: 0x00000200

00;00;06;241: OSBlockThreadsOnExit default for sdk version 21211
00;00;06;582: SYSAPP: RPL Load
00;00;06;582: mic_core0_thread: master init
00;00;06;600: OSSetting_SynchronousPrinting DISABLED
00;00;06;604: OSSetting_CrashDumpType 0, MINI dump after crash
00:00:06:761: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;06;639: TCL(2): init DONE
00;00;06;640: VPADInit() depricated, no need to call
00;00;06;640: port 0 attached
00;00;06;641: VPAD Init end, BPERF: (0/6761763) Title PID=2
SPM: SetManualMode
00:00:06:805: Acquired IP address via DHCP client for interface: wl0
00:00:06:805: IP address : 192.168.178.100
00:00:06:805: Subnet Mask: 255.255.255.0
00:00:06:806: Gateway : 192.168.178.1
00;00;06;676: mic_drc_attach_cb: ch 0 reason 1 flags 0x00040100
00;00;06;677: ACP_AutoInit: start
00;00;06;777: ACP_AutoInit: ACPInitialize complete
00;00;06;777: ACP_AutoInit: ACPSaveDataInit complete
00;00;06;781: ACP_AutoInit: ACPNotifyPlayEvent complete
00;00;06;781: ACP_AutoInit: NDMInitialize complete
00:00:07:025: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/10040200/user/"
00:00:07:025: ACP: Mount done (0)
00;00;06;898: ACP: initialized
00;00;06;898: [barista] Product {:Program=>38956, :message=>42751, :ProgramProj=>38956, :root=>38956, :sead=>37528, :resource=>38945}
00;00;06;898: [barista] Cafe OS SDK Version 2.12.11 Build 66642 Branch

00;00;06;898: ### Application Start Time [19:21:34] ###
00;00;06;898: =================================
MEM_ARENA_2: total free size = 989763(KB), 966(MB)
=================================
00;00;06;928: WPAD: Application Init
00;00;07;654: rpl_entry
00;00;07;654: OSDynLoad_Acquire() use [2701564]
00;00;07;654: ErrEula: client version 3.
00;00;07;654: ErrEula: thread=0x4c606540, stackSize= 64 KB, stackBase=0x4c60652c, stackEnd=0x4c5f652c (ErrEulaCreate)
00;00;08;259: == sysapp == new path
00;00;08;259: ==== sysapp:dump data 128 ====
00;00;08;259: <slot_id size=4> e<mode size=4> <sys:caller_id size=8>Menu<sys:caller_process size=4>mlc <sys:caller_device size=4>

00;00;08;259: ==== sysapp:dump data 0 ====
00;00;08;259:
00;00;08;311: ==== sysapp:dump data 0 ====
00;00;08;311:
00:00:08:659: IFNET_ETH: Link DOWN.
00:00:10:518: MCP: PID 10 requested to enable power transitions
00:00:10:518: MCP_PowerButtonControl(1) returned 0
00;00;11;099: rpl_entry
00;00;11;099: SWKBD: OSDynLoad_Acquire() use [3133812/3670016]
00;00;11;099: SWKBD: client version 3.
00;00;11;099: SWKBD: thread=0x4c606540, stackSize= 64 KB, stackBase=0x4c60652c, stackEnd=0x4c5f652c (SwkbdCreate)
00:00:13:180: [BOSS] BG stress mode is disabled.
00:00:17:611: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/10040200/user/"
00:00:17:611: ACP: Mount done (0)
00:00:29:178: ACP: USB storage is not found
00;00;48;686: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdAppearInputForm)
00;00;48;686: HWKBD: initialize (region = 2, country code = 16)
00;00;48;688: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdCalc)
00;00;48;690: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdCalcSubThreadFont)
00;00;48;695: SWKBD: thread=0x11bef778, stackSize= 16 KB, stackBase=0x11bef768, stackEnd=0x11beb768 (SwkbdDrawTV)
00;00;48;695: SWKBD: thread=0x11beaee8, stackSize= 16 KB, stackBase=0x11beaed8, stackEnd=0x11be6ed8 (SwkbdDrawDRC)
00;00;59;463: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdDisappearInputForm)
00;00;59;464: HWKBD: Teardown
00:01:09:242: MCP: PID 14 requested to disable power transitions
00;01;09;125: ProcUI: Received Release Foreground message
00;01;09;156: ProcUI: Releasing foreground
00;01;09;192: mic_drc_attach_cb: ch 0 reason 0 flags 0x00000000
00;01;09;233: port 0 detached
00;01;09;274: ------------------PROCESS 2 LOST FOREGROUND--------------------
00;01;09;275: KiCblRegisterBlocks() completed with status 0:-4.
00;01;09;275: ------------------PROCESS 5 GAIN FOREGROUND--------------------
00:01:09:407: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;09;286: port 0 attached
00;01;09;324: TCL(5): init DONE
00;01;09;330: VPADInit() depricated, no need to call
00:01:09:483: MCP: PID 14 requested to enable power transitions
00;01;09;363: ProcUI: Received Acquire Foreground message
00:01:09:728: IM: home button was pressed by type: IM_PAD_TYPE_NONE index: 0
00;01;09;607: ==== sysapp:dump data 1792 ====
00;01;09;607: ...skip ( 1280 )...
00;01;09;607:

<sys:anchor size=1552><sys:Pack size=1574> <mode size=4> <slot_id size=4> <sys:caller_id size=8>Men
u<sys:caller_process size=4>mlc <sys:caller_device size=4><sys:Pack size=1722> <sys:launch_title size=8> <mode size=4>

00;01;10;403:


Querying BSP for Hardware Information...
00;01;10;403: It is not Holly/Bolly-Wood
00;01;10;403: It is Latte A2x or later
00;01;10;403: using DSP memory parameters:
00;01;10;403: DROM_BASE: 0x3000
00;01;10;403: IRAM_SIZE: 0x2000
00;01;10;403: DRAM_SIZE: 0x3000
00;01;10;403: ACP: detecting USB storage in CheckTitleNotReferAcctLaunch.
00;01;10;403: ACP shim: USB storage is not found.
00;01;10;403: ACP: USB storage detection done in CheckTitleNotReferAcctLaunch
00:01:10:621: ACP: set boot flag: 0x00000000
00:01:10:639: MCP: PID 14 requested to disable power transitions
00;01;10;519: DIAG:Issued KiPrepareTitleAsync(0x000500101004A200)
00:01:10:896: MCP: did not find 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/1004a200/code', rval -196631
00:01:10:897: MCP: Preparing ffl_app.rpx
00;01;10;779: DIAG:Result PrepareTitle(0x000500101004A200) came back with cosxml(0x000500101004A200)
00;01;10;779:
***PPC FAST CYCLE***
00;01;10;779: SHUTINFO: RAMPID 5 is in Foreground
00;01;10;779: SHUTINFO: RAMPID 0 is also alive.
00;01;10;779: SHUTINFO: RAMPID 1 is also alive.
00;01;10;779: SHUTINFO: RAMPID 6 is also alive.
00;01;10;779: SHUTINFO: RAMPID 7 is also alive.
00;01;10;779: p2c2 EXIT message retrieved from system queue. main() should exit.
00;01;10;781: ProcUI: Received Exit message
00;01;10;782: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdDestroy)
00;01;10;782: ProcUI: Received Release Foreground message (shutdown has begun)
00;01;10;792: rpl_entry
INFO: nn::ipc avoided busy close on /dev/acp_main (moduleId = 301, tag = 0) from pid = 21
00;01;10;814: ### Application Exit Time [19:22:37] ###
00;01;10;814:

!!WARNING - main() exited with an active thread 0x4C606540 [prio = 81] "Prepare Thread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x11BEAEE8 [prio = 80] "WorkerMgr/Worker1(cSub1)"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x11BEF778 [prio = 80] "WorkerMgr/Worker2(cSub2)"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x11BA0AF8 [prio = 81] "InitInRootTask"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x1322B970 [prio = 82] "UpdateScalableFont"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x106524A0 [prio = 67] "nw::snd::TaskThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x106492B8 [prio = 68] "nw::snd::SoundThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x2109AB70 [prio = 81] "sead::MicConnectThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x14130548 [prio = 82] "MenUsbStorageChecker"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x22E88228 [prio = 83] "NetThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x22EF1800 [prio = 81] "Nand"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x22F4E608 [prio = 83] "AccountJob"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x29E57798 [prio = 83] "MiiThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x2A316680 [prio = 84] "EulaThred"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x2BCCE820 [prio = 83] "AccountMgrThread"
00;01;10;814: +OSDrivers_Done(p2,c1)
00;01;10;814: +OSDrivers_Done(p2,c2)
00;01;10;814: __OSShutdownIdleBegin()
00;01;10;814: __OSSetMaxSchedulingBand 1
00;01;10;814: +OSDrivers_Done(p2,c0)
00;01;10;814: >x(2, 1)"TEST"
00;01;10;814: <x(2, 1)"TEST" 0 ms
00;01;10;814: >x(2, 1)"Button"
00;01;10;814: <x(2, 1)"Button" 0 ms
00;01;10;814: >x(2, 1)"Clipboard"
00;01;10;815: <x(2, 1)"Clipboard" 0 ms
00;01;10;815: >x(2, 1)"ACP"
00;01;10;824: <x(2, 1)"ACP" 9 ms
00;01;10;824: >x(2, 1)"ACPLoad"
00;01;10;824: <x(2, 1)"ACPLoad" 0 ms
00;01;10;824: >x(2, 1)"INPT"
00;01;10;824: <x(2, 1)"INPT" 0 ms
00;01;10;824: >x(2, 0)"ccr_mic"
00;01;10;824: <x(2, 0)"ccr_mic" 0 ms
00;01;10;824: >x(2, 1)"NTAG"
00;01;10;824: <x(2, 1)"NTAG" 0 ms
00;01;10;824: >x(2, 1)"UVD"
00;01;10;846: <x(2, 1)"UVD" 21 ms
00;01;10;846: >x(2, 1)"SNDD"
00;01;10;846: <x(2, 1)"SNDD" 0 ms
00;01;10;846: >x(2, 1)"GX2"
00;01;10;846: <x(2, 1)"GX2" 0 ms
00;01;10;846: >x(2, 1)"ProcUI"
00;01;10;846: <x(2, 1)"ProcUI" 0 ms
00;01;10;846: >x(2, 1)"SNDD_Ramp"
00;01;10;846: ***OSDriver_Deregister() of self from inside action callback!
00;01;10;846: <x(2, 1) 0 ms
00;01;10;846: >x(2, 1)"UHS"
00;01;10;846: <x(2, 1)"UHS" 0 ms
00;01;10;846: >x(2, 1)"AVM"
00;01;10;846: <x(2, 1)"AVM" 0 ms
00;01;10;846: >x(2, 1)"VPAD"
00;01;10;847: <x(2, 1)"VPAD" 0 ms
00;01;10;847: >x(2, 1)"WPAD"
00;01;10;847: <x(2, 1)"WPAD" 0 ms
00;01;10;847: >x(2, 1)"NETWORK"
00;01;10;847: <x(2, 1)"NETWORK" 0 ms
00;01;10;847: >x(2, 1)"CCR"
00;01;10;847: <x(2, 1)"CCR" 0 ms
00;01;10;847: >x(2, 1)"TCL"
00;01;10;847: <x(2, 1)"TCL" 0 ms
00;01;10;847: >x(2, 1)"FS"
Fsa profiler has been disabled already.
00;01;10;847: <x(2, 1)"FS" 0 ms
00;01;10;847: >x(2, 1)"SETTING"
00;01;10;847: <x(2, 1)"SETTING" 0 ms
00;01;10;847: >x(2, 1)"IPC"
00;01;10;851: ABANDONED ORPHANED IPC REPLY FOR RAMPID 7
00;01;10;918: ABANDONED ORPHANED IPC REPLY FOR RAMPID 7
00;01;10;975: <x(2, 1)"IPC" 127 ms
00;01;10;975: >x(2, 1)"Cache"
00;01;10;975: <x(2, 1)"Cache" 0 ms
00;01;10;975: >x(2, 1)"MEM"
00;01;10;975: <x(2, 1)"MEM" 0 ms
00;01;10;975: -OSDrivers_Done(p2,c1)
00;01;10;975: -OSDrivers_Done(p2,c2)
00;01;10;975: -OSDrivers_Done(p2,c0)
00:01:11:127: MCP: Unlink title:0x0005001010040200 file:/vol/content/Common/Package/Men.pack from ramdisk:/vol/sys/proc_ram/cache/Men.pack
00;01;11;010: +IPCKDriver_Cleanup(7)
00;01;11;010: -IPCKDriver_Cleanup(7)
00:01:11:164: AUXIL Info: fast relaunch.
00;01;11;058: ProcUI: Releasing foreground
00;01;11;182: port 0 detached
00:01:11:391: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;11;228: ------------------PROCESS 5 LOST FOREGROUND--------------------
00;01;11;228: KiCblRegisterBlocks() completed with status 0:-4.
00;01;11;228: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;01;11;270: TCL(1): init DONE
00;01;11;270: port 0 attached
00;01;11;284: VPADInit() depricated, no need to call
00;01;11;285: sMasterTitleSwitchedToExit
00;01;11;285: ROOT: Issuing reboot.
00;01;11;840: ROOT: Waiting for EXIT message or RECYCLE message
00;01;11;840: ---Root Invoking Recycle---
00:01:11:976: MCP: PID 14 requested to enable power transitions
00:01:11:976: MCP: PID 10 requested to disable power transitions
00:01:11:977: MCP_PowerButtonControl(0) returned 0
00;01;11;855:


---PPC USER-LEVEL FAST RESTART---


00;01;11;855: New master title is a Game(0x90000020)
00;01;11;855: MASTER TITLE ON FLASH
00:01:12:163: MCP: PID 14 requested to disable power transitions
00;01;12;042:


-----------------------------
ROOT IS STARTING MASTER TITLE
-----------------------------

00;01;12;042: TEST COOKIE: YOSHI-1992-11-21-00-00-00
00;01;12;043: DIAG:Issued KiPrepareTitleAsync(0x000500101004A200)
00:01:12:364: MCP: did not find 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/1004a200/code', rval -196631
00:01:12:364: MCP: Preparing ffl_app.rpx
00:01:12:372: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/1004a200/content
00:01:12:373: MCP: 000500101004A200 is not a demo title, skip increment demo launch count
00:01:12:373: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/1004a200/content
00;01;12;251: DIAG:Result PrepareTitle(0x000500101004A200) came back with cosxml(0x000500101004A200)
00;01;12;254: TitleId 0x000500101004A200 Version 0x00000032 Built On SDK 20909
00;01;12;289: port 0 detached
00;01;12;330: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;01;12;330: DIAG: PhysAlloc(15, 0x40000000, 0x00000000, 0x00000000, 0x01000000, 0x00000001)
00;01;12;330: DIAG: InitAddrSpace
00;01;12;331: DIAG: Switch(New)
00;01;12;331: DIAG:+Loader(1, 7)
00;01;12;331: DIAG:+KiRPLLoaderSetup
00;01;12;331: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;01;12;331: Title Loc is 0
00:01:12:640: MCP: PID 14 requested to enable power transitions
00;01;12;519: DIAG:-Loader(1, 7)
00;01;12;520: DIAG: SetFG(7)
00;01;12;520: KiCblRegisterBlocks() completed with status 0:-4.
00;01;12;520: ------------------PROCESS 15 GAIN FOREGROUND--------------------
00;01;12;521: SYSLOG_LEVEL 1: Warnings Enabled
00;01;12;521: UserMode Core & Thread Initialization (3 Cores)
00;01;12;521: Core 1 Complete, Default Thread 0x100457E0
00;01;12;523: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;01;12;524: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;01;12;547: UserMode OS library build date: Jul 28 2015 19:57:03
00;01;12;547: __AppFlags: 0x00000200

00;01;12;548: OSBlockThreadsOnExit default for sdk version 20909
00;01;12;650: SYSAPP: RPL Load
00;01;12;727: OSSetting_SynchronousPrinting DISABLED
00:01:12:900: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;12;743: OSSetting_CrashDumpType 0, MINI dump after crash
00;01;12;776: TCL(15): init DONE
00;01;12;779: VPADInit() depricated, no need to call
00;01;12;780: port 0 attached
00;01;12;781: VPAD Init end, BPERF: (0/72901190) Title PID=15
SPM: SetAutoMode volumeId = (null)
00;01;12;818: ACP_AutoInit: start
00;01;12;906: ACP_AutoInit: ACPInitialize complete
00;01;12;907: ACP_AutoInit: ACPSaveDataInit complete
00;01;12;909: ACP_AutoInit: ACPNotifyPlayEvent complete
00;01;12;912: ACP_AutoInit: NDMInitialize complete
00;01;13;728: ACP: initialized
00;01;13;736: ==== sysapp:dump data 1722 ====
00;01;13;736: ...skip ( 1210 )...
00;01;13;736:

<sys:anchor size=1552><sys:Pack size=1574>
<mode size=4> <slot_id size=4> <sys:caller_id size=8>Menu<sys:caller_process size=4>mlc <sys:caller_device size=4>

00;01;13;803: rpl_entry
00;01;13;803: OSDynLoad_Acquire() use [2701604]
00;01;13;803: ErrEula: thread=0x100457e0, stackSize= 63 KB, stackBase=0x105dc2b8, stackEnd=0x105cc2c0 (ErrEulaCreate)
00:01:16:671: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/1004a200/user/"
00:01:16:672: ACP: Mount done (0)
00;01;16;730: WPAD: WPADRegisterAllocator is deprecated. Call no longer required.
00;01;16;731: WPAD: Application Init
00;01;16;820: VPADInit() depricated, no need to call
00:01:17:349: MCP: PID 10 requested to enable power transitions
00:01:17:349: MCP_PowerButtonControl(1) returned 0
00;01;18;954: rpl_entry
00;01;18;954: SWKBD: OSDynLoad_Acquire() use [3133780/3670016]
00;01;18;954: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x105dc2b8, stackEnd=0x105cc2c0 (SwkbdCreate)
00:01:19:604: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:642: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:643: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:19:643: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00:01:19:770: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:808: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:809: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:19:809: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00;01;19;689: FS: READ_FILE upid:[15] sts:[MEDIA_ERROR] hnd:[0x3b80621] dst:[0x2af30f80] size:[1] cnt:[1048576] pos:[0]
00;01;19;689: SystemFatal(core0)
00;01;19;689: Aborting/Abandoning Driver "HID" (master 15)
00;01;19;689: Aborting/Abandoning Driver "SNDD_RAMP" (master 15)
00;01;19;689: Aborting/Abandoning Driver "SNDD" (master 15)
00;01;19;689: Aborting/Abandoning Driver "CAM" (master 15)
00;01;19;689: Aborting/Abandoning Driver "CCR_MIC" (master 2)
00;01;19;689: Aborting/Abandoning Driver "NTAG" (master 2)
00;01;19;689: Aborting/Abandoning Driver "UHS" (master 2)
00;01;19;689: Aborting/Abandoning Driver "KPAD" (master 5)
00;01;19;690: Aborting/Abandoning Driver "WBC" (master 5)
00;01;19;690: Aborting/Abandoning Driver "GX2" (master 5)
00;01;19;690: Aborting/Abandoning Driver "FS" (master 5)
00;01;19;690: Aborting/Abandoning Driver "SND" (master 5)
00;01;19;690: Aborting/Abandoning Driver "UVD" (master 5)
00;01;19;690: Aborting/Abandoning Driver "ACP" (master 5)
00;01;19;690: Aborting/Abandoning Driver "WPAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "PAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "CLIPBOARD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "BUTTON" (master 1)
00;01;19;690: Aborting/Abandoning Driver "ACPLOAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "TEST" (master 1)
00;01;19;690: Aborting/Abandoning Driver "INPT" (master 1)
00;01;19;690: Aborting/Abandoning Driver "SETTING" (master 1)
00;01;19;690: Aborting/Abandoning Driver "IPC" (master 1)
00;01;19;690: Aborting/Abandoning Driver "CACHE" (master 1)
00;01;19;690: Aborting/Abandoning Driver "MEM" (master 1)
00;01;19;690: Aborting/Abandoning Driver "NETWORK" (master 1)
00;01;19;690: Aborting/Abandoning Driver "NSYSUVD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "AVM" (master 1)
00;01;19;690: Aborting/Abandoning Driver "DC" (master 1)
00;01;19;690: Aborting/Abandoning Driver "TCL" (master 1)
00;01;19;690: Aborting/Abandoning Driver "TVE" (master 1)
00;01;19;690: Aborting/Abandoning Driver "VPAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "CCR" (master 1)
INFO: nn::ipc avoided busy close on /dev/acp_main (moduleId = 301, tag = 0) from pid = 21
00;01;19;815: *** Process 7 exited with interrupt handler for vector 2 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 3 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 4 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 5 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 6 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 8 registered on core 1.
00;01;20;287: SystemFatal - Core 2 resume in error display (6)
00;01;20;287: SystemFatal - Core 2 resume in error display (6)
00;01;20;287: SystemFatal - Core 2 resume in error display (6)
00;01;20;287: !!!Abandoned Interrupt 5 for process 65535
00;01;20;287: !!!Abandoned Interrupt 2 for process 65535
00;01;20;287: Process 6 Delayed Start Acquire
00;01;20;305: OSSetting_SynchronousPrinting DISABLED
00;01;20;309: OSSetting_CrashDumpType 0, MINI dump after crash
00;01;20;347: TCL(6): init DONE
00:01:20:642: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;20;522: VPADInit() depricated, no need to call
00;01;20;522: port 0 attached
00;01;20;523: VPAD Init end, BPERF: (0/80643190) Title PID=6
00;01;20;525:
<><><><><><><> fatal error process called <><><><><><><>
00;01;20;525: TYPE: Corruption(2)
00;01;20;525: CODE: 1600103
00;01;20;525: Process: 15
00;01;20;525: Internal Code: 269274536
00;01;20;525: Function __FSCheckAndSwitchErrorProc, Line:107

00;01;20;615: ERPRC: System version: 5.5.2 E
00;01;20;615: ERPRC: Serial number: FEM1046xxxxx
00;01;20;615: ERPRC: Model number: WUP-101(03)
00;01;20;619: CSC: Product Code: WUP-N-HAAP, Title Version (major): 3
00;01;20;632: CSC: Repaired: FALSE, Wagon: FALSE
00;01;20;636: CSC: InitialLaunch stage: 1
00;01;20;649: CSC: USB Storage Connected: FALSE, Device Type: NAND
00;01;20;671: CSC: RCA Enabled: FALSE, KeepAlive Enabled: FALSE, ParentControl Enable: FALSE
00:01:20:872: NET: >>> Received request to kill all sockets.
00:01:20:872: NET: Socket binding (resource: 0x00001a80)
00:01:20:872: NET: Change admin state (1 -> 2)(iface:0 link:1)
00:01:20:878: NET: Change admin state (2 -> 2)(iface:1 link:2)
00:01:20:879: NET: >>> Received request to kill all sockets.
00:01:20:880: NET: Socket binding (resource: 0x00001a80)
00:01:20:880: NET: Change admin state (2 -> 2)(iface:0 link:2)
00:01:20:880: NET: Change admin state (2 -> 2)(iface:1 link:2)
00;01;21;066: CSC: Check : /vol/storage_mlc01/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;21;066: CSC: Check : /vol/storage_mlc01/usr/boss/00050010/1004a200/user/80000003/ (-196631)
00;01;21;066: CSC: Check : /vol/storage_usb01/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;21;067: CSC: Check : /vol/storage_usb01/usr/boss/00050010/1004a200/user/80000003/ (-196631)
00;01;21;067: CSC: Check : /vol/storage_usb02/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;21;067: CSC: Check : /vol/storage_usb02/usr/boss/00050010/1004a200/user/80000003/ (-196631)
00;01;21;068: CSC: Boss Storage Exist: FALSE, NetworkID Assigned: FALSE, System Network Connected: FALSE
00;01;21;103: CSC: NIC Type: WIFI, DNS obtained by DHCP: TRUE, IP obtained by DHCP: TRUE
00;01;21;116: CSC: TV Port: HDMI, TV Aspect Ratio: 16:9
00;01;21;121: CSC: TV Resolution: TV_720P
00;01;21;121: CSC: CODE: [HAA3-0110-0373]
00;01;21;121: ERPRC: Console status code: HAA3-0110-0373
2022-08-03 19:22:48 - log collection event from pid 20
00:01:21:256: MCP: life time number of fatal errors - 0
 

GaryOderNichts

Well-Known Member
OP
Member
Joined
Aug 9, 2018
Messages
792
Trophies
1
XP
5,493
Country
Germany
Hello all, thanks for sharing this recovery menu. So I've got a "broken" Wii U too... After a factory reset, the console is starting and I have to make an user account, after this a white page with the Logo shows up and after a few seconds later it turns black with the error:
"There is a problem with the system memory.
Blah blah blah
Error Code: 160-0103"

Oke now I've getting in recovery menu, there is no option to reset this console (again). I've dumped a system log and its created over 40 log files...
How can I find in this log file whats wrong?
2022-08-03 19:21:27
Cafe OS SDK Version 2.13.01 Build 68939 Branch sdk_2_13
Espresso: 0x0000700100000201
Latte: 0x0000409f
System mode: 0x100000
Boot flags: 0x2000
Security Level: 0x1e
Key Type: 0xfffffffc
Prod Version: 0x5
Serial: 104678846
Model: WUP-101(03)
Prod Area: 0x4
Game Area: 0x4
5GHz Code: 0x18
BOOT1: 0x20b9
DRH: 0x190c
BT: 0x205
+0x000500301001120a:0x00000064
+0x000500301001020a:0x000000b4
+0x0005001010040200:0x000000c4
-0x0005001010040200:0x000000c4
+0x000500101004a200:0x00000032
KiProcess_FinishInitAndPreload: before no-return call to KiInitKernelFinish
00;00;03;154: DIAG:+KiInitKernelFinish
00;00;03;154: VVVVVVV----- PPC Kernel Waiting -----VVVVVVV
00;00;03;154: ^^^^^^^----- PPC Kernel Release -----^^^^^^^
00;00;03;154: DIAG:-KiInitKernelFinish: before no-return call to KiProcess_Launch
00;00;03;154:
--------------------
00;00;03;154: PROCESS 1 STARTING
00;00;03;154: SYSLOG_LEVEL 1: Warnings Enabled
00;00;03;154: UserMode Core & Thread Initialization (3 Cores)
00;00;03;154: Core 1 Complete, Default Thread 0x100457E0
00;00;03;156: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;03;157: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;03;157: Clearing Process MEM2 Arena...
00;00;03;171: MEM2 Arena clear complete, size 23 MB, 13ms
00;00;03;193: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;03;193: __AppFlags: 0x00000200

00;00;03;194: OSBlockThreadsOnExit default for sdk version 21301
00;00;03;265: OSSetting_SynchronousPrinting DISABLED
00;00;03;292: OSSetting_CrashDumpType 0, MINI dump after crash
00;00;03;326: TCL(1): init DONE
00:00:03:645: NET: Change admin state (2 -> 1)(iface:0 link:2)
00:00:03:645: [WD]>>>> Linkup msg from Net
00:00:03:655: wlc_mlme_join_cmd called with Command 0x3 Length 0x21
00:00:03:659: NET: Change admin state (0 -> 2)(iface:1 link:2)
00:00:03:659: IFNET_ETH: Configuring link adminState to DOWN.
00:00:03:660: NET: Change admin state (1 -> 1)(iface:0 link:3)
00:00:03:680: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;03;559: VPADInit() depricated, no need to call
00;00;03;559: port 0 attached
00;00;03;560: VPAD Init end, BPERF: (0/3680350) Title PID=1
00;00;03;564: ROOT: Read restart value 1
00;00;03;578: ROOT: Read audio relaunch value 1
00;00;03;588: ROOT: OSID 0x000500101000400A
00:00:03:768: [WD]>>>> Linkup msg from Net
00:00:03:778: wlc_mlme_join_cmd called with Command 0x3 Length 0x21
00;00;03;783: Info: Calculating warm boot font CRCs on core:0
00;00;03;784: WPAD: Master Init
00;00;03;784: VPADInit() depricated, no need to call
COSREPORT: Using syslog level:1
COSREPORT: Set upid_mask:ffffffffffffffff module_mask:ffffffffffffffff level:1
00;00;03;915: Info: Warm boot processing font CRCs on core:1
00:00:04:128: MCP: PID 14 requested to disable power transitions
00;00;04;008: DIAG:Issued KiPrepareTitleAsync(0x000500301001120A)
00:00:04:403: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050030/1001120a/code'
00:00:04:403: MCP: Preparing error.rpx
00:00:04:409: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050030/1001120a/content
00;00;04;288: DIAG:Result PrepareTitle(0x000500301001120A) came back with cosxml(0x000500301001120A)
00;00;04;290: TitleId 0x000500301001120A Version 0x00000064 Built On SDK 21204
00;00;04;325: port 0 detached
00;00;04;366: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;04;366: DIAG: PhysAlloc(6, 0x00800000, 0x00000000, 0x00000000, 0x00140000, 0x00000001)
00;00;04;366: DIAG: InitAddrSpace
00;00;04;366: DIAG: Switch(New)
00;00;04;367: DIAG:+Loader(1, 6)
00;00;04;367: DIAG:+KiRPLLoaderSetup
00;00;04;367: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;04;367: Title Loc is 0
00:00:04:517: MCP: PID 14 requested to enable power transitions
00;00;04;396: DIAG:-Loader(1, 6)
00;00;04;396: DIAG: SetFG(6)
00;00;04;397: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;397: ------------------PROCESS 6 GAIN FOREGROUND--------------------
00;00;04;398: SYSLOG_LEVEL 1: Warnings Enabled
00;00;04;398: UserMode Core & Thread Initialization (3 Cores)
00;00;04;398: Core 1 Complete, Default Thread 0x100457E0
00;00;04;400: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;04;401: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;04;424: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;04;424: __AppFlags: 0x00002200

00;00;04;424: OSBlockThreadsOnExit default for sdk version 21204
00:00:04:808: MCP: PID 14 requested to disable power transitions
00;00;04;687: ------------------PROCESS 6 LOST FOREGROUND--------------------
00;00;04;688: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;688: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;00;04;688: DIAG:Issued KiPrepareTitleAsync(0x000500301001020A)
00:00:04:961: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050030/1001020a/code'
00:00:04:962: MCP: Preparing hbm.rpx
00:00:04:969: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050030/1001020a/content
00;00;04;848: DIAG:Result PrepareTitle(0x000500301001020A) came back with cosxml(0x000500301001020A)
00;00;04;850: TitleId 0x000500301001020A Version 0x000000B4 Built On SDK 21211
00;00;04;850: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;04;850: DIAG: PhysAlloc(5, 0x08000000, 0x00000000, 0x00000000, 0x02000000, 0x00000001)
00;00;04;850: DIAG: InitAddrSpace
00;00;04;851: DIAG: Switch(New)
00;00;04;851: DIAG:+Loader(1, 5)
00;00;04;851: DIAG:+KiRPLLoaderSetup
00;00;04;851: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;04;851: Title Loc is 0
00:00:05:084: MCP: PID 14 requested to enable power transitions
00;00;04;964: DIAG:-Loader(1, 5)
00;00;04;964: DIAG: SetFG(5)
00;00;04;964: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;964: ------------------PROCESS 5 GAIN FOREGROUND--------------------
00;00;04;965: SYSLOG_LEVEL 1: Warnings Enabled
00;00;04;965: UserMode Core & Thread Initialization (3 Cores)
00;00;04;965: Core 1 Complete, Default Thread 0x100457E0
00;00;04;967: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;04;967: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;04;990: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;04;990: __AppFlags: 0x00000200

00;00;04;991: OSBlockThreadsOnExit default for sdk version 21211
00;00;05;185: SYSAPP: RPL Load
00;00;05;203: OSSetting_SynchronousPrinting DISABLED
00;00;05;208: OSSetting_CrashDumpType 0, MINI dump after crash
00:00:05:364: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;05;242: TCL(5): init DONE
00;00;05;243: VPADInit() depricated, no need to call
00;00;05;244: port 0 attached
00;00;05;244: VPAD Init end, BPERF: (0/5364957) Title PID=5
00;00;05;281: ACP_AutoInit: start
00;00;05;282: ACP_AutoInit: ACPInitialize complete
00;00;05;282: ACP_AutoInit: ACPSaveDataInit complete
00;00;05;285: ACP_AutoInit: ACPNotifyPlayEvent complete
00;00;05;285: ACP_AutoInit: NDMInitialize complete
00;00;05;285: ACP: initialized
00;00;05;286: [barista-Process] Product {:Program=>37529, :message=>42751, :ProgramProj=>38946, :root=>38946, :sead=>37528, :resource=>38945}
00;00;05;286: [barista-Process] Cafe OS SDK Version 2.12.11 Build 66642 Branch

00;00;05;309: WPAD: Application Init
00:00:05:826: MCP: PID 14 requested to disable power transitions
00;00;05;706: ProcUI: Received Release Foreground message
00;00;05;710: ProcUI: Releasing foreground
00;00;05;784: port 0 detached
00;00;05;825: ------------------PROCESS 5 LOST FOREGROUND--------------------
00:00:05:946: MCP: PID 14 requested to enable power transitions
00:00:05:947: MCP: PID 14 requested to disable power transitions
00;00;05;826: KiCblRegisterBlocks() completed with status 0:-4.
00;00;05;826: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;00;05;826:


-----------------------------
ROOT IS STARTING MASTER TITLE
-----------------------------

00;00;05;826: TEST COOKIE: YOSHI-1992-11-21-00-00-00
00;00;05;827: DIAG:Issued KiPrepareTitleAsync(0x0005001010040200)
00:00:06:101: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/10040200/code'
00:00:06:101: MCP: Preparing men.rpx
00:00:06:108: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/10040200/content
00:00:06:108: MCP: Warning title:0x0005001010040200 does not have ramdisk read capability (forcing)
00:00:06:113: MCP: Link title:0x0005001010040200 file:/vol/content/Common/Package/Men.pack to ramdisk:/vol/sys/proc_ram/cache/Men.pack
00:00:06:113: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/10040200/content
00;00;05;987: DIAG:Result PrepareTitle(0x0005001010040200) came back with cosxml(0x0005001010040200)
00;00;05;994: TitleId 0x0005001010040200 Version 0x000000C4 Built On SDK 21211
00;00;05;994: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;05;995: DIAG: PhysAlloc(2, 0x40000000, 0x00000000, 0x00000000, 0x02300000, 0x00000001)
00;00;05;995: DIAG: InitAddrSpace
00;00;05;995: DIAG: Switch(New)
00;00;05;995: DIAG:+Loader(1, 7)
00;00;05;995: DIAG:+KiRPLLoaderSetup
00;00;05;996: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;05;996: Title Loc is 0
00:00:06:334: MCP: PID 14 requested to enable power transitions
00;00;06;214: DIAG:-Loader(1, 7)
00;00;06;214: DIAG: SetFG(7)
00;00;06;214: KiCblRegisterBlocks() completed with status 0:-4.
00;00;06;214: ------------------PROCESS 2 GAIN FOREGROUND--------------------
00;00;06;216: SYSLOG_LEVEL 1: Warnings Enabled
00;00;06;216: UserMode Core & Thread Initialization (3 Cores)
00;00;06;216: Core 1 Complete, Default Thread 0x100457E0
00;00;06;217: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;06;218: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;06;240: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;06;240: __AppFlags: 0x00000200

00;00;06;241: OSBlockThreadsOnExit default for sdk version 21211
00;00;06;582: SYSAPP: RPL Load
00;00;06;582: mic_core0_thread: master init
00;00;06;600: OSSetting_SynchronousPrinting DISABLED
00;00;06;604: OSSetting_CrashDumpType 0, MINI dump after crash
00:00:06:761: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;06;639: TCL(2): init DONE
00;00;06;640: VPADInit() depricated, no need to call
00;00;06;640: port 0 attached
00;00;06;641: VPAD Init end, BPERF: (0/6761763) Title PID=2
SPM: SetManualMode
00:00:06:805: Acquired IP address via DHCP client for interface: wl0
00:00:06:805: IP address : 192.168.178.100
00:00:06:805: Subnet Mask: 255.255.255.0
00:00:06:806: Gateway : 192.168.178.1
00;00;06;676: mic_drc_attach_cb: ch 0 reason 1 flags 0x00040100
00;00;06;677: ACP_AutoInit: start
00;00;06;777: ACP_AutoInit: ACPInitialize complete
00;00;06;777: ACP_AutoInit: ACPSaveDataInit complete
00;00;06;781: ACP_AutoInit: ACPNotifyPlayEvent complete
00;00;06;781: ACP_AutoInit: NDMInitialize complete
00:00:07:025: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/10040200/user/"
00:00:07:025: ACP: Mount done (0)
00;00;06;898: ACP: initialized
00;00;06;898: [barista] Product {:Program=>38956, :message=>42751, :ProgramProj=>38956, :root=>38956, :sead=>37528, :resource=>38945}
00;00;06;898: [barista] Cafe OS SDK Version 2.12.11 Build 66642 Branch

00;00;06;898: ### Application Start Time [19:21:34] ###
00;00;06;898: =================================
MEM_ARENA_2: total free size = 989763(KB), 966(MB)
=================================
00;00;06;928: WPAD: Application Init
00;00;07;654: rpl_entry
00;00;07;654: OSDynLoad_Acquire() use [2701564]
00;00;07;654: ErrEula: client version 3.
00;00;07;654: ErrEula: thread=0x4c606540, stackSize= 64 KB, stackBase=0x4c60652c, stackEnd=0x4c5f652c (ErrEulaCreate)
00;00;08;259: == sysapp == new path
00;00;08;259: ==== sysapp:dump data 128 ====
00;00;08;259: <slot_id size=4> e<mode size=4> <sys:caller_id size=8>Menu<sys:caller_process size=4>mlc <sys:caller_device size=4>

00;00;08;259: ==== sysapp:dump data 0 ====
00;00;08;259:
00;00;08;311: ==== sysapp:dump data 0 ====
00;00;08;311:
00:00:08:659: IFNET_ETH: Link DOWN.
00:00:10:518: MCP: PID 10 requested to enable power transitions
00:00:10:518: MCP_PowerButtonControl(1) returned 0
00;00;11;099: rpl_entry
00;00;11;099: SWKBD: OSDynLoad_Acquire() use [3133812/3670016]
00;00;11;099: SWKBD: client version 3.
00;00;11;099: SWKBD: thread=0x4c606540, stackSize= 64 KB, stackBase=0x4c60652c, stackEnd=0x4c5f652c (SwkbdCreate)
00:00:13:180: [BOSS] BG stress mode is disabled.
00:00:17:611: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/10040200/user/"
00:00:17:611: ACP: Mount done (0)
00:00:29:178: ACP: USB storage is not found
00;00;48;686: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdAppearInputForm)
00;00;48;686: HWKBD: initialize (region = 2, country code = 16)
00;00;48;688: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdCalc)
00;00;48;690: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdCalcSubThreadFont)
00;00;48;695: SWKBD: thread=0x11bef778, stackSize= 16 KB, stackBase=0x11bef768, stackEnd=0x11beb768 (SwkbdDrawTV)
00;00;48;695: SWKBD: thread=0x11beaee8, stackSize= 16 KB, stackBase=0x11beaed8, stackEnd=0x11be6ed8 (SwkbdDrawDRC)
00;00;59;463: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdDisappearInputForm)
00;00;59;464: HWKBD: Teardown
00:01:09:242: MCP: PID 14 requested to disable power transitions
00;01;09;125: ProcUI: Received Release Foreground message
00;01;09;156: ProcUI: Releasing foreground
00;01;09;192: mic_drc_attach_cb: ch 0 reason 0 flags 0x00000000
00;01;09;233: port 0 detached
00;01;09;274: ------------------PROCESS 2 LOST FOREGROUND--------------------
00;01;09;275: KiCblRegisterBlocks() completed with status 0:-4.
00;01;09;275: ------------------PROCESS 5 GAIN FOREGROUND--------------------
00:01:09:407: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;09;286: port 0 attached
00;01;09;324: TCL(5): init DONE
00;01;09;330: VPADInit() depricated, no need to call
00:01:09:483: MCP: PID 14 requested to enable power transitions
00;01;09;363: ProcUI: Received Acquire Foreground message
00:01:09:728: IM: home button was pressed by type: IM_PAD_TYPE_NONE index: 0
00;01;09;607: ==== sysapp:dump data 1792 ====
00;01;09;607: ...skip ( 1280 )...
00;01;09;607:

<sys:anchor size=1552><sys:Pack size=1574> <mode size=4> <slot_id size=4> <sys:caller_id size=8>Men
u<sys:caller_process size=4>mlc <sys:caller_device size=4><sys:Pack size=1722> <sys:launch_title size=8> <mode size=4>

00;01;10;403:


Querying BSP for Hardware Information...
00;01;10;403: It is not Holly/Bolly-Wood
00;01;10;403: It is Latte A2x or later
00;01;10;403: using DSP memory parameters:
00;01;10;403: DROM_BASE: 0x3000
00;01;10;403: IRAM_SIZE: 0x2000
00;01;10;403: DRAM_SIZE: 0x3000
00;01;10;403: ACP: detecting USB storage in CheckTitleNotReferAcctLaunch.
00;01;10;403: ACP shim: USB storage is not found.
00;01;10;403: ACP: USB storage detection done in CheckTitleNotReferAcctLaunch
00:01:10:621: ACP: set boot flag: 0x00000000
00:01:10:639: MCP: PID 14 requested to disable power transitions
00;01;10;519: DIAG:Issued KiPrepareTitleAsync(0x000500101004A200)
00:01:10:896: MCP: did not find 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/1004a200/code', rval -196631
00:01:10:897: MCP: Preparing ffl_app.rpx
00;01;10;779: DIAG:Result PrepareTitle(0x000500101004A200) came back with cosxml(0x000500101004A200)
00;01;10;779:
***PPC FAST CYCLE***
00;01;10;779: SHUTINFO: RAMPID 5 is in Foreground
00;01;10;779: SHUTINFO: RAMPID 0 is also alive.
00;01;10;779: SHUTINFO: RAMPID 1 is also alive.
00;01;10;779: SHUTINFO: RAMPID 6 is also alive.
00;01;10;779: SHUTINFO: RAMPID 7 is also alive.
00;01;10;779: p2c2 EXIT message retrieved from system queue. main() should exit.
00;01;10;781: ProcUI: Received Exit message
00;01;10;782: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b138, stackEnd=0x1068b140 (SwkbdDestroy)
00;01;10;782: ProcUI: Received Release Foreground message (shutdown has begun)
00;01;10;792: rpl_entry
INFO: nn::ipc avoided busy close on /dev/acp_main (moduleId = 301, tag = 0) from pid = 21
00;01;10;814: ### Application Exit Time [19:22:37] ###
00;01;10;814:

!!WARNING - main() exited with an active thread 0x4C606540 [prio = 81] "Prepare Thread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x11BEAEE8 [prio = 80] "WorkerMgr/Worker1(cSub1)"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x11BEF778 [prio = 80] "WorkerMgr/Worker2(cSub2)"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x11BA0AF8 [prio = 81] "InitInRootTask"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x1322B970 [prio = 82] "UpdateScalableFont"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x106524A0 [prio = 67] "nw::snd::TaskThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x106492B8 [prio = 68] "nw::snd::SoundThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x2109AB70 [prio = 81] "sead::MicConnectThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x14130548 [prio = 82] "MenUsbStorageChecker"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x22E88228 [prio = 83] "NetThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x22EF1800 [prio = 81] "Nand"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x22F4E608 [prio = 83] "AccountJob"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x29E57798 [prio = 83] "MiiThread"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x2A316680 [prio = 84] "EulaThred"
00;01;10;814:

!!WARNING - main() exited with an active thread 0x2BCCE820 [prio = 83] "AccountMgrThread"
00;01;10;814: +OSDrivers_Done(p2,c1)
00;01;10;814: +OSDrivers_Done(p2,c2)
00;01;10;814: __OSShutdownIdleBegin()
00;01;10;814: __OSSetMaxSchedulingBand 1
00;01;10;814: +OSDrivers_Done(p2,c0)
00;01;10;814: >x(2, 1)"TEST"
00;01;10;814: <x(2, 1)"TEST" 0 ms
00;01;10;814: >x(2, 1)"Button"
00;01;10;814: <x(2, 1)"Button" 0 ms
00;01;10;814: >x(2, 1)"Clipboard"
00;01;10;815: <x(2, 1)"Clipboard" 0 ms
00;01;10;815: >x(2, 1)"ACP"
00;01;10;824: <x(2, 1)"ACP" 9 ms
00;01;10;824: >x(2, 1)"ACPLoad"
00;01;10;824: <x(2, 1)"ACPLoad" 0 ms
00;01;10;824: >x(2, 1)"INPT"
00;01;10;824: <x(2, 1)"INPT" 0 ms
00;01;10;824: >x(2, 0)"ccr_mic"
00;01;10;824: <x(2, 0)"ccr_mic" 0 ms
00;01;10;824: >x(2, 1)"NTAG"
00;01;10;824: <x(2, 1)"NTAG" 0 ms
00;01;10;824: >x(2, 1)"UVD"
00;01;10;846: <x(2, 1)"UVD" 21 ms
00;01;10;846: >x(2, 1)"SNDD"
00;01;10;846: <x(2, 1)"SNDD" 0 ms
00;01;10;846: >x(2, 1)"GX2"
00;01;10;846: <x(2, 1)"GX2" 0 ms
00;01;10;846: >x(2, 1)"ProcUI"
00;01;10;846: <x(2, 1)"ProcUI" 0 ms
00;01;10;846: >x(2, 1)"SNDD_Ramp"
00;01;10;846: ***OSDriver_Deregister() of self from inside action callback!
00;01;10;846: <x(2, 1) 0 ms
00;01;10;846: >x(2, 1)"UHS"
00;01;10;846: <x(2, 1)"UHS" 0 ms
00;01;10;846: >x(2, 1)"AVM"
00;01;10;846: <x(2, 1)"AVM" 0 ms
00;01;10;846: >x(2, 1)"VPAD"
00;01;10;847: <x(2, 1)"VPAD" 0 ms
00;01;10;847: >x(2, 1)"WPAD"
00;01;10;847: <x(2, 1)"WPAD" 0 ms
00;01;10;847: >x(2, 1)"NETWORK"
00;01;10;847: <x(2, 1)"NETWORK" 0 ms
00;01;10;847: >x(2, 1)"CCR"
00;01;10;847: <x(2, 1)"CCR" 0 ms
00;01;10;847: >x(2, 1)"TCL"
00;01;10;847: <x(2, 1)"TCL" 0 ms
00;01;10;847: >x(2, 1)"FS"
Fsa profiler has been disabled already.
00;01;10;847: <x(2, 1)"FS" 0 ms
00;01;10;847: >x(2, 1)"SETTING"
00;01;10;847: <x(2, 1)"SETTING" 0 ms
00;01;10;847: >x(2, 1)"IPC"
00;01;10;851: ABANDONED ORPHANED IPC REPLY FOR RAMPID 7
00;01;10;918: ABANDONED ORPHANED IPC REPLY FOR RAMPID 7
00;01;10;975: <x(2, 1)"IPC" 127 ms
00;01;10;975: >x(2, 1)"Cache"
00;01;10;975: <x(2, 1)"Cache" 0 ms
00;01;10;975: >x(2, 1)"MEM"
00;01;10;975: <x(2, 1)"MEM" 0 ms
00;01;10;975: -OSDrivers_Done(p2,c1)
00;01;10;975: -OSDrivers_Done(p2,c2)
00;01;10;975: -OSDrivers_Done(p2,c0)
00:01:11:127: MCP: Unlink title:0x0005001010040200 file:/vol/content/Common/Package/Men.pack from ramdisk:/vol/sys/proc_ram/cache/Men.pack
00;01;11;010: +IPCKDriver_Cleanup(7)
00;01;11;010: -IPCKDriver_Cleanup(7)
00:01:11:164: AUXIL Info: fast relaunch.
00;01;11;058: ProcUI: Releasing foreground
00;01;11;182: port 0 detached
00:01:11:391: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;11;228: ------------------PROCESS 5 LOST FOREGROUND--------------------
00;01;11;228: KiCblRegisterBlocks() completed with status 0:-4.
00;01;11;228: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;01;11;270: TCL(1): init DONE
00;01;11;270: port 0 attached
00;01;11;284: VPADInit() depricated, no need to call
00;01;11;285: sMasterTitleSwitchedToExit
00;01;11;285: ROOT: Issuing reboot.
00;01;11;840: ROOT: Waiting for EXIT message or RECYCLE message
00;01;11;840: ---Root Invoking Recycle---
00:01:11:976: MCP: PID 14 requested to enable power transitions
00:01:11:976: MCP: PID 10 requested to disable power transitions
00:01:11:977: MCP_PowerButtonControl(0) returned 0
00;01;11;855:


---PPC USER-LEVEL FAST RESTART---


00;01;11;855: New master title is a Game(0x90000020)
00;01;11;855: MASTER TITLE ON FLASH
00:01:12:163: MCP: PID 14 requested to disable power transitions
00;01;12;042:


-----------------------------
ROOT IS STARTING MASTER TITLE
-----------------------------

00;01;12;042: TEST COOKIE: YOSHI-1992-11-21-00-00-00
00;01;12;043: DIAG:Issued KiPrepareTitleAsync(0x000500101004A200)
00:01:12:364: MCP: did not find 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/1004a200/code', rval -196631
00:01:12:364: MCP: Preparing ffl_app.rpx
00:01:12:372: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/1004a200/content
00:01:12:373: MCP: 000500101004A200 is not a demo title, skip increment demo launch count
00:01:12:373: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/1004a200/content
00;01;12;251: DIAG:Result PrepareTitle(0x000500101004A200) came back with cosxml(0x000500101004A200)
00;01;12;254: TitleId 0x000500101004A200 Version 0x00000032 Built On SDK 20909
00;01;12;289: port 0 detached
00;01;12;330: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;01;12;330: DIAG: PhysAlloc(15, 0x40000000, 0x00000000, 0x00000000, 0x01000000, 0x00000001)
00;01;12;330: DIAG: InitAddrSpace
00;01;12;331: DIAG: Switch(New)
00;01;12;331: DIAG:+Loader(1, 7)
00;01;12;331: DIAG:+KiRPLLoaderSetup
00;01;12;331: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;01;12;331: Title Loc is 0
00:01:12:640: MCP: PID 14 requested to enable power transitions
00;01;12;519: DIAG:-Loader(1, 7)
00;01;12;520: DIAG: SetFG(7)
00;01;12;520: KiCblRegisterBlocks() completed with status 0:-4.
00;01;12;520: ------------------PROCESS 15 GAIN FOREGROUND--------------------
00;01;12;521: SYSLOG_LEVEL 1: Warnings Enabled
00;01;12;521: UserMode Core & Thread Initialization (3 Cores)
00;01;12;521: Core 1 Complete, Default Thread 0x100457E0
00;01;12;523: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;01;12;524: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;01;12;547: UserMode OS library build date: Jul 28 2015 19:57:03
00;01;12;547: __AppFlags: 0x00000200

00;01;12;548: OSBlockThreadsOnExit default for sdk version 20909
00;01;12;650: SYSAPP: RPL Load
00;01;12;727: OSSetting_SynchronousPrinting DISABLED
00:01:12:900: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;12;743: OSSetting_CrashDumpType 0, MINI dump after crash
00;01;12;776: TCL(15): init DONE
00;01;12;779: VPADInit() depricated, no need to call
00;01;12;780: port 0 attached
00;01;12;781: VPAD Init end, BPERF: (0/72901190) Title PID=15
SPM: SetAutoMode volumeId = (null)
00;01;12;818: ACP_AutoInit: start
00;01;12;906: ACP_AutoInit: ACPInitialize complete
00;01;12;907: ACP_AutoInit: ACPSaveDataInit complete
00;01;12;909: ACP_AutoInit: ACPNotifyPlayEvent complete
00;01;12;912: ACP_AutoInit: NDMInitialize complete
00;01;13;728: ACP: initialized
00;01;13;736: ==== sysapp:dump data 1722 ====
00;01;13;736: ...skip ( 1210 )...
00;01;13;736:

<sys:anchor size=1552><sys:Pack size=1574>
<mode size=4> <slot_id size=4> <sys:caller_id size=8>Menu<sys:caller_process size=4>mlc <sys:caller_device size=4>

00;01;13;803: rpl_entry
00;01;13;803: OSDynLoad_Acquire() use [2701604]
00;01;13;803: ErrEula: thread=0x100457e0, stackSize= 63 KB, stackBase=0x105dc2b8, stackEnd=0x105cc2c0 (ErrEulaCreate)
00:01:16:671: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/1004a200/user/"
00:01:16:672: ACP: Mount done (0)
00;01;16;730: WPAD: WPADRegisterAllocator is deprecated. Call no longer required.
00;01;16;731: WPAD: Application Init
00;01;16;820: VPADInit() depricated, no need to call
00:01:17:349: MCP: PID 10 requested to enable power transitions
00:01:17:349: MCP_PowerButtonControl(1) returned 0
00;01;18;954: rpl_entry
00;01;18;954: SWKBD: OSDynLoad_Acquire() use [3133780/3670016]
00;01;18;954: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x105dc2b8, stackEnd=0x105cc2c0 (SwkbdCreate)
00:01:19:604: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:642: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:643: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:19:643: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00:01:19:770: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:808: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:809: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:19:809: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00;01;19;689: FS: READ_FILE upid:[15] sts:[MEDIA_ERROR] hnd:[0x3b80621] dst:[0x2af30f80] size:[1] cnt:[1048576] pos:[0]
00;01;19;689: SystemFatal(core0)
00;01;19;689: Aborting/Abandoning Driver "HID" (master 15)
00;01;19;689: Aborting/Abandoning Driver "SNDD_RAMP" (master 15)
00;01;19;689: Aborting/Abandoning Driver "SNDD" (master 15)
00;01;19;689: Aborting/Abandoning Driver "CAM" (master 15)
00;01;19;689: Aborting/Abandoning Driver "CCR_MIC" (master 2)
00;01;19;689: Aborting/Abandoning Driver "NTAG" (master 2)
00;01;19;689: Aborting/Abandoning Driver "UHS" (master 2)
00;01;19;689: Aborting/Abandoning Driver "KPAD" (master 5)
00;01;19;690: Aborting/Abandoning Driver "WBC" (master 5)
00;01;19;690: Aborting/Abandoning Driver "GX2" (master 5)
00;01;19;690: Aborting/Abandoning Driver "FS" (master 5)
00;01;19;690: Aborting/Abandoning Driver "SND" (master 5)
00;01;19;690: Aborting/Abandoning Driver "UVD" (master 5)
00;01;19;690: Aborting/Abandoning Driver "ACP" (master 5)
00;01;19;690: Aborting/Abandoning Driver "WPAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "PAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "CLIPBOARD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "BUTTON" (master 1)
00;01;19;690: Aborting/Abandoning Driver "ACPLOAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "TEST" (master 1)
00;01;19;690: Aborting/Abandoning Driver "INPT" (master 1)
00;01;19;690: Aborting/Abandoning Driver "SETTING" (master 1)
00;01;19;690: Aborting/Abandoning Driver "IPC" (master 1)
00;01;19;690: Aborting/Abandoning Driver "CACHE" (master 1)
00;01;19;690: Aborting/Abandoning Driver "MEM" (master 1)
00;01;19;690: Aborting/Abandoning Driver "NETWORK" (master 1)
00;01;19;690: Aborting/Abandoning Driver "NSYSUVD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "AVM" (master 1)
00;01;19;690: Aborting/Abandoning Driver "DC" (master 1)
00;01;19;690: Aborting/Abandoning Driver "TCL" (master 1)
00;01;19;690: Aborting/Abandoning Driver "TVE" (master 1)
00;01;19;690: Aborting/Abandoning Driver "VPAD" (master 1)
00;01;19;690: Aborting/Abandoning Driver "CCR" (master 1)
INFO: nn::ipc avoided busy close on /dev/acp_main (moduleId = 301, tag = 0) from pid = 21
00;01;19;815: *** Process 7 exited with interrupt handler for vector 2 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 3 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 4 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 5 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 6 registered on core 1.
00;01;19;815: *** Process 7 exited with interrupt handler for vector 8 registered on core 1.
00;01;20;287: SystemFatal - Core 2 resume in error display (6)
00;01;20;287: SystemFatal - Core 2 resume in error display (6)
00;01;20;287: SystemFatal - Core 2 resume in error display (6)
00;01;20;287: !!!Abandoned Interrupt 5 for process 65535
00;01;20;287: !!!Abandoned Interrupt 2 for process 65535
00;01;20;287: Process 6 Delayed Start Acquire
00;01;20;305: OSSetting_SynchronousPrinting DISABLED
00;01;20;309: OSSetting_CrashDumpType 0, MINI dump after crash
00;01;20;347: TCL(6): init DONE
00:01:20:642: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;20;522: VPADInit() depricated, no need to call
00;01;20;522: port 0 attached
00;01;20;523: VPAD Init end, BPERF: (0/80643190) Title PID=6
00;01;20;525:
<><><><><><><> fatal error process called <><><><><><><>
00;01;20;525: TYPE: Corruption(2)
00;01;20;525: CODE: 1600103
00;01;20;525: Process: 15
00;01;20;525: Internal Code: 269274536
00;01;20;525: Function __FSCheckAndSwitchErrorProc, Line:107

00;01;20;615: ERPRC: System version: 5.5.2 E
00;01;20;615: ERPRC: Serial number: FEM1046xxxxx
00;01;20;615: ERPRC: Model number: WUP-101(03)
00;01;20;619: CSC: Product Code: WUP-N-HAAP, Title Version (major): 3
00;01;20;632: CSC: Repaired: FALSE, Wagon: FALSE
00;01;20;636: CSC: InitialLaunch stage: 1
00;01;20;649: CSC: USB Storage Connected: FALSE, Device Type: NAND
00;01;20;671: CSC: RCA Enabled: FALSE, KeepAlive Enabled: FALSE, ParentControl Enable: FALSE
00:01:20:872: NET: >>> Received request to kill all sockets.
00:01:20:872: NET: Socket binding (resource: 0x00001a80)
00:01:20:872: NET: Change admin state (1 -> 2)(iface:0 link:1)
00:01:20:878: NET: Change admin state (2 -> 2)(iface:1 link:2)
00:01:20:879: NET: >>> Received request to kill all sockets.
00:01:20:880: NET: Socket binding (resource: 0x00001a80)
00:01:20:880: NET: Change admin state (2 -> 2)(iface:0 link:2)
00:01:20:880: NET: Change admin state (2 -> 2)(iface:1 link:2)
00;01;21;066: CSC: Check : /vol/storage_mlc01/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;21;066: CSC: Check : /vol/storage_mlc01/usr/boss/00050010/1004a200/user/80000003/ (-196631)
00;01;21;066: CSC: Check : /vol/storage_usb01/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;21;067: CSC: Check : /vol/storage_usb01/usr/boss/00050010/1004a200/user/80000003/ (-196631)
00;01;21;067: CSC: Check : /vol/storage_usb02/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;21;067: CSC: Check : /vol/storage_usb02/usr/boss/00050010/1004a200/user/80000003/ (-196631)
00;01;21;068: CSC: Boss Storage Exist: FALSE, NetworkID Assigned: FALSE, System Network Connected: FALSE
00;01;21;103: CSC: NIC Type: WIFI, DNS obtained by DHCP: TRUE, IP obtained by DHCP: TRUE
00;01;21;116: CSC: TV Port: HDMI, TV Aspect Ratio: 16:9
00;01;21;121: CSC: TV Resolution: TV_720P
00;01;21;121: CSC: CODE: [HAA3-0110-0373]
00;01;21;121: ERPRC: Console status code: HAA3-0110-0373
2022-08-03 19:22:48 - log collection event from pid 20
00:01:21:256: MCP: life time number of fatal errors - 0

Code:
00:01:19:604: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:642: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:643: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:19:643: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00:01:19:770: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:808: mmc_core card err: idx=3, lba=56427520, blks=1024, xfer=0x1, ret=0x00200b40
00:01:19:809: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:19:809: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00;01;19;689: FS: READ_FILE upid:[15] sts:[MEDIA_ERROR] hnd:[0x3b80621] dst:[0x2af30f80] size:[1] cnt:[1048576] pos:[0]
Looks like a dying eMMC. There's sadly nothing that can be done at the moment.
 

Fabioperez

Active Member
Newcomer
Joined
Jul 31, 2022
Messages
32
Trophies
0
Age
40
Location
San Gil
XP
227
Country
Colombia
hi Gary
thanks for all your work, I share the downloaded log file, from my wii u, what could I do to restore it, thanks, the error was that I did not complete the data transfer process from my wii
 

Attachments

  • logs.zip
    768.3 KB · Views: 28

ber71

Well-Known Member
Member
Joined
Apr 24, 2019
Messages
561
Trophies
0
Age
58
XP
2,463
Country
Spain
Small offtopic.
How can I find the brand of my emmc? I'm scared about hynix, so I looked at the logs at slc:/logs but could't find any occurrence of hynix, samsung or toshiba. Maybe they're logged only when an error materializes.
 

GaryOderNichts

Well-Known Member
OP
Member
Joined
Aug 9, 2018
Messages
792
Trophies
1
XP
5,493
Country
Germany
hi Gary
thanks for all your work, I share the downloaded log file, from my wii u, what could I do to restore it, thanks, the error was that I did not complete the data transfer process from my wii
I wrote this real quick to make figuring out what nand chip is built into a console easier: https://github.com/GaryOderNichts/mdinfo
Now you don't have to open it up.

Shows something like this:
Image
 

GaryOderNichts

Well-Known Member
OP
Member
Joined
Aug 9, 2018
Messages
792
Trophies
1
XP
5,493
Country
Germany
hi Gary
thanks for all your work, I share the downloaded log file, from my wii u, what could I do to restore it, thanks, the error was that I did not complete the data transfer process from my wii
Code:
00:00:26:412: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/10062100/user/"
00:00:26:413: ACP: Mount done (0)
00;00;26;284: ACP: initialized
00;00;26;306: WPAD: Application Init
00:00:29:929: MCP: PID 10 requested to enable power transitions
00:00:29:929: MCP_PowerButtonControl(1) returned 0
00:00:30:839: FSA fsa_core_ops.c(1511): failed to issue command to FS (-196640)
00:00:31:256: CMPTSave: 00:00:31:256: Src does not exists: /vol/compat_slc/title/00010001/48435445/data/save00.dat: 24
00;00;31;136: MCP_CompatCopyFile: IOS_Ioctl returned -262204
00;00;31;136: cmpt[53]: NG: MCP_CompatCopyFile: -262204
Seems to try and copy over a file from the slccmpt which doesn't exist. Not sure how to proceed here.
Can you give me a ping on my discord server to try and further fix this?
 
  • Like
Reactions: Alexander1970

ii-Xaophu

Member
Newcomer
Joined
Jul 5, 2021
Messages
5
Trophies
0
XP
41
Country
United States
Sorry for the dumb question, but to clarify.. The only devices that are supported to use the exploit with are Pico, Pi Zero, or an unpatched Switch? So nothing like an rpi4, etc?

Just wondering since I have a bricked Wii U that returns absolutely 0 video input and was planning to use this to get definitive logs to at least try to narrow down the issue.

Just asking since it'll be a while before I can order a Zero / Pico ( Switch is also in yellow zone based off of the Serial, too lazy to verify if it's Mariko or not xD )
 
Joined
Oct 19, 2021
Messages
847
Trophies
1
XP
2,313
Sorry for the dumb question, but to clarify.. The only devices that are supported to use the exploit with are Pico, Pi Zero, or an unpatched Switch? So nothing like an rpi4, etc?

Just wondering since I have a bricked Wii U that returns absolutely 0 video input and was planning to use this to get definitive logs to at least try to narrow down the issue.

Just asking since it'll be a while before I can order a Zero / Pico ( Switch is also in yellow zone based off of the Serial, too lazy to verify if it's Mariko or not xD )
I would assume the only supported devices are the ones listed, which doesn't include a Pi 4. So you're probably out of luck until you can order a Pico / Pi Zero.

I might be wrong though, if so feel free to correct me.
 

netsurf012

Active Member
Newcomer
Joined
Aug 4, 2022
Messages
30
Trophies
0
Location
Somewhere in the middle of nowhere.
XP
125
Country
Vietnam
Sorry for the dumb question, but to clarify.. The only devices that are supported to use the exploit with are Pico, Pi Zero, or an unpatched Switch? So nothing like an rpi4, etc?

Just wondering since I have a bricked Wii U that returns absolutely 0 video input and was planning to use this to get definitive logs to at least try to narrow down the issue.

Just asking since it'll be a while before I can order a Zero / Pico ( Switch is also in yellow zone based off of the Serial, too lazy to verify if it's Mariko or not xD )
RPI4, RPI3 or RPI2 have no USB host (OTG) function with its chipset, so it cannot use. Better to get a pi pico as it is cheap and easiest way to get this work. Alternative options would be Orange Pi and Banana Pi with USB host function.
 
Last edited by netsurf012,

GaryOderNichts

Well-Known Member
OP
Member
Joined
Aug 9, 2018
Messages
792
Trophies
1
XP
5,493
Country
Germany
Sorry for the dumb question, but to clarify.. The only devices that are supported to use the exploit with are Pico, Pi Zero, or an unpatched Switch? So nothing like an rpi4, etc?

Just wondering since I have a bricked Wii U that returns absolutely 0 video input and was planning to use this to get definitive logs to at least try to narrow down the issue.

Just asking since it'll be a while before I can order a Zero / Pico ( Switch is also in yellow zone based off of the Serial, too lazy to verify if it's Mariko or not xD )
The Pi 4 supports USB device emulation. Untested though, but should work with the same instructions as the zero.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Veho @ Veho: Firefox users be like "look at what they have to do to mimic a fraction of our power."