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
339 stars 30 forks source link

VRCOSC Media Chatbox format reset #71

Closed WarmMillk closed 1 year ago

WarmMillk commented 1 year ago

Whenever you close VRCOSC and reopen it, the text always resets back to the default(picture). It doesn't save your changes to it, and it only seems to be that option, all the rest save fine for me. image

VolcanicArts commented 1 year ago

I'm not able to investigate right now but if you can post your runtime.log file located at C:\Users\USER\AppData\Roaming\VRCOSC\logs that would be handy.

What I'd suggest first is reinstalling the app to see if the issue persists.

If it does you can try clearing the module file as it might've corrupted. In the same place as the logs folder there's a modules folder which you can delete the MediaModule.ini file from and try to edit the format then.

VolcanicArts commented 1 year ago

I've been able to reproduce the issue and it seems to be affecting only the media module. I'll update if I find a solution.

VolcanicArts commented 1 year ago

Bug found. Small oversight with the way the settings lists were coded as if a settings list was empty it would cause the rest of the settings under it to not load. Bug never surfaced since most people leave the Start List alone.

This will be fixed in the next update.