Discussion:
Generic Host Process for Win32 Services
(too old to reply)
Moosesnbears
2008-04-10 15:24:01 UTC
Permalink
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
2008-04-10 16:56:50 UTC
Permalink
Post by Moosesnbears
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
2008-04-12 07:39:12 UTC
Permalink
Post by Moosesnbears
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
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
This group is for Visual Basic 6(VB6) and lower, not for Vista Business(VB).
Look in groups with "vista" in the name.
Mike
2008-06-27 17:26:03 UTC
Permalink
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
Post by expvb
Post by Moosesnbears
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
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
This group is for Visual Basic 6(VB6) and lower, not for Vista Business(VB).
Look in groups with "vista" in the name.
I've see and read and tried, your hotfix
2008-07-01 01:36:01 UTC
Permalink
Post by Moosesnbears
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
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
prerak
2009-09-08 23:56:01 UTC
Permalink
Post by Moosesnbears
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
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
Black Knight
2009-09-12 06:31:04 UTC
Permalink
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
2009-11-16 16:35:54 UTC
Permalink
Post by Black Knight
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"=""
Fragen und Antworten zu Windows 7:
http://social.answers.microsoft.com/Forums/de-DE/category/windows7
Nobody
2009-11-17 18:02:43 UTC
Permalink
Post by Black Knight
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"=""
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

Loading...