Lovrom8 / RSMods

392 stars 36 forks source link

Error at RSMods launch #183

Closed kravask closed 9 months ago

kravask commented 9 months ago

image Hi there, After installing RSMods, getting an error. Tried to install to another copy of game, deleted RS_ASIO mods, nothing helps. Any ideas how to fix it?

ffio1 commented 9 months ago

Can you post your rs_asio.ini file?

kravask commented 9 months ago

[Config] EnableWasapi=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=64

[Asio.Output] Driver=ReaRoute ASIO EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

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

[Asio.Input.1] Driver=Focusrite USB ASIO Channel=-1 EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

ffio1 commented 9 months ago

Under [Asio.Input.1], Channel=-1 is not a valid statement. It should always be a positive number. Set it to either 0 or 1 and you should be able to get past that error.

kravask commented 9 months ago

Thanks, Noticed that too after posting config, fixed it to

[Asio.Input.1]
Driver=Focusrite USB ASIO
Channel=1

And still getting the same error image

ffio1 commented 9 months ago

That error points to [Asio.Input.0] EnableSoftwareEndpointVolumeControl being set to -1. (Unless you're on an old version of the mods)

Is it possible you have multiple installs of the game and it's trying to read from the wrong one?

kravask commented 9 months ago

Thanks, it seems that all gone wrong, and game itself begin to crash at start. Tried to fix it, failed, so reinstalled the whole game, and finally got RSMods working, Thanks for help!

kravask commented 9 months ago

reinstalled the whole game, and finally got RSMods working,