Jump to content

mayliu

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by mayliu

  1. Sorry to bother everyone, but I have a question. I looked around the thread and tried to Ctrl+F the error I got, but didn't see anyone with the same problem as I have.

    Whenever I try to launch the program, be it its English or Japanese version, I get the same error:

    Unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue.

    If you click Quit, the application will close immediately.

    Input string was not in a correct format.

    Here's the rest of the error:

    ************** Exception Text **************
    System.FormatException: Input string was not in a correct format.
      at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
      at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
      at System.Decimal.Parse(String s)
      at DSSaveEditor.MainForm.MainForm_Load(Object sender, EventArgs e)
      at System.Windows.Forms.Form.OnLoad(EventArgs e)
      at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
      at System.Windows.Forms.Control.CreateControl()
      at System.Windows.Forms.Control.WmShowWindow(Message& m)
      at System.Windows.Forms.Control.WndProc(Message& m)
      at DSSaveEditor.MainForm.WndProc(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: 2.0.0.0
       Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    3DSSaveEditor
       Assembly Version: 2.3.5443.19283
       Win32 Version: 2.3.0.0
       CodeBase: file:///C:/Users/XXXX/Downloads/3DSSaveEditor_ja/3DSSaveEditor_ja.exe
    ----------------------------------------
    Microsoft.VisualBasic
       Assembly Version: 8.0.0.0
       Win32 Version: 8.0.50727.5483 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
       Assembly Version: 2.0.0.0
       Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
       Assembly Version: 2.0.0.0
       Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
       Assembly Version: 2.0.0.0
       Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
       Assembly Version: 2.0.0.0
       Win32 Version: 2.0.50727.5488 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    System.Configuration
       Assembly Version: 2.0.0.0
       Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
       Assembly Version: 2.0.0.0
       Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
       CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Ionic.Zip
       Assembly Version: 1.9.1.8
       Win32 Version: 1.9.1.8
       CodeBase: file:///C:/Users/XXXX/Downloads/3DSSaveEditor_ja/Ionic.Zip.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.

    I've tried running it both as administrator and as a normal user, re-extracting the files, rebooting my router, making sure nothing else was using my internet connection, of course I've also tried restarting my computer... I can't get it to work. I can open the program by clicking "continue", but it doesn't recognize my game cartridge- I get a "no game cartridge inserted" error. I get the same error with the original program from the Cyber website. I haven't been able to get it to work at all, not even once.

    What should I do?

×
×
  • Create New...