WiiRd forum

USB Gecko Related => Gecko OS & USB Gecko => Topic started by: c0ldfire202 on December 29, 2011, 01:28:01 AM

Title: I got a problem with Gecko.NET
Post by: c0ldfire202 on December 29, 2011, 01:28:01 AM
Um, yeah. The title says it all. I keep getting .net framework errors. So. Yeah...
http://prntscr.com/4xgcq
^^^^^^^^^^^^^^^^^
that just happened to me tonight.

Im on a XP OS. So. Yeah.
Title: Re: I got a problem with Gecko.NET
Post by: matt123337 on December 29, 2011, 04:10:52 AM
usually it helps to expand the details section...
Title: Re: I got a problem with Gecko.NET
Post by: c0ldfire202 on December 29, 2011, 08:22:41 PM
Oh sorry.


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: path
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at GeckoApp.MainForm.checkBoxDumpClicked(CheckBox changeBox, String& changePath)
at GeckoApp.MainForm.pointerCheckBoxDump80_1_Click(Ob ject sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.CheckBox.OnClick(EventArgs e)
at System.Windows.Forms.CheckBox.OnMouseUp(MouseEvent Args 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.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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.3603 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Gecko dNet
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Owner/Desktop/Wii%20archives%20and%20folders/Gecko%20dNet%200.65/Gecko%20dNet.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
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.3614 (GDR.050727-3600)
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.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
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.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.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.
Title: Re: I got a problem with Gecko.NET
Post by: matt123337 on December 30, 2011, 02:35:06 AM
File is null,therefore something wasn't selected (correctly)...
Title: Re: I got a problem with Gecko.NET
Post by: c0ldfire202 on December 30, 2011, 03:20:25 AM
Well, I click 'Search' and it does that. Hm. Am I doing something wrong?
Title: Re: I got a problem with Gecko.NET
Post by: dcx2 on December 30, 2011, 04:08:40 AM
go to tools tab, make sure you have Dr. Pepper's v3 pointer search app downloaded and that Gecko.NET knows where it is (click "Browse" and it should show you the file)

first you have to have dumps "selected".  A checkbox means a dump is selected.  If you click a checkbox, I think it asks to load a dump.  Or you can click "dump 80" or whatever, and it will automatically "add" the dump and check the box.

Once you have at least two dumps (two dump 80s, or two dump 90s, or both, or three of one, or three of both; but no mixing one dump80 and one dump90), then click search and it will call Dr. Pepper's app and display the output in the textarea.