If You have strange messages in the overview tab AND, according to you, it alters OA work/functionality :
You have to execute OA from a batch file (.bat), before doing that apply this :
1. Enable the Debugging Mode in OA options (Top Bar),
2. then Close OA
3. Edit(or create) the file run2log.bat (located in OA folder) copy this in it :
"C:\Program Files\Java\jre1.6.0_07\bin\java.exe" -Xms30m -Xmx512m -jar OGameAutomizer.jar startOA > log.txt 2> error.txt
pause
Where "C:\Program Files\Java\jre1.6.0_07\bin\java.exe" is the path to the installed Java (edit/correct it, if it doesn't correct)
Save the file and execute it (double click on run2log.bat)
Reproduce the bug in OA and post with your Bug Report : log.txt and errors.txt (you have to send me both files)
P.S For Linux/Mac OS X users, it the same just work with the console or .sh shell file. The command line is the same :
from OA folder execute the command : java -Xms30m -Xmx512m -jar OGameAutomizer.jar startOA > log.txt 2> errors.txt
Please, when you sending a Bug Report, can you communicate your configuration :
1. OS {Windows [95,98,NT,XP,Vista], Linux, Mac} x86 or x64
2. Java version : JRE 1.5 or 1.6 (type in console : java -version)
3. What is written when you activate Debugging Mode in Options and launch run2.bat. Read the beginning of this topic.
4. OGame version on the Server and server's domain (.com, .org ...)
5. Anything that can be useful (screenshots, logs, your comments ...)
Post logs to : ogameautomizer (at) gmail [dot] com