• If you do not recieve your confirmation email within a few hours, please email haloutau@gmail.com with your username for manual validation. Your account should be activated within 24 hours.
    You may also reach out via any other listed contact on Admin Halo's about page: https://utaforum.net/members/halo.194/#about

openutau mac .exe resampler help....

thlassicalamity

Momo's Minion
I've tried a few times to set up .exe resamplers on my Mac, but I haven't been able to manage it lol... my current theory is that I'm wrapping them incorrectly...? but this is frankly beyond my level of understanding, so if I'm wrong about the problem and there's any additional info or screenshots needed to help me, please just lmk . The only thing I hold any degree of real certainty about here is that I'm doing something stupid ...i apologize for any difficulties with providing assistance that may arise from my lack of understanding, but my attempts to help myself have gone, uh. abysmally.
for the sake of demonstrating my issues, I'm using moresampler here, but the same problem popped up with TIPS as well. I've tried both across several voicebanks, including ones they were recommended for. I have been able to use Macres with no issues, just in case that's relevant, so it's also definitely not an overall resampler problem.
i have homebrew installed, I had wine32on64 before this lol, and I did in fact go into the moreconfig.txt settings and turn resampler compatability on. moresampler.exe and moreconfig are both in my resampler folder along with the script.
now that that's out of the way. here's the script to wrap the resampler, and my lovely error message...
literally any insight as to what I'm doing wrong here would be so so appreciated.
Screenshot 2024-10-28 at 10.46.35 AM.pngScreenshot 2024-10-28 at 10.26.38 AM.png
 

Halo

Icon by Wanpuccino @ DA
Administrator
Defender of Defoko
pretty sure the path to wine needs to be surrounded by quote marks!
 

Halo

Icon by Wanpuccino @ DA
Administrator
Defender of Defoko
Reread now that I'm not on my phone, and it looks like your wine location is probably wrong. We've been using this if you installed wine via the homebrew commands in terminal that are on the wiki, I hope it works for you too.

Bash:
#!/bin/bash
RELPATH="moresampler.exe"
ABSPATH=$(cd "$(dirname "$0")"; pwd -P)
ABSPATH="$ABSPATH/$RELPATH"
if [[ ! -x "$ABSPATH" ]]
then
    chmod +x "$ABSPATH"
fi
exec "/Applications/Wine Crossover.app/Contents/Resources/wine/bin/wine64" "$ABSPATH" "$@"
 

thlassicalamity

Momo's Minion
Thread starter
Reread now that I'm not on my phone, and it looks like your wine location is probably wrong. We've been using this if you installed wine via the homebrew commands in terminal that are on the wiki, I hope it works for you too.

Bash:
#!/bin/bash
RELPATH="moresampler.exe"
ABSPATH=$(cd "$(dirname "$0")"; pwd -P)
ABSPATH="$ABSPATH/$RELPATH"
if [[ ! -x "$ABSPATH" ]]
then
    chmod +x "$ABSPATH"
fi
exec "/Applications/Wine Crossover.app/Contents/Resources/wine/bin/wine64" "$ABSPATH" "$@"
thank you very much for this! ...it hasn't solved my problem still (:cry:) But i am getting a new error message and that's so much more than I was able to achieve on my own! so thank you so much for your continued help regardless seriously... I've included my cool new error message here, but from cursory Google searches it seems most likely that this particular issue is from me being on an M2 Mac...? (which. so sorry for not mentioning that sooner if so! it's a newer computer so I keep forgetting it makes a difference,,,)
 

Attachments

  • Screenshot 2024-11-02 at 1.41.10 PM.png
    Screenshot 2024-11-02 at 1.41.10 PM.png
    537.8 KB · Views: 3

Halo

Icon by Wanpuccino @ DA
Administrator
Defender of Defoko
It would help to see:

- The latest log file from Open Logs Location under the tools menu
- A screenshot of the folder you have moresampler in and its contents

Sorry for the delayed response I've been super busy IRL :cry:
 

thlassicalamity

Momo's Minion
Thread starter
you're all good !! i've also been busy haha.. anyway here you go!! i wasn't fully sure how to share the log so i copied it into a google doc here; let me know if that link doesn't work or anything!
Screenshot 2024-11-06 at 2.22.52 PM.png
 

Halo

Icon by Wanpuccino @ DA
Administrator
Defender of Defoko
Can you try toggling beta on in preferences and letting it update? I'll do a deeper dive in the meantime
 

Halo

Icon by Wanpuccino @ DA
Administrator
Defender of Defoko
It may also be the case that wine is somewhere strange, or that this is indeed an ARM64/M2 issue. I apologise if its the latter! :sad:
 

thlassicalamity

Momo's Minion
Thread starter
no changes from turning on beta alone but it is on now! o7 ...and no worries if it is an arm64 issue; being on Mac is just suffering sometimes... there do seem to be some ways I may be able to work around that if it is the case? they're all outside of my wheelhouse enough that I'd have to spend... a Significant chunk of time to even just decipher what to do, though. and like. i am willing to put in that time if need be. ...but I'd very much like to keep it as a last resort lol ..
 

alien

Momo's Minion
following this because i've been having the exact same issue, down to the very very specifics lol. so i'll also let you know if i figure out a solution!
 
  • Like
Reactions: thlassicalamity

Similar threads