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,581
Trophies
2
Location
duel acadamia
XP
5,872
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,581
Trophies
2
Location
duel acadamia
XP
5,872
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,240
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,180
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
226
Trophies
0
XP
1,120
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,180
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
226
Trophies
0
XP
1,120
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,180
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
  • 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:
    +1
  • 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 in the ocean and says "Now you're fucked."
    +2
  • BakerMan @ BakerMan:
    lmao
  • BakerMan @ BakerMan:
    anyways, we need to re-normalize physical media

    if i didn't want my games to be permanent, then i'd rent them
    +1
  • BigOnYa @ BigOnYa:
    Agreed, that why I try to buy all my games on disc, Xbox anyways. Switch games (which I pirate tbh) don't matter much, I stay offline 24/7 anyways.
  • AncientBoi @ AncientBoi:
    I don't pirate them, I Use Them :mellow:. Like I do @BigOnYa 's couch :tpi::evil::rofl2:
    +1
  • cearp @ cearp:
    @BakerMan - you can still "own" digital media, arguably easier and better than physical since you can make copies and backups, as much as you like.

    The issue is DRM
  • cearp @ cearp:
    You can buy drm free games / music / ebooks, and if you keep backups of your data (like documents and family photos etc), then you shouldn't lose the game. but with a disk, your toddler could put it in the toaster and there goes your $60

    :rofl2:
  • cearp @ cearp:
    still, I agree physical media is nice to have. just pointing out the issue is drm
  • rqkaiju2 @ rqkaiju2:
    i like physical media because it actually feels like you own it. thats why i plan on burning music to cds
  • cearp @ cearp:
    It's nice to not have to have a lot of physical things though, saves space
    +1
  • AncientBoi @ AncientBoi:
    Nor clothes 🤮 . Saves on time, soap, water and money having to wash them. :D
    AncientBoi @ AncientBoi: Nor clothes 🤮 . Saves on time, soap, water and money having to wash them. :D