Hacking wupclient.py crashing WiiU

  • Thread starter Thread starter mbaran
  • Start date Start date
  • Views Views 2,677
  • Replies Replies 6

mbaran

Member
Newcomer
Joined
Mar 25, 2015
Messages
12
Reaction score
2
Trophies
0
Age
40
XP
164
Country
United States
I am having an issue. I built fw.img per a guide, everything seems to be working great. I don't own the VC title yet, so I am booting CFW manually via Browser/HBL

My assumption is that I should be able to launch HBL then CFW and be able to use wupserver/wupclient.py, but everytime I launch wupclient.py, my WiiU hangs. I have to unplug it and plug it back in.

System is running 5.5.1, no redNAND only SysNAND. Using FIX94 version.

Any idea what might be causing this?

Code:
C:\Users\Matt\Desktop\iosuhax\wupserver>python -i wupclient.py
0x1c9042
Traceback (most recent call last):
  File "wupclient.py", line 829, in <module>
    mount_sd()
  File "wupclient.py", line 659, in mount_sd
    ret = w.FSA_Mount(handle, "/dev/sdcard01", "/vol/storage_sdcard", 2)
  File "wupclient.py", line 187, in FSA_Mount
    (ret, _) = self.ioctlv(handle, 0x01, [inbuffer, bytearray()], [0x293])
  File "wupclient.py", line 170, in ioctlv
    outbufs = [(self.alloc(s, 0x40), s) for s in outbuf_sizes]
  File "wupclient.py", line 170, in <listcomp>
    outbufs = [(self.alloc(s, 0x40), s) for s in outbuf_sizes]
  File "wupclient.py", line 123, in alloc
    return self.svc(0x28, [0xCAFF, size, align])
  File "wupclient.py", line 81, in svc
    ret, data = self.send(2, data)
  File "wupclient.py", line 45, in send
    response = self.s.recv(0x600)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
 
Last edited by mbaran,
u should try redNAND. u'll still be able to connect with redNAND. it might give us some insight into whether ur fw.img is corrupted.
 
Don't have a large enough SD card, but I verified the MD5 hash of my fw.img with others on here and it's correct. It does function for things which require sigpatching (vc titles).
 
Python 2.7 from another system of mine fixed it! Weird, maybe a Python3.5+Windows10 anomalie.
 

Site & Scene News

Popular threads in this forum