ADI v2.0.1 Problem

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

ADI v2.0.1 Problem

Post 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.
Image
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post by scynide »

Bump.
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post 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
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post 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.
Image
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post 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
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post 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.
Image
User avatar
dos mes





Posts: 2158
Joined: Thu Dec 29, 2005 9:58 pm
Location: Syracuse, NY

Post 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.
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post by scynide »

I have both of those. Could there be something else wrong?
Image
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post 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
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post 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.
Image
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post 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
My real name is a Mammoth, if someone who cares sees this, please change my name to a Mammoth
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post 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?
Image
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post 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
My real name is a Mammoth, if someone who cares sees this, please change my name to a Mammoth
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post by scynide »

Ok. Thanks for trying to help out. I apperciate it.
Image
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post 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.
Image
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post by scynide »

Bump.
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post by a mammoth »

I have no clue, your only hope maybe to contact The swamp fox
My real name is a Mammoth, if someone who cares sees this, please change my name to a Mammoth
User avatar
WaywornMmmmm




Coroner

Posts: 1341
Joined: Sat Nov 05, 2005 5:17 am
Location: U.S.A

Post by WaywornMmmmm »

Don't bump.
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post 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.
My real name is a Mammoth, if someone who cares sees this, please change my name to a Mammoth
User avatar
scynide




Articulatist 100

Posts: 257
Joined: Fri Feb 17, 2006 1:32 pm
Location: Salida, CO, U.S.A.

Post by scynide »

Ok I will try to contact The Swamp Fox. Thanks though.
Image
Post Reply