Hacking [TUTORIAL] Compiling a vWii compatible version of SNEEK (restored from @JoostinOnline)

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
do you have the correct folder structure?

did you embed armboot into nswitch?

did you try the github link or the svn one?
 

chrisrlink

Has a PhD in dueling
Member
Joined
Aug 27, 2009
Messages
5,554
Trophies
2
Location
duel acadamia
XP
5,730
Country
United States
huh please explain 1) the same folder structure is the same from FS-TOOLBOX? 2)how do you embed during compile and 3 I used the github svn was dead according to svn tortise
 

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
folder structue:
has to be on the root of the sd card (not in a "nands" folder or similar)

armboot/nswitch:
as far as i remember you have to use raw2c to get .c and .h files which you can use for nswitch

but I wrote something about this whole neek/vwiii thingy some time ago, which I try to find as it contains additional info (I did also struggle first to get neek working on vwii)

edit:
this is the thread, maybe you can find additional info:
https://gbatemp.net/threads/build-sneek-for-vwii-linux-helper-script.580819/

edit2:
regarding nswitch:

-> apps/SNEEK/
  • boot.dol (build from nswitch with armboot from mini-tree-mod [raw2c armboot.bin provides armboot.c and armboot.h])
 
Last edited by mive,

chrisrlink

Has a PhD in dueling
Member
Joined
Aug 27, 2009
Messages
5,554
Trophies
2
Location
duel acadamia
XP
5,730
Country
United States
i got this error bout armboot.bin during compile

File "C:\projects\wii\sneek-master\mini-tree-mod\makebin.py", line 14
print "ERROR: header length is 0x%x, expected at least 0x10"%hdrlen
 

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
ensure you're using python2 not 3

(it seems I had also issues, from the script:
sed -i '/#!\/usr\/bin\/env python2/d' mini-tree-mod/makebin.py
# force python2, python3 is usally default nowadays (TODO: switch to python3)
sed -i 's@python@python2@' mini-tree-mod/Makefile
)
 

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
just some notes:

- if you want/need to change region of sneek emunand you can use SettingsEdit (windows) on pc
- You can install more wads, but then you have to use sort48+, which has a issue on vwii as it wont show/recognize wiiu menu channel as system channel (at least the version I tested behaved like this, not sure if there is one which fixes this)
- Dont forget that you can also use "regular" cios emunand which works for a lot of games, so maybe just install the one which wont work there in sneek emunand
 

matto21

Well-Known Member
Member
Joined
Dec 29, 2011
Messages
710
Trophies
1
Age
67
XP
3,208
Country
Italy
just some notes:

- if you want/need to change region of sneek emunand you can use SettingsEdit (windows) on pc
- You can install more wads, but then you have to use sort48+, which has a issue on vwii as it wont show/recognize wiiu menu channel as system channel (at least the version I tested behaved like this, not sure if there is one which fixes this)
- Dont forget that you can also use "regular" cios emunand which works for a lot of games, so maybe just install the one which wont work there in sneek emunand
in fact i use emunand on wiiflow lite
snnek + di e uneek + di I had done it when JoostinOnline had done the guide
 

thanius

Member
Newcomer
Joined
Sep 3, 2020
Messages
9
Trophies
0
Age
41
XP
76
Country
Sweden
Hi, I'm trying to get Sneek running on my vWii but even though I've managed to compile using this and the Linux guide, I can't get passed the black screen. What am I doing wrong? I'm not using DI since I'm only interested in running WiiWare games, I've got the vWii NAND dump in the root of the SDCARD and I've replaced the boot.dol from nswitch, but still nothing.
Any hints appreciated, alternatively a link to a precompiled kernel.bin for sneek only. Cheers
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,136
Country
United States
@SaulFabre , try as I might, I cannot get regular neek, uneek+di in this case, to work with ustealth. I tried using your libfat.a files, two of them, and no dice. there's no activity with the activity light, almost as if it can't find the nand. I don't have this problem without ustealth.
 

redfire_mrt

Well-Known Member
Member
Joined
May 26, 2020
Messages
225
Trophies
0
XP
1,110
Country
United States
Code:
svn checkout svn://svn.code.sf.net/p/sneek/code/trunk sneek-read-only
It gives me an CMD error:
C:\projects\wii>svn checkout svn://svn.code.sf.net/p/sneek/code/trunk sneek-read-only
'svn' is not recognized as an internal or external command,
operable program or batch file.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,136
Country
United States
It gives me an CMD error:
C:\projects\wii>svn checkout svn://svn.code.sf.net/p/sneek/code/trunk sneek-read-only
'svn' is not recognized as an internal or external command,
operable program or batch file.
You need to have it add cmd path when installing tortoise svn.
 

redfire_mrt

Well-Known Member
Member
Joined
May 26, 2020
Messages
225
Trophies
0
XP
1,110
Country
United States
Setting Up SNEEK
Extract SD.zip to (you guessed it) the root of your SD card. Copy kernel_sd.bin to SD:\SNEEK and rename it kernel.bin. Run the SNEEK app from the HBC and after a few seconds, you'll reboot into an emulated NAND. Congratulations!
© 2014 JoostinOnline - You may not copy this material without prior written consent.
My Wii U freezes when I entered in SNEEK. I did what the part tells me to do.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,136
Country
United States
My Wii U freezes when I entered in SNEEK. I did what the part tells me to do.
if you're using ustealth, that's why. I tried modifying it to use ustealth, but it didn't work. problem is that it's simply too old. neek2o does work with ustealth, but that's from like 2018 or so while normal neek is from 2015.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: @SylverReZ, Indeed lol