http://bugs.winehq.org/show_bug.cgi?id=5708
------- Additional Comments From stefan.siebert@web.de 2006-18-07 16:23 ------- Notes is checking if there's no crashed instance. It does this by checking the shared memory data area of the nnotes.dll (MapViewOfFile) and has a look into it's own process table. To find out if a process has crashed before it checks on every OSLoadProgramm (notes related) the processes CreationTime. If it finds a process in this table with a different Creation Time it normally shows the Message "Process ID has been reused". Currently Wine doesn't implement the CreationTime. So it's always different to the one that's stored in table.
I hope to have a patch ready 'till the end of the week.