Difference between revisions of "Log Files"

From Neos Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
+
There are multiple log file types which Neos Produces:
There are '''Two''' Main Log File types which Neos Produces:
+
# Regular Log Files
# '''Regular Log Files'''
 
 
# Player.log Files  
 
# Player.log Files  
 +
# Unity Crash Dumps
  
 
+
When asking for logs to diagnose issues we usually need just the "Regular Log Files" so start by providing these.
When asking for logs we usually need the '''First''' type but may ask for the second one on occasion. Start with providing the first.
 
  
 
= Regular Log Files =
 
= Regular Log Files =

Revision as of 11:32, 21 August 2022

There are multiple log file types which Neos Produces:

  1. Regular Log Files
  2. Player.log Files
  3. Unity Crash Dumps

When asking for logs to diagnose issues we usually need just the "Regular Log Files" so start by providing these.

Regular Log Files

Neos logs can be found in the Neos installation directory. For the Steam build of Neos, This is most easily accessed by right clicking on Neos VR in your Steam library, and selecting Properties, then Local Files, then Browse Local Files. For the standalone build of Neos, you can right click the Neos launcher shortcut (the one with the blue Neos logo), and open file location, then open up the "app" folder.


Here, you will find a Logs folder which contains logs named by build number, the date, and time of the log’s creation. When submitting them, select the most recent logs which correspond to the session the issue occurred in.

Player.log Files

Unity Player.log files can be found by pressing Windows Key + R and entering %userprofile%\AppData\LocalLow\Solirax\NeosVR then OK. The Player.log is overwritten each time you launch Neos, so make sure to collect it right away after you encounter a crash, or bug. If you have launched Neos once since the issue occurred, the contents will be in the Player-prev.log file. If you’ve launched Neos twice or more since the issue occurred, the Player.log file will be gone as it will have been overwritten.

Crash log and memory dump

In the event that you crash, Neos will attempt to create crash logs, and memory dumps that are located in a Crashes folder found at %USERPROFILE%\AppData\Local\Temp\Solirax\NeosVR\Crashes. Inside of the Crashes folder are folders for each crash logged, and inside of each is an error.log file, a Player.log file, and a memory dump.

If they exist, submit the error.log, and Player.log file from the crash folder alongside the Neos log from your installation folder. Otherwise, just submit the Neos log, and the Player.log.