art,art wrote:i get a lot of problems with my Empty4 platforms not responding the revolving circle syndrom, the comp is clean, did a malware sacan all ok, any ideas, cheers
when an indicator generates a continuing error, the error is continuously dumped into a log file.
the log file can grow into several 100 MB if the error is not sorted out. this in turn slows down the computer. on one occasion, my log file grew to over 10 GB !! that's when i dug deeper and discovered what was happening...
here's an extract of the log file that should explain this:
-----------------------------------------------------------------------------------------------------------------
13:09:03 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:04 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:04 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:04 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:04 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:05 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:05 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:06 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:06 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:08 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:08 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:09 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:09 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:12 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:12 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:13 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:13 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:13 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:13 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:15 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:15 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:17 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:17 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
13:09:17 myIndicator GBPAUD,H4: unknown subwindow number 2 for ObjectCreate function
-----------------------------------------------------------------------------------------------------------------
a new log file is written each day with the date for its name -- yyyymmdd.log.
in order to ascertain the error, you can open a file in a text editor and check for blocks of repetitive entries like the sample above.
in win7 these files should be located at:
c:\users\..........\AppData\Local\VirtualStore\Program Files\[your_Empty4_folder]\experts\logs\[date].log
normally, each day's file size should be in KBs.
if the file hits MBs, it's worth looking at the errors reported and sorting them out.
i delete old files every day to free up disk space.
hope this helps.