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 ?
Debugging NullReferenceException messages
Discussion in 'Rust Development' started by Lamego, Dec 12, 2017.
-
Wulf Community Admin
You can see it in your server logs, generally the output_log.txt from Rust/Unity.
-
I can't find that file.
-
Wulf Community Admin
-
@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. -
Wulf Community Admin
This isn't something Oxide provides, it's a Unity command-line option. -
-