Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze on Exit #304

Closed
Kiname opened this issue Sep 2, 2022 · 7 comments
Closed

Freeze on Exit #304

Kiname opened this issue Sep 2, 2022 · 7 comments

Comments

@Kiname
Copy link

Kiname commented Sep 2, 2022

First of all thank you for this amazing tool.

It works perfectly, only issue is that Rocksmith freeze on exit.

Audio Interface M-Audio M-Track Solo.

RS_ASIO.ini

[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=

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

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

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

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

RS_ASIO-log.txt

@Kiname
Copy link
Author

Kiname commented Sep 2, 2022

After testing old releases found that work fine with release 0.4.2

@mdias
Copy link
Owner

mdias commented Sep 3, 2022

Hello!

Thank you for the information. Can you confirm that v0.5.0 is the first release that doesn't work correctly for you?

@Kiname
Copy link
Author

Kiname commented Sep 4, 2022

Hi,
Yes I Can confirm, last version that works fine is 0.4.2

@mdias
Copy link
Owner

mdias commented Sep 5, 2022

Can you check if it works with the following version: -deleted-
And the following config:

[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=

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

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

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

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

If not, please post the resulting RS_ASIO-log.txt.
Thanks.

@mdias
Copy link
Owner

mdias commented Sep 5, 2022

Please use the following version instead as the one I attached on the previous post didn't fully enable the potential fix:
release-0.5.9.zip

@Kiname
Copy link
Author

Kiname commented Sep 6, 2022

YES!!! works perfectly thank you for your amazing job man, and for maintain this great tool.

@Kiname Kiname closed this as completed Sep 6, 2022
@mdias
Copy link
Owner

mdias commented Sep 6, 2022

Thank you for reporting back.
I will publish this version through the normal releases page 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants