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,

tiger1234

Active Member
Newcomer
Joined
Nov 30, 2022
Messages
29
Trophies
0
Age
32
XP
73
Country
India
Then it can be just your timing i would say. Here and here are videos for the "correct" timing. Maybe it helps you a bit. Both videos show the process with the pico and the switch.
@BaamAlex will recovery menu method work on wii u black screen of death (brick due to power off during update )since the console only powers on gamepad doesn't sync nor display on tv

are there chances in future some sd card method might appear to unbrick black screen of death wii u just like recent breakthrough of cbhc brick
 

V10lator

Well-Known Member
Member
Joined
Apr 21, 2019
Messages
2,664
Trophies
1
Age
36
XP
5,639
Country
Germany
are there chances in future some sd card method might appear to unbrick black screen of death wii u just like recent breakthrough of cbhc brick
Sure there are chances but at the other side CBHC exists since around 6 years, so it took ~6 years to find a unbrick method... And people are searching longer for more low-level exploits (which could fix almost all kind of bricks) than they searched for CBHC unbrick methods. Then, again on the other side, I don't think UDPIHs exploit has been found while searching for a CBHC unbrick mehtod but by a bored Gary who didn't have anything better to do than to RE as much of IOSU as possible (correct me if I'm wrong, please).
 

tiger1234

Active Member
Newcomer
Joined
Nov 30, 2022
Messages
29
Trophies
0
Age
32
XP
73
Country
India
Sure there are chances but at the other side CBHC exists since around 6 years, so it took ~6 years to find a unbrick method... And people are searching longer for more low-level exploits (which could fix almost all kind of bricks) than they searched for CBHC unbrick methods. Then, again on the other side, I don't think UDPIHs exploit has been found while searching for a CBHC unbrick mehtod but by a bored Gary who didn't have anything better to do than to RE as much of IOSU as possible (correct me if I'm wrong, please).
you are apsolutely right .. gary alone brought many homebrew breakthrough alone in one year than 9 year combined ....i think this guy can bring some solution to this brick as well
 

omdenix

New Member
Newbie
Joined
Dec 14, 2022
Messages
4
Trophies
0
Age
24
XP
33
Country
Turkey
I have bricked wii u with 0103 error code(non moded 32 gb ver.) I am assuming that it is a hardware failiure. I used to be access to vWii but I changed setting in the account menu and cannot access to anything. It shows profile selection and then if I click to a profile, my system gives me a 160-0103 error. I am working everyday to come up with a fix. Its been a week now. I read every reply in here. It is quite exciting actually 😀. I am thinking about can we get a v0.5 update for with fixing corrupted system titles ( mii maker, system preferences, wii u menu..) like fixing coldboot title. Because I am trying to install those corrupted titles using WUP installer but I got theese errors. I know it could be hardware related. The voice inside of me still says it is going to be fixed somehow. So I am trying my best. I hope someone would reply to this. Rednand might be a hard thing to fix but I believe that there is a people out there waiting and hoping to be fixed. Also I am very excited about homebrew stuff in recovery on the next versions.
UPDATE: I manage to do it. I was’t read the instructions clearly. After i read and tried I managed to work. I tried to install home menu and internet browser from eur WUP it gave me an error. After that I tried to instal download manager title guess what? After my final attempt, console fully bricked lol. I can not access to recovery menu now. Before it was at least booting and now its just a black screen. Looking for a second hand wii u replacement for now. Wish me luck xd
 

riders556

Member
Newcomer
Joined
Nov 20, 2022
Messages
8
Trophies
0
Age
35
XP
113
Country
France
UPDATE: I manage to do it. I was’t read the instructions clearly. After i read and tried I managed to work. I tried to install home menu and internet browser from eur WUP it gave me an error. After that I tried to instal download manager title guess what? After my final attempt, console fully bricked lol. I can not access to recovery menu now. Before it was at least booting and now its just a black screen. Looking for a second hand wii u replacement for now. Wish me luck xd
hello you managed to remove error 160-0103 on your wii u i have the same error and i am stuck in the same place
 

Niesz

New Member
Newbie
Joined
Dec 29, 2022
Messages
1
Trophies
0
Age
39
XP
14
Country
United States
Hopefully, this is the right place to post.

Purchase a used Wii U from eBay. Gets to the Wii U loading screen and stops. Tried Gary's USB recovery, and it does boot to the recovery but no display. I tried the second file and got weird lines on the screen.
Blindly exported the logs.
Tried blindly changing to US region, and the Debug System region, but no luck on display working correctly.
I am not finding anything that stands out in the logs. But it isn't easy to open each log and read through it. Logs attached.
I was reading lazr1026.github.io/unbrick is this my next step? I can export OTP.bin from the recovery tool, and then solder on and export the assuming corrupted SLC.bin fix and import/upload back in??? Thoughts.
I have 2 other Wii U. One working fully backed up and modded, and one other is dead, and will not boot recovery. (Could be used for parts)
 

Attachments

  • logs.rar
    522.2 KB · Views: 36

ToothyNom

Active Member
Newcomer
Joined
Nov 10, 2021
Messages
26
Trophies
0
Age
27
XP
117
Country
Ireland
What is that mad timing on the exploit?? Been trying for about 30 mins, plugging and unplugging my pico. This is crazy. See one of my attempts here
 

Gliitch

Member
Newcomer
Joined
Jan 30, 2021
Messages
8
Trophies
0
Age
27
XP
54
Country
France
Toothy, you need to do it from a cold boot mate, unplug and replug the AC of your Wii U then insert the pico only at the end of the 2disc drive noise (motor in, motor out, motor in, motor out, insert usb immediatly)

My question is : can we reinstall Mii Maker with this method ? (WUP Installer ?)
Got a Wii U stuck on the setup menu and crash (160 0103) when it ask me do create a mii.
If we can't reinstall it properly, any way to skip the setup of the Wii U ?

Awesome discovery tho, big thumb to you Holy-Gary !
PS : 2nd hand Wii U find in a junkyard, history unknown but seem untempered software side, nothing out of the ordinary on the log
 
Last edited by Gliitch,

ToothyNom

Active Member
Newcomer
Joined
Nov 10, 2021
Messages
26
Trophies
0
Age
27
XP
117
Country
Ireland
Also tried that before as I saw it on a YouTube video. Though maybe my ports aren't working, checked the voltage and I am getting 5v on front ports. Funny thing is if I connect the pico after the first Motor in - motor out I get a black screen, anything after the second in-out doesn't to anything.

 

Gliitch

Member
Newcomer
Joined
Jan 30, 2021
Messages
8
Trophies
0
Age
27
XP
54
Country
France
Does anyone have an answer to this question please ?

My question is : can we reinstall Mii Maker with this method ? (WUP Installer/Copy Paste from wup server ?)
Got a Wii U stuck on the setup menu and crash (160-0103) when it ask me to create a mii.
If I can't reinstall it properly, any way to skip the setup of the Wii U ?

Can someone explain me how to setup a wupclient too ?

Cause I've searched quite a lot and nothing helped me so far, I've setup my wupserver and the network.cfg file is ok but I don't know how to use that .py script, it only give me a black window for a short second after I changed the IP adress to the one my wupserver is giving me...
toothy : just to be sure : you did put the file on your SD card and on your Pico ?

2022-02-22 12:03:42
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: 110975670
Model: WUP-101(03)
Prod Area: 0x4
Game Area: 0x4
5GHz Code: 0x18
BOOT1: 0x20b9
DRH: 0x190c
BT: 0x205
+0x000500301001120a:0x00000064
+0x000500301001020a:0x000000b4
+0x0005001010040200:0x00000101
-0x0005001010040200:0x00000101
+0x000500101004a200:0x00000032
00:00:01:929: DRH cdc version 00080000
00:00:01:929: DRH wifi module id a8e502d0
00:00:01:929: DRH SPL id 00001c58
00:00:01:990: BT: BTA/BTE/STACK now operational
00:00:02:098: USBETH Trace: Created interface 100.
00:00:02:147: MCP: boot1 version 2.11.09
00;00;01;547: COSREPORT: Set level:1 from syslog level
00;00;01;547:
----------------------------------------------- BPERF: (0/1547736) PPC Init.
00;00;01;547: Cafe OS SDK Version 2.13.01 Build 68939 Branch sdk_2_13
00;00;01;547: PPC NDEBUG Kernel Build date - Jul 28 2015 19:55:58
00;00;01;547: BUILT AS OS_VERSION_MAJOR 000500101000800A MINOR 0x3D56
00;00;01;547: core=1 WARM BOOT
00;00;01;547: SOFT INTERRUPT MODE
00;00;01;547: -----------------------------------------------

00;00;01;547: KiCblRegisterBlocks() completed with status 0:-4.
00;00;01;548: PROD Mode - don't even try to load kdebug.elf
00;00;01;548: title id: 5001010040200, app type 90000001
00;00;01;548:
00;00;01;548: ---------------------------------------
00;00;01;548: OS VERSION ID 0x000500101000400A
00;00;01;548: MASTER TITLE ON FLASH
00;00;01;548: ---------------------------------------
00;00;01;548:
00:00:02:166: MCP: loaded and parsed 'preload.txt' at '/vol/system/title/00050010/1000400a/code'
00:00:02:183: MCP: Wake 0 signal
00:00:02:329: DRH using runtime generated WLAN data
00:00:02:329: Setting DRH to Normal mode
00:00:02:330: setting DRH system time to 12:03:44
00:00:02:334: sending DRC WOWL wake
00:00:02:335: ccr_admin_wowl_wake_drc() returned -1893541
00;00;02;221: DIAG:+KiRPLLoaderSetup
00;00;02;222: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00:00:02:384: WUD_BCMFWCheck ==> chipname 20702A1 build 517 from SERIAL FLASH
00:00:02:386: BT: BTRM now Active (WUD Operational)
00:00:02:957: MCP: Heartbeat Enabled
00;00;02;836: DIAG:+KiProcess_FinishInitAndPreload
00;00;02;836: KiCblRegisterBlocks() completed with status 0:-4.
00;00;02;836: DIAG:-KiProcess_FinishInitAndPreload: before no-return call to KiInitKernelFinish
00;00;02;836: DIAG:+KiInitKernelFinish
00;00;02;837: VVVVVVV----- PPC Kernel Waiting -----VVVVVVV
00;00;02;837: ^^^^^^^----- PPC Kernel Release -----^^^^^^^
00;00;02;837: DIAG:-KiInitKernelFinish: before no-return call to KiProcess_Launch
00;00;02;837:
--------------------
00;00;02;837: PROCESS 1 STARTING
00;00;02;837: SYSLOG_LEVEL 1: Warnings Enabled
00;00;02;837: UserMode Core & Thread Initialization (3 Cores)
00;00;02;837: Core 1 Complete, Default Thread 0x100457E0
00;00;02;838: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;02;840: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;02;840: Clearing Process MEM2 Arena...
00;00;02;853: MEM2 Arena clear complete, size 23 MB, 13ms
00;00;02;876: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;02;876: __AppFlags: 0x00000200

00;00;02;877: OSBlockThreadsOnExit default for sdk version 21301
00;00;02;978: OSSetting_SynchronousPrinting DISABLED
00;00;02;983: OSSetting_CrashDumpType 0, MINI dump after crash
00;00;03;016: TCL(1): init DONE
00:00:03:288: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;03;168: VPADInit() depricated, no need to call
00;00;03;168: port 0 attached
00;00;03;169: VPAD Init end, BPERF: (0/3289274) Title PID=1
00;00;03;173: ROOT: Read restart value 1
00;00;03;186: ROOT: Read audio relaunch value 1
00;00;03;197: ROOT: OSID 0x000500101000400A
00;00;03;390: Info: Calculating warm boot font CRCs on core:0
00;00;03;391: WPAD: Master Init
00;00;03;391: VPADInit() depricated, no need to call
COSREPORT: Using syslog level:1
COSREPORT: Set upid_mask:ffffffffffffffff module_mask:ffffffffffffffff level:1
00;00;03;530: Info: Warm boot processing font CRCs on core:1
00:00:03:742: MCP: PID 14 requested to disable power transitions
00;00;03;622: DIAG:Issued KiPrepareTitleAsync(0x000500301001120A)
00:00:04:003: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050030/1001120a/code'
00:00:04:003: MCP: Preparing error.rpx
00:00:04:007: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050030/1001120a/content
00;00;03;886: DIAG:Result PrepareTitle(0x000500301001120A) came back with cosxml(0x000500301001120A)
00;00;03;888: TitleId 0x000500301001120A Version 0x00000064 Built On SDK 21204
00;00;03;923: port 0 detached
00;00;03;964: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;03;965: DIAG: PhysAlloc(6, 0x00800000, 0x00000000, 0x00000000, 0x00140000, 0x00000001)
00;00;03;965: DIAG: InitAddrSpace
00;00;03;965: DIAG: Switch(New)
00;00;03;965: DIAG:+Loader(1, 6)
00;00;03;965: DIAG:+KiRPLLoaderSetup
00;00;03;965: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;03;965: Title Loc is 0
00:00:04:115: MCP: PID 14 requested to enable power transitions
00;00;03;994: DIAG:-Loader(1, 6)
00;00;03;994: DIAG: SetFG(6)
00;00;03;994: KiCblRegisterBlocks() completed with status 0:-4.
00;00;03;994: ------------------PROCESS 6 GAIN FOREGROUND--------------------
00;00;03;996: SYSLOG_LEVEL 1: Warnings Enabled
00;00;03;996: UserMode Core & Thread Initialization (3 Cores)
00;00;03;996: Core 1 Complete, Default Thread 0x100457E0
00;00;03;997: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;03;998: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;04;021: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;04;021: __AppFlags: 0x00002200

00;00;04;022: OSBlockThreadsOnExit default for sdk version 21204
00:00:04:173: MCP: PID 14 requested to disable power transitions
00;00;04;052: ------------------PROCESS 6 LOST FOREGROUND--------------------
00;00;04;052: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;052: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;00;04;053: DIAG:Issued KiPrepareTitleAsync(0x000500301001020A)
00:00:04:515: MCP: loaded and parsed 'preload.txt' at '/vol/storage_mlc01/sys/title/00050030/1001020a/code'
00:00:04:516: MCP: Preparing hbm.rpx
00:00:04:518: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050030/1001020a/content
00;00;04;397: DIAG:Result PrepareTitle(0x000500301001020A) came back with cosxml(0x000500301001020A)
00;00;04;399: TitleId 0x000500301001020A Version 0x000000B4 Built On SDK 21211
00;00;04;399: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;00;04;399: DIAG: PhysAlloc(5, 0x08000000, 0x00000000, 0x00000000, 0x02000000, 0x00000001)
00;00;04;399: DIAG: InitAddrSpace
00;00;04;399: DIAG: Switch(New)
00;00;04;399: DIAG:+Loader(1, 5)
00;00;04;399: DIAG:+KiRPLLoaderSetup
00;00;04;400: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;00;04;400: Title Loc is 0
00:00:04:633: MCP: PID 14 requested to enable power transitions
00;00;04;512: DIAG:-Loader(1, 5)
00;00;04;512: DIAG: SetFG(5)
00;00;04;513: KiCblRegisterBlocks() completed with status 0:-4.
00;00;04;513: ------------------PROCESS 5 GAIN FOREGROUND--------------------
00;00;04;514: SYSLOG_LEVEL 1: Warnings Enabled
00;00;04;514: UserMode Core & Thread Initialization (3 Cores)
00;00;04;514: Core 1 Complete, Default Thread 0x100457E0
00;00;04;516: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;00;04;517: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;00;04;540: UserMode OS library build date: Jul 28 2015 19:57:03
00;00;04;540: __AppFlags: 0x00000200

00;00;04;540: OSBlockThreadsOnExit default for sdk version 21211
00;00;04;888: SYSAPP: RPL Load
00;00;04;906: OSSetting_SynchronousPrinting DISABLED
00;00;04;910: OSSetting_CrashDumpType 0, MINI dump after crash
00:00:05:067: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;04;945: TCL(5): init DONE
00;00;04;946: VPADInit() depricated, no need to call
00;00;04;946: port 0 attached
00;00;04;947: VPAD Init end, BPERF: (0/5067325) Title PID=5
00;00;04;984: ACP_AutoInit: start
00;00;04;984: ACP_AutoInit: ACPInitialize complete
00;00;04;985: ACP_AutoInit: ACPSaveDataInit complete
00;00;04;987: ACP_AutoInit: ACPNotifyPlayEvent complete
00;00;04;988: ACP_AutoInit: NDMInitialize complete
00;00;04;988: ACP: initialized
00;00;04;988: [barista-Process] Product {:Program=>37529, :message=>42751, :ProgramProj=>38946, :root=>38946, :sead=>37528, :resource=>38945}
00;00;04;988: [barista-Process] Cafe OS SDK Version 2.12.11 Build 66642 Branch

00;00;05;026: WPAD: Application Init
00:00:05:538: MCP: PID 14 requested to disable power transitions
00;00;05;418: ProcUI: Received Release Foreground message
00;00;05;426: ProcUI: Releasing foreground
00;00;05;500: port 0 detached
00:00:05:662: MCP: PID 14 requested to enable power transitions
00:00:05:663: MCP: PID 14 requested to disable power transitions
00;00;05;541: ------------------PROCESS 5 LOST FOREGROUND--------------------
00;00;05;542: KiCblRegisterBlocks() completed with status 0:-4.
00;00;05;542: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00;00;05;542:


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

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

00;00;05;958: OSBlockThreadsOnExit default for sdk version 21211
00;00;06;299: SYSAPP: RPL Load
00;00;06;300: mic_core0_thread: master init
00;00;06;317: OSSetting_SynchronousPrinting DISABLED
00;00;06;322: OSSetting_CrashDumpType 0, MINI dump after crash
00:00:06:478: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;00;06;356: TCL(2): init DONE
00;00;06;357: VPADInit() depricated, no need to call
00;00;06;357: port 0 attached
00;00;06;358: VPAD Init end, BPERF: (0/6478823) Title PID=2
SPM: SetManualMode
00;00;06;392: mic_drc_attach_cb: ch 0 reason 1 flags 0x00040100
00;00;06;393: ACP_AutoInit: start
00;00;06;489: ACP_AutoInit: ACPInitialize complete
00;00;06;489: ACP_AutoInit: ACPSaveDataInit complete
00;00;06;492: ACP_AutoInit: ACPNotifyPlayEvent complete
00;00;06;492: ACP_AutoInit: NDMInitialize complete
00;00;06;811: ACP: initialized
00:00:06:938: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/10040200/user/"
00:00:06:938: ACP: Mount done (0)
00;00;06;812: [barista] Product {:Program=>39236, :message=>46124, :ProgramProj=>39239, :root=>39240, :sead=>37528, :resource=>39222}
00;00;06;812: [barista] Cafe OS SDK Version 2.12.11 Build 66642 Branch

00;00;06;812: ### Application Start Time [12:03:48] ###
00;00;06;812: =================================
MEM_ARENA_2: total free size = 989763(KB), 966(MB)
=================================
00;00;06;828: WPAD: Application Init
00;00;07;551: rpl_entry
00;00;07;551: OSDynLoad_Acquire() use [2701564]
00;00;07;551: ErrEula: client version 3.
00;00;07;551: ErrEula: thread=0x4c606540, stackSize= 64 KB, stackBase=0x4c60652c, stackEnd=0x4c5f652c (ErrEulaCreate)
00;00;08;168: == sysapp == new path
00;00;08;168: ==== sysapp:dump data 128 ====
00;00;08;168: <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;168: ==== sysapp:dump data 0 ====
00;00;08;168:
00;00;08;221: ==== sysapp:dump data 0 ====
00;00;08;221:
00:00:10:431: MCP: PID 10 requested to enable power transitions
00:00:10:432: MCP_PowerButtonControl(1) returned 0
00;00;10;914: rpl_entry
00;00;10;914: SWKBD: OSDynLoad_Acquire() use [3133812/3670016]
00;00;10;914: SWKBD: client version 3.
00;00;10;914: SWKBD: thread=0x4c606540, stackSize= 64 KB, stackBase=0x4c60652c, stackEnd=0x4c5f652c (SwkbdCreate)
00:00:13:087: [BOSS] BG stress mode is disabled.
00:00:17:201: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/10040200/user/"
00:00:17:202: ACP: Mount done (0)
00:00:30:846: ACP: USB storage is not found
00:01:02:385: MCP: PID 14 requested to disable power transitions
00;01;02;268: ProcUI: Received Release Foreground message
00;01;02;299: ProcUI: Releasing foreground
00;01;02;337: mic_drc_attach_cb: ch 0 reason 0 flags 0x00000000
00;01;02;378: port 0 detached
00;01;02;419: ------------------PROCESS 2 LOST FOREGROUND--------------------
00;01;02;419: KiCblRegisterBlocks() completed with status 0:-4.
00;01;02;419: ------------------PROCESS 5 GAIN FOREGROUND--------------------
00:01:02:552: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;02;431: port 0 attached
00;01;02;469: TCL(5): init DONE
00;01;02;474: VPADInit() depricated, no need to call
00:01:02:626: MCP: PID 14 requested to enable power transitions
00;01;02;506: ProcUI: Received Acquire Foreground message
00:01:02:871: IM: home button was pressed by type: IM_PAD_TYPE_NONE index: 0
00;01;02;751: ==== sysapp:dump data 1792 ====
00;01;02;751: ...skip ( 1280 )...
00;01;02;751:

<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;03;546:


Querying BSP for Hardware Information...
00;01;03;546: It is not Holly/Bolly-Wood
00;01;03;546: It is Latte A2x or later
00;01;03;546: using DSP memory parameters:
00;01;03;546: DROM_BASE: 0x3000
00;01;03;546: IRAM_SIZE: 0x2000
00;01;03;546: DRAM_SIZE: 0x3000
00;01;03;546: ACP: detecting USB storage in CheckTitleNotReferAcctLaunch.
00;01;03;546: ACP shim: USB storage is not found.
00;01;03;546: ACP: USB storage detection done in CheckTitleNotReferAcctLaunch
00:01:03:764: ACP: set boot flag: 0x00000000
00:01:03:782: MCP: PID 14 requested to disable power transitions
00;01;03;662: DIAG:Issued KiPrepareTitleAsync(0x000500101004A200)
00:01:04:034: MCP: did not find 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/1004a200/code', rval -196631
00:01:04:034: MCP: Preparing ffl_app.rpx
00;01;03;922: DIAG:Result PrepareTitle(0x000500101004A200) came back with cosxml(0x000500101004A200)
00;01;03;922:
***PPC FAST CYCLE***
00;01;03;922: SHUTINFO: RAMPID 5 is in Foreground
00;01;03;922: SHUTINFO: RAMPID 0 is also alive.
00;01;03;922: SHUTINFO: RAMPID 1 is also alive.
00;01;03;922: SHUTINFO: RAMPID 6 is also alive.
00;01;03;922: SHUTINFO: RAMPID 7 is also alive.
00;01;03;922: p2c2 EXIT message retrieved from system queue. main() should exit.
00;01;03;924: ProcUI: Received Exit message
00;01;03;925: ProcUI: Received Release Foreground message (shutdown has begun)
00;01;03;925: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x1069b4f8, stackEnd=0x1068b500 (SwkbdDestroy)
00;01;03;935: rpl_entry
00;01;03;954: ### Application Exit Time [12:04:46] ###
00;01;03;954:

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

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

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

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

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

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

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

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

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

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

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

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

!!WARNING - main() exited with an active thread 0x29E4B798 [prio = 83] "MiiThread"
INFO: nn::ipc avoided busy close on /dev/acp_main (moduleId = 301, tag = 0) from pid = 21
00;01;03;955:

!!WARNING - main() exited with an active thread 0x2A30A440 [prio = 84] "EulaThred"
00;01;03;955:

!!WARNING - main() exited with an active thread 0x2BCC2520 [prio = 83] "AccountMgrThread"
00;01;03;955: +OSDrivers_Done(p2,c1)
00;01;03;955: +OSDrivers_Done(p2,c2)
00;01;03;955: __OSShutdownIdleBegin()
00;01;03;955: __OSSetMaxSchedulingBand 1
00;01;03;955: +OSDrivers_Done(p2,c0)
00;01;03;955: >x(2, 1)"TEST"
00;01;03;955: <x(2, 1)"TEST" 0 ms
00;01;03;955: >x(2, 1)"Button"
00;01;03;955: <x(2, 1)"Button" 0 ms
00;01;03;955: >x(2, 1)"Clipboard"
00;01;03;955: <x(2, 1)"Clipboard" 0 ms
00;01;03;955: >x(2, 1)"ACP"
00;01;03;963: <x(2, 1)"ACP" 8 ms
00;01;03;963: >x(2, 1)"ACPLoad"
00;01;03;963: <x(2, 1)"ACPLoad" 0 ms
00;01;03;964: >x(2, 1)"INPT"
00;01;03;964: <x(2, 1)"INPT" 0 ms
00;01;03;964: >x(2, 0)"ccr_mic"
00;01;03;964: <x(2, 0)"ccr_mic" 0 ms
00;01;03;964: >x(2, 1)"NTAG"
00;01;03;964: <x(2, 1)"NTAG" 0 ms
00;01;03;964: >x(2, 1)"UVD"
00;01;03;979: <x(2, 1)"UVD" 15 ms
00;01;03;979: >x(2, 1)"SNDD"
00;01;03;979: <x(2, 1)"SNDD" 0 ms
00;01;03;979: >x(2, 1)"GX2"
00;01;03;979: <x(2, 1)"GX2" 0 ms
00;01;03;979: >x(2, 1)"ProcUI"
00;01;03;979: <x(2, 1)"ProcUI" 0 ms
00;01;03;979: >x(2, 1)"SNDD_Ramp"
00;01;03;979: ***OSDriver_Deregister() of self from inside action callback!
00;01;03;979: <x(2, 1) 0 ms
00;01;03;979: >x(2, 1)"UHS"
00;01;03;979: <x(2, 1)"UHS" 0 ms
00;01;03;979: >x(2, 1)"AVM"
00;01;03;979: <x(2, 1)"AVM" 0 ms
00;01;03;979: >x(2, 1)"VPAD"
00;01;03;979: <x(2, 1)"VPAD" 0 ms
00;01;03;979: >x(2, 1)"WPAD"
00;01;03;979: <x(2, 1)"WPAD" 0 ms
00;01;03;980: >x(2, 1)"NETWORK"
00;01;03;980: <x(2, 1)"NETWORK" 0 ms
00;01;03;980: >x(2, 1)"CCR"
00;01;03;980: <x(2, 1)"CCR" 0 ms
00;01;03;980: >x(2, 1)"TCL"
00;01;03;980: <x(2, 1)"TCL" 0 ms
00;01;03;980: >x(2, 1)"FS"
Fsa profiler has been disabled already.
00;01;03;980: <x(2, 1)"FS" 0 ms
00;01;03;980: >x(2, 1)"SETTING"
00;01;03;980: <x(2, 1)"SETTING" 0 ms
00;01;03;980: >x(2, 1)"IPC"
00;01;03;987: ABANDONED ORPHANED IPC REPLY FOR RAMPID 7
00;01;04;048: ABANDONED ORPHANED IPC REPLY FOR RAMPID 7
00;01;04;102: <x(2, 1)"IPC" 122 ms
00;01;04;102: >x(2, 1)"Cache"
00;01;04;102: <x(2, 1)"Cache" 0 ms
00;01;04;102: >x(2, 1)"MEM"
00;01;04;102: <x(2, 1)"MEM" 0 ms
00;01;04;102: -OSDrivers_Done(p2,c1)
00;01;04;103: -OSDrivers_Done(p2,c2)
00;01;04;103: -OSDrivers_Done(p2,c0)
00:01:04:255: MCP: Unlink title:0x0005001010040200 file:/vol/content/Common/Package/Men.pack from ramdisk:/vol/sys/proc_ram/cache/Men.pack
00:01:04:259: AUXIL Info: fast relaunch.
00;01;04;138: +IPCKDriver_Cleanup(7)
00;01;04;138: -IPCKDriver_Cleanup(7)
00;01;04;151: ProcUI: Releasing foreground
00;01;04;259: port 0 detached
00;01;04;304: ------------------PROCESS 5 LOST FOREGROUND--------------------
00;01;04;305: KiCblRegisterBlocks() completed with status 0:-4.
00;01;04;305: ------------------PROCESS 1 GAIN FOREGROUND--------------------
00:01:04:468: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;04;346: TCL(1): init DONE
00;01;04;347: port 0 attached
00;01;04;360: VPADInit() depricated, no need to call
00;01;04;361: sMasterTitleSwitchedToExit
00;01;04;361: ROOT: Issuing reboot.
00;01;04;369: ROOT: Waiting for EXIT message or RECYCLE message
00;01;04;369: ---Root Invoking Recycle---
00:01:04:504: MCP: PID 14 requested to enable power transitions
00:01:04:505: MCP: PID 10 requested to disable power transitions
00:01:04:505: MCP_PowerButtonControl(0) returned 0
00;01;04;384:


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


00;01;04;384: New master title is a Game(0x90000020)
00;01;04;384: MASTER TITLE ON FLASH
00:01:04:680: MCP: PID 14 requested to disable power transitions
00;01;04;559:


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

00;01;04;559: TEST COOKIE: YOSHI-1992-11-21-00-00-00
00;01;04;560: DIAG:Issued KiPrepareTitleAsync(0x000500101004A200)
00:01:04:848: MCP: did not find 'preload.txt' at '/vol/storage_mlc01/sys/title/00050010/1004a200/code', rval -196631
00:01:04:849: MCP: Preparing ffl_app.rpx
00:01:04:857: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/1004a200/content
00:01:04:858: MCP: 000500101004A200 is not a demo title, skip increment demo launch count
00:01:04:858: MCP: Mapping /vol/content to /vol/storage_mlc01/sys/title/00050010/1004a200/content
00;01;04;736: DIAG:Result PrepareTitle(0x000500101004A200) came back with cosxml(0x000500101004A200)
00;01;04;739: TitleId 0x000500101004A200 Version 0x00000032 Built On SDK 20909
00;01;04;774: port 0 detached
00;01;04;815: ------------------PROCESS 1 LOST FOREGROUND--------------------
00;01;04;815: DIAG: PhysAlloc(15, 0x40000000, 0x00000000, 0x00000000, 0x01000000, 0x00000001)
00;01;04;815: DIAG: InitAddrSpace
00;01;04;816: DIAG: Switch(New)
00;01;04;816: DIAG:+Loader(1, 7)
00;01;04;816: DIAG:+KiRPLLoaderSetup
00;01;04;816: DIAG:-KiRPLLoaderSetup: before no-return call to KiLoadContext (0xEFE09400) (0x01003FFC)
00;01;04;816: Title Loc is 0
00:01:05:120: MCP: PID 14 requested to enable power transitions
00;01;05;000: DIAG:-Loader(1, 7)
00;01;05;000: DIAG: SetFG(7)
00;01;05;000: KiCblRegisterBlocks() completed with status 0:-4.
00;01;05;000: ------------------PROCESS 15 GAIN FOREGROUND--------------------
00;01;05;001: SYSLOG_LEVEL 1: Warnings Enabled
00;01;05;001: UserMode Core & Thread Initialization (3 Cores)
00;01;05;001: Core 1 Complete, Default Thread 0x100457E0
00;01;05;003: Core 0 Complete, MSR 0x00005072, Default Thread 0x10045140
00;01;05;004: Core 2 Complete, MSR 0x00005072, Default Thread 0x10045E80
00;01;05;027: UserMode OS library build date: Jul 28 2015 19:57:03
00;01;05;027: __AppFlags: 0x00000200

00;01;05;028: OSBlockThreadsOnExit default for sdk version 20909
00;01;05;130: SYSAPP: RPL Load
00;01;05;147: OSSetting_SynchronousPrinting DISABLED
00;01;05;152: OSSetting_CrashDumpType 0, MINI dump after crash
00:01:05:308: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;05;185: TCL(15): init DONE
00;01;05;187: VPADInit() depricated, no need to call
00;01;05;188: port 0 attached
00;01;05;188: VPAD Init end, BPERF: (0/65308918) Title PID=15
00;01;05;225: ACP_AutoInit: start
SPM: SetAutoMode volumeId = (null)
00;01;05;311: ACP_AutoInit: ACPInitialize complete
00;01;05;312: ACP_AutoInit: ACPSaveDataInit complete
00;01;05;314: ACP_AutoInit: ACPNotifyPlayEvent complete
00;01;05;316: ACP_AutoInit: NDMInitialize complete
00;01;05;428: ACP: initialized
00;01;05;439: ==== sysapp:dump data 1722 ====
00;01;05;439: ...skip ( 1210 )...
00;01;05;439:

<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;05;502: rpl_entry
00;01;05;502: OSDynLoad_Acquire() use [2701604]
00;01;05;502: ErrEula: thread=0x100457e0, stackSize= 63 KB, stackBase=0x105dc2b8, stackEnd=0x105cc2c0 (ErrEulaCreate)
00:01:09:048: MCP: PID 10 requested to enable power transitions
00:01:09:049: MCP_PowerButtonControl(1) returned 0
00:01:10:438: ACP: Mounting "/vol/save/" on "/vol/storage_mlc01/usr/save/00050010/1004a200/user/"
00:01:10:439: ACP: Mount done (0)
00;01;10;484: WPAD: WPADRegisterAllocator is deprecated. Call no longer required.
00;01;10;485: WPAD: Application Init
00;01;10;563: VPADInit() depricated, no need to call
00;01;12;533: rpl_entry
00;01;12;533: SWKBD: OSDynLoad_Acquire() use [3133780/3670016]
00;01;12;533: SWKBD: thread=0x100457e0, stackSize= 63 KB, stackBase=0x105dc2b8, stackEnd=0x105cc2c0 (SwkbdCreate)
00:01:13:326: mmc_core card err: idx=3, lba=55067648, blks=1024, xfer=0x1, ret=0x00200b40
00:01:13:376: mmc_core card err: idx=3, lba=55067648, blks=1024, xfer=0x1, ret=0x00200b40
00:01:13:376: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:13:376: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00:01:13:515: mmc_core card err: idx=3, lba=55067648, blks=1024, xfer=0x1, ret=0x00200b40
00:01:13:558: mmc_core card err: idx=3, lba=55067648, blks=1024, xfer=0x1, ret=0x00200b40
00:01:13:558: mdblk: err=-131099, mid=0x90, prv=0x5c, pnm=[HYNIX ]
00:01:13:559: FSA: ### MEDIA ERROR ###, dev:mlc01, err:-2228230, cmd:11, path:(null)
00;01;13;439: FS: READ_FILE upid:[15] sts:[MEDIA_ERROR] hnd:[0x3b605fd] dst:[0x2af30f80] size:[1] cnt:[1048576] pos:[0]
00;01;13;439: SystemFatal(core0)
00;01;13;439: Aborting/Abandoning Driver "HID" (master 15)
00;01;13;439: Aborting/Abandoning Driver "SNDD_RAMP" (master 15)
00;01;13;439: Aborting/Abandoning Driver "SNDD" (master 15)
00;01;13;439: Aborting/Abandoning Driver "CAM" (master 15)
00;01;13;439: Aborting/Abandoning Driver "CCR_MIC" (master 2)
00;01;13;439: Aborting/Abandoning Driver "NTAG" (master 2)
00;01;13;439: Aborting/Abandoning Driver "UHS" (master 2)
00;01;13;439: Aborting/Abandoning Driver "KPAD" (master 5)
00;01;13;439: Aborting/Abandoning Driver "WBC" (master 5)
00;01;13;439: Aborting/Abandoning Driver "GX2" (master 5)
00;01;13;439: Aborting/Abandoning Driver "FS" (master 5)
00;01;13;439: Aborting/Abandoning Driver "SND" (master 5)
00;01;13;439: Aborting/Abandoning Driver "UVD" (master 5)
00;01;13;439: Aborting/Abandoning Driver "ACP" (master 5)
00;01;13;439: Aborting/Abandoning Driver "WPAD" (master 1)
00;01;13;439: Aborting/Abandoning Driver "PAD" (master 1)
00;01;13;439: Aborting/Abandoning Driver "CLIPBOARD" (master 1)
00;01;13;439: Aborting/Abandoning Driver "BUTTON" (master 1)
00;01;13;439: Aborting/Abandoning Driver "ACPLOAD" (master 1)
00;01;13;439: Aborting/Abandoning Driver "TEST" (master 1)
00;01;13;439: Aborting/Abandoning Driver "INPT" (master 1)
00;01;13;439: Aborting/Abandoning Driver "SETTING" (master 1)
00;01;13;439: Aborting/Abandoning Driver "IPC" (master 1)
00;01;13;439: Aborting/Abandoning Driver "CACHE" (master 1)
00;01;13;439: Aborting/Abandoning Driver "MEM" (master 1)
00;01;13;439: Aborting/Abandoning Driver "NETWORK" (master 1)
00;01;13;439: Aborting/Abandoning Driver "NSYSUVD" (master 1)
00;01;13;439: Aborting/Abandoning Driver "AVM" (master 1)
00;01;13;439: Aborting/Abandoning Driver "DC" (master 1)
00;01;13;439: Aborting/Abandoning Driver "TCL" (master 1)
00;01;13;439: Aborting/Abandoning Driver "TVE" (master 1)
00;01;13;439: Aborting/Abandoning Driver "VPAD" (master 1)
00;01;13;439: 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;13;565: *** Process 7 exited with interrupt handler for vector 2 registered on core 1.
00;01;13;565: *** Process 7 exited with interrupt handler for vector 3 registered on core 1.
00;01;13;565: *** Process 7 exited with interrupt handler for vector 4 registered on core 1.
00;01;13;565: *** Process 7 exited with interrupt handler for vector 5 registered on core 1.
00;01;13;565: *** Process 7 exited with interrupt handler for vector 6 registered on core 1.
00;01;13;565: *** Process 7 exited with interrupt handler for vector 8 registered on core 1.
00;01;14;037: SystemFatal - Core 2 resume in error display (6)
00;01;14;037: SystemFatal - Core 2 resume in error display (6)
00;01;14;037: SystemFatal - Core 2 resume in error display (6)
00;01;14;037: !!!Abandoned Interrupt 5 for process 65535
00;01;14;037: !!!Abandoned Interrupt 2 for process 65535
00;01;14;037: Process 6 Delayed Start Acquire
00;01;14;055: OSSetting_SynchronousPrinting DISABLED
00;01;14;059: OSSetting_CrashDumpType 0, MINI dump after crash
00;01;14;097: TCL(6): init DONE
00:01:14:394: ccr_hid_input_start: idx 0 controller: 0, ep 3 int req --> 0
00;01;14;274: VPADInit() depricated, no need to call
00;01;14;274: port 0 attached
00;01;14;275: VPAD Init end, BPERF: (0/74395206) Title PID=6
00;01;14;277:
<><><><><><><> fatal error process called <><><><><><><>
00;01;14;277: TYPE: Corruption(2)
00;01;14;277: CODE: 1600103
00;01;14;277: Process: 15
00;01;14;277: Internal Code: 269274536
00;01;14;277: Function __FSCheckAndSwitchErrorProc, Line:107

00:01:14:557: NET: >>> Received request to kill all sockets.
00:01:14:557: NET: Socket binding (resource: 0x00001a80)
00:01:14:558: NET: Change admin state (2 -> 2)(iface:0 link:2)
00:01:14:558: NET: Change admin state (0 -> 2)(iface:1 link:2)
00:01:14:558: IFNET_ETH: Configuring link adminState to DOWN.
00;01;15;352: ERPRC: System version: 5.5.4 E
00;01;15;352: ERPRC: Serial number: FEH110975670
00;01;15;352: ERPRC: Model number: WUP-101(03)
00;01;15;356: CSC: Product Code: WUP-N-HAAP, Title Version (major): 3
00;01;15;357: CSC: Repaired: FALSE, Wagon: FALSE
00;01;15;369: CSC: InitialLaunch stage: 1
00;01;15;372: CSC: USB Storage Connected: FALSE, Device Type: NAND
00;01;15;402: CSC: RCA Enabled: FALSE, KeepAlive Enabled: FALSE, ParentControl Enable: FALSE
00;01;16;089: CSC: Check : /vol/storage_mlc01/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;16;090: CSC: Check : /vol/storage_mlc01/usr/boss/00050010/1004a200/user/80000004/ (-196631)
00;01;16;091: CSC: Check : /vol/storage_usb01/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;16;091: CSC: Check : /vol/storage_usb01/usr/boss/00050010/1004a200/user/80000004/ (-196631)
00;01;16;092: CSC: Check : /vol/storage_usb02/usr/boss/00050010/1004a200/user/common/ (-196631)
00;01;16;092: CSC: Check : /vol/storage_usb02/usr/boss/00050010/1004a200/user/80000004/ (-196631)
00;01;16;103: CSC: Boss Storage Exist: FALSE, NetworkID Assigned: FALSE, System Network Connected: FALSE
00;01;16;237: CSC: TV Port: HDMI, TV Aspect Ratio: 16:9
2022-02-22 12:04:58 - log collection event from pid 20
00:01:16:410: MCP: life time number of fatal errors - 0
Judging by Cafe OS SDK it has been unmodified right ? Is it really beyond repair ? :(
 
Last edited by Gliitch,

GaryOderNichts

Well-Known Member
OP
Member
Joined
Aug 9, 2018
Messages
792
Trophies
1
XP
5,520
Country
Germany
Also tried that before as I saw it on a YouTube video. Though maybe my ports aren't working, checked the voltage and I am getting 5v on front ports. Funny thing is if I connect the pico after the first Motor in - motor out I get a black screen, anything after the second in-out doesn't to anything.


Hmm timing seems fine. I wonder if the console is on an outdated and incompatible FW version.
Post automatically merged:

My question is : can we reinstall Mii Maker with this method ? (WUP Installer/Copy Paste from wup server ?)
You can use the install WUP option to reinstall the Mii Maker. Although this might only be a temporary fix if the eMMC is going bad.
 

Gliitch

Member
Newcomer
Joined
Jan 30, 2021
Messages
8
Trophies
0
Age
27
XP
54
Country
France
Now that I think of it, does mii maker even exist as a WUP ?
Isn't suppose to be part of the Wii U System ?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Spent like 5 hours on switch one never touched it again
  • Psionic Roshambo @ Psionic Roshambo:
    Sentinel of the stary skies
  • K3Nv2 @ K3Nv2:
    Ds is 20 years old this year
  • Psionic Roshambo @ Psionic Roshambo:
    So MJ no longer wants to play with it?
  • K3Nv2 @ K3Nv2:
    He put it down when the 3ds came out
  • SylverReZ @ SylverReZ:
    @K3Nv2, RIP Felix does great videos on the PS3 yellow-light-of-death.
  • Jayro @ Jayro:
    Eventhough the New 3DS XL is more powerful, I still feel like the DS Lite was a more polished system. It's a real shame that it never got an XL variant keeping the GBA slot. You'd have to go on AliExpress and buy an ML shell to give a DS phat the unofficial "DS Lite" treatment, and that's the best we'll ever get I'm afraid.
    +1
  • Jayro @ Jayro:
    The phat model had amazingly loud speakers tho.
    +1
  • SylverReZ @ SylverReZ:
    @Jayro, I don't see whats so special about the DS ML, its just a DS lite in a phat shell. At least the phat model had louder speakers, whereas the lite has a much better screen.
    +1
  • SylverReZ @ SylverReZ:
    They probably said "Hey, why not we combine the two together and make a 'new' DS to sell".
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
  • BakerMan @ BakerMan:
    imagine not having hands, cringe
    +1
  • AncientBoi @ AncientBoi:
    ESPECIALLY for things I do to myself :sad:.. :tpi::rofl2: Or others :shy::blush::evil:
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ if you could find a v5 DS ML you would have the best of both worlds since the v5 units had the same backlight brightness levels as the DS Lite unlockable with flashme
  • The Real Jdbye @ The Real Jdbye:
    but that's a long shot
  • The Real Jdbye @ The Real Jdbye:
    i think only the red mario kart edition phat was v5
  • BigOnYa @ BigOnYa:
    A woman with no arms and no legs was sitting on a beach. A man comes along and the woman says, "I've never been hugged before." So the man feels bad and hugs her. She says "Well i've also never been kissed before." So he gives her a kiss on the cheek. She says "Well I've also never been fucked before." So the man picks her up, and throws her into the ocean and says "Now you're fucked."
    BigOnYa @ BigOnYa: A woman with no arms and no legs was sitting on a beach. A man comes along and the woman says...