vitamin-caig / zxtune

Mirror of http://bitbucket.org/zxtune/zxtune repository with robot-only issues tracker
https://zxtune.bitbucket.io
145 stars 16 forks source link

zxtune123 config files do not work #2198

Closed Yuril125 closed 2 years ago

Yuril125 commented 2 years ago

Version: Windows

In zxtune123_en.txt, it is specified that a configuration file can be used to specify options for the program. However, the program does not appear to apply the options in the configuration file.

To reproduce: Create a file "onlyA.conf" in the working directory with the following content:

zxtune.core.aym.clockrate=2000000 zxtune.sound.loopmode=1 zxtune.sound.mixer.3.0_0=100 zxtune.sound.mixer.3.0_1=100 zxtune.sound.mixer.3.1_0=0 zxtune.sound.mixer.3.1_1=0 zxtune.sound.mixer.3.2_0=0 zxtune.sound.mixer.3.2_1=0

Then, run zxtune123.exe --config onlyA.conf "..\DNK - PopsDemo1.stp". Only Channel A should play, since the volume levels for Channel A are set to 100% while the volume levels for Channels B and C are set to 0. However, when this command is run, all of the channels play nevertheless.

The program appears to be able to read the file, as when the file name in the command is changed to a nonexistent file, the program throws an error and quits. However, when the file name is typed as onlyA.conf, the program runs as normal, but does not apply the options in onlyA.conf.

vitamin-caig commented 2 years ago

Fixed in 3fb63f9882d