kinggkidd Posted November 24, 2022 Share Posted November 24, 2022 Hello everyone, I am wanting to ask this community if someone can please tell me how to install PKHeX on my MacBook Pro in detail because I am a complete dunce. I know I’m the not the brightest knife in the crayon box, and I've tried so many different ways in order to have the software on my system. I'll be honest and admit that I hardly know what I am doing and don’t know how to use Wine and its multiple counterparts. If it is possible for someone to reach out to me in the direct messages or get in touch with me through discord ( Kingg._.Kidd#8467 ) I would greatly appreciate it. Link to comment Share on other sites More sharing options...
Ykme Posted November 24, 2022 Share Posted November 24, 2022 Not exactly sure if its possible with the native mac os. one option is to install windows 1x onto a virtual machine and run pkhex on there. Link to comment Share on other sites More sharing options...
dtingley11222 Posted December 29, 2022 Share Posted December 29, 2022 (edited) I used wineskin to create an m1 port of pkhex. This one is a little bit outdated, so make sure to right click this application, click "Show Package Contents", drive_c, Program Files, and open the PKHeX folder. Replace the PKHeX.exe you find in there with the latest version of PKHeX. Enjoy https://drive.google.com/file/d/1rbrx-LJG-Yx4kLWeNQn9Z7bboDDrdp2x/view?usp=sharing Sometimes Mac OS will flag the app as unsafe or damaged. To get around this, open terminal and type "xattr -r -d com.apple.quarantine (drag pkhex.app here)" then hit enter. Edited February 6, 2023 by dtingley11222 Link to comment Share on other sites More sharing options...
PhoenixDragon Posted February 28, 2023 Share Posted February 28, 2023 On 12/29/2022 at 10:26 AM, dtingley11222 said: I used wineskin to create an m1 port of pkhex. This one is a little bit outdated, so make sure to right click this application, click "Show Package Contents", drive_c, Program Files, and open the PKHeX folder. Replace the PKHeX.exe you find in there with the latest version of PKHeX. Enjoy https://drive.google.com/file/d/1rbrx-LJG-Yx4kLWeNQn9Z7bboDDrdp2x/view?usp=sharing Sometimes Mac OS will flag the app as unsafe or damaged. To get around this, open terminal and type "xattr -r -d com.apple.quarantine (drag pkhex.app here)" then hit enter. Thank you very much! I used your google drive download... it told me the the app was damaged ... simply used the contents file and copied it to an old version of the app now I worked around the dotnet7 fail I had since the newer pkhex versions... Thanks! Link to comment Share on other sites More sharing options...
Ungetaddel Posted March 25, 2023 Share Posted March 25, 2023 I also have the problem with damaged files cloud you pls explain your procedure more detailed? it would be very nice from you On 2/28/2023 at 4:37 PM, PhoenixDragon said: Thank you very much! I used your google drive download... it told me the the app was damaged ... simply used the contents file and copied it to an old version of the app now I worked around the dotnet7 fail I had since the newer pkhex versions... Thanks! Link to comment Share on other sites More sharing options...
Trusty Posted March 28, 2023 Share Posted March 28, 2023 (edited) On 12/29/2022 at 4:26 AM, dtingley11222 said: I used wineskin to create an m1 port of pkhex. This one is a little bit outdated, so make sure to right click this application, click "Show Package Contents", drive_c, Program Files, and open the PKHeX folder. Replace the PKHeX.exe you find in there with the latest version of PKHeX. Enjoy https://drive.google.com/file/d/1rbrx-LJG-Yx4kLWeNQn9Z7bboDDrdp2x/view?usp=sharing Sometimes Mac OS will flag the app as unsafe or damaged. To get around this, open terminal and type "xattr -r -d com.apple.quarantine (drag pkhex.app here)" then hit enter. EDIT: The original upload works, Just when I replace with newest exe it gives error, as a note! PS Why is it so big?? (over 3gb) Yooo so it works fine after I verify, But when I replace the exe with newest it breaks it and gives me this error message - Any idea on fix? Have a 2015 macbook pro Edited March 28, 2023 by Trusty 1 Link to comment Share on other sites More sharing options...
Burido-Chama Posted June 6, 2023 Share Posted June 6, 2023 On 3/28/2023 at 7:27 PM, Trusty said: Yooo so it works fine after I verify, But when I replace the exe with newest it breaks it and gives me this error message - Any idea on fix? Have a 2015 macbook pro I also get this exact same error. Any fixes? Link to comment Share on other sites More sharing options...
JoGoTheVO Posted July 10, 2023 Share Posted July 10, 2023 On 6/6/2023 at 6:28 AM, Burido-Chama said: I also get this exact same error. Any fixes? I get the error too. Please help! Link to comment Share on other sites More sharing options...
dtingley11222 Posted August 12, 2023 Share Posted August 12, 2023 On 3/28/2023 at 4:27 PM, Trusty said: Yooo so it works fine after I verify, But when I replace the exe with newest it breaks it and gives me this error message - Any idea on fix? Have a 2015 macbook pro You cannot update to latest at the moment because wine does not support .net 7. You can only use the version I included with the wine port. Link to comment Share on other sites More sharing options...
dtingley11222 Posted August 12, 2023 Share Posted August 12, 2023 On 3/28/2023 at 4:27 PM, Trusty said: Yooo so it works fine after I verify, But when I replace the exe with newest it breaks it and gives me this error message - Any idea on fix? Have a 2015 macbook pro Can't use latest, no .net 7 support :/ Link to comment Share on other sites More sharing options...
dtingley11222 Posted August 23, 2023 Share Posted August 23, 2023 (edited) Hello all, Wine now supports dotnet7, but wineskin is not up to date with wine. If you want to use the latest pkhex with wine, I recommend installing wine with brew. https://brew.sh/ After installing brew, install wine with brew install wine-stable After installing wine, you can run pkhex by running wine /path/to/pkhex.exe If it gives you the "no dotnet 7 runtime found", then download it from here (https://dotnet.microsoft.com/en-us/download/dotnet/7.0) and install it using wine the same way you ran pkhex above. After it installs, run pkhex again, and you should be good to go! Edited August 23, 2023 by dtingley11222 Link to comment Share on other sites More sharing options...
dtingley11222 Posted August 23, 2023 Share Posted August 23, 2023 Link to comment Share on other sites More sharing options...
srgnk Posted August 24, 2023 Share Posted August 24, 2023 On 8/23/2023 at 6:55 PM, dtingley11222 said: Hello all, Wine now supports dotnet7, but wineskin is not up to date with wine. If you want to use the latest pkhex with wine, I recommend installing wine with brew. https://brew.sh/ After installing brew, install wine with brew install wine-stable After installing wine, you can run pkhex by running wine /path/to/pkhex.exe If it gives you the "no dotnet 7 runtime found", then download it from here (https://dotnet.microsoft.com/en-us/download/dotnet/7.0) and install it using wine the same way you ran pkhex above. After it installs, run pkhex again, and you should be good to go! I guess that works for intel Macs, tried on my Apple Silicon one with wine64 command but no success installing dotnet7. So, I can't run PKHeX. Link to comment Share on other sites More sharing options...
dtingley11222 Posted August 28, 2023 Share Posted August 28, 2023 On 8/24/2023 at 1:08 PM, srgnk said: I guess that works for intel Macs, tried on my Apple Silicon one with wine64 command but no success installing dotnet7. So, I can't run PKHeX. Which runtime did you install? Link to comment Share on other sites More sharing options...
srgnk Posted August 28, 2023 Share Posted August 28, 2023 6 hours ago, dtingley11222 said: Which runtime did you install? 'windowsdesktop-runtime-7.0.10-win-x64.exe' Link to comment Share on other sites More sharing options...
dtingley11222 Posted August 30, 2023 Share Posted August 30, 2023 What error does it throw? Link to comment Share on other sites More sharing options...
chickfromneptune Posted September 1, 2023 Share Posted September 1, 2023 (edited) Quote What error does it throw? Not sure if this is the same issue as the person above, but I got the error message zsh: bad CPU type in executable: wine when following the same steps on an M2 macbook pro Edited September 1, 2023 by chickfromneptune Link to comment Share on other sites More sharing options...
CoolEggs Posted September 1, 2023 Share Posted September 1, 2023 (edited) 14 hours ago, chickfromneptune said: Not sure if this is the same issue as the person above, but I got the error message zsh: bad CPU type in executable: wine when following the same steps on an M2 macbook pro For that issue, I'd use wine64 PKHeX.exe since wine defaults to 32-bit applications, even though MacOS doesn't support that anymore. Separately, I found that the installation of .NET 7 only worked with wine-crossover, and not wine. But then when I use it with PKHeX, I get a "fatal non-UI error". Not sure if anyone has been able to get around this. Edit: It seems that the error likely comes from the fact that wine-crossover uses Wine 7.7, and likely cannot use the .NET 7 properly. So if anyone has advice on how to get wine-stable working properly, let me know! Edited September 1, 2023 by CoolEggs Link to comment Share on other sites More sharing options...
dtingley11222 Posted September 5, 2023 Share Posted September 5, 2023 On 8/31/2023 at 8:52 PM, chickfromneptune said: Not sure if this is the same issue as the person above, but I got the error message zsh: bad CPU type in executable: wine when following the same steps on an M2 macbook pro You have to run wine64 PKHeX.exe Link to comment Share on other sites More sharing options...
dtingley11222 Posted September 5, 2023 Share Posted September 5, 2023 You should be able to use the latest wine-stable release, which is wine 8.1. Link to comment Share on other sites More sharing options...
bluefoxlad Posted September 13, 2023 Share Posted September 13, 2023 On 9/5/2023 at 1:17 AM, dtingley11222 said: You should be able to use the latest wine-stable release, which is wine 8.1. Hi! I've been trying to install PkHex on my Mac which is currently running Catalina. I've tried following all your tips but thus far I can't seem to even install .Net 7 properly using Wine Stable. Any tips? Thanks in advance! Link to comment Share on other sites More sharing options...
dtingley11222 Posted September 14, 2023 Share Posted September 14, 2023 23 hours ago, bluefoxlad said: Hi! I've been trying to install PkHex on my Mac which is currently running Catalina. I've tried following all your tips but thus far I can't seem to even install .Net 7 properly using Wine Stable. Any tips? Thanks in advance! Make sure you are using wine64 when installing dotnet7, and when running PKHeX Link to comment Share on other sites More sharing options...
bluefoxlad Posted September 14, 2023 Share Posted September 14, 2023 2 hours ago, dtingley11222 said: Make sure you are using wine64 when installing dotnet7, and when running PKHeX Yeah I did that but it doesn't work. Is it working for you currently? Link to comment Share on other sites More sharing options...
dtingley11222 Posted September 14, 2023 Share Posted September 14, 2023 12 hours ago, bluefoxlad said: Yeah I did that but it doesn't work. Is it working for you currently? I will get back to you. I am currently away from my main machine. Link to comment Share on other sites More sharing options...
dtingley11222 Posted September 14, 2023 Share Posted September 14, 2023 12 hours ago, bluefoxlad said: Yeah I did that but it doesn't work. Is it working for you currently? Currently is working for me. wine64 PKHeX.exe wine64 windowsdesktop-runtime-7.0.11-win-x64.exe Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now