Difference between revisions of "Latest.log"

From Elite Wiki
(Added another link)
(Added a little more)
Line 24: Line 24:
 
=== badWeaponRange ===
 
=== badWeaponRange ===
 
See [http://www.aegidian.org/bb/viewtopic.php?f=4&t=18701 Strange message in the log file] (2017)
 
See [http://www.aegidian.org/bb/viewtopic.php?f=4&t=18701 Strange message in the log file] (2017)
 +
 +
== Less information ==
 +
See [http://oolite.aegidian.org/bb/viewtopic.php?p=283232#p283232 these posts] for removing "oxp-standards.deprecated" messages (.GNUstepDefaults)
 +
 +
There is no effect on gameplay with these.
 +
:Examples include "Old style sub-entity declarations are deprecated in ...", "does not use strict", "has no manifest" ... ''etc''.
  
 
[[Category:Oolite utilities]] [[Category:Oolite scripting]] [[Category:Help pages]]
 
[[Category:Oolite utilities]] [[Category:Oolite scripting]] [[Category:Help pages]]

Revision as of 09:54, 23 January 2023

Selections from a Latest.log

While Oolite runs, various diagnostic information is written to a file called Latest.log.

Overview

The moment you start up your game a latest.log is created (or overwritten) with current information about it (eg. list of OXP's loaded).

At any one time you will have just the one latest.log (your current game or that most recently finished), one previous.log (the previous game) and no information about older games.

If something goes wrong with your game you will often be asked to submit information from your latest.log (which can be incredibly long!).

Location of Latest.log

Where it is depends on your operating system:

  • Mac OS X: Restart Oolite, and select “Show Previous Log” from the “Oolite” menu in the menu bar. Alternatively, in the Finder, select “Go to Folder…” from the Go menu, and enter “~/Library/Logs/Oolite/”, and find Latest.log.
  • Windows: in Oolite’s folder (typically in C:\Oolite), there is a folder called oolite.app, which contains a folder called Logs. A shortcut to this folder is created at Oolite's Start Menu entries during installation. If you have installed the game in a folder subject to file virtualization like C:\Program Files\Oolite and encounter difficulty in locating the log files, then please refer to the Known Issues section of this FAQ for information on how to access them.
  • Linux and other Unix-like systems: ~/.Oolite/Logs (that is, in the hidden folder .Oolite in your home folder). If you’re using Nautilus or Konqueror — if you’ve never heard of them, you probably are — select Show Hidden Files from the View menu.

More information

  • LogEvents adds much more information about your game (such as details of battles) to your latest.log (highly recommended!)
  • If you are developing an oxp you may find the second of the three varieties of Oolite more useful - the Developer Version - which supports the Debug OXP

badWeaponRange

See Strange message in the log file (2017)

Less information

See these posts for removing "oxp-standards.deprecated" messages (.GNUstepDefaults)

There is no effect on gameplay with these.

Examples include "Old style sub-entity declarations are deprecated in ...", "does not use strict", "has no manifest" ... etc.