rs_asio icon indicating copy to clipboard operation
rs_asio copied to clipboard

Im trying to setup rocksmith 2014 with voicemeeter but rocksmith doesn't detect any devices

Open Kinc4id opened this issue 1 year ago • 1 comments

No matter which device I set as input and output rocksmith complains there's no device connected to both input and output. When I tried to set it up first last week I had the same issue and fixed it by reinstalling rs_asio. Now today I have the same issue again and this time reinstall doesn't help. I checked the log and found this:

2.618 [INFO]    Switching sample rate from 44100 to 48000...
2.618 [ERROR]  ASIO Error: 
2.618 [INFO]    hr: E_FAIL
2.618 [INFO]  {ASIO Out} RSAsioAudioClient::~RSAsioAudioClient
2.618 [INFO]  {ASIO Out} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 17
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} RSAsioAudioClient::~RSAsioAudioClient
2.618 [INFO]  {ASIO Out} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 17
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} DebugWrapperAudioClient<struct IAudioClient3>::IsFormatSupported - ShareMode: Shared
2.618 [ERROR]    shared mode is not supported
2.618 [INFO]    hr: AUDCLNT_E_UNSUPPORTED_FORMAT
2.618 [INFO]  {ASIO Out} RSAsioAudioClient::~RSAsioAudioClient
2.618 [INFO]  Destroying AsioSharedHost - dll: c:\program files (x86)\vb\voicemeeter\vbvm_asiodriver.dll
2.618 [INFO]  Destroying AsioSharedHost - dll: c:\program files (x86)\vb\voicemeeter\vbvmaux_asiodriver.dll

I guess that means the asio driver is used by another application? But I wouldn't know which one. I installed and set up a virtual amp yesterday but I don't have it running right now (even restarted windows and started rocksmith without starting the amp before). Also the amp is set to a different input and output than rocksmith.

I attached the full log and a screenshot of my voicemeeter and rs_asio settings.

RS_ASIO-log.txt

Image

Kinc4id avatar Feb 06 '25 14:02 Kinc4id

The issue is that your interface is running at 44100hz while Rocksmith requires 48000hz.

mdias avatar Feb 09 '25 03:02 mdias