Hi,
We've encountered this problem on 2 customer Pc's after they installed a security update for Windows:
(Windows 2000 Service Pack 4 build 2195)
Stack Trace:
OracleMonitor MonitorClient.Destroy
OracleMonitorIntf Error
OracleMonitorIntf TEvent.Create
OracleMonitorIntf MonitorThread.Create
OracleMonitor MonitorClient.Create
OracleMonitor initialization
System InitUnits
Whats happening:
Initialization of OracleMonitor:
Unable to create the Event in TEvent.Create, procedure "Error" is called.
The the TMonitorClientDestroy is called which tries to do
" FMonitorEvent.EventData.Status := msAvailable;"
but FMonitorEvent is nil because the Event is not created.
madExcept shows an Acess Violation Error, without madexcept the Application just don't start.
Any idea why the "CreateEvent" isn't working ?
regards
Holger

We've encountered this problem on 2 customer Pc's after they installed a security update for Windows:
(Windows 2000 Service Pack 4 build 2195)
Stack Trace:
OracleMonitor MonitorClient.Destroy
OracleMonitorIntf Error
OracleMonitorIntf TEvent.Create
OracleMonitorIntf MonitorThread.Create
OracleMonitor MonitorClient.Create
OracleMonitor initialization
System InitUnits
Whats happening:
Initialization of OracleMonitor:
Unable to create the Event in TEvent.Create, procedure "Error" is called.
The the TMonitorClientDestroy is called which tries to do
" FMonitorEvent.EventData.Status := msAvailable;"
but FMonitorEvent is nil because the Event is not created.
madExcept shows an Acess Violation Error, without madexcept the Application just don't start.
Any idea why the "CreateEvent" isn't working ?
regards
Holger
