Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Development => Topic started by: pepinlebref on 03 05 2014, 13:16:28

Title: LotusNotify crashes
Post by: pepinlebref on 03 05 2014, 13:16:28
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
Code: [Select]
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 ??)
Title: Re: LotusNotify crashes
Post by: Wishmaster on 03 05 2014, 17:49:38
Miranda is using the command line for its own arguments like /profile: to start Miranda with a specific profile. I guess one of those cause a crash in Lotus. They should not be passed to Lotus.
Title: Odp: LotusNotify crashes
Post by: wsx22 on 03 05 2014, 22:33:38
I have fixed it.
Maybe, in intention, it was possibility to manually pass lotus path, but if it causes conflicts, I've removed it.
By default plugin takes lotus path (location of nnotes.dll api) from HKEY_LOCAL_MACHINE Software\Lotus\Notes registry.
Title: Re: LotusNotify crashes
Post by: pepinlebref on 04 05 2014, 07:19:27
Works like a charm, thx!