Difference between revisions of "Log Files"

From Neos Wiki
Jump to navigation Jump to search
(Created page with " <!--T:209-->There are '''Two''' Main Log File types which Neos Produces: # '''Regular Log Files''' # Player.log Files <!--T:210--> When asking for logs we usually need the...")
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
<languages/>
<!--T:209-->There are '''Two''' Main Log File types which Neos Produces:
+
<translate>
# '''Regular Log Files'''
+
<!--T:1-->
 +
There are multiple log file types which Neos Produces:
 +
# Regular Log Files
 
# Player.log Files  
 
# Player.log Files  
 +
# Unity Crash Dumps
  
<!--T:210-->
+
<!--T:2-->
When asking for logs we usually need the '''First''' type but may ask for the second one on occasion. Start with providing the first.
+
When asking for logs to diagnose issues we usually need just the "Regular Log Files" so start by providing these.
  
= Regular Log Files = <!--T:168-->
+
= Regular Log Files = <!--T:3-->
 
Neos logs can be found in the Neos installation directory.
 
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.
 
  
<!--T:169-->
+
<!--T:4-->
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.
+
'''For the Steam build of Neos, these is most easily accessed by''':
 +
# Right clicking on Neos VR in your Steam library
 +
# Selecting Properties
 +
# Then selecting Local Files
 +
# Then selecting Browse Local Files.
 +
# This will open a file browser, to the Neos Installation Folder
 +
# Open the "Logs" folder
  
= Player.log Files = <!--T:211-->
+
<!--T:6-->
 +
'''For the standalone build''':
 +
# Find the directory that you installed Neos to.
 +
# You can right click the Neos launcher shortcut (the one with the blue Neos logo)
 +
# Click Open file location
 +
# Then open up the "app" folder.
 +
# Then open the "Logs" folder.
  
<!--T:170-->
+
<!--T:7-->
 +
In both cases, once in the log folder, you'll find logs named by build number, the date, and time of the log’s creation. When submitting them for help, select the most recent logs which correspond to the session the issue occurred in.
 +
 
 +
= Player.log Files = <!--T:8-->
 +
<p style="font-size:1.5em;">Please start with the regular log files as listed above, these files are usually only needed if requested.</p>
 +
 
 +
<!--T:9-->
 
Unity Player.log files can be found by pressing Windows Key + R and entering <code>%userprofile%\AppData\LocalLow\Solirax\NeosVR</code> 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.
 
Unity Player.log files can be found by pressing Windows Key + R and entering <code>%userprofile%\AppData\LocalLow\Solirax\NeosVR</code> 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 = <!--T:233-->
+
= Crash log and memory dump = <!--T:10-->
  
<!--T:171-->
+
<!--T:11-->
 
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 <code>%USERPROFILE%\AppData\Local\Temp\Solirax\NeosVR\Crashes</code>. 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.
 
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 <code>%USERPROFILE%\AppData\Local\Temp\Solirax\NeosVR\Crashes</code>. 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.
  
<!--T:208-->
+
<!--T:12-->
 
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.
 
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.
 +
 +
<!--T:13-->
 +
[[Category:Troubleshooting]]
 +
 +
</translate>

Latest revision as of 22:49, 26 February 2023

Other languages:
English • ‎日本語

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, these is most easily accessed by:

  1. Right clicking on Neos VR in your Steam library
  2. Selecting Properties
  3. Then selecting Local Files
  4. Then selecting Browse Local Files.
  5. This will open a file browser, to the Neos Installation Folder
  6. Open the "Logs" folder

For the standalone build:

  1. Find the directory that you installed Neos to.
  2. You can right click the Neos launcher shortcut (the one with the blue Neos logo)
  3. Click Open file location
  4. Then open up the "app" folder.
  5. Then open the "Logs" folder.

In both cases, once in the log folder, you'll find logs named by build number, the date, and time of the log’s creation. When submitting them for help, select the most recent logs which correspond to the session the issue occurred in.

Player.log Files

Please start with the regular log files as listed above, these files are usually only needed if requested.

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.