VB6 crash when AddIn are enabled on start
Hi Guys! I reinstalled my machine with Windows 10 64bits (v2004 build 19041.572) and VB6 run just fine... I can enable all AddIns and everything works as spected... exept when I enable any AddIn to run at startup... then if I close and try to open VB6 it just crash: :(Origen: Application Error
Nombre de la aplicación con errores: VB6.EXE, versión: 6.0.81.76, marca de tiempo: 0x3592011f
Nombre del módulo con errores: MSVBVM60.DLL, versión: 6.0.98.15, marca de tiempo: 0x49b01fc3
Código de excepción: 0xc0000005
I need to open RegEdit and got to "HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\Addins" and change back autostart to 0
Tested disabling Windows 10 memory protection (like DEP,etc.)... no change.
Tested removing all VB6 registry configuration... no change.
I have no clue what is different internally when loading AddIns from start as opossed to loading after ide was loaded... Any suggestion or idea is welcome.
https://www.vbforums.com/images/ieimages/2020/11/8.png
Logs of activity from Registry and Files access when loading (normal and with AddIns loaded):
https://www.dropbox.com/s/o4gtgcbucd...shw10.zip?dl=0
PS: The installer is OK. I used the same VB6 installer on several other machines without running on this problem (but they all have older windows 10 builds with updates bloqued)
Re: VB6 crash when AddIn are enabled on start
What addin? Maybe the problem is in the add-in?
Re: VB6 crash when AddIn are enabled on start
Quote:
Originally Posted by
Xusinboy
What addin? Maybe the problem is in the add-in?
Any AddIn ... It dosnt matter wich one. Made by me, the ones that came with visual basic and made by others... But I have no problem running the AddIns if I select "LOAD" from the IDE, So the problem doesnt came from the AddIn itself. The problem is when any AddIn is set to automatically load at start.
Re: VB6 crash when AddIn are enabled on start
Re: VB6 crash when AddIn are enabled on start
Quote:
Originally Posted by
Eduardo-
Did you install SP6?
Yes. SP6 and KB2641426 (cumulative updates) ... When detected the problem I uninstalled everything, then tested with VB6 alone... then with VB6+SP6... then VB6+SP6+KB2641426 .... Always the same result :(
Re: VB6 crash when AddIn are enabled on start
Update: I added to the first post the Logs of activity from Registry and Files access when loading till the moment it crash
I set Resource Editor as the AddIn to load on startup.