What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Just-In-Time debugger issues? Netframework ish.

pabbs

New Member
Joined
Nov 1, 2012
Messages
16
Reaction score
0
Im using windows 7, havent had any problems before.



************** Undantagstext **************
System.NullReferenceException:
vid ..(Object , EventArgs )
vid System.Windows.Forms.Control.OnMove(EventArgs e)
vid System.Windows.Forms.Control.OnLocationChanged(Eve ntArgs e)
vid System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
vid System.Windows.Forms.Control.UpdateBounds()
vid System.Windows.Forms.Control.WmCreate(Message& m)
vid System.Windows.Forms.Control.WndProc(Message& m)
vid System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
vid System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
vid System.Windows.Forms.Form.WmCreate(Message& m)
vid System.Windows.Forms.Form.WndProc(Message& m)
vid ComponentFactory.Krypton.Toolkit.VisualForm.WndPro c(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
vid System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Inl?sta sammans?ttningar **************
mscorlib
Sammans?ttningsversion: 2.0.0.0
Win32-version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Honorbuddy
Sammans?ttningsversion: 1.0.0.0
Win32-version: 1.0.0.0
CodeBase: file:///E:/b07z/honorbuddy.exe
----------------------------------------
System.Windows.Forms
Sammans?ttningsversion: 2.0.0.0
Win32-version: 2.0.50727.5460 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Sammans?ttningsversion: 2.0.0.0
Win32-version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Sammans?ttningsversion: 2.0.0.0
Win32-version: 2.0.50727.5462 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ComponentFactory.Krypton.Toolkit
Sammans?ttningsversion: 4.3.2.0
Win32-version: 1.0.0.0
CodeBase: file:///E:/b07z/honorbuddy.exe
----------------------------------------
ComponentFactory.Krypton.Ribbon
Sammans?ttningsversion: 4.3.2.0
Win32-version: 1.0.0.0
CodeBase: file:///E:/b07z/honorbuddy.exe
----------------------------------------
mscorlib.resources
Sammans?ttningsversion: 2.0.0.0
Win32-version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Sammans?ttningsversion: 2.0.0.0
Win32-version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_sv_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

*

google translated:

To enable JIT debugging (just-in-time) must. Config file
this application or computer (machine.config) must have
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 exception that is not
handled will be sent to the JIT debugger that is registered on
computer rather than be handled by this dialog box.
 
remove:
- microsoft .net framework 4 client profile
- microsoft .net framework 4 extended
- microsoft visual c++ 2010 x86 redistributable

restart your pc,
download the installationwizard from here
run it as administrator.
after the wizard is done, run windows update. And install all updates for .net & c++
restart

download a clean install of DB
run diablo3 and demonbuddy as administrator.



on what OS are you?
 
remove:
- microsoft .net framework 4 client profile
- microsoft .net framework 4 extended
- microsoft visual c++ 2010 x86 redistributable

restart your pc,
download the installationwizard from here
run it as administrator.
after the wizard is done, run windows update. And install all updates for .net & c++
restart

download a clean install of DB
run diablo3 and demonbuddy as administrator.



on what OS are you?

It's the WoW version though so when I couldnt launch d3 the program crashed. But I took away all my .net and c++, installed fresh newest ones but still no difference. Booting comp in windows loading screen is way slower now than before I deleted shit aswell, maybe comp is too old for this!
 
yea, he means wow and honorbuddy.

it could be you need a clean install of windows done, but give it a try and see what happends.
 
Im not able to use windows cd atm, trying to figure it out somehow otherwise. :<<<<
 
Back
Top