1. I am getting flooded with NRE messages after some changes on my plugin, it just displays the red message without any stacktrace, is it possible to enable some debug mode or somehow get the stracktrace for the NRE ?
     
  2. Wulf

    Wulf Community Admin

    You can see it in your server logs, generally the output_log.txt from Rust/Unity.
     
  3. I can't find that file.
     
  4. Wulf

    Wulf Community Admin

    Default location is C:\Users\USERNAME\AppData\LocalLow\Facepunch Studios LTD\Rust\output_log.txt unless you change that with -logfile in your startup script or command-line.
     
  5. @Wulf

    What is the exact command line I need to put in start.bat for putput_log file ? ?

    -logfile "/oxide/logs" ?? I have a 1 line command field I can enter custom commands, but no real access to the start.bat Since its hosted, I don't have access to the output_log file so gotta put it somewhere else.
     
  6. Wulf

    Wulf Community Admin

    -logfile path/to/filename.txt

    This isn't something Oxide provides, it's a Unity command-line option.
     
  7. I'm just gonna use -logfile "logs/output_log.txt" and see what happens.
     
  8. Its working. Thanks.