Homebrew WIP nxdumptool - Nintendo Switch Dump Tool

DarkMatterCore

Finding my light.
OP
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,604
Country
Spain
Yes ran the latest hekate payload with the latest sdfilesv3 and still does the same thing.

Either the NCM or the NS service is crashing, but I don't really know why. Can you test it with other cartridges? I'm currently on 5.1.0 and runs good for me using Hekate.


I'll just explain it to you in Spanish because it seems you speak it (and makes things a bit easier for me).

En la línea de comando que usaste, falta el parámetro "/b" entre "copy" y la primera parte del dump XCI. Asimismo, parece que no estás usando los nombres correctos para cada parte del dump (gcdumptool no usa "game.xci" como parte de los nombres de archivo). Debes asegurarte, además, que las partes del dump se encuentren en el directorio actual de cmd/powershell ("D:\Nintendo Switchu\Nueva carpeta" según tu captura de pantalla).

Por ejemplo, con Super Mario Odyssey, estas son las partes que obtengo:

* 0100000000010000_20180624-232000.xci.00
* 0100000000010000_20180624-232000.xci.01
* 0100000000010000_20180624-232000.xci.02
* 0100000000010000_20180624-232000.xci.03

Y este es el comando que uso para unir las partes:

Code:
copy /b 0100000000010000_20180624-232000.xci.00+0100000000010000_20180624-232000.xci.01+0100000000010000_20180624-232000.xci.02+0100000000010000_20180624-232000.xci.03 0100000000010000_20180624-232000.xci
 

SigmaSebas

Well-Known Member
Newcomer
Joined
Jan 4, 2016
Messages
51
Trophies
0
XP
303
Country
Cote d'Ivoire
Either the NCM or the NS service is crashing, but I don't really know why. Can you test it with other cartridges? I'm currently on 5.1.0 and runs good for me using Hekate.



I'll just explain it to you in Spanish because it seems you speak it (and makes things a bit easier for me).

En la línea de comando que usaste, falta el parámetro "/b" entre "copy" y la primera parte del dump XCI. Asimismo, parece que no estás usando los nombres correctos para cada parte del dump (gcdumptool no usa "game.xci" como parte de los nombres de archivo). Debes asegurarte, además, que las partes del dump se encuentren en el directorio actual de cmd/powershell ("D:\Nintendo Switchu\Nueva carpeta" según tu captura de pantalla).

Por ejemplo, con Super Mario Odyssey, estas son las partes que obtengo:

* 0100000000010000_20180624-232000.xci.00
* 0100000000010000_20180624-232000.xci.01
* 0100000000010000_20180624-232000.xci.02
* 0100000000010000_20180624-232000.xci.03

Y este es el comando que uso para unir las partes:

Code:
copy /b 0100000000010000_20180624-232000.xci.00+0100000000010000_20180624-232000.xci.01+0100000000010000_20180624-232000.xci.02+0100000000010000_20180624-232000.xci.03 0100000000010000_20180624-232000.xci
Ok! Muchas gracias. Al final era problema de Powershell (y la captura la hice cuando estaba haciendo experimentos, estaba todo mal jajaj), lo hice con CMD y funcionó.

Thank you!!
 
  • Like
Reactions: DarkMatterCore

arapozo

Well-Known Member
Member
Joined
May 19, 2008
Messages
150
Trophies
0
XP
514
Country
I'm getting this message: "Error: unable to retrieve the game card Title ID!", I'm using SX OS 1.2 and Firmeware 5.1.
What should I try?
 

DarkMatterCore

Finding my light.
OP
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,604
Country
Spain
Last edited by DarkMatterCore,

PatrickD85

Well-Known Member
Member
Joined
Jul 4, 2012
Messages
918
Trophies
1
Age
38
Location
in front of a screen...
Website
www.nintendoreporters.com
XP
2,064
Country
Netherlands
Ok I am switching from WAIN to this as the dump gcdumper made for FIFA18 did actually work.

One question though; current the title ID is used for the end filename.
Can game 'header' info be read for filenames? Or can this be a toggle for the ouput?
If I ever look at Title IDs ... I have no idea what what is without looking it up.
 
  • Like
Reactions: DarkMatterCore

DarkMatterCore

Finding my light.
OP
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,604
Country
Spain
Ok I am switching from WAIN to this as the dump gcdumper made for FIFA18 did actually work.

One question though; current the title ID is used for the end filename.
Can game 'header' info be read for filenames? Or can this be a toggle for the ouput?
If I ever look at Title IDs ... I have no idea what what is without looking it up.

For the next release, the naming scheme will be changed to "sdmc:/[TitleID]_[GameName]_[TimeStamp].xci".
 
  • Like
Reactions: PatrickD85

Gedi223

Well-Known Member
Newcomer
Joined
Feb 16, 2008
Messages
84
Trophies
1
XP
988
Country
United States
That could be a possibility. I'll look into it at a later time. There's a blackout in my house since last night, so I haven't been able to continue developing the new version.


Hope power comes back soon. We were out for 5 hours last night from storms. Several surrounding still out. A lot of trees down.
 

DarkMatterCore

Finding my light.
OP
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,604
Country
Spain
Hope power comes back soon. We were out for 5 hours last night from storms. Several surrounding still out. A lot of trees down.

At least it's because of storms in your case. Wish it was like that here. Our government actually orders this kind of stuff to be done.

Sucks to be Venezuelan.
 

yesimnathan

Well-Known Member
Newcomer
Joined
May 11, 2018
Messages
66
Trophies
0
Age
37
XP
301
Country
United States
Tested this out today & it worked great. It wasn't able to read my copy of Ys VIII but I figure that's just because it's a new cart (or maybe because I'm on FW 4.0.1?). Thanks for sharing =)

EDIT: Any chance you could add a better naming scheme for the cart cert dumps?
 

DarkMatterCore

Finding my light.
OP
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,604
Country
Spain
Tested this out today & it worked great. It wasn't able to read my copy of Ys VIII but I figure that's just because it's a new cart (or maybe because I'm on FW 4.0.1?). Thanks for sharing =)

EDIT: Any chance you could add a better naming scheme for the cart cert dumps?

Could you share any error codes / screenshots? That would help me check what's wrong and fix it for a next release.

All dump procedures will get a new naming scheme for the next version, that's already done in my checklist.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-