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,207
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,116
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,109
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,116
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,109
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,116
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
  • Psionic Roshambo @ Psionic Roshambo:
    Tandem even
  • The Real Jdbye @ The Real Jdbye:
    i think i heard of that, it's a good idea, shouldn't need a dedicated GPU just to run a LLM or video upscaling
  • The Real Jdbye @ The Real Jdbye:
    even the nvidia shield tv has AI video upscaling
  • The Real Jdbye @ The Real Jdbye:
    LLMs can be run on cpu anyway but it's quite slow
  • BakerMan @ BakerMan:
    Have you ever been beaten by a wet spaghetti noodle by your girlfriend because she has a twin sister, and you got confused and fucked her dad?
  • Psionic Roshambo @ Psionic Roshambo:
    I had a girlfriend who had a twin sister and they would mess with me constantly.... Until one chipped a tooth then finally I could tell them apart.... Lol
  • Psionic Roshambo @ Psionic Roshambo:
    They would have the same hair style the same clothes everything... Really messed with my head lol
  • Psionic Roshambo @ Psionic Roshambo:
    @The Real Jdbye, I could see AMD trying to pull off the CPU GPU tandem thing, would be a way to maybe close the gap a bit with Nvidia. Plus it would kinda put Nvidia at a future disadvantage since Nvidia can't make X86/64 CPUs? Intel and AMD licensing issues... I wonder how much that has held back innovation.
  • The Real Jdbye @ The Real Jdbye:
    i don't think nvidia wants to get in the x64 cpu market anyways
  • The Real Jdbye @ The Real Jdbye:
    you've seen how much intel is struggling getting into the gpu market
  • The Real Jdbye @ The Real Jdbye:
    and nvidia is already doing ARM
  • The Real Jdbye @ The Real Jdbye:
    i don't think they want to take more focus away from their gpus
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah I think Nvidia s future lays in AI GPU acceleration stuff if they can get that going it's going to be super interesting in the long term
  • Psionic Roshambo @ Psionic Roshambo:
    AI assisted game creation might become a thing
  • Psionic Roshambo @ Psionic Roshambo:
    At least that's something I think would be pretty cool.
  • Psionic Roshambo @ Psionic Roshambo:
    Don some VR glasses and gloves and talk to the computer and paint entire worlds
  • Psionic Roshambo @ Psionic Roshambo:
    "OK Cortana I want that mountain a little taller and more snow on top, and I would like some random ancient pine forest around the bottom"
  • Psionic Roshambo @ Psionic Roshambo:
    "Now we need a spring fed river flowing down the north side and add some wild life appropriate for the biome"
  • Psionic Roshambo @ Psionic Roshambo:
    Many TBs of assets and the programming of something like that is going to be tough but I think it's something we might see in 20 years maybe sooner
  • The Real Jdbye @ The Real Jdbye:
    @Psionic Roshambo AI assisted game creation is kinda already here, there was recently that AI that can turn any 2D image into a fully modeled 3D object, it's not perfect, but it's a starting point, beats starting from zero
  • The Real Jdbye @ The Real Jdbye:
    before that there was one to generate a fully modeled scene from a 2D image
  • The Real Jdbye @ The Real Jdbye:
    but most recently, there was one that actually generates a working unity scene with terrain and textures already set up that you can import right into unity, that's a huge time saver right there
  • The Real Jdbye @ The Real Jdbye:
    and using LLMs to generate NPC dialogue and even dynamically generated quests is something i'm sure is already happening
  • The Real Jdbye @ The Real Jdbye:
    will just take some time for games made using those things to be completed and released
    The Real Jdbye @ The Real Jdbye: will just take some time for games made using those things to be completed and released