LinReaper icon indicating copy to clipboard operation
LinReaper copied to clipboard

cannot find reaper

Open Snevzor opened this issue 10 years ago • 3 comments

Installed under (the Exe is in this folder and works): /home/sven/reaper/ ./reaper.sh output: wine: cannot find 'C:\Program Files\REAPER\Reaper.exe'

It worked before so it must be broken because of a Wine update or something?

Snevzor avatar Jan 21 '16 21:01 Snevzor

Script 'searches' for the folder 'REAPER' in Program Files, but it was installed to Program Files (x86). Copied the folder REAPER to Program Files (x86) and the script works again. The script does not evaluate if the folder REAPER exists, but it does seem to check if 'Program Files' exists?

Snevzor avatar Jan 21 '16 21:01 Snevzor

That is correct. The run script only checks the registry to see where Reaper would have been installed and assumes it has been installed there. I should add proper checks.

Cybolic avatar Jan 22 '16 00:01 Cybolic

Okay! Well, if I could I would do a code suggestion but I have zero experience in shellscripting.

Snevzor avatar Jan 22 '16 17:01 Snevzor