locked Re: Subprocess error
rturpen@...
I ran into this problem on mac, got around it by adding an empty bash script into the .app package.
toggle quoted messageShow quoted text
in wsjtx.app , show contents, create new file in Contents/MacOS named user_hardware, chmod +x so it can execute. contents of new file on next line #!/usr/bin/env bash wsjtx will then execute it and get back a good return value, allowing the app to continue. for windows it would be a bat file doing nothing, on linux same as mac os, file locations differ on those platforms, haven’t had a chance to try it on those yet. 73 N0SSL
On Aug 31, 2020, at 12:18 PM, Bill Somerville <g4wjs@...> wrote:
|
|