Skip to content

Known Issues

catright edited this page May 6, 2021 · 4 revisions

Table of contents

  1. Virus False Positive
  2. Recording volume is too low
  3. Error on graph
  4. Automatic control stops randomly
  5. Failure of Audio device

Virus False Positive

SOME ANTI-VIRUSES MARKS WALE(later than 0.3.4) AS FALSE POSITIVE. The app is COMFIRMED AS VIRUS FREE via full analysis by F-Secure and BitDefender. Jan 25, 2019. I always test the app on virustotal and get confirmation it's clean from some AV providers before release.

Recording volume is too low

This is occurred because Wale controls recorder's recording volume too. I'm planned to add the feature about user controllable exclude list. Before than, please let me know the name of process you are using to record.

Temporary solution

  1. Open Wale and get the name of the app which you use.
  2. Open new issue on Issues page to let me know. I'll add them to internal exclude list.

Temporary solution 2

  1. Open file %localappdata%\WALE\wale.exe_~\{recent version}\user.config
  2. Add <string>{process name you want to exclude without curly brackets}</string> into following block
<setting name="ExcList" ~>
    <value>
        <ArrayOfString ~>
            <string>{process name}</string>
        </ArrayOfString>
    </value>
</setting>

Error on graph

"OxyPlot exception: XAxis not defined." error occurs when advanced view is re-activated in config page after the plot is drawed once.

Temporary solution

  1. open another page and then come back to config page.
  2. move plot by right-click drag

Automatic control stops randomly

This is commonly occurs when the audio device's state, setting or something else is changed. WALE tries to restart automatically when controller stops detected but sometimes this action might also be failed. I'm still finding what exact change is triggering this.

Temporary solution

  1. Restart WALE. You can restart the app quickly via context menu button.

Failure of Audio device

Not reported currently on windows version 1709(16299.192) or later

Temporary solution

  1. Right click to start menu.
  2. Click run
  3. Type services.msc and click OK
  4. Find and double click 'Windows Audio' service.
  5. Go to Recovery tab.
  6. Select 'Restart the Service' on Subsequent failures and check 'Enable actions for stops with error.' check box.
  7. Click OK