PC Review Forums Newsgroups Windows XP Windows XP New Users c000007b {Bad Image}

Reply

c000007b {Bad Image}

 
Thread Tools Rate Thread
Old 08-03-2006, 06:17 PM   #1
=?Utf-8?B?TmljayBuZWVkcyBYUCBoZWxw?=
Guest
 
Posts: n/a
Default c000007b {Bad Image}


Hi there,

I hope this is in the right section.

I have major issues with XP pro right now. For no reason what so ever my
system crashed, rebooted it's self and gave me the following blue screen:

STOP: c000007b {Bad Image}

The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
windows image. Please chack this against your installation diskette.

I've tried the recovery tool when booting from the CD and I'm getting
nowhere, fast. I've tried to boot in safe mode and I can't even get to that
screen.

If anyone can help me resolve this issue, I'd be so eternally grateful.

Kind rergards.
  Reply With Quote
Old 08-03-2006, 07:39 PM   #2
John John
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}

Try using the Recovery Console and expand (extract) a new copy of the file.

- From the Recovery Console navigate to the directory containing
user32.dll and rename & replace it. These are the commands:

cd windows\system32

ren user32.dll user32.old

expand [cd-rom]:\i386\user32.dl_ c:\windows\system32\user32.dll

John

Nick needs XP help wrote:

> Hi there,
>
> I hope this is in the right section.
>
> I have major issues with XP pro right now. For no reason what so ever my
> system crashed, rebooted it's self and gave me the following blue screen:
>
> STOP: c000007b {Bad Image}
>
> The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
> windows image. Please chack this against your installation diskette.
>
> I've tried the recovery tool when booting from the CD and I'm getting
> nowhere, fast. I've tried to boot in safe mode and I can't even get to that
> screen.
>
> If anyone can help me resolve this issue, I'd be so eternally grateful.
>
> Kind rergards.


  Reply With Quote
Old 08-03-2006, 07:50 PM   #3
Mike Hyndman
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}


"Nick needs XP help" <NickneedsXPhelp@discussions.microsoft.com> wrote in
message news:8AC29706-08D8-43DF-9DA1-23355FEADD23@microsoft.com...
> Hi there,
>
> I hope this is in the right section.
>
> I have major issues with XP pro right now. For no reason what so ever my
> system crashed, rebooted it's self and gave me the following blue screen:
>
> STOP: c000007b {Bad Image}
>
> The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
> windows image. Please chack this against your installation diskette.
>
> I've tried the recovery tool when booting from the CD and I'm getting
> nowhere, fast. I've tried to boot in safe mode and I can't even get to
> that
> screen.
>
> If anyone can help me resolve this issue, I'd be so eternally grateful.
>
> Kind rergards.


It sounds like the dll fille is damaged,

You need to install a new copy to your C:Windows\System32 folder using
Recovery Console.

"Use Expand.exe in the Recovery Console
To use Expand.exe in the Recovery Console, follow these steps:
1. Insert your Windows XP installation disk into your CD drive or DVD drive.
2. Start the Recovery Console.

For additional information about how to install and use the Recovery Console
in Windows XP, click the following article number to view the article in the
Microsoft Knowledge Base:
http://support.microsoft.com/kb/888017/en-us How to install and use the
Recovery Console in Windows XP
3. At the command prompt, type "expand d:\i386\user32.dl_ C:Windows\System32
and then press ENTER."

HTH
MH


  Reply With Quote
Old 08-03-2006, 10:26 PM   #4
=?Utf-8?B?TmljayBuZWVkcyBYUCBoZWxw?=
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}

I tried:

ren c:\windows\system32\user32.dll c:\windows\system32\user32.old

and I got told 'The peramater is not valid'

I'll try the other way by going into the directory where the user32 is
stored and rename it from there. If that doesn't work, I'll just try and
expand the file anyway and see if it asks me to overwrite the user32.dll.

I need sleep.. wish me luck

Thanks again

"Mike Hyndman" wrote:

>
> "Nick needs XP help" <NickneedsXPhelp@discussions.microsoft.com> wrote in
> message news:8AC29706-08D8-43DF-9DA1-23355FEADD23@microsoft.com...
> > Hi there,
> >
> > I hope this is in the right section.
> >
> > I have major issues with XP pro right now. For no reason what so ever my
> > system crashed, rebooted it's self and gave me the following blue screen:
> >
> > STOP: c000007b {Bad Image}
> >
> > The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
> > windows image. Please chack this against your installation diskette.
> >
> > I've tried the recovery tool when booting from the CD and I'm getting
> > nowhere, fast. I've tried to boot in safe mode and I can't even get to
> > that
> > screen.
> >
> > If anyone can help me resolve this issue, I'd be so eternally grateful.
> >
> > Kind rergards.

>
> It sounds like the dll fille is damaged,
>
> You need to install a new copy to your C:Windows\System32 folder using
> Recovery Console.
>
> "Use Expand.exe in the Recovery Console
> To use Expand.exe in the Recovery Console, follow these steps:
> 1. Insert your Windows XP installation disk into your CD drive or DVD drive.
> 2. Start the Recovery Console.
>
> For additional information about how to install and use the Recovery Console
> in Windows XP, click the following article number to view the article in the
> Microsoft Knowledge Base:
> http://support.microsoft.com/kb/888017/en-us How to install and use the
> Recovery Console in Windows XP
> 3. At the command prompt, type "expand d:\i386\user32.dl_ C:Windows\System32
> and then press ENTER."
>
> HTH
> MH
>
>
>

  Reply With Quote
Old 08-03-2006, 11:28 PM   #5
=?Utf-8?B?TmljayBuZWVkcyBYUCBoZWxw?=
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}

I managed to expand user32 to system32 only to be told...

STOP: c0000135 {Unable to locate component}

This application has failed to start because winsrv was not found.
Re-installing this application may fix this problem.

I tried to expand winsvr.dll the same as I did user32.dll but to no avail.

How do you install anything via the recovery console?

I'm off to bed, so I'll check back in the morning.

Thanks once again for all the help, it's really appreciated.

"Nick needs XP help" wrote:

> I tried:
>
> ren c:\windows\system32\user32.dll c:\windows\system32\user32.old
>
> and I got told 'The peramater is not valid'
>
> I'll try the other way by going into the directory where the user32 is
> stored and rename it from there. If that doesn't work, I'll just try and
> expand the file anyway and see if it asks me to overwrite the user32.dll.
>
> I need sleep.. wish me luck
>
> Thanks again
>
> "Mike Hyndman" wrote:
>
> >
> > "Nick needs XP help" <NickneedsXPhelp@discussions.microsoft.com> wrote in
> > message news:8AC29706-08D8-43DF-9DA1-23355FEADD23@microsoft.com...
> > > Hi there,
> > >
> > > I hope this is in the right section.
> > >
> > > I have major issues with XP pro right now. For no reason what so ever my
> > > system crashed, rebooted it's self and gave me the following blue screen:
> > >
> > > STOP: c000007b {Bad Image}
> > >
> > > The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
> > > windows image. Please chack this against your installation diskette.
> > >
> > > I've tried the recovery tool when booting from the CD and I'm getting
> > > nowhere, fast. I've tried to boot in safe mode and I can't even get to
> > > that
> > > screen.
> > >
> > > If anyone can help me resolve this issue, I'd be so eternally grateful.
> > >
> > > Kind rergards.

> >
> > It sounds like the dll fille is damaged,
> >
> > You need to install a new copy to your C:Windows\System32 folder using
> > Recovery Console.
> >
> > "Use Expand.exe in the Recovery Console
> > To use Expand.exe in the Recovery Console, follow these steps:
> > 1. Insert your Windows XP installation disk into your CD drive or DVD drive.
> > 2. Start the Recovery Console.
> >
> > For additional information about how to install and use the Recovery Console
> > in Windows XP, click the following article number to view the article in the
> > Microsoft Knowledge Base:
> > http://support.microsoft.com/kb/888017/en-us How to install and use the
> > Recovery Console in Windows XP
> > 3. At the command prompt, type "expand d:\i386\user32.dl_ C:Windows\System32
> > and then press ENTER."
> >
> > HTH
> > MH
> >
> >
> >

  Reply With Quote
Old 09-03-2006, 01:13 PM   #6
John John
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}

Description of the Windows XP Recovery Console
http://support.microsoft.com/defaul...kb;EN-US;314058

Recovering Windows XP using the Recovery Console
http://www.windowsnetworking.com/j_helmig/wxprcons.htm

Windows Recovery Console
http://www.ss64.com/ntsyntax/recovery.html

How to perform a parallel installation of Windows 2000 or Windows Server
2003
http://support.microsoft.com/kb/266465
(From the parallel installation you can run Anti-Virus scan on the
drive, examine and replace system files on the original installation,
recover your data files, etc.)

How to perform an in-place upgrade (reinstallation) of Windows XP
http://support.microsoft.com/kb/315341/
(Before performing an in-place upgrade read the information at the
bottom of the article "After you perform an in-place upgrade")

John

Nick needs XP help wrote:
> I managed to expand user32 to system32 only to be told...
>
> STOP: c0000135 {Unable to locate component}
>
> This application has failed to start because winsrv was not found.
> Re-installing this application may fix this problem.
>
> I tried to expand winsvr.dll the same as I did user32.dll but to no avail.
>
> How do you install anything via the recovery console?
>
> I'm off to bed, so I'll check back in the morning.
>
> Thanks once again for all the help, it's really appreciated.
>
> "Nick needs XP help" wrote:
>
>
>>I tried:
>>
>>ren c:\windows\system32\user32.dll c:\windows\system32\user32.old
>>
>>and I got told 'The peramater is not valid'
>>
>>I'll try the other way by going into the directory where the user32 is
>>stored and rename it from there. If that doesn't work, I'll just try and
>>expand the file anyway and see if it asks me to overwrite the user32.dll.
>>
>>I need sleep.. wish me luck
>>
>>Thanks again
>>
>>"Mike Hyndman" wrote:
>>
>>
>>>"Nick needs XP help" <NickneedsXPhelp@discussions.microsoft.com> wrote in
>>>message news:8AC29706-08D8-43DF-9DA1-23355FEADD23@microsoft.com...
>>>
>>>>Hi there,
>>>>
>>>>I hope this is in the right section.
>>>>
>>>>I have major issues with XP pro right now. For no reason what so ever my
>>>>system crashed, rebooted it's self and gave me the following blue screen:
>>>>
>>>>STOP: c000007b {Bad Image}
>>>>
>>>>The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
>>>>windows image. Please chack this against your installation diskette.
>>>>
>>>>I've tried the recovery tool when booting from the CD and I'm getting
>>>>nowhere, fast. I've tried to boot in safe mode and I can't even get to
>>>>that
>>>>screen.
>>>>
>>>>If anyone can help me resolve this issue, I'd be so eternally grateful.
>>>>
>>>>Kind rergards.
>>>
>>>It sounds like the dll fille is damaged,
>>>
>>>You need to install a new copy to your C:Windows\System32 folder using
>>>Recovery Console.
>>>
>>>"Use Expand.exe in the Recovery Console
>>>To use Expand.exe in the Recovery Console, follow these steps:
>>>1. Insert your Windows XP installation disk into your CD drive or DVD drive.
>>>2. Start the Recovery Console.
>>>
>>>For additional information about how to install and use the Recovery Console
>>>in Windows XP, click the following article number to view the article in the
>>>Microsoft Knowledge Base:
>>>http://support.microsoft.com/kb/888017/en-us How to install and use the
>>>Recovery Console in Windows XP
>>>3. At the command prompt, type "expand d:\i386\user32.dl_ C:Windows\System32
>>>and then press ENTER."
>>>
>>>HTH
>>>MH
>>>
>>>
>>>


  Reply With Quote
Old 09-03-2006, 04:17 PM   #7
=?Utf-8?B?S2F0aGVhIEJhbnNob3U=?=
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}

Some good advice here. I suspect you'll keep getting bluescreens that point
to different files. A repair or parallel installation may be your best
(perhaps only) hope.

"John John" wrote:

> Description of the Windows XP Recovery Console
> http://support.microsoft.com/defaul...kb;EN-US;314058
>
> Recovering Windows XP using the Recovery Console
> http://www.windowsnetworking.com/j_helmig/wxprcons.htm
>
> Windows Recovery Console
> http://www.ss64.com/ntsyntax/recovery.html
>
> How to perform a parallel installation of Windows 2000 or Windows Server
> 2003
> http://support.microsoft.com/kb/266465
> (From the parallel installation you can run Anti-Virus scan on the
> drive, examine and replace system files on the original installation,
> recover your data files, etc.)
>
> How to perform an in-place upgrade (reinstallation) of Windows XP
> http://support.microsoft.com/kb/315341/
> (Before performing an in-place upgrade read the information at the
> bottom of the article "After you perform an in-place upgrade")
>
> John
>
> Nick needs XP help wrote:
> > I managed to expand user32 to system32 only to be told...
> >
> > STOP: c0000135 {Unable to locate component}
> >
> > This application has failed to start because winsrv was not found.
> > Re-installing this application may fix this problem.
> >
> > I tried to expand winsvr.dll the same as I did user32.dll but to no avail.
> >
> > How do you install anything via the recovery console?
> >
> > I'm off to bed, so I'll check back in the morning.
> >
> > Thanks once again for all the help, it's really appreciated.
> >
> > "Nick needs XP help" wrote:
> >
> >
> >>I tried:
> >>
> >>ren c:\windows\system32\user32.dll c:\windows\system32\user32.old
> >>
> >>and I got told 'The peramater is not valid'
> >>
> >>I'll try the other way by going into the directory where the user32 is
> >>stored and rename it from there. If that doesn't work, I'll just try and
> >>expand the file anyway and see if it asks me to overwrite the user32.dll.
> >>
> >>I need sleep.. wish me luck
> >>
> >>Thanks again
> >>
> >>"Mike Hyndman" wrote:
> >>
> >>
> >>>"Nick needs XP help" <NickneedsXPhelp@discussions.microsoft.com> wrote in
> >>>message news:8AC29706-08D8-43DF-9DA1-23355FEADD23@microsoft.com...
> >>>
> >>>>Hi there,
> >>>>
> >>>>I hope this is in the right section.
> >>>>
> >>>>I have major issues with XP pro right now. For no reason what so ever my
> >>>>system crashed, rebooted it's self and gave me the following blue screen:
> >>>>
> >>>>STOP: c000007b {Bad Image}
> >>>>
> >>>>The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
> >>>>windows image. Please chack this against your installation diskette.
> >>>>
> >>>>I've tried the recovery tool when booting from the CD and I'm getting
> >>>>nowhere, fast. I've tried to boot in safe mode and I can't even get to
> >>>>that
> >>>>screen.
> >>>>
> >>>>If anyone can help me resolve this issue, I'd be so eternally grateful.
> >>>>
> >>>>Kind rergards.
> >>>
> >>>It sounds like the dll fille is damaged,
> >>>
> >>>You need to install a new copy to your C:Windows\System32 folder using
> >>>Recovery Console.
> >>>
> >>>"Use Expand.exe in the Recovery Console
> >>>To use Expand.exe in the Recovery Console, follow these steps:
> >>>1. Insert your Windows XP installation disk into your CD drive or DVD drive.
> >>>2. Start the Recovery Console.
> >>>
> >>>For additional information about how to install and use the Recovery Console
> >>>in Windows XP, click the following article number to view the article in the
> >>>Microsoft Knowledge Base:
> >>>http://support.microsoft.com/kb/888017/en-us How to install and use the
> >>>Recovery Console in Windows XP
> >>>3. At the command prompt, type "expand d:\i386\user32.dl_ C:Windows\System32
> >>>and then press ENTER."
> >>>
> >>>HTH
> >>>MH
> >>>
> >>>
> >>>

>
>

  Reply With Quote
Old 09-03-2006, 07:10 PM   #8
=?Utf-8?B?TmljayBuZWVkcyBYUCBoZWxw?=
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}

Kathea,

I tried a repair and I'm still getting a blue screen telling mewindows has
shut down to save my pc from harm. So I installed xp pro on my partition and
it works but, when I try to access my profile folder on my old installation,
it tells me it's empty and it's protected so I can't copy it =(

Looks like I've lost three months worth of work.

Thanks to everyone for the help though, it really was a great help, but this
time we lost the battle... or did we?

"Kathea Banshou" wrote:

> Some good advice here. I suspect you'll keep getting bluescreens that point
> to different files. A repair or parallel installation may be your best
> (perhaps only) hope.
>
> "John John" wrote:
>
> > Description of the Windows XP Recovery Console
> > http://support.microsoft.com/defaul...kb;EN-US;314058
> >
> > Recovering Windows XP using the Recovery Console
> > http://www.windowsnetworking.com/j_helmig/wxprcons.htm
> >
> > Windows Recovery Console
> > http://www.ss64.com/ntsyntax/recovery.html
> >
> > How to perform a parallel installation of Windows 2000 or Windows Server
> > 2003
> > http://support.microsoft.com/kb/266465
> > (From the parallel installation you can run Anti-Virus scan on the
> > drive, examine and replace system files on the original installation,
> > recover your data files, etc.)
> >
> > How to perform an in-place upgrade (reinstallation) of Windows XP
> > http://support.microsoft.com/kb/315341/
> > (Before performing an in-place upgrade read the information at the
> > bottom of the article "After you perform an in-place upgrade")
> >
> > John
> >
> > Nick needs XP help wrote:
> > > I managed to expand user32 to system32 only to be told...
> > >
> > > STOP: c0000135 {Unable to locate component}
> > >
> > > This application has failed to start because winsrv was not found.
> > > Re-installing this application may fix this problem.
> > >
> > > I tried to expand winsvr.dll the same as I did user32.dll but to no avail.
> > >
> > > How do you install anything via the recovery console?
> > >
> > > I'm off to bed, so I'll check back in the morning.
> > >
> > > Thanks once again for all the help, it's really appreciated.
> > >
> > > "Nick needs XP help" wrote:
> > >
> > >
> > >>I tried:
> > >>
> > >>ren c:\windows\system32\user32.dll c:\windows\system32\user32.old
> > >>
> > >>and I got told 'The peramater is not valid'
> > >>
> > >>I'll try the other way by going into the directory where the user32 is
> > >>stored and rename it from there. If that doesn't work, I'll just try and
> > >>expand the file anyway and see if it asks me to overwrite the user32.dll.
> > >>
> > >>I need sleep.. wish me luck
> > >>
> > >>Thanks again
> > >>
> > >>"Mike Hyndman" wrote:
> > >>
> > >>
> > >>>"Nick needs XP help" <NickneedsXPhelp@discussions.microsoft.com> wrote in
> > >>>message news:8AC29706-08D8-43DF-9DA1-23355FEADD23@microsoft.com...
> > >>>
> > >>>>Hi there,
> > >>>>
> > >>>>I hope this is in the right section.
> > >>>>
> > >>>>I have major issues with XP pro right now. For no reason what so ever my
> > >>>>system crashed, rebooted it's self and gave me the following blue screen:
> > >>>>
> > >>>>STOP: c000007b {Bad Image}
> > >>>>
> > >>>>The application or DLL \??\WINDOWS\system32\user32.DLL is not a valid
> > >>>>windows image. Please chack this against your installation diskette.
> > >>>>
> > >>>>I've tried the recovery tool when booting from the CD and I'm getting
> > >>>>nowhere, fast. I've tried to boot in safe mode and I can't even get to
> > >>>>that
> > >>>>screen.
> > >>>>
> > >>>>If anyone can help me resolve this issue, I'd be so eternally grateful.
> > >>>>
> > >>>>Kind rergards.
> > >>>
> > >>>It sounds like the dll fille is damaged,
> > >>>
> > >>>You need to install a new copy to your C:Windows\System32 folder using
> > >>>Recovery Console.
> > >>>
> > >>>"Use Expand.exe in the Recovery Console
> > >>>To use Expand.exe in the Recovery Console, follow these steps:
> > >>>1. Insert your Windows XP installation disk into your CD drive or DVD drive.
> > >>>2. Start the Recovery Console.
> > >>>
> > >>>For additional information about how to install and use the Recovery Console
> > >>>in Windows XP, click the following article number to view the article in the
> > >>>Microsoft Knowledge Base:
> > >>>http://support.microsoft.com/kb/888017/en-us How to install and use the
> > >>>Recovery Console in Windows XP
> > >>>3. At the command prompt, type "expand d:\i386\user32.dl_ C:Windows\System32
> > >>>and then press ENTER."
> > >>>
> > >>>HTH
> > >>>MH
> > >>>
> > >>>
> > >>>

> >
> >

  Reply With Quote
Old 09-03-2006, 09:37 PM   #9
Mike Hyndman
Guest
 
Posts: n/a
Default Re: c000007b {Bad Image}


"Nick needs XP help" <NickneedsXPhelp@discussions.microsoft.com> wrote in
message news:FCC264A1-21D8-4CB9-8CDB-1F3AF67DE9A4@microsoft.com...
> Kathea,
>
> I tried a repair and I'm still getting a blue screen telling mewindows has
> shut down to save my pc from harm. So I installed xp pro on my partition
> and
> it works but, when I try to access my profile folder on my old
> installation,
> it tells me it's empty and it's protected so I can't copy it =(
>
> Looks like I've lost three months worth of work.
>
> Thanks to everyone for the help though, it really was a great help, but
> this
> time we lost the battle... or did we?


Nick,
A couple of KB articles, I don't know if they will help you with your
problem or not.

http://support.microsoft.com/kb/810881/en-us
http://support.microsoft.com/kb/308421/en-us

MH



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off