top of page
Search

Autocom Unknown Error During Init - Checking Your Hardware for Compatibility and Damage



A process may crash at thread exit with an Access Violation exception (0xC0000005, EXCEPTION_ACCESS_VIOLATION) if it had dynamically loaded (such as by calling LoadLibraryA()) a native C++ DLL that was statically linked with C Runtime, and the DLL generated an unhandled exception during its initialization or shutdown.




Autocom Unknown Error During Init -




During the CRT startup or shutdown (such as during DLL_PROCESS_ATTACH or DLL_PROCESS_DETACH in DllMain(), or in the constructor or destructor of a global/static C++ object), if the DLL generates a fatal error that is unhandled, the LoadLibrary call just swallows the exception and returns with NULL. When the DLL load or unload fails, some error codes you may observe include:


There may be third-party products registered on the runtime machine that will inject DLLs at runtime into most processes. In such cases, an affected DLL outside of your product development may lead to this error during thread exit. If you are not in a position to rebuild such DLLs according to the guidance suggested above, your only option may be to contact the vendor of the product and request such a fix, or to uninstall the third-party product.


Voila le probleme, j'ai win7 64bts et j'avais installé un logiciel de diagnostic automobile appelé autocom, je l'ai desinstallé pour installer une nouvelle version mais lorsque je veut activer celle ci via clé usb il me met fatal error "unknown error during init" . Certains disent qu'il faut réinstaller windows car il reste des traces de l'ancienne version, mais je ne veut pas tout reinstaller, il doit bien y avoir un moyen de supprimer toute trace de l'ancien logiciel ou bien une autre solution????


2ff7e9595c


 
 
 

Recent Posts

See All

Comments


© 2023 by SociaLight.

Proudly created with Wix.com

Be a SociaLight and  Follow Us:

  • White Facebook Icon
  • White Twitter Icon
  • White Instagram Icon
  • White YouTube Icon
  • White Pinterest Icon
bottom of page