Hacking SNEEK v2

fogbank

Well-Known Member
Member
Joined
Oct 28, 2008
Messages
413
Trophies
0
XP
56
Country
United States
FenrirWolf said:
Hmm, R65 seems to be going just fine, but right when it gets to the part where it actually makes armboot.bin, this happens:

Code:
make[1]: Leaving directory `/c/sneek-read-only/mini-tree-mod/elfloader'
MAKEBIN armboot.bin
make: python: Command not found

No such file or directory

Make sure c:\python26 is in your PATH system variable (or edit makefile for mini-tree-mod).

Rename 0000000e.app to 0000000e and 00000001.app to 00000001
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
Yeah, I just did that stuff. Thanks.

It seems to have worked, though all three actions by IOSKpatch request the runtime to terminate in an unusual way. But hey, the various bins are all there.

I assume I have to rename the one I want to use to boot2.bin, right?
 

dancemonkey

Well-Known Member
Member
Joined
Jan 14, 2007
Messages
268
Trophies
0
XP
243
Country
FenrirWolf said:
Yeah, I just did that stuff. Thanks.

It seems to have worked, though all three actions by IOSKpatch request the runtime to terminate in an unusual way. But hey, the various bins are all there.

I assume I have to rename the one I want to use to boot2.bin, right?
Check the bin sizes. Creates them but are 0k for me
 

madtamski

Well-Known Member
Member
Joined
Oct 15, 2008
Messages
404
Trophies
0
Age
53
Location
Glasgow, Scotland, UK
Website
Visit site
XP
127
Country
Sorry to ask, but does anyone know why this is happening?

Code:
Where is Python installed (i.e. "c:\python26"):
- c:\python31

Compiling SNEEK
ÂÂ - preparing
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂ - ES module
ÂÂ - FS module
ÂÂ - DI module
ÂÂ - MINI
ÂÂFile "makebin.py", line 14
ÂÂÂÂprint "ERROR: header length is 0x%x, expected at least 0x10"%hdrlen
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^
SyntaxError: invalid syntax
make: *** [armboot.bin] Error 1
 

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
FenrirWolf said:
Yeah, I just did that stuff. Thanks.

It seems to have worked, though all three actions by IOSKpatch request the runtime to terminate in an unusual way. But hey, the various bins are all there.

I assume I have to rename the one I want to use to boot2.bin, right?
are you using devkitARM r24 or r25 cause r28 errors for me too
 

pepxl

GFX W!Z4RD
Member
Joined
Jun 19, 2009
Messages
3,263
Trophies
0
XP
303
Country
madtamski said:
Sorry to ask, but does anyone know why this is happening?

Code:
Where is Python installed (i.e. "c:\python26"):
- c:\python31

Compiling SNEEK
ÂÂ - preparing
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂ - ES module
ÂÂ - FS module
ÂÂ - DI module
ÂÂ - MINI
ÂÂFile "makebin.py", line 14
ÂÂÂÂprint "ERROR: header length is 0x%x, expected at least 0x10"%hdrlen
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^
SyntaxError: invalid syntax
make: *** [armboot.bin] Error 1

could be

c:\python31

try installing 2.6
 

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
madtamski said:
Sorry to ask, but does anyone know why this is happening?

Code:
Where is Python installed (i.e. "c:\python26"):
- c:\python31

Compiling SNEEK
ÂÂ - preparing
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂ - ES module
ÂÂ - FS module
ÂÂ - DI module
ÂÂ - MINI
ÂÂFile "makebin.py", line 14
ÂÂÂÂprint "ERROR: header length is 0x%x, expected at least 0x10"%hdrlen
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^
SyntaxError: invalid syntax
make: *** [armboot.bin] Error 1
you can't use the old sneek batch files you've got to use build_boot2.bat and you need to edit mini-tree-mod\makefile and put your python path in it(Mines /c/python26/python makebin.py) I think it's line 9
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
longtom1 said:
FenrirWolf said:
Yeah, I just did that stuff. Thanks.

It seems to have worked, though all three actions by IOSKpatch request the runtime to terminate in an unusual way. But hey, the various bins are all there.

I assume I have to rename the one I want to use to boot2.bin, right?
are you using devkitARM r24 or r25 cause r28 errors for me too
I've been using r27, I think. I just backlogged and saw that people were having better luck with r24 and 25 so I'm going to give that a shot.
 

pepxl

GFX W!Z4RD
Member
Joined
Jun 19, 2009
Messages
3,263
Trophies
0
XP
303
Country
cant anyone confirm correct files size, heres mine with Devkit R19 with ARM R24

compiled.png
 

madtamski

Well-Known Member
Member
Joined
Oct 15, 2008
Messages
404
Trophies
0
Age
53
Location
Glasgow, Scotland, UK
Website
Visit site
XP
127
Country
pepxl said:
madtamski said:
Sorry to ask, but does anyone know why this is happening?

Code:
Where is Python installed (i.e. "c:\python26"):
- c:\python31

Compiling SNEEK
ÂÂ - preparing
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂÂÂÂÂÂÂ1 file(s) copied.
ÂÂ - ES module
ÂÂ - FS module
ÂÂ - DI module
ÂÂ - MINI
ÂÂFile "makebin.py", line 14
ÂÂÂÂprint "ERROR: header length is 0x%x, expected at least 0x10"%hdrlen
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^
SyntaxError: invalid syntax
make: *** [armboot.bin] Error 1

could be

c:\python31

try installing 2.6

Yep that was the problem...

Cheers
smile.gif
 

fogbank

Well-Known Member
Member
Joined
Oct 28, 2008
Messages
413
Trophies
0
XP
56
Country
United States
USB game loading in r64 still has the same bug where it doesn't detect the game has changed if you put a different one on the USB device.

I've also had "An error has occurred. Please eject the disc..." after game boots (Wii Sports). I'm trying others now.
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
Welp, using DEVKITARM rev24 seems to have made the modules compile for real this time. Sweet. I'll have to actually test them out later.

Though I'd like to know if game loading from the DI module still involves putting a part.bin in USB:\games\SMNE. I've had trouble keeping up with everything so I don't know if that's all changed by now.
 

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
bootmii folder on sd card with new armboot.bin R65
boot2_usb.bin renamed boot2.bin on root of sd card and hdd and nand on hard drive(i'll try without bin file on hdd)

only thing edited was path for python and batch to add .app to 0000000e and 0000000001 and used IOS70's .app files
 

dancemonkey

Well-Known Member
Member
Joined
Jan 14, 2007
Messages
268
Trophies
0
XP
243
Country
longtom1 said:
bootmii folder on sd card with new armboot.bin R65
boot2_usb.bin renamed boot2.bin on root of sd card and hdd and nand on hard drive(i'll try without bin file on hdd)

only thing edited was path for python and batch to add .app to 0000000e and 0000000001 and used IOS70's .app files
Thats what I have. Does not work though
frown.gif
No signal is all I get from the TV

It has to be something to do with the versions I have. Could you possibly answer the following?

1. What OS you are building on.
2. What version of Python
3. What version of Devkitpro and Devkitarm

Thanks!!
 
General chit-chat
Help Users
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    I @ Iron_Masuku: Hello