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

Tascabile e con Android: BOOX Go 6 Gen II è diverso da tutti gli altri e-reader
Tascabile e con Android: BOOX Go 6 Gen II è diverso da tutti gli altri e-reader
BOOX Go 6 Gen II porta per la prima volta il supporto allo stilo su un e-reader da 6 pollici, affiancando 3 GB di RAM al collaudato Snapdragon 665 e un design rivisto con scocca posteriore a costolature. Su carta la proposta è interessante, ma Android 11 fuori supporto, l'assenza di un alloggiamento per il pennino e un'autonomia ridotta rispetto agli e-reader tradizionali sono i compromessi da accettare
Recensione Lenovo Idea Tab Plus: il tablet da 12 pollici che costa meno di 300 euro
Recensione Lenovo Idea Tab Plus: il tablet da 12 pollici che costa meno di 300 euro
Lenovo Idea Tab Plus prova a portare un display da 12,1 pollici 2.5K, quattro speaker Dolby Atmos e una batteria da 10.200 mAh sotto la soglia psicologica dei 300 euro, penna inclusa. Lo abbiamo usato per oltre una settimana per capire dove l'azienda ha tagliato e dove invece ha tenuto il punto
Oltre il contante e le crypto: tutto sull'Euro Digitale e la nuova sovranità monetaria europea
Oltre il contante e le crypto: tutto sull'Euro Digitale e la nuova sovranità monetaria europea
L'euro digitale è una valuta fiat che entrerà in vigore nei prossimi anni. L'obiettivo principale è quello di ridurre la dipendenza dalle piattaforme di pagamento digitali statunitensi e offrire ai cittadini un modo semplice per trasferire denaro. Anche offline, anche in maniera (pseudo)anonima
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


Tascabile e con Android: BOOX Go 6 Gen II è diverso da tutti gli altri e-reader Tascabile e con Android: BOOX Go 6 Gen II &egrav...
Recensione Lenovo Idea Tab Plus: il tablet da 12 pollici che costa meno di 300 euro Recensione Lenovo Idea Tab Plus: il tablet da 12...
Oltre il contante e le crypto: tutto sull'Euro Digitale e la nuova sovranità monetaria europea Oltre il contante e le crypto: tutto sull'Euro D...
Recensione HONOR Magic V6: spessore record e super batteria. È lui il fold da battere? Recensione HONOR Magic V6: spessore record e sup...
Redmi Pad 2 9.7: ampio display, economico e peso contenuto, ma qualche limite nelle prestazioni Redmi Pad 2 9.7: ampio display, economico e peso...
Piccolo è bello: Cisco presenta A...
Z.AI avvia un data center da 1 gigawatt....
Microsoft e Mistral annunciano un accord...
Grazie al Very Large Telescope potrebbe ...
Sony FX5: RAW interno X-OCN e Open Gate ...
AMD e Anthropic, affare fatto: 5 miliard...
Cyber Arena Tour 2026, WINDTRE BUSINESS ...
Wistron ha aperto il primo stabilimento ...
"Così è facile perder...
Peak Design ripensa la staffa a L: il tr...
Samsung: ufficiale la serie Galaxy Z Fol...
Galaxy Watch Ultra2 e Watch9 ufficiali: ...
Un razzo spaziale Falcon 9 ha lanciato l...
Microlino: dal rischio di fallimento all...
SpaceX, uno stadio di Falcon 9 si schian...
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: 01:26.


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