There are multiple log file types which Resonite Produces:
- Regular log files
- Player.log files
- Renderer crash dumps
- Resonite crash log files
- Bootstrapper log files
When asking for logs to diagnose issues, we usually need just the regular log files, so start by providing these.
Regular Log Files
Resonite logs can be found in the Resonite installation directory.
For the Steam build of Resonite, these are most easily accessed by:
- Right click on Resonite in your Steam library
- Select Manage > Browse Local Files
OR
- Right click on Resonite in your Steam library
- Select Properties
- Then selecting Installed Files > Browse
This will open a file browser to the Resonite Installation Folder Then open the "Logs" folder
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
Unity Player.log files can be found by pressing Windows Key + R and entering %userprofile%\AppData\LocalLow\Yellow Dog Man Studios\Renderite.Renderer
then OK. The Player.log is overwritten each time you launch Resonite, so make sure to collect it right away after you encounter a crash, or bug. If you have launched Resonite once since the issue occurred, the contents will be in the Player-prev.log file. If you’ve launched Resonite twice or more since the issue occurred, the Player.log file will be gone as it will have been overwritten.
On Linux, via Proton, the Unity Player.log files can be found in~/.local/share/Steam/steamapps/compatdata/2519830/pfx/drive_c/users/steamuser/AppData/LocalLow/Yellow Dog Man Studios/Renderite.Renderer/
.
Crash logs
Renderer crash log and memory dump
In the event that the Unity renderer crashes, Resonite will attempt to create crash logs, and memory dumps that are located in a Crashes folder found at %USERPROFILE%\AppData\Local\Temp\Yellow Dog Man Studios\Renderite.Renderer\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 Resonite log from your installation folder. Otherwise, just submit the Resonite log, and the Player.log.
On Linux, via Proton, the crash logs can be found in ~/.local/share/Steam/steamapps/compatdata/2519830/pfx/drive_c/users/steamuser/AppData/Local/Temp/Yellow Dog Man Studios/Renderite.Renderer/Crashes
.
Resonite crash log
In the event that the main Resonite process crashes, it will attempt to create a crash log. This crash log will be created directly in the Resonite install folder, under the name Renderite.Host.Crash.<timestamp>.log
. You can refer to the Regular Log Files section for instructions on how to access this folder.
Bootstrapper log
There is only one bootstrapper log file created, Bootstrapper.log
, located directly in the Resonite installation directory. Refer to the Regular Log Files section above for details on locating the Resonite installation directory.