Author Topic: LotusNotify crashes  (Read 3342 times)

0 Members and 1 Guest are viewing this topic.

Offline pepinlebref

  • Jr. Member
  • **
  • Posts: 77
  • Country: fr
  • Thanked: 2 times
  • Pepin le Bref, father of Charlemagne!
LotusNotify crashes
« 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 ??)
 

Offline Wishmaster

Re: LotusNotify crashes
« Reply #1 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.
 

Offline wsx22

Odp: LotusNotify crashes
« Reply #2 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.
 

Offline pepinlebref

  • Jr. Member
  • **
  • Posts: 77
  • Country: fr
  • Thanked: 2 times
  • Pepin le Bref, father of Charlemagne!
Re: LotusNotify crashes
« Reply #3 on: 04 05 2014, 07:19:27 »
Works like a charm, thx!