ROM Hack 3DNUS; Mod by: Dr.hacknik

Would you like to see one of these Features Added?

  • .cia/3ds/3dsx File Editor

    Votes: 117 71.3%
  • Firmware Version Spoofer

    Votes: 88 53.7%
  • Other (Comment Below)

    Votes: 3 1.8%
  • VNM(Virtual NAND Mode) Debugging Tool(s)

    Votes: 41 25.0%
  • DevKit (For Extensions)

    Votes: 49 29.9%

  • Total voters
    164

Dr.Hacknik

Ashley | Developer | Trans
OP
Member
Joined
Mar 26, 2014
Messages
1,773
Trophies
1
Age
24
Location
inside your fridge
Website
dochacknik.keybase.pub
XP
2,219
Country
United States
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at _3DNUS.Main.singledownload(String title, String version)
at _3DNUS.Main.firmwdownload(String firm, String reg)
at _3DNUS.Main.b_download_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1026 (RTMGDR.030319-1000)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
3DNUS
Assembly Version: 2.4.0.2
Win32 Version: 2.4.0.2
CodeBase: file:///E:/3DS_CFW_Stuff/3DSNUS2.4/3DSNUS2.4/3DNUS.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1002 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1001 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1001 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1026 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Already reported, but thanks.
 

Ninoh-FOX

Otaku Gamer!!
Member
Joined
Jan 22, 2015
Messages
535
Trophies
0
Age
44
Location
Military base.
Website
colorslive.com
XP
650
Country
Spain
fail in win xp: v2.4rev2

Code:
Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración
Just-In-Time (JIT) en lugar de a este cuadro de diálogo.

************** Texto de la excepción **************
System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en System.Int32.Parse(String s)
   en System.Array.ConvertAll[TInput,TOutput](TInput[] array, Converter`2 converter)
   en _3DNUS.Main.firmwdownload(String firm, String reg)
   en _3DNUS.Main.b_download_Click(Object sender, EventArgs e)
   en System.Windows.Forms.Control.OnClick(EventArgs e)
   en System.Windows.Forms.Button.OnClick(EventArgs e)
   en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.ButtonBase.WndProc(Message& m)
   en System.Windows.Forms.Button.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Ensamblados cargados **************
mscorlib
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.1022 (RTMGDR.030319-1000)
    Código base: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
3DNUS
    Versión del ensamblado: 2.4.0.2
    Versión Win32: 2.4.0.2
    Código base: file:///C:/3DSNUS2.4/3DNUS.exe
----------------------------------------
System.Windows.Forms
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.1002 built by: RTMGDR
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.1001 built by: RTMGDR
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.1001 built by: RTMGDR
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms.resources
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.454 built by: RTMLDR
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
Accessibility
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.1 built by: RTMRel
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Core
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.233 built by: RTMGDR
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.1015 (RTMGDR.030319-1000)
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.1015 built by: RTMGDR
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
    Versión del ensamblado: 4.0.0.0
    Versión Win32: 4.0.30319.454 (RTMLDR.030319-4500)
    Código base: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_es_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** Depuración JIT **************
Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
aplicación o equipo (machine.config) debe tener el
valor jitDebugging establecido en la sección system.windows.forms.
La aplicación también se debe compilar con la depuración
habilitada

Por ejemplo:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
se enviará al depurador JIT registrado en el equipo
en lugar de controlarlo mediante el cuadro de diálogo.

what is it Powerpack 3.1+ Installed (In REDIST)? I has visual basic power pack, is is this?

I checked framework and reinstalled, but my computer said me that all is ok, but nothing changed... In my Win10 and WinXP crash ...
 
Last edited by Ninoh-FOX,

msxisalive

New Member
Newbie
Joined
Oct 13, 2015
Messages
1
Trophies
0
XP
77
Country
Same error as #43 in windows 8.1 Using version 2.4rev2 and 2.5 beta.
Curious that happens in spanish computers. May be something related to number formatting?
 

Dr.Hacknik

Ashley | Developer | Trans
OP
Member
Joined
Mar 26, 2014
Messages
1,773
Trophies
1
Age
24
Location
inside your fridge
Website
dochacknik.keybase.pub
XP
2,219
Country
United States
Same error as #43 in windows 8.1 Using version 2.4rev2 and 2.5 beta.
Curious that happens in spanish computers. May be something related to number formatting?
Kinda, the Strings for (x32) are incorrect and cause a crash....in other words a Exception that breaks (stops) the code. It also may be a Region Issue, the Spanish Versions of Windows are a little different.
 
Last edited by Dr.Hacknik,

Seriel

Doing her best
Member
Joined
Aug 18, 2015
Messages
3,298
Trophies
3
Age
24
Location
UK
XP
6,003
Country
United Kingdom
Same error as #43 in windows 8.1 Using version 2.4rev2 and 2.5 beta.
Curious that happens in spanish computers. May be something related to number formatting?

Kinda, the Strings for (x32) are incorrect and cause a crash....in other words a Exception that breaks (stops) the code. It also may be a Region Issue, the Spanish Versions of Windows are a little different.
It could be that the decimal point in some languages is a ,
I saw another program with the same issue.
Try following my terrible drawn illustration, change decimal symbol to . and try again.
Can't guarantee it'll work but it might.
sRm8wKB.png
 

Syphurith

Beginner
Member
Joined
Mar 8, 2013
Messages
641
Trophies
0
Location
Xi'an, Shaanxi Province
XP
364
Country
Switzerland
Modification looks good. Yes, but still some features are missing.
1.Skip Not found files.
2.Support Proxy settings.
I've searched the change log minutes ago and found no "proxy" - so i would stick to my own modified 1.9.
Indeed that's not hard to do with a proxy, just set it up before connect.
And for Not Found 404.. Well i do suspect there is something like "Response.Code" or whatever, or even try-catch could be used.
 

Naked_Snake

Constant Miscreant
Member
Joined
Oct 6, 2013
Messages
1,765
Trophies
0
Age
38
Location
Hyrule Field
XP
1,749
Country
Australia
could this be used to restore my AR games, i deleted it on my old system on 9.2 but i updated ages ago im now on 10.3
and even after a system transfer the app is still gone lol
 

Dr.Hacknik

Ashley | Developer | Trans
OP
Member
Joined
Mar 26, 2014
Messages
1,773
Trophies
1
Age
24
Location
inside your fridge
Website
dochacknik.keybase.pub
XP
2,219
Country
United States
3DSNUS,always on checking updates.Could't launch exe.How to set checking updates off?
Try installing the Latest Powerpack and .NET Redist, also, the Updater is Semi-Automatic, you can click No! In the future i plan on adding settings, and where you can Disable Auto-Updates (Or Checking).

--------------------- MERGED ---------------------------

could this be used to restore my AR games, i deleted it on my old system on 9.2 but i updated ages ago im now on 10.3
and even after a system transfer the app is still gone lol
As long as you have the Title ID and Version, then it should be able to download the Title.
 

Naked_Snake

Constant Miscreant
Member
Joined
Oct 6, 2013
Messages
1,765
Trophies
0
Age
38
Location
Hyrule Field
XP
1,749
Country
Australia
Try installing the Latest Powerpack and .NET Redist, also, the Updater is Semi-Automatic, you can click No! In the future i plan on adding settings, and where you can Disable Auto-Updates (Or Checking).

--------------------- MERGED ---------------------------


As long as you have the Title ID and Version, then it should be able to download the Title.
Thanks but I'm not sure how I would install it without kernel access lol
 

Dr.Hacknik

Ashley | Developer | Trans
OP
Member
Joined
Mar 26, 2014
Messages
1,773
Trophies
1
Age
24
Location
inside your fridge
Website
dochacknik.keybase.pub
XP
2,219
Country
United States
Thanks but I'm not sure how I would install it without kernel access lol
Your Welcome!

EDIT:

Here's the Title ID(s):

JPN USA EUR CHN KOR TWN (In Order)
00020E00 | 00021E00 | 00022E00 | 00026E00 | 00027E00 | 00028E00 | AR Games(AR_ACT)
USA Ver: 0, 1026; Eur Ver: 0, 2049
 
Last edited by Dr.Hacknik,
D

Deleted User

Guest
Wow! To be honest, this is quite a good project you're doing here! I didn't think you could pull it off!! :O
I certainly hope you can make other projects, in the future, as good as this! :D
 

Dr.Hacknik

Ashley | Developer | Trans
OP
Member
Joined
Mar 26, 2014
Messages
1,773
Trophies
1
Age
24
Location
inside your fridge
Website
dochacknik.keybase.pub
XP
2,219
Country
United States
Wow! To be honest, this is quite a good project you're doing here! I didn't think you could pull it off!! :O
I certainly hope you can make other projects, in the future, as good as this! :D
Why thank you! That means a lot! It's hard to juggle life, school, and this; but i get the job done!
 
  • Like
Reactions: Deleted User

Naked_Snake

Constant Miscreant
Member
Joined
Oct 6, 2013
Messages
1,765
Trophies
0
Age
38
Location
Hyrule Field
XP
1,749
Country
Australia
Your Welcome!

EDIT:

Here's the Title ID(s):

JPN USA EUR CHN KOR TWN (In Order)
00020E00 | 00021E00 | 00022E00 | 00026E00 | 00027E00 | 00028E00 | AR Games(AR_ACT)
USA Ver: 0, 1026; Eur Ver: 0, 2049
Thanks again but like I said I'm on 10.3.28-E without kernel access and I don't think I can reinstall it with exdata unless you know of a way
 

Dr.Hacknik

Ashley | Developer | Trans
OP
Member
Joined
Mar 26, 2014
Messages
1,773
Trophies
1
Age
24
Location
inside your fridge
Website
dochacknik.keybase.pub
XP
2,219
Country
United States
Thanks again but like I said I'm on 10.3.28-E without kernel access and I don't think I can reinstall it with exdata unless you know of a way
To my Knowledge, there is no way (As of Now!) to gain Kernel access for 9.3.x.x+.....So for now, get a New 3DS or do a System Format.
 

Uiharu

Member
Newcomer
Joined
Sep 24, 2014
Messages
19
Trophies
0
Age
24
XP
81
Country
Switzerland
Try installing the Latest Powerpack and .NET Redist, also, the Updater is Semi-Automatic, you can click No! In the future i plan on adding settings, and where you can Disable Auto-Updates (Or Checking).
There isn‘t any button. Stay at showing 'Check for 3DNUS Updates'.
092505jmyw79srww9m7m8x.png
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    The Real Jdbye @ The Real Jdbye: ballcock