Original Post — Direct link
I found that I was having to select the audio devices for VOIP everytime I logged into the game. What I found is the state.cfg file was being reverted to default upon login. Here's the repo steps:

1. Login
2. Change Audio for Voice Chat Input Device and/or Voice Chat Output Device in game (not altering the file directly)
3. Logout and Confirm the change to state.cfg:

from:
voipinputdevice = 0,
voipoutputdevice = 0,

to:
voipinputdevice = 1,
voipoutputdevice = 909714110,

4. Login to the game again.
5. Observe ingame settings are back to default device
6. With game still open and character logged in confirm that state.cfg has been changed

from:
voipinputdevice = 1,
voipoutputdevice = 909714110,

to:
voipinputdevice = 0,
voipoutputdevice = 0,


I tried a work around by making the file Read Only after the proper changes were made. When logging into the game, it ignored the readonly file (without changing it) and set the devices to default.

The only current work around that works is to change the setting on every login.

The change that needs to happen is this setting not being reverted to default settings upon character login. Appears to be a logic error in how the settings are saved, specifically when they are called upon when logging in.
almost 5 years ago - UbiMorning - Direct link
Hi Taemien3! Thank you for reporting this. Have you tried all the workarounds in this thread as well?
What audio device are you using?
over 3 years ago - Ubi-Swaggins - Direct link
Hey ataridoshi,

I am sorry you are encountering this problem.

Have you raised a support ticket about this?