Closed Irastris closed 7 years ago
Same here the exp.py isnt working. Also we need to wait its only a beta
eheh, out topic but i would like to help porting it to EUR, but my 2DS isn't hacked. I know what the job is, and i could learn some stuff. tell me if you want me to help :) I haven't that much knowledge but i can help.
@HugaShire that is true, but the whole point of a beta is to ensure that it's ready for release, 'hence me trying it out so early.
I was able to get exp.py working on WSL (Windows Subystem for Linux, aka Bash on Ubuntu on Windows) but I got an error (#3). Could not get it to run on Windows with 2.7 or 3.5.
@Irastris yeah I know. I am testing to which Python isnt making the last exploit file
@HugaShire The script was meant to be used with Python v2.7, as you can see in the first line of the script.
Why doesn't someone just upload the stage2.bin file instead of making us do it? I mean yeah i know it's to avoid getting Nintendo'd but I think uploading it onto mediafire or meganz or something instead of here should do something atleast a little good.
so is this code gonna work on O3DS-11.2-0-35U?
@Deltanium If the readme is correct, then we don't need stage2.bin. Only soundhax.m4a and otherapp.bin. I've done that, but it still freezes me.
@Deltanium stage2.bin isn't included because it's per region. The only thing you want to download is one file, soundhax.m4a
. That's why I included it so you don't have to do it yourself.
@nedwill Do you have any possible idea why it fails everytime on my O3DSXL then? I've tried about 10 times now, everytime freezes and restartes the device.
Ahhh I see, I'm sorry
@Irastris same exempt its my O3ds not XL
anyone with a N3ds on 11.2 - is this working/could it only work on n3ds and not o3ds?
@Deltanium You should install python2.7 (python.org) and devKitPPC (devkitppc.org), and open up a command prompt and run:
cd <wherever the soundhax directory is>
python exp.py
@Irastris Don't know, I don't own an O3DS. If someone with a dev setup can provide more information about where/why it's crashing, that'd be helpful.
Running it on N3DS 11.2 with A9LH, it shows the hax 2.8 screen and then crashes to homemenu, which I think is correct
ALSO, to run exp.py, I didn't run it with sudo and had to chmod the folder it was all in
@nedwill The problem is definitely the .m4a it doesn't work on 11.2.0-35U I'm on EUR, but it still doesn't work for o3DS USA
i dont know if that is the issue, look at this
Traceback (most recent call last):
File "exp.py", line 63, in
@grifnelle I got that too - you have to install devKitPPC on your computer (devkitppc.org). If you did that and it's still giving you problems then it didn't save to your PATH and you'll need to add all the bin directories manually.
@grifnelle I just chmod'ed the folder soundhax, and ran it without sudo, and it worked for me
Ok, I still dont get the stage2.bin file when running exp.ex
@nedwill In what binary should i search for constant ? (for 100% support for EUR)
@HugaShire What version of python are you running, and how are you building it?
I used 3.6.0 at first which didnt work. Then I used 2.7.0 which gave me that. and all i do is click on it
@iggyvolz alright, i have devkitpro, just run tyhe same code that gave me the error message before?
@grifnelle Yep, and that should work. @HugaShire You should open a command prompt, and type:
cd <path to your soundhax directory>
python exp.py
Also apparently soundhax does not work on O3DS due with different address translations in the ROP chain. This was taken from my issue
Is there any chance you could better explain how to set this up? I've placed a boot.3dsx, an otherapp.bin for my firmware, and soundhax-usa.m4a all on the root of my SD card.
Unfortunately, when I try to play the sound file, it just freezes the Music app and then the 3DS says it must restart. Am I missing something?
I should note that I was unable to run exp.py, it failed against both my Python v2.7 and v3.5 setups, so maybe I'm missing a file from that?
I apologize for being a noob. I only bought this 3DS yesterday. :)