Skip to content

having issues with the M-audio M-track duo #619

Description

@Gnrl-Weebus

game keeps crashing on start up, i have done the cdlc installation which contains a patch for the known issue. but before that i was struggling to get the game running and deetecting my guitar through the inter face

RS_ASIO.ini:

for "EnableWasapiOutputs" you can use -1 to have a message prompting

to use either WASAPI or ASIO for output every time you boot the game

[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=0
EnableAsio=1

[Asio]
; available buffer size modes:
; driver - respect buffer size setting set in the driver
; host - use a buffer size as close as possible as that requested by the host application
; custom - use the buffer size specified in CustomBufferSize field
BufferSizeMode=driver
CustomBufferSize=

if your game hangs or crashes on exit, try setting "EnableRefCountHack" to true.

when blank or invalid, the value of "EnableRefCountHack" will be interpreted as

true if RS ASIO detects the usage of Asio4All.

the same applies for all inputs.

[Asio.Output]
Driver=M-Audio M-Track Solo and Duo ASIO
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=

[Asio.Input.0]
Driver=M-Audio M-Track Solo and Duo ASIO
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=

[Asio.Input.1]
Driver=M-Audio M-Track Solo and Duo ASIO
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=

[Asio.Input.Mic]
Driver=
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=

most recentRS_asio-log:
0.000 [INFO] - Wrapper DLL loaded (v0.7.4)
0.000 [INFO] PatchOriginalCode
0.049 [INFO] image crc32: 0x6ea6d1ba
0.049 [INFO] Generating function to patch memory
0.050 [INFO] Loading ntdll.dll to memory
0.051 [INFO] Loaded ntdll.dll to memory: 1777 kB
0.250 [INFO] Patching CoCreateInstance
0.250 [INFO] Patch_CallAbsoluteIndirectAddress - num locations: 1
0.250 [INFO] Patching call at 00B742A8
0.250 [INFO] Patching PortAudio MarshalStreamComPointers
0.250 [INFO] Patch_CallRelativeAddress - num locations: 1
0.250 [INFO] Patching call at 00B7385F
0.250 [INFO] Patching PortAudio UnmarshalStreamComPointers
0.250 [INFO] Patch_CallRelativeAddress - num locations: 1
0.251 [INFO] Patching call at 00B71DE5
0.251 [INFO] Patching Two Guitar Tones Connected Message Box (starting menu) (num locations: 1)
0.251 [INFO] Patching bytes at 004C1A36
0.251 [INFO] Patching Two Guitar Tones Connected Message Box (main menu) (num locations: 1)
0.251 [INFO] Patching bytes at 004C1AAA
0.251 [INFO] Patching unknown crash when certain audio devices are found (num locations: 1)
0.251 [INFO] Patching bytes at 00B7BFD0
0.252 [INFO] Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
0.256 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eRender - role: eMultimedia
0.256 [INFO] RSAggregatorDeviceEnum::UpdateAvailableDevices
0.256 [INFO] GetWineAsioInfo - Looking for "wineasio32.dll"... Not found.
0.257 [INFO] GetWineAsioInfo - Looking for "wineasio.dll"... Not found.
0.258 [INFO] AsioHelpers::FindDrivers
0.258 [INFO] M-Audio M-Track Solo and Duo ASIO
0.258 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - output requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO
0.259 [INFO] Creating AsioSharedHost - dll: C:\Program Files (x86)\M-Audio\M-Track Solo and Duo\MAudioMTrackSoloDuo_Asio.dll

please assist with this even if its something stupid i might have missed very new to this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions