Avast WEBforum

Consumer Products => Avast Free Antivirus / Premium Security (legacy Pro Antivirus, Internet Security, Premier) => Topic started by: Tom703 on November 24, 2019, 07:09:33 AM

Title: Currently getting Entry Point Not Found message running 32bit game
Post by: Tom703 on November 24, 2019, 07:09:33 AM
I am constantly getting pop up window
The procedure entry point MiniDumpWriteDump could not be located in the dynamic link library C:\Program Files\AVAST Software\Avast\x86\aswAMSI.dll" whenever I open 32bit game Command and Conquer Generals.  How can I fix this?
Title: Re: Currently getting Entry Point Not Found message running 32bit game
Post by: Asyn on November 24, 2019, 07:34:25 AM
Repair Avast:
1. Avast GUI -> Settings -> Troubleshooting
2. Click on 'REPAIR APP'.
3. Follow instructions.
4. Reboot.
Title: Re: Currently getting Entry Point Not Found message running 32bit game
Post by: kwiq on November 25, 2019, 12:39:33 PM
Hi Tom703,
aswAmsi.dll tried to load dbghelp.dll and get address of  MiniDumpWriteDump function.
Can you please try to download procmon.exe and capture the issues so we will see why dbghelp doesnt contain such function.

1) Download (https://docs.microsoft.com/en-us/sysinternals/downloads/procmon)
2) Start procmon as admin
3) Reproduce the issue
4) Save a procmon log (Menu->File->Save...-> Events to save : all events checkbox, Format : Native Procmon Format)
5) Zip the log as Tom703_11_2019.zip and upload it for analysis to avast ftp sever (https://support.avast.com/en-eu/article/FTP-file-upload).

Anyway you can disable amsi in you system via following registry values :

For x86 applications
HKLM\SOFTWARE\WOW6432Node\Microsoft\WBEM  (you have to create AmsiEnable if it doesnt exist)
AmsiEnable = 0 (DWORD)

For x64 applications
HKLM\SOFTWARE\Microsoft\Wbem\AmsiEnable  (you have to create AmsiEnable if it doesnt exist)
AmsiEnable = 0 (DWORD)

Thank you for help ! 
Title: Re: Currently getting Entry Point Not Found message running 32bit game
Post by: efo on December 25, 2019, 07:36:56 PM
I have the exact  same issue with the same game as the original post here. I have reinstalled all relevant programs/game, did several restarts, but cannot get past this error. Hope there's a solution to this...
Title: Re: Currently getting Entry Point Not Found message running 32bit game
Post by: DavidR on December 25, 2019, 09:34:24 PM
Have you tried what was suggested by Avast Team member 'kwiq' in the post above yours ?
Title: Re: Currently getting Entry Point Not Found message running 32bit game
Post by: efo on December 26, 2019, 10:52:30 AM
Thx for the swift reply (on such a date   ;) ) No, I have not manually edited my registry. When I pay a lot of money for Avast Premium, I expect it to work (as it has been for years) without the need of such 'hacks' - that's why I pay :)

EDIT: Did try to add registry value as explained above. Restarted my PC. Still getting the same error.
Title: Re: Currently getting Entry Point Not Found message running 32bit game
Post by: efo on December 26, 2019, 01:12:30 PM
SOLVED!

After a while I noticed that the above mentioned "dbghelp.dll" does not belong to Avast, as I got the impression of - it belongs to the game (C&C Generals ZH). That changes a few things. After a quick search on the web I found an issue regarding DirectX and this game, with a possible solution to delete this dll (the one in the game folder, mind - NOT the one you find in windows' system32 folder  ;)) This solution worked for me.

Even though the original error message heavily pointet towards Avast, it was actualy the "dbghelp.dll" in the game folder that caused this error message  :o Final scores: AVAST 1 - EA Games 0. Let's send the guys over at EA a cactus for framing Avast!  ;D
Title: Re: Currently getting Entry Point Not Found message running 32bit game
Post by: DavidR on December 26, 2019, 04:42:07 PM
Thanks for the time to respond and your feedback on what resolved it for you.