phunkyg / ReaControl24

Control24 digital control surface protocol middleware
GNU General Public License v3.0
7 stars 6 forks source link

Permission error writing log file after install #7

Open phunkyg opened 5 years ago

phunkyg commented 5 years ago

When source is downloaded from github, it omits a 'log' subdirectory and the permissions on same mean it is not ready to be written to.

phunkyg commented 5 years ago

Fix is proposed as codeline per DEV_Tempfiles branch. This uses platform independent seek for temp directory and uses that for logging instead.

phunkyg commented 5 years ago

Workaround: After extracting the source code, create a subdirectory 'log' and set permissions to read/write for all users.