thr0waway89

Results 9 comments of thr0waway89

Yeah sure. Here is the code of the .sh file: ``` #!/bin/sh RELPATH="/Users/user/Library/OpenUtau/Resamplers/moresampler.exe" ABSPATH=$(cd "$(dirname "$0")"; pwd -P) ABSPATH="$ABSPATH/$RELPATH" if [[ ! -x "$ABSPATH" ]] then chmod +x "$ABSPATH" fi...

Here's the moresampler.sh file now: ``` #!/bin/sh RELPATH="moresampler.exe" ABSPATH=$(cd "$(dirname "$0")"; pwd -P) ABSPATH="$ABSPATH/$RELPATH" if [[ ! -x "$ABSPATH" ]] then chmod +x "$ABSPATH" fi exec /usr/local/bin/wine "$ABSPATH" "$@" ```...

The only files I have are the moreconfig.txt, moresampler.sh and moresampler.exe. I'm unable to upload the .exe and .sh files because of GitHub's comment restrictions, but I could show you...

It's okay. I redid the tutorial again by deleting all the moresampler files and I managed to get it working! Thanks for your help though, I appreciate it.

Okay. I've updated my Python and reinstalled novelWriter but it didn't open sadly. I hope I'm able to open it soon, as I've been looking forward to using it.

I've managed to install it. The sad catch is when I run the "novelwriter" command, it doesn't show up. Here's the terminal logs, not sure what's up with it. ```...

> just to clarify, the DMG would open but the novelwriter app on the DMG would not? even after installing and trying from the terminal? did the terminal report a...

> The better option is of course to get the DMG file working. But I do think your MacOS version is too old. Although I don't really know a lot...

It doesn't show a pop-up saying that it's for MacOS 11 or later. It just does the little jumping loading thing once and doesn't open.