Problems with windows drivers?

Status
Not open for further replies.

Lohq

Posts: 12   +0
This is a somewhat continuing thread where I'm trying to solve all the problems with this computer and I could just be having memory errors due to a faulty power supply but I'm replacing it soon so hopefully that fixes it, but in the meantime, I'm having some problems running programs that used to work until very recently this one is telling me "Invalid Machine Code" now what does that mean... I don't expect anyone to know as it's probably been inserted by the developer of the program so I attached windebug to the process before it closes when I hit ok on the error and this is my output:


Microsoft (R) Windows Debugger Version 6.6.0003.5
Copyright (c) Microsoft Corporation. All rights reserved.

*** wait with pending attach
Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
ModLoad: 00400000 00875000 C:\Program Files\InstaCode\IC.exe
ModLoad: 7c900000 7c9b0000 C:\WINDOWS\system32\ntdll.dll
ModLoad: 7c800000 7c8f4000 C:\WINDOWS\system32\kernel32.dll
ModLoad: 77dd0000 77e6b000 C:\WINDOWS\system32\advapi32.dll
ModLoad: 77e70000 77f01000 C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 773d0000 774d2000 C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
ModLoad: 77c10000 77c68000 C:\WINDOWS\system32\msvcrt.dll
ModLoad: 77f10000 77f57000 C:\WINDOWS\system32\GDI32.dll
ModLoad: 77d40000 77dd0000 C:\WINDOWS\system32\USER32.dll
ModLoad: 77f60000 77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
ModLoad: 763b0000 763f9000 C:\WINDOWS\system32\comdlg32.dll
ModLoad: 7c9c0000 7d1d5000 C:\WINDOWS\system32\SHELL32.dll
ModLoad: 774e0000 7761d000 C:\WINDOWS\system32\ole32.dll
ModLoad: 77120000 771ac000 C:\WINDOWS\system32\oleaut32.dll
ModLoad: 10000000 10042000 C:\Program Files\InstaCode\slsapi.dll
ModLoad: 73000000 73026000 C:\WINDOWS\system32\WINSPOOL.DRV
ModLoad: 77c00000 77c08000 C:\WINDOWS\system32\version.dll
ModLoad: 76b40000 76b6d000 C:\WINDOWS\system32\winmm.dll
ModLoad: 76380000 76385000 C:\WINDOWS\system32\msimg32.dll
ModLoad: 5edd0000 5ede7000 C:\WINDOWS\system32\olepro32.dll
ModLoad: 7db10000 7db99000 C:\WINDOWS\system32\HHCtrl.OCX
ModLoad: 5ad70000 5ada8000 C:\WINDOWS\system32\uxtheme.dll
(5ac.c28): Break instruction exception - code 80000003 (first chance)
eax=7ffdf000 ebx=00000001 ecx=00000002 edx=00000003 esi=00000004 edi=00000005
eip=7c901230 esp=003fffcc ebp=003ffff4 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
ntdll!DbgBreakPoint:
7c901230 cc int 3
0:001> !analyze -v
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************

*** WARNING: Unable to verify checksum for C:\Program Files\InstaCode\IC.exe
*** ERROR: Module load completed but symbols could not be loaded for C:\Program Files\InstaCode\IC.exe

FAULTING_IP:
ntdll!DbgBreakPoint+0
7c901230 cc int 3

EXCEPTION_RECORD: ffffffff -- (.exr ffffffffffffffff)
ExceptionAddress: 7c901230 (ntdll!DbgBreakPoint)
ExceptionCode: 80000003 (Break instruction exception)
ExceptionFlags: 00000000
NumberParameters: 3
Parameter[0]: 00000000
Parameter[1]: 00000002
Parameter[2]: 00000003

FAULTING_THREAD: 00000c28

BUGCHECK_STR: 80000003

DEFAULT_BUCKET_ID: APPLICATION_FAULT

PROCESS_NAME: IC.exe

ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION} Breakpoint A breakpoint has been reached.

STACK_TEXT:
003fffc8 7c9507a8 00000005 00000004 00000001 ntdll!DbgBreakPoint
003ffff4 00000000 00000000 00505a4d 00000002 ntdll!DbgUiRemoteBreakin+0x2d


FOLLOWUP_IP:
ntdll!DbgBreakPoint+0
7c901230 cc int 3

FAULTING_SOURCE_CODE:


FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: ntdll!DbgBreakPoint+0

MODULE_NAME: ntdll

IMAGE_NAME: ntdll.dll

DEBUG_FLR_IMAGE_TIMESTAMP: 411096b4

STACK_COMMAND: ~1s ; kb

BUCKET_ID: MANUAL_BREAKIN

Followup: MachineOwner
---------

****END WINDEBUG OUTPUT****

Ok... so it's naming off ntdll.dll but what does that mean? is it simply because my memory errors are becoming worse or is there something else going on here I need to fix as well?

*edit-------------
Here are my mobo power vaulues
VCORE - 1.584v
3.3v - 3.2v
5v - 5.107
12v - 11.419v

those are the values it's at without any overclocking or any previous overclocking, do these numbers coincide with a failing psu?
 
Still no fix on the problem yet... I ordered a new power supply but when I install it, it goes into power surge protect mode or something and turns off almost instantaneously afterwards... not sure if the unit is faulty yet I'll have to try it in another machine at another location... *sigh* why can't anything work right
 
Status
Not open for further replies.
Back