I have a systematic crash of LotusNotify after a reboot linked with plugin updater
Debugging a little bit shows the crash occurs line 1538 when calling
if((NotesInitExtended1) (__argc, __argv))
In a 'normal' start of M-NG, __argc equals 1 (only Miranda32.exe I suppose)
In a 'start by plugin updater', __argc equals 3 (I suspect some special argument to update plugins before loading them)
As I don't know how should be called this Lotus Notes entry point, I asking help here (Makar ??)