Open beesyrupfactory opened 3 months ago
Is it possible to get more info about this? I only get fix me, prefix and in experimental wow64 mode errors. Also tried to re-install wine, but same problem.
Sorry, can you describe what you are encountering?
Sorry, can you describe what you are encountering?
I've tried it again, seems like it's working now. Thanks!
Sorry, can you describe what you are encountering?
I've tried it again, seems like it's working now. Thanks!
Does the batch function work for you?
Hey @justarish , can you post the output of what you're seeing? I can't help if I don't understand where you're at.
Hey @beesyrupfactory, sure!
This is what I see when I click on batch convert. Any idea to fix this?
Thanks @justarish. I did not encounter this issue. Can you try running winetricks -q --force dotnet48
and try opening it again?
@beesyrupfactory log.txt
This doesn't seem right... it's still running.
You know what, I checked batch conversion, and get the exact same issue when I try to use Batch Conversion. I'm afraid I don't know how to address this behavior. The scope of this bug report was to simply try to get it working on Apple Silicon :)
You may want to create a new bug report reporting this behavior to see if @twardoch knows how to handle this, or possibly, you might want to report this in the https://github.com/SubtitleEdit/subtitleedit issues.
Thanks for checking!
I kept getting 404 errors when copying in the latest version of Subtitle Edit (4.0.7 to date). Not sure why curl was unable to grab it using your script, but I worked around this using the following steps:
git clone https://github.com/twardoch/subtitle-edit-mac-wine
from the desired directorysubtitle-edit-mac-wine
directorySE407.zip
into thesubtitle-edit-mac-wine
folder, and rename it asse.zip
.Install the gcenx/wine build
brew tap gcenx/wine brew install tesseract brew install --cask wine-crossover brew install winetricks
export WINEPREFIX=${HOME}/.wine-se/
Install .NET 4.8
winetricks -q --force dotnet48 winetricks -q --force lavfilters winetricks -q --force win10
Install Subtitle Edit portable
unzip "$dir/se.zip" -d "$WINEPREFIX/drive_c/Program Files/Subtitle Edit/" rm "$dir/se.zip"
cp "$dir/subtitleeditw" "/usr/local/bin"