Page 1 of 1

ADI v2.0.1 Problem

Posted: Fri Jul 21, 2006 4:40 pm
by scynide
I just found and downloaded ADI v2.0.1. I know it is a little old but I like ADI. When I try to open the ADI.exe it gives me an error.

__________________________________________________________
ADI.exe - Common Language Runtime Debugging Servives

Application has generated an exception that could not be handled.

Process id=0x37c (892), Thread id=0x180 (384).

Click OK to terminate the application.
Click CANCEL to debug the application.

How do I fix this? Is there a specific .NET Framework that I have to have in order for this version of ADI to work? I currently have .NET Frameworks 1.0.3705 1.1, 2.0 and 2.0 SDK. They are also installed in numerical order. I learned a while back that if you have them installed out of order it skrews things up.

Posted: Sat Jul 22, 2006 8:49 am
by scynide
Bump.

Posted: Sat Jul 22, 2006 6:32 pm
by a mammoth
JIT debug, you need the .NET framework SDK (I think 1.1) then run cordbg.exe, its in the bin folder in the SDK, and attach the process using the identity it gives you, then it will come up with a bunch of crap then the error causing thing should listed somewhere in there

Posted: Sat Jul 22, 2006 8:05 pm
by scynide
a mammoth wrote:...and attach the process using the identity it gives you...
Please explain to me how I do that. I tried dragging the ADI.exe into the cordbg.exe and it says gives me an error that the directory could not be found.

Posted: Sun Jul 23, 2006 8:39 am
by a mammoth
When your program crashes,hit cancel to debug, now it will either debug or come up with the debuger cannot be found, if the latter happens keep open your error window, open cordbg.exe and type a then procees id it gives you (i.e. 0x456, 0x3cb4), then it should debug

Posted: Tue Jul 25, 2006 5:51 pm
by scynide
Heres what it looked like after I typed that:

(cordbg) a 0x218
Error: hr=0x80070057, The parameter is incorret.

Did I do that right? And if so what do I do now? I have never debugged any thing before.

Posted: Tue Jul 25, 2006 6:12 pm
by dos mes
Don't mind that( although I know you were trying to help mammoth, you just confused him to hell.)

Search google for the .net framework 1.1 or 2.0 and install it and then try to run adi.

Posted: Tue Jul 25, 2006 6:32 pm
by scynide
I have both of those. Could there be something else wrong?

Posted: Tue Jul 25, 2006 7:20 pm
by a mammoth
thats why you should JIT debug, Super ppf didn't work for me, and I had both of the frameworks, then I JIT debugged and found that I was missing regular comic sans, So I downloaded it and installed comic sans, then super ppf worked, thats why you should JIT debug

Posted: Tue Jul 25, 2006 8:26 pm
by scynide
a mammoth, could you plz 100% walk me through how to JIT Debug ADI. I am confused on EXACTALLY what to do. I am one of those people that need very fine detail when things are being explained to me because I will miss something somewhere. Thanks for your help so far, but get me all the way.
scynide wrote:Heres what it looked like after I typed that:

(cordbg) a 0x218
Error: hr=0x80070057, The parameter is incorret.

Did I do that right? And if so what do I do now? I have never debugged any thing before.

Posted: Wed Jul 26, 2006 7:33 am
by a mammoth
once you hit cancel it will come up with the porcess id (the id changes everytime you run it). then open up cordbg.exe, while leaving the error window up. Now write "a [your process id here instead of these brackets]", thenhit enter on that. Now hit retry in the the error window. It should come up like that it was attached, and also come up with your error somewhere in that heap of info, it should come up in the "_meassage" line. IM me if that doesn't make sense

Posted: Wed Jul 26, 2006 5:32 pm
by scynide
When I hit "Cancel" It pops up a window that is titled "Visual Studio Just-In-Time Debugger". Then it asks me what debugger I want to use and the only one I have on the list of possible Debuggers is "New Instance of Microsoft CLR Debugger 2005". If I run it it says:

"An unhandled exception of type 'System.IO.FileNotFoundException' occurred in system.windows.forms.dll

Additional information: The specified module could not be found."
I am running on Windows XP. What should I do?

Posted: Thu Jul 27, 2006 11:12 am
by a mammoth
grr, idk I don't have visould studio so I can't help you with that one, but maybe try to get help on a technical forum

Posted: Thu Jul 27, 2006 3:23 pm
by scynide
Ok. Thanks for trying to help out. I apperciate it.

Posted: Sun Jul 30, 2006 8:03 pm
by scynide
I was using SDK for 2.0. I did not think it mattered. Today I uninstalled all of my .NET Frameworks and reinstalled them plus everything in between that I did not have. I used the cordbg.exe in 1.1 and it worked out just as you said. A bunch of "crap" and then it said:

[thread 0x47c] Thread created.
Unable to determine existence of prolog, if any
[thread 0x6cc]
[thread 0x47c] Unhandled exception generated: (0x011b6ea0) <System.IO.FileNotFoundException>
_fileName=<null>
_fusionLog=<null>
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0x011b87b0) "The specified module could not be found."
_innerException-<null>
_helpURL=<null>
_stackTrace=(0x011b8814) array with dims=[156]
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x8007007e
_source=<null>
_xptrs=<null>
_xcode=0xe0434f4d

Thread 0x47c R 0x00000000: <unknown>
(cordbg)

The "crap" was a bunch of: Warning symbols could not be loaded for...

Now can you help me? Sorry about my ignorance before.

Posted: Tue Aug 01, 2006 5:22 pm
by scynide
Bump.

Posted: Tue Aug 01, 2006 5:53 pm
by a mammoth
I have no clue, your only hope maybe to contact The swamp fox

Posted: Tue Aug 01, 2006 5:54 pm
by WaywornMmmmm
Don't bump.

Posted: Tue Aug 01, 2006 5:57 pm
by a mammoth
Meh, he wants help, its unresolved, be worse if hew made another topic, I say in this situation it was OK to bump.

Posted: Tue Aug 01, 2006 8:05 pm
by scynide
Ok I will try to contact The Swamp Fox. Thanks though.