Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Add troubeshooting section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaston100 committed Jul 11, 2018
1 parent 8cf5739 commit 04f5106
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ You will only be asked for Input Scale setup if it's required for the function(S
The first value you have to enter(lower output value) is the value that will be sent when the fader is sending a 0. The second value you have to enter(higher output value) is the value that will be sent when the fader is sending a 127. The range between the 2 numbers will be interpolated.

## Sidenotes:

- You can change the IP and Port by modifying the main.py(line 5/6) and setup.py(line 6/7) with a text editor.

## Setting up "macros" (optional):
Expand All @@ -109,6 +110,11 @@ You can assign unlimited different actions to the same button. This requires edi
- Now just leave it running in the background
- To stop the program simply close the window (on linux kill the task or CTRL + C)

## Troubleshooting

A user has reported that under certain circumstances the script(setup and main) will crash after start on Windows with "ImportError: DLL load failed: The specified module could not be found".
If this happens to you, plase install the Visual C++ Redistributable from Microsoft. Make sure you get the x86 version if you are using python 32bit(Which is default) ([Download](https://aka.ms/vs/15/release/vc_redist.x86.exe))

### Tested on/with:
- Win 7 Build 7601
- Win 10 Build 14393
Expand Down

0 comments on commit 04f5106

Please sign in to comment.