I'm getting an error with this latest version of JF (0.1.91 Beta)...
I can start the program just fine, LiteOn drive connected and powered on... but as soon as I choose the correct I/O port on the DVDKey32 tab, I get the following "Unhandled Exception"
I'm given the choice to Continue or Quit... and if I choose Continue, things calm down and the drive is recognized, but I'm not taking a chance of trying to flash this drive.
Can anyone offer any insight?
I'm pasting the error output as "code" because I don't see a better way of illustrating it.
Thanks for any help offered!
~Ryan
CODE
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at 0.2F.R()
at 0.2F.1N()
at 0.2F.O(Object , EventArgs )
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.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: 2.0.0.0
Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
JungleFlasher
Assembly Version: 1.0.4377.40053
Win32 Version: 0, 1, 91, 0
CodeBase: file:///D:/NewInstallStuff/My%20Documents/360%20Mod/JungleFlasher.0.1.91.Beta(300)/JungleFlasher%20v0.1.91%20Beta%20(300)/JungleFlasher.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
AxInterop.SHDocVw
Assembly Version: 1.1.0.0
Win32 Version: 0, 1, 91, 0
CodeBase: file:///D:/NewInstallStuff/My%20Documents/360%20Mod/JungleFlasher.0.1.91.Beta(300)/JungleFlasher%20v0.1.91%20Beta%20(300)/JungleFlasher.exe
----------------------------------------
Interop.SHDocVw
Assembly Version: 1.1.0.0
Win32 Version: 0, 1, 91, 0
CodeBase: file:///D:/NewInstallStuff/My%20Documents/360%20Mod/JungleFlasher.0.1.91.Beta(300)/JungleFlasher%20v0.1.91%20Beta%20(300)/JungleFlasher.exe
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.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:
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.