Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Generic Host Process for Win32 Services

6 views
Skip to first unread message

Moosesnbears

unread,
Apr 10, 2008, 11:24:01 AM4/10/08
to
I've see and read and tried, your hotfixes - 894391 & 927891 to no avail. I
originally thought this computer was coupted, so fresh reload, then after
during the last of Win updating the error message returned:
Generic Host Process for Win32 Services encountered a problem and needed to
close.
Error signature
szAppName : svchost.exe szAppVer : 5.1.2600.2180 szModName : msi.dll
szModVer : 3.1.4000.4039 offset : 00027tb8
The following files can be included
C:\DOCUME~1\Auti\LOCALS~1\Temp\WER15d1.dir00\svchost.exe.mdmp
C:\DOCUME~1\Auti\LOCALS~1\Temp\WER15d1.dir00\appcompat.txt
and while at update website, during scan for updates if the error message
doesn't appear the computer shuts down. Sometimes it restarts OK and
sometimes it restarts after doing a recovery from fatal shutdown.
Whats next to try? I have 4 other computers here and no problems with them,
yet.
--
SAS-MN

Ken Halter

unread,
Apr 10, 2008, 12:56:50 PM4/10/08
to
"Moosesnbears" <Mooses...@discussions.microsoft.com> wrote in message
news:1B9557EE-2B8D-46F0...@microsoft.com...

> I've see and read and tried, your hotfixes - 894391 & 927891 to no avail.
> I

Those look like XP issues... this is a VB Programming group, so if there's
no code to look at, we're basically helpless here.

There are OS related groups


--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm


expvb

unread,
Apr 12, 2008, 3:39:12 AM4/12/08
to
"Moosesnbears" <Mooses...@discussions.microsoft.com> wrote in message
news:1B9557EE-2B8D-46F0...@microsoft.com...

This group is for Visual Basic 6(VB6) and lower, not for Vista Business(VB).
Look in groups with "vista" in the name.


Mike

unread,
Jun 27, 2008, 1:26:03 PM6/27/08
to
So why hasn't Microsoft come up with a fix that will work? I too have trying
these fixes with the errors comtinuing. PLus everytime I turn my computer it
wants to know if I want tp restart or cancel. PLease reply to cic...@aol.com.

see and read and tried, your hotfix@discussions.microsoft.com I've see and read and tried, your hotfix

unread,
Jun 30, 2008, 9:36:01 PM6/30/08
to

prerak

unread,
Sep 8, 2009, 7:56:01 PM9/8/09
to

Black Knight

unread,
Sep 12, 2009, 2:31:04 AM9/12/09
to
Create a file called Fix.reg and put this text in it

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole]
"EnableDCOM"="N"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NetBT\Parameters]
"TransportBindName"=""

Peter Schultz

unread,
Nov 16, 2009, 11:35:54 AM11/16/09
to

"Black Knight" <andreas...@yahoo.se> schrieb im Newsbeitrag
news:f3a79d0b-2426-4d1f...@k19g2000yqc.googlegroups.com...

Fragen und Antworten zu Windows 7:
http://social.answers.microsoft.com/Forums/de-DE/category/windows7

Nobody

unread,
Nov 17, 2009, 1:02:43 PM11/17/09
to

"Black Knight" <andreas...@yahoo.se> wrote in message
news:f3a79d0b-2426-4d1f...@k19g2000yqc.googlegroups.com...

It's a bad idea to write to "ControlSet001" or any of the "ControlSetXXX"
locations. You need to use "CurrentControlSet" instead, which maps to the
current hardware profile. If you use one of the "ControlSetXXX" locations,
you could be overwriting one of the last known good profiles. The following
key and values show an example of how Windows maps CurrentControlSet:

HKEY_LOCAL_MACHINE\SYSTEM\Select

"Current"=dword:00000001
"Default"=dword:00000001
"Failed"=dword:00000000
"LastKnownGood"=dword:00000003

0 new messages