Forum for English speaking Miranda NG users > Development

LotusNotify crashes

(1/1)

pepinlebref:
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: ---if((NotesInitExtended1) (__argc, __argv))
--- End code ---

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 ??)

Wishmaster:
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.

wsx22:
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.

pepinlebref:
Works like a charm, thx!

Navigation

[0] Message Index

There was an error while thanking
Thanking...
Go to full version