Hacking (v)Wii homebrew channel open sourced

DacoTaco

Well-Known Member
Member
Joined
Oct 8, 2017
Messages
196
Trophies
0
XP
1,299
Country
Antarctica
Priiloader got an update a few months ago from DacoTaco, so go ask him I guess.
and guess what happened. somebody fudging finally did and i updated the source code. go build and try it out, it should work. (if not, bother me somewhere outside of this forum cause its not like i'll come back here xD)
github link
 
Last edited by DacoTaco,

Razor83

Well-Known Member
Member
Joined
Dec 23, 2009
Messages
391
Trophies
1
XP
1,758
Country
and guess what happened. somebody fudging finally did and i updated the source code. go build and try it out, it should work. (if not, bother me somewhere outside of this forum cause its not like i'll come back here xD)
github link
Thanks @DacoTaco, so would this be v0.8.2? Also is there anywhere I can download a precompiled build?

Alternatively @FIX94 might it be possible to get an additional build of the HBC v1.1.3 with the old LULZ title ID? Just so that it can be used with the old versions of Priiloader, and so that it will directly replace the old HBC v1.1.2.

According to Marcan:-
If you want to change the title ID, you need to change tmd.template, cetk.template, and config.h.
 

N7Kopper

Lest we forget... what Nazi stood for.
Member
Joined
Aug 24, 2014
Messages
975
Trophies
0
Age
30
XP
1,294
Country
United Kingdom
For the people who can boot channels using patched wii vc titles, I just added libwiidrc to the hbc and gamepad controls seem to work just fine in it.
https://github.com/FIX94/hbc/releases
Note that of course, any app you start from it also needs to have support for that or else its rather useless.
You can just install it on vwii as normal and boot it using my wii vc channel booter.
Also when used from wii vc, note that after you started an app and you then exit from it, it will reboot to the wiiu menu rather than the HBC simply because of how wii vc works.
Trying to boot this from vWii mode consistently dumps code all over my GamePad.
https://1drv.ms/i/s!AjN-xkN4EKAvhRErrWcaLUJmOoF-
 

FIX94

Former Staff
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
Trying to boot this from vWii mode consistently dumps code all over my GamePad.
https://1drv.ms/i/s!AjN-xkN4EKAvhRErrWcaLUJmOoF-
and the normal version works? if so, I guess you have to pack up your entire "apps" folder and send it over to me because I have that wad installed on my wii, vwii and wii vc and it doesnt crash on any of them. also do you maybe use a theme or something? if so I probably need access to that too.
 

FIX94

Former Staff
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
Just pushed up a new version to my fork.
https://github.com/FIX94/hbc/releases/
-added code based on TinyLoad to stub that allows wii vc to return to HBC when wii vc channel booter was used to initially get into HBC
-pushed OHBC version to 1.1.4
Also, I recompiled everything using clean libraries so maybe whatever issue you had @N7Kopper is gone with this, anyways I did not have any issues with this file yet myself just like with the last one I uploaded.
 

N7Kopper

Lest we forget... what Nazi stood for.
Member
Joined
Aug 24, 2014
Messages
975
Trophies
0
Age
30
XP
1,294
Country
United Kingdom
Just pushed up a new version to my fork.
https://github.com/FIX94/hbc/releases/
-added code based on TinyLoad to stub that allows wii vc to return to HBC when wii vc channel booter was used to initially get into HBC
-pushed OHBC version to 1.1.4
Also, I recompiled everything using clean libraries so maybe whatever issue you had @N7Kopper is gone with this, anyways I did not have any issues with this file yet myself just like with the last one I uploaded.
Nope. Still there. I even tried without the theme, so it has to be a problem with my apps. I considered listing them, but uploading them might work better, in case I have any weirdo stuff. (Other than the things that need updating, ignore those, I'm busy)

...Hope I nixed the copyrighted stuff and sorry for the size, but I wanted to be sure. https://1drv.ms/u/s!AjN-xkN4EKAvhhlryf6lj5kDg5Q8
 

FIX94

Former Staff
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
Nope. Still there. I even tried without the theme, so it has to be a problem with my apps. I considered listing them, but uploading them might work better, in case I have any weirdo stuff. (Other than the things that need updating, ignore those, I'm busy)
so by just cutting the apps in half on each try until I found the crashing one, turns out the meta.xml file of "SNES9XGX MOD" crashes it, at the very end of it is a null-character (0x00 byte) which for some reason causes it to crash inside one of the libraries on load, I do not know as to why this would happen, it must've been some library or devkit update, if you remove that null-character at the very end and save it, it works just fine again.
 

niuus

Well-Known Member
Member
Joined
Mar 4, 2016
Messages
2,023
Trophies
1
XP
4,456
Country
Venezuela
and guess what happened. somebody fudging finally did and i updated the source code. go build and try it out, it should work. (if not, bother me somewhere outside of this forum cause its not like i'll come back here xD)
github link
Thanks @DacoTaco, so would this be v0.8.2? Also is there anywhere I can download a precompiled build?
Tried to build one, but no luck (GitVersion.exe: Bad file number error). Hope @DacoTaco or someone else gets lucky and shares a new build.
 

TeleTubby666

Well-Known Member
Newcomer
Joined
Aug 18, 2013
Messages
98
Trophies
1
XP
2,093
Country
Germany
Thanks @DacoTaco, so would this be v0.8.2? Also is there anywhere I can download a precompiled build?

Alternatively @FIX94 might it be possible to get an additional build of the HBC v1.1.3 with the old LULZ title ID? Just so that it can be used with the old versions of Priiloader, and so that it will directly replace the old HBC v1.1.2.

According to Marcan:

marcan_troll said:
If you want to change the title ID, you need to change tmd.template, cetk.template, and config.h.
-

Second that request. Or maybe somebody else to build a version with the old title ID?
 

DacoTaco

Well-Known Member
Member
Joined
Oct 8, 2017
Messages
196
Trophies
0
XP
1,299
Country
Antarctica
Tried to build one, but no luck (GitVersion.exe: Bad file number error). Hope @DacoTaco or someone else gets lucky and shares a new build.
you dont have git installed im guessing?
the source comes with gitversion which helps retrieve the source version, without git it might not work (never tried it without installing git. i just included the exe and dll but i dont think that works apparently)
that, or reinstalling git also seems to fix the issue in git sometimes

EDIT : that is ofc, considering you downloaded source using git, and not the zip archive trough github
 
Last edited by DacoTaco,

niuus

Well-Known Member
Member
Joined
Mar 4, 2016
Messages
2,023
Trophies
1
XP
4,456
Country
Venezuela
you dont have git installed im guessing?
the source comes with gitversion which helps retrieve the source version, without git it might not work (never tried it without installing git. i just included the exe and dll but i dont think that works apparently)
that, or reinstalling git also seems to fix the issue in git sometimes

EDIT : that is ofc, considering you downloaded source using git, and not the zip archive trough github
Correct, i'm not using git, only the zipped source from github and good 'ole devkitpro for compiling.
 

DacoTaco

Well-Known Member
Member
Joined
Oct 8, 2017
Messages
196
Trophies
0
XP
1,299
Country
Antarctica
Correct, i'm not using git, only the zipped source from github and good 'ole devkitpro for compiling.
ye, im guessing thats why. i dont have a machine without git/github installed but i suggest installing the github tool. easy to use and installs git. should make it work
 

DacoTaco

Well-Known Member
Member
Joined
Oct 8, 2017
Messages
196
Trophies
0
XP
1,299
Country
Antarctica
ye, im guessing thats why. i dont have a machine without git/github installed but i suggest installing the github tool. easy to use and installs git. should make it work
or, you know, i end up releasing 0.8.2 for some odd reason...

[ye, i'd link to wiibrew or my site but gbafail, you block all my links. dafuq is wrong with you)
 

JoostinOnline

Certified Crash Test Dummy
Member
Joined
Apr 2, 2011
Messages
11,005
Trophies
1
Location
The Twilight Zone
Website
www.hacksden.com
XP
4,339
Country
United States
I just dusted off my old laptop (it was literally covered in dust) with all the SysCheck HDE code, released and unreleased. Can someone run this to see if it detects the Open HBC? I don't have my Wii or Wii U set up since I moved.
http://s000.tinyupload.com/index.php?file_id=82527127932692510476


or, you know, i end up releasing 0.8.2 for some odd reason...

[ye, i'd link to wiibrew or my site but gbafail, you block all my links. dafuq is wrong with you)
  • refuse installation on WiiU(vWii)
(using a dirty check from Joostin)
LMFAO, thanks for the credit! :rofl2:
 

niuus

Well-Known Member
Member
Joined
Mar 4, 2016
Messages
2,023
Trophies
1
XP
4,456
Country
Venezuela
I just dusted off my old laptop (it was literally covered in dust) with all the SysCheck HDE code, released and unreleased. Can someone run this to see if it detects the Open HBC? I don't have my Wii or Wii U set up since I moved.
http://s000.tinyupload.com/index.php?file_id=82527127932692510476
Hey @JoostinOnline! Here's my results on the Wii.
SysCheck HDE v2.4.0 HacksDen Edition by JoostinOnline, Double_A, R2-D2199, and Nano
...runs on IOS58 (rev 6176).
Region: NTSC-U
System Menu 4.3U (v513)
Priiloader installed
Could not detect the drive date!
Homebrew Channel 1.0.258 running on IOS58
Hollywood v0x11
Console ID: 100XXXXXX
Console Type: Unknown
Shop Channel Country: Venezuela (52)
Boot2 v3
Found 78 titles.
Found 45 IOS on this console. 0 of them are stubs.
IOS9 (rev 1034): No Patches
IOS11 (rev 16174): Trucha Bug, NAND Access
IOS12 (rev 526): No Patches
IOS13 (rev 1032): No Patches
IOS14 (rev 1032): No Patches
IOS15 (rev 1032): No Patches
IOS17 (rev 1032): No Patches
IOS20 (rev 16174): Trucha Bug, NAND Access
IOS21 (rev 1039): No Patches
IOS22 (rev 1294): No Patches
IOS28 (rev 1807): No Patches
IOS30 (rev 16174): Trucha Bug, NAND Access
IOS31 (rev 3608): No Patches
IOS33 (rev 3608): No Patches
IOS34 (rev 3608): No Patches
IOS35 (rev 3608): No Patches
IOS36 (rev 3608): No Patches
IOS37 (rev 5663): No Patches
IOS38 (rev 4124): No Patches
IOS40 (rev 16174): Trucha Bug, NAND Access
IOS41 (rev 3607): No Patches
IOS43 (rev 3607): No Patches
IOS45 (rev 3607): No Patches
IOS46 (rev 3607): No Patches
IOS48 (rev 4124): No Patches
IOS50 (rev 16174): Trucha Bug, NAND Access
IOS52 (rev 16174): Trucha Bug, NAND Access
IOS53 (rev 5663): No Patches
IOS55 (rev 5663): No Patches
IOS56 (rev 5662): No Patches
IOS57 (rev 5919): No Patches
IOS58 (rev 6176): USB 2.0
IOS60 (rev 16174): Trucha Bug, NAND Access
IOS61 (rev 5662): No Patches
IOS62 (rev 6430): No Patches
IOS70 (rev 16174): Trucha Bug, NAND Access
IOS80 (rev 16174): Trucha Bug, NAND Access
IOS202[60] (rev 65535, Info: hermesrodries-v6): Trucha Bug, NAND Access, USB 2.0
IOS222[38] (rev 4, Info: hermes-v4): Trucha Bug, ES Identify, NAND Access, USB 2.0
IOS223[38+37] (rev 4, Info: hermes-v4): Trucha Bug, ES Identify, NAND Access, USB 2.0
IOS224[57] (rev 65535, Info: hermesrodries-v6): Trucha Bug, NAND Access, USB 2.0
IOS236 (rev 65535): Trucha Bug, ES Identify, NAND Access
IOS249[56] (rev 21010, Info: d2x-v10beta53-alt): Trucha Bug, NAND Access, USB 2.0
IOS250[57] (rev 21010, Info: d2x-v10beta53-alt): Trucha Bug, NAND Access, USB 2.0
IOS254 (rev 65281): BootMii
BC v6
MIOS v65535
Report generated on 11/03/2017.
Using this OHBC version. So far, so good. Will it be compatible with Wii U Pro Controller too in the future?
 
Last edited by niuus,
  • Like
Reactions: JoostinOnline

JoostinOnline

Certified Crash Test Dummy
Member
Joined
Apr 2, 2011
Messages
11,005
Trophies
1
Location
The Twilight Zone
Website
www.hacksden.com
XP
4,339
Country
United States
Using this OHBC version. So far, so good. Will it be compatible with Wii U Pro Controller too in the future?
Thanks, really appreciate it. :)

Adding support for the Pro controller would be pretty easy. FIX94 wrote a great library for it (although I apparently made a bunch of small changes to it). It's literally been years since I've coded, and I'm self-taught, so while juggling work and school I'll have a hard time working everything in.
 
  • Like
Reactions: niuus

monta990

Well-Known Member
Newcomer
Joined
Aug 16, 2017
Messages
47
Trophies
0
Age
32
XP
63
Country
Mexico
The new title ID is OHBC

upload_2018-7-11_1-44-13.png
 

r4dius

Member
Newcomer
Joined
Sep 27, 2017
Messages
24
Trophies
0
Age
123
XP
303
Country
France
Hi guys, sorry to revive this but i wanted to install the ohbc on my vwii and it won't install for some reason, I'm using multi mod manager and I get a did not complete message when trying to install the wad, can anyone help ?
Is this because I already have the original homebrew or something ?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://youtu.be/MddR6PTmGKg?si=mU2EO5hoE7XXSbSr