-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Catalina: wine doesn't work #51
Comments
This is an issue with your install of |
@MarshallOfSound I think the answer is to add the x64 binary to node-rcedit (#50). |
It won't work because there's no x64 version of wine for mac. |
Then I suppose the workaround is to either run Windows in a VM, or Linux (with Wine) in a container/VM. |
When I install wine on my Mac via Homebrew, I get a |
It works!!! |
thanks @alexluoli, works like a charme. i didn't even had to follow step 2 ( |
@alexluoli @maximilianschmidt can you write more details, please. |
@AndreiSoroka you should target the |
@maximilianschmidt oh, but I didn't have rcedit.
rcedit should be in the dependencies on vue-cli-plugin-electron-builder? P.s. this is my first experience with electron |
@AndreiSoroka i think its a peer-dependency and thus not listed in the package.json. just use Finder for navigating to |
@maximilianschmidt yep. |
Nice, question to authors: what about rebuilding the package? 😉 |
Why isn't anyone updating this repo with rcedit-x64 if that is the solution? |
It works!!! |
can I ask what is the full path for that file? |
/usr/local/lib/node_modules/nativefier/node_modules/rcedit/bin/rcedit.exe |
now I am confused |
rcedit wasn't in my project or /usr/local/lib/node_modules. I tried npm installing it and doing those steps though that didn't seem to work. Any idea what to do if it's not there? |
ok actually I found a solution to my problem. I have installed wine-stable using brew cask. but there is a proper binary installed as well, so I just used the command |
After you homebrew, just alias It won't run 32 bit apps though. |
my life is meaningless |
|
Please elaborate on Step 1 (I've heard of homebrew, but never used it: is "brew upgrade wine" a terminal command?) Thanks! |
Also: where/how does one acquire homebrew: I tried Google, all I get is Homebrew CPU, and the App Store only gives me brewing apps. :-) |
This path doesn't exist on my pc, even after running |
Good one, just use |
I can't find wine at line 42, however I can find it at line 40, is this right, or is my install wrong? |
Hi!
Looks like
wine
doesn't work on macOS Catalina: https://forum.winehq.org/viewtopic.php?f=9&t=32590So, this package throws an error indeed. Example: electron/packager#1055
Would be nice to find a mitigation.
The text was updated successfully, but these errors were encountered: