VolcanicArts / VRCOSC

Modular OSC program creator, toolkit, and router made for VRChat. Show your heartrate, time, hardware stats, speech to text, control Spotify, and more! Includes drag-and-drop prefabs for your avatar.
GNU General Public License v3.0
333 stars 30 forks source link

Module initialization exception is not logged #114

Closed DJDavid98 closed 1 year ago

DJDavid98 commented 1 year ago

In the following lines:

https://github.com/VolcanicArts/VRCOSC/blob/bc6f60e65abf4571de1e4af78af54629d556782b/VRCOSC.Game/Managers/ModuleManager.cs#L125-L128

the module initialization exception is caught, but as a result it will be absent from any of the logs, making root cause analysis and fixing of the underlying issue difficult.

VolcanicArts commented 1 year ago

Good catch. I'll relog the error same as done in the base module.