Torna indietro   Hardware Upgrade Forum > Software > Microsoft Windows > Microsoft Windows 95,98,ME,NT,2000,XP,2003

Google Pixel 10 è compatto e ha uno zoom 5x a 899€: basta per essere un best-buy?
Google Pixel 10 è compatto e ha uno zoom 5x a 899€: basta per essere un best-buy?
Google Pixel 10 è uno smartphone che unisce una fotocamera molto più versatile rispetto al passato grazie allo zoom ottico 5x, il supporto magnetico Pixelsnap e il nuovo chip Tensor G5. Il dispositivo porta Android 16 e funzionalità AI avanzate come Camera Coach, mantenendo il design caratteristico della serie Pixel con miglioramenti nelle prestazioni e nell'autonomia. In Italia, però, mancano diverse feature peculiari basate sull'AI.
Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre
Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre
L'abbonamento Ultimate di GeForce NOW ora comprende la nuova architettura Blackwell RTX con GPU RTX 5080 che garantisce prestazioni tre volte superiori alla precedente generazione. Non si tratta solo di velocità, ma di un'esperienza di gioco migliorata con nuove tecnologie di streaming e un catalogo giochi raddoppiato grazie alla funzione Install-to-Play
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco
Deebot X11 Omnicyclone implementa tutte le ultime tecnologie Ecovacs per l'aspirazione dei pavimenti di casa e il loro lavaggio, con una novità: nella base di ricarica non c'è più il sacchetto di raccolta dello sporco, sostituito da un aspirapolvere ciclonico che accumula tutto in un contenitore rigido
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 18-12-2006, 01:23   #1
dante26
Senior Member
 
Iscritto dal: Mar 2006
Città: Bronx
Messaggi: 442
ehExtHost.exe Common Language runtime debugging service

Ciao, ho un hp6162ea...con media center edition.
Quando lo uso per vedere i video mi da questo errore:
ehExtHost.exe Common Language runtime debugging service
In rete ho trovato qualcosa, ma non ci ho capito molto.
Potete aiutarmi per favore?
Ciao.
__________________
Toshiba Satellite a100-155 ***Genuine Intel(R) CPU T2400 @ 1.83GHz*** 2x1gb RAM DDR2 633MHz Corsair***Ati mobility radeon X1600 512MB***Hard Disk Drive 160gb 7200rpm Seagate Momentus 7200.2 ***harman/kardon - Realtek High Definition Audio -***LCD TrueBrite 15,4" 1280x800***
Pcmark05=4029@default 3dmark05=3746@default
dante26 è offline   Rispondi citando il messaggio o parte di esso
Old 18-12-2006, 14:46   #2
dante26
Senior Member
 
Iscritto dal: Mar 2006
Città: Bronx
Messaggi: 442
Forse ho trovato una soluzione, mi potete aiutare?


How to resolve ehExtHost crashes that can occur when launching Media Center
I have heard from a few customers in recent weeks who received an error dialog every time they launched Windows Media Center. This dialog had the following title and text:

Title: ehExtHost - Common Language Runtime Debugging Services
Text: Application has generated an exception that could not be handled.
Windows Media Center was usable after dismissing this dialog, but it was really annoying to have to dismiss it each time Windows Media Center was launched. Since I have seen this issue multiple times recently, I wanted to describe some troubleshooting steps that can be used to resolve this issue in many instances.

The ehExtHost process is a hosting process for Windows Media Center add-ins. When it crashes, it typically means that the add-in itself has crashed inside of its process space. Windows Media Center supports a type of add-ins known as background add-ins. These add-ins are launched when Windows Media Center is launched and run in the background as long as the main Windows Media Center process is running on system. When ehExtHost crashes immediately after Windows Media Center is launched, it typically means that an add-in registered in the background category has crashed.

In many cases, users may be unaware of what add-ins are installed on their systems, particularly in the case of Windows Media Center systems purchased from an OEM or system builder because the manufacturer may pre-install add-ins. Without knowing what add-ins are installed on the system, it is a bit more difficult to determine which add-in is causing ehExtHost to crash.

In the cases I have seen, I narrowed down the issue by looking in the registry to determine which add-ins are installed in the background category. Windows Media Center stores information about registered add-ins in the following registry sub-hives:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility
These hives normally have 3 sub-keys:

Applications
Categories
Entry Points
Add-ins that are registered in the background category will appear in a sub-key named ...\Extensibility\Categories\Background. The structure for a specific add-in looks like the following (and it is valid for this structure to appear in HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE even though I only list HKLM below):

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Applications\{application_guid}]

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Categories\Background\{entrypoint_guid}]
AppId={application_guid}

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Entry Points\{entrypoint_guid}]

The {application_guid} value and {entrypoint_guid} values must match in the 2 places they are listed above, and together they represent a specific entry point for an add-in.

In the cases of the customers I talked to, they only had one add-in registered in the background category, and I had them rename the 3 registry sub-keys above and that caused Windows Media Center to stop trying to launch this add-in when starting up, and ehExtHost stopped crashing.

In some cases, it may be possible that multiple applications are registered in the background category. In that case, I suggest renaming the sets of 3 registry values that correspond to each add-in one at a time to narrow down which add-in is causing the ehExtHost crash.

In general, it would be best to use official unstall mechanisms to unregister the add-in, but I have seen my share of add-ins that either do not create Add/Remove Programs entries or that do not correctly unregister themselves during uninstall. Therefore it is sometimes necessary to directly edit the registry. It is important to note that I always recommend renaming the registry sub-keys as opposed to deleting them because you can rename the sub-keys back in case something goes wrong.

If you are unsure about what add-ins are installed and what the possible cause of this type of crash is, you can use the following command lines to gather the relevant registry information and send them to me so I can try to advise.

Click on the Start menu, choose Run, type cmd and click OK
Run start /wait regedit /e %temp%\hkcu_mce_extensibility.reg "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility"
Run start /wait regedit /e %temp%\hklm_mce_extensibility.reg "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility"
Zip the files named %temp%\hkcu_mce_extensibility.reg and %temp%\hklm_mce_extensibility.reg
__________________
Toshiba Satellite a100-155 ***Genuine Intel(R) CPU T2400 @ 1.83GHz*** 2x1gb RAM DDR2 633MHz Corsair***Ati mobility radeon X1600 512MB***Hard Disk Drive 160gb 7200rpm Seagate Momentus 7200.2 ***harman/kardon - Realtek High Definition Audio -***LCD TrueBrite 15,4" 1280x800***
Pcmark05=4029@default 3dmark05=3746@default
dante26 è offline   Rispondi citando il messaggio o parte di esso
Old 18-12-2006, 20:51   #3
dante26
Senior Member
 
Iscritto dal: Mar 2006
Città: Bronx
Messaggi: 442
neanche a spiegarmi quello che c'e scritto in inglese ...
aiutatm!
__________________
Toshiba Satellite a100-155 ***Genuine Intel(R) CPU T2400 @ 1.83GHz*** 2x1gb RAM DDR2 633MHz Corsair***Ati mobility radeon X1600 512MB***Hard Disk Drive 160gb 7200rpm Seagate Momentus 7200.2 ***harman/kardon - Realtek High Definition Audio -***LCD TrueBrite 15,4" 1280x800***
Pcmark05=4029@default 3dmark05=3746@default
dante26 è offline   Rispondi citando il messaggio o parte di esso
Old 19-12-2006, 13:27   #4
dante26
Senior Member
 
Iscritto dal: Mar 2006
Città: Bronx
Messaggi: 442
Azz!
Mi aspettavo un piccolo aiuto...
__________________
Toshiba Satellite a100-155 ***Genuine Intel(R) CPU T2400 @ 1.83GHz*** 2x1gb RAM DDR2 633MHz Corsair***Ati mobility radeon X1600 512MB***Hard Disk Drive 160gb 7200rpm Seagate Momentus 7200.2 ***harman/kardon - Realtek High Definition Audio -***LCD TrueBrite 15,4" 1280x800***
Pcmark05=4029@default 3dmark05=3746@default
dante26 è offline   Rispondi citando il messaggio o parte di esso
Old 02-07-2007, 14:13   #5
Elektrosphere
Senior Member
 
L'Avatar di Elektrosphere
 
Iscritto dal: Nov 2006
Messaggi: 696
spero tu abbia risolto, perchè ho lo stesso problema, e di inglese non ci capisco nulla!!
Elektrosphere è offline   Rispondi citando il messaggio o parte di esso
Old 16-09-2007, 22:13   #6
alcor324
Junior Member
 
Iscritto dal: Sep 2007
Messaggi: 1
soluzione italiano EhExtHost.exe crash

Soluzione in Italiano:

Cliccate su START, scegliete il comando ESEGUI: digitate nella casella "cmd" (senza le virgolette!), e premete invio;


copiate la seguente riga, e incollatela nella schermata nera:

reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Applications\{4874559d-e801-4f21-a580-6f5f0b87017c}" /f


cliccate invio; l'operazione dovrebbe venirvi indicata come "terminata con successo".


ora copiate e incollate la seguente riga:

reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Categories\Background\{51537886-fe58-4b67-9fbc-567013c765f6}" /f

cliccate di nuovo invio.


Ultimo passaggio, identico ai precedenti: copiate e incollate sempre nella finestra nera di cmd la seguente riga:

reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Entry Points\{51537886-fe58-4b67-9fbc-567013c765f6}" /f

E cliccate per l'ultima volta invio. Fatto! Chiudete la finestra di cmd, aprite WMC e verificherete che funziona perfettamente, senza che compaia più quell'assillante messaggio di errore.

Ciao
alcor324 è offline   Rispondi citando il messaggio o parte di esso
Old 12-01-2010, 17:49   #7
malasaña
Junior Member
 
Iscritto dal: Jun 2008
Messaggi: 6
ottimo aiuto grazie
malasaña è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Google Pixel 10 è compatto e ha uno zoom 5x a 899€: basta per essere un best-buy? Google Pixel 10 è compatto e ha uno zoom ...
Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre Prova GeForce NOW upgrade Blackwell: il cloud ga...
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco Ecovacs Deebot X11 Omnicyclone: niente più...
Narwal Flow: con il mocio orizzontale lava i pavimenti al meglio Narwal Flow: con il mocio orizzontale lava i pav...
Panasonic 55Z95BEG cala gli assi: pannello Tandem e audio senza compromessi Panasonic 55Z95BEG cala gli assi: pannello Tande...
Metroid Prime Beyond: arriva un trailer ...
Fujifilm GFX Eterna 55: una soluzione co...
Stardew Valley arriva su Switch 2: una c...
E-bike fat legale con "pulsante mag...
Nintendo Virtual Boy: l'accessorio per S...
Popucom si presenta come uno dei miglior...
Super Mario Galaxy il film: l'idraulico ...
Stellantis, contro risposta a BYD: "...
Microsoft evita una sanzione in Europa p...
TCL a IFA 2025: TV Mini LED, smartphone ...
Neanche la politica è salva: l'Al...
I nuovi Pixel 10 in mostra a Milano con ...
Perplexity di nuovo in tribunale: Merria...
AirPods 4 al minimo su Amazon: la versio...
Sam Altman sempre più convinto: l...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 02:26.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v