Play ANY Windows Game on Mac with the Game Porting Toolkit! | Step-by-Step Guide

  Рет қаралды 135,867

VinnyLambo

VinnyLambo

Жыл бұрын

The time has finally arrived....who would ever have expected it? I hope you enjoyed and please be sure to share this to anyone else who may be interested! Keep reading for the full tutorial:
Open Terminal
Install Rosetta: softwareupdate --install-rosetta
Enter an x86_64 shell to continue the following steps in a Rosetta environment. All subsequent commands should be run within this shell: arch -x86_64 zsh
Install the x86_64 version of Homebrew if you don't already have it: /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/Hom...)"
Make sure the brew command is on your path: which brew
Run this command to download Apple tap: brew tap apple/apple github.com/apple/homebrew-apple
Install the game-porting-toolkit formula: brew -v install apple/apple/game-porting-toolkit
A Wine prefix contains a virtual C: drive. You will install the toolkit and your game into this virtual C: drive: WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wine64 winecfg
A “Wine Configuration” window should appear on your screen. Change the version of Windows to Windows 10. Select Apply and then OK to exit the window.
Make sure the Game Porting Toolkit dmg downloaded earlier is mounted at /Volumes/Game Porting Toolkit-1.0. Use this script to copy the Game Porting Toolkit library directory into Wine’s library directory: ditto /Volumes/Game\ Porting\ Toolkit-1.0/lib/ `brew --prefix game-porting-toolkit`/lib/
Use these prompts to update your wineprefix with a newer Windows build, 19042 (copy and run each one individually):
WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wine64 reg add 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' /v CurrentBuild /t REG_SZ /d 19042 /f
WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wine64 reg add 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' /v CurrentBuildNumber /t REG_SZ /d 19042 /f
WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wineserver -k
Go to the Steam website and download the Windows version of Steam
Install Steam: gameportingtoolkit ~/my-game-prefix ~/Downloads/SteamSetup.exe
Run Steam: gameportingtoolkit ~/my-game-prefix 'C:\Program Files (x86)/Steam/steam.exe'
You should be good to go! Comment with any questions and I will try my best to answer them. I used the help of r/macgaming on Reddit and AppleGamingWiki's website to guide me through these challenging steps. I hope I made them as simple as possible!
► Discord Server ~ / discord
► Steam Group ~ steamcommunity.com/groups/VLArmy
► Instagram ~ / vinnylambo
Thank you for watching and have a GREAT rest of your day!

Пікірлер: 565
@highstereolove
@highstereolove Жыл бұрын
Thank you for this! This is the first tutorial on the Game Porting Toolkit! Bravo 😊🙌
@VinnyLambo
@VinnyLambo Жыл бұрын
No problem! I appreciate the praise
@geraldsewack1747
@geraldsewack1747 Жыл бұрын
The return of the king
@Maxtheshannon
@Maxtheshannon Жыл бұрын
I never would have figured it out from the written content. I had to freeze a frame and adjust my terminal commands to be similar to yours and I got it working. usually I'm alergic to this stuff so I appreciated the step by step!
@VinnyLambo
@VinnyLambo Жыл бұрын
I’m glad the visuals were helpful!! I find them useful as well
@ninayjchen
@ninayjchen Жыл бұрын
Great Video! Such an inspiring development for the Mac gaming community!😃
@VinnyLambo
@VinnyLambo Жыл бұрын
Couldn't agree more!
@michaeldamon7500
@michaeldamon7500 Жыл бұрын
Great video. Thanks. Would love to see a compilation of you testing different games using this method to see how well they run
@VinnyLambo
@VinnyLambo Жыл бұрын
Appreciate the feedback! Happy to help. Maybe I will…
@enriquealbarran6432
@enriquealbarran6432 Жыл бұрын
@@VinnyLambo I second this
@fallcamara7791
@fallcamara7791 Жыл бұрын
I’ve never done this, because of you that statement is no more, thank u 👍👍
@VinnyLambo
@VinnyLambo Жыл бұрын
Great!
@BeTheInspirer
@BeTheInspirer Жыл бұрын
So inspriring for the Mac gaming community!
@VinnyLambo
@VinnyLambo Жыл бұрын
It is!
@Nikitafrom233
@Nikitafrom233 Жыл бұрын
Many thanks for the content and the hard work)
@VinnyLambo
@VinnyLambo Жыл бұрын
Glad I could help!
@sp3edstr
@sp3edstr Жыл бұрын
Thanks for making your terminal so large!
@VinnyLambo
@VinnyLambo Жыл бұрын
Of course! I knew it would be helpful.
@unknownvibbez7337
@unknownvibbez7337 Жыл бұрын
He is back
@cristiancastle9926
@cristiancastle9926 Жыл бұрын
Thank you, this video was very helpful, new sub :DD
@VinnyLambo
@VinnyLambo 11 ай бұрын
Glad it helped!
@sgraver23
@sgraver23 Жыл бұрын
He’s alive
@peter9style
@peter9style 9 ай бұрын
Thank you for this! I always had the issue regarding formulae found in multiple taps. For anyone else having this issue: you need to untap the undesired one first (makes sense). Then brew tap --repair brew update and eventually brew upgrade. Finally you are good to go with installing the gpt
@anunakischile8673
@anunakischile8673 9 ай бұрын
this comment should be fixed
@user-kh4gh4dx2s
@user-kh4gh4dx2s Жыл бұрын
hey man loved the video! but when i try to open steam it says there is problem or a deficiency in wine can you help me?
@QuianahTJoyce
@QuianahTJoyce 11 ай бұрын
Thanks for making for this! I'm trying to install WildTanget, but the installer window pops up then disappears everytime I run the command. Any idea what's wrong?
@user-ju8vy3kz9b
@user-ju8vy3kz9b 5 ай бұрын
how to do the last step pls help me installing steam. by using game porting toolkit
@veermanghnani
@veermanghnani 9 ай бұрын
very confused at 4:02 cause the command you put in the description doesn't match the same as the video. are the file paths you input unique to my own mac? cause everytime i do it i get an error message
@TheMartinFilip
@TheMartinFilip 9 ай бұрын
me too
@volkovvpmax3529
@volkovvpmax3529 10 ай бұрын
why when I enter a final command to run the game, terminal write "quote>"?
@KARANSHARMA-hn3et
@KARANSHARMA-hn3et 6 ай бұрын
hey vinny thanks for the installtion process, i have installed, i am facing trouble in launching it now, it is not acceting any command (gameportingtoolkit ~/my-game-prefix 'C:\Program Files (x86)\Steam\steam.exe'), what should i do
@crusadebirb4084
@crusadebirb4084 11 ай бұрын
hey, when trying to install the kit, it tells me the mac os 14 wasn't supported what do i do, could ya help?
@fasnut
@fasnut Жыл бұрын
help. I messed up some steps, can i redo the whole thing? do i need to reset everything and start from the beginning. if so, how to uninstall everything and redo the whole thing
@sunsetcake6088
@sunsetcake6088 Жыл бұрын
Heya, I just want to ask about plying Team Fortress 2, since using wineskin alone makes the game lag like hell. Could you please let me know about playing TF2 and maybe some other source games since M1 struggles alot with those. Thank you - sunset
@SyfeSade
@SyfeSade Жыл бұрын
Hey, I can't install the Xcode 15 command line tools. It keeps saying it can't find it on the server? do you know a fix?
@Mr_Wick.
@Mr_Wick. 2 ай бұрын
i have the mbp 2019 i9 should i use this or just install windows 10 on boot camp ?
@sickofmar
@sickofmar 9 ай бұрын
hi im on the last step trying to open steam but the terminal just loads for like 5 seconds then reset for a new input....
@fucksolar
@fucksolar Жыл бұрын
When installing command line developer tools, I'm getting an error "Can’t install the software because it is not currently available from the Software Update server."
@Vicky-tm1ql
@Vicky-tm1ql Жыл бұрын
Impressive! But just wondering if the game "It Takes Two" could be run on this? I tried but it seems that is not working :(
@wds143
@wds143 11 ай бұрын
Anyone know how to install .NET 3.5 error shows up “you must use turn windows feature on and off”
@_imdope
@_imdope 5 ай бұрын
Hey, think this will work with epic games launcher as well? I’m keen to try this since I would like to play GTA 5 but I got it in the epic games launcher rather than the steam library.
@aggelosbranikas4446
@aggelosbranikas4446 6 ай бұрын
When I run the code to install steam it just waits there for a few seconds and then it returns saying nothing, steam installer didn't launch, no errors were returned in terminal, I don't know what to do, please help
@kjeksklaus7944
@kjeksklaus7944 6 ай бұрын
Hi, all good until the 4:24 section. I can find the users path, but there is no Volumes/Game so unable to run. Everything else went fine. Anyone any ideas? Thanks
@Nitro91977
@Nitro91977 3 ай бұрын
Hi, just one question, do u have like sessions? Like I know on GeForce now u have to pay for like 6 hour sessions
@ValentinoGrisanty
@ValentinoGrisanty 10 ай бұрын
What happen if I was in the middle of the terminal codes running but the MacBook is updating what should I do
@sckrifty1
@sckrifty1 8 ай бұрын
Hi i don't know if anyone else has this problem but whenever i put this shell arch -x86_64 zsh i cant download brew or Apple tap it either doesn't do anything or puts an error message. Can i still do this without the shell ?
@advikkannivadi4729
@advikkannivadi4729 10 ай бұрын
I am attempting to install steam to start running games but I cant get past the "ditto /Volumes/Game\ Porting\ Toolkit~1.0/lib/ `brew --prefix game-porting-toolkit`/lib/" because whenever I run this command it says "ditto: Cannot get the real path for source '/Volumes/Game Porting Toolkit~1.0/lib/'" May I please get some help
@quazzi5345
@quazzi5345 5 ай бұрын
im having the same issue
@MasterLemon98
@MasterLemon98 4 ай бұрын
same here
@jay54733
@jay54733 16 күн бұрын
Before doing this, does this give you a windows vm? and can you install games without steam?
@Spedupvibezz
@Spedupvibezz 11 ай бұрын
after all the processes of "brew install apple/apple/game-porting-toolkit" im not getting what is shown in the video instead showing "ninja install"
@yefungng6466
@yefungng6466 Жыл бұрын
Is there a command to completely remove the porting toolkit and brew ?
@ZachMan995
@ZachMan995 Ай бұрын
Is there not an easier way to do this for a non-coder? I know for a fact I'm gonna end up screwing something up if I decide to go this route... I was reading an article and it made no mention of having to actually type in commands and whatnot unless they were doing it the wrong way.
@krishnasamant5638
@krishnasamant5638 6 ай бұрын
whenever I try and launch steam, it says that the steam web helper isn't functioning or something like that, and that I need to restart steam or the web helper
@sgraver23
@sgraver23 Жыл бұрын
🔥🔥🔥
@nelic2111
@nelic2111 Жыл бұрын
How do I configure the options key to be the alt key?
@AveragePersonHello
@AveragePersonHello 9 ай бұрын
I'm getting a "There is no Windows program to run this type of file" error when I try to run a game. Any idea what's going on?
@deepansharya1111
@deepansharya1111 Жыл бұрын
do we need to install Xcode too? cause I followed the steps, but instead of installing steam, I tried running an pre installed game from my external ssd but that did not run. and since there's not enough disk space on my MacBook so I can't even install the game on my internal drive. Can we play or install games on or from external drive?
@VinnyLambo
@VinnyLambo Жыл бұрын
You do, the Xcode 15 Beta command lines are a prerequisite to running this
@meandyou537
@meandyou537 Жыл бұрын
@@VinnyLambo Actually, Apple's guidelines say you need to install Xcode 15 Command Line Tools, they don't actually say Xcode 15. Unfortunately, I tried installing the porting game toolkit on terminal and it fails BECAUSE Xcode wasn't installed. So had to repeat the installation process all over. The installation process hasn't finished yet, but it passed the point where it previously gave me an error. So hopefully everything will go smooth now.
@JohnyRedcrow
@JohnyRedcrow 4 ай бұрын
Will this work with The pc version of Enemy Zero , on a macbook pro 2019
@adol__f8567
@adol__f8567 9 ай бұрын
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available. this appears during installation win 10, because of this nothing can be opened or downloaded... PLEASE HELP UPD: "zsh: command not found: gameportingtoolkit" now when trying to install or start steam I see it.
@ermaolaoye
@ermaolaoye Жыл бұрын
Great video! Btw, how did you managed to logged into steam? When I tried to open steam client using gameportingtoolkit binary, it appears to be a blank screen.
@VinnyLambo
@VinnyLambo Жыл бұрын
I had this problem too, I address it at the end of the video. Keep trying to open it and eventually it will work. Be sure to use the Steam.exe instead of the SteamSetup.exe however
@Zoolookuk
@Zoolookuk Жыл бұрын
Nice vid - I do wish folks would stop saying this is basically a "re-skin of Crossover". I think people took the Crossover blog post and got carried away. They used the WiNE par of Crossover, which lets face it is actually WiNE, but the DX12 to Metal is Apple's work. Crossover doesn't support this yet and their method for DX12 is basically on a game by game basis, according to their own blog updates. However Apple is achieving this, it certainly isn't on a game by game basis and is far more sophisticated than Crossover's hit and miss approach. No slight on them, I love their product and have used it for a couple of years, but the suggestion that Apple took it and slapped their own name on it, is ridiculous.
@VinnyLambo
@VinnyLambo Жыл бұрын
You’re right, and my intention in the video was not to suggest this, but rather shine light on a familiar name in the Mac Gaming community that in a way helped Apple out. I do agree in the long run, the trial and error approach Crossover is using with DX12 is not the best idea. However I think in time they can develop a more plug and play approach like Apple did.
@unknown2594
@unknown2594 Жыл бұрын
Yeah Apple definitely put a ton of work into this, but they also haven't given Codeweavers nearly enough respect for being the primary contributors to and maintainers of wine on mac since the beginning. The crash reports in Game Porting Toolkit even still say to report the issue to Codeweavers, Apple didn't even bother to change it. And the upstream patch which Apple submitted,because LGPL requires them to, is entirely undocumented. They're building on codeweavers' work without giving any help or even any credit to them at all
@unknown2594
@unknown2594 Жыл бұрын
...and that's enitrely fair and allowed, and I'm still glad they made this, but it's just a little unfortunate
@peter9style
@peter9style 9 ай бұрын
For the final commands regarding the installation of e.g. Steam I still get the error zsh: command not found: gameportingtoolkit any idea?
@veermanghnani
@veermanghnani 9 ай бұрын
same here
@Sky_ruinS
@Sky_ruinS 5 ай бұрын
same
@sam95bjk3
@sam95bjk3 4 ай бұрын
i've installed the steam abiut Whiskey.It's good how like overcross?
@keyl99999
@keyl99999 6 ай бұрын
Great video but how do i find the paths to both those things?
@sammanekshaw5730
@sammanekshaw5730 6 ай бұрын
Thanks for the vid, I'm stuck at installing steam it says 'command not found: gameportingtoolkit'
@nick9982
@nick9982 Жыл бұрын
When I try the second step, installing homebrew, I type in the same command you did and I'm met with a message that says curl option is unknown or something. Is there any way around this? I have all the prerequisites required for this.
@servantofourlordjesuschris6456
@servantofourlordjesuschris6456 Ай бұрын
Look up a tutorial for installing home-brew
@roychanhy
@roychanhy 11 ай бұрын
I tried this procedure in my M2 Macbook Air which is working, however it's not working in my Mac mini M2 Pro version. I think there are some problems during the installation in my mac mini and I want to remove all installed content and rerun the whole process again, any suggestions? I am not good in using terminal commands, can you advice the procedure or providing me some kind of paths to delete those contents? Thanks.
@shawnperales5438
@shawnperales5438 8 ай бұрын
Need help installing
@Deskofmj
@Deskofmj 2 ай бұрын
I expected everything but Zoom by Last Dinosaurs lol! Definetely a good pick!!
@wimlanz7878
@wimlanz7878 10 ай бұрын
thanks a lot! i installed everything but can't run the steam setup .exe. it always gives me zsh: permission denied:? What does i need to change and how?
@AveragePersonHello
@AveragePersonHello 10 ай бұрын
Yeah I'm having that problem too
@sl242
@sl242 Жыл бұрын
Great video, but there seems to be a problem for me when I'm trying to download homebrew. After copying and pasting in the /bin/bash ..., I get this error message "can't install the software because it is not currently available from the software update server." how do I fix this? thanks in advance.
@Anitaofskills
@Anitaofskills 11 ай бұрын
Hey! I got the same problem. But then I re-downloaded the command lines for xcode 15 and it worked. Hope it helps!
@NajGamingFIRE
@NajGamingFIRE 10 ай бұрын
1:29 that’s when the tutorial starts
@predatorsnp1566
@predatorsnp1566 11 ай бұрын
i got GKPT and heroic game launcher when i click play the gta v scrrens tucks on bikini gil screen and some some errors
@thomaschirila6372
@thomaschirila6372 7 ай бұрын
Whenever i try to do the second command after installing homebrew, the terminal says that I don't have permission. How do I fix this? This is my perosnal machine.
@VinnyLambo
@VinnyLambo 7 ай бұрын
That typically just means the format of the command is incorrect. Make sure it is typed exactly how the step shows.
@murtiuso
@murtiuso Жыл бұрын
Excellent.
@drlca6601
@drlca6601 Жыл бұрын
hey im new to all this and I just want to open Steam PC to play one game but I'm super lost on how to get this working. Any help would be appreciated.
@VinnyLambo
@VinnyLambo Жыл бұрын
Did you follow any of my steps? That is the simplest way to get this working
@natsukirei2016
@natsukirei2016 Жыл бұрын
id love to see a UI for this, or guide on making shortcuts to make all this easier for each game, also i have two drives, how do i install it on my second drive? which is an external m.2 ssd
@VinnyLambo
@VinnyLambo Жыл бұрын
I hope a UI would come soon! Just change your file path to install on a different location.
@monkedonke96
@monkedonke96 2 ай бұрын
Man, i just got "Homebrew 4.2.21" When i put in brew -v install apple/apple/game-porting-toolkit, does anybody know why this happens????
@Dmitrii-Kalashnikov
@Dmitrii-Kalashnikov Ай бұрын
same for me, no idea
@CentauriGaming
@CentauriGaming Жыл бұрын
Does this work on an Intel MacBook (2020)? Rosetta isn't available for these versions (only M1, M2), so I can do everything except that. I try to launch Steam the same way you do (by dragging it into the terminal), but the .exe doesn't have an icon and I get an exec format error. When I run it using the Game Porting Toolkit, nothing appears unless I change Steam to "Small Mode", where I lose most Steam functionality.
@VinnyLambo
@VinnyLambo Жыл бұрын
Technically, it should work. You don’t need Rosetta because you run x86 natively
@yafizain-prod
@yafizain-prod 4 ай бұрын
You can do easily with Boot camp
@putraa3774
@putraa3774 10 ай бұрын
i get error "unsupported environment this aplication requires apple silicon and sonoma 14" but my mac os version is sonoma 14, what can i do ?
@VinnyLambo
@VinnyLambo 10 ай бұрын
Make sure it’s the latest update
@United_Wings
@United_Wings Жыл бұрын
So good 😊
@VinnyLambo
@VinnyLambo Жыл бұрын
Glad you think so!
@NBalint420
@NBalint420 10 ай бұрын
Hi, It says that "steamwebhelper.exe crashes". I tried to restart terminal and steam but it's still not working. Can you help me out pls?
@user-dy7yt9cc4x
@user-dy7yt9cc4x 9 ай бұрын
same for me, lmk if u find an answer
@jonasl5303
@jonasl5303 Жыл бұрын
Somehow, the game-poting-toolkit 1.0 installed sucessfully but I can not run the command "gameportingtoolkit". It seems like Apple removed the .dmg file from the brew channel? Does someone has a fix for that or can help me out?
@VinnyLambo
@VinnyLambo Жыл бұрын
You are launching GPT from the volume, not the dmg. Watch what path I use in the video at that step and try to copy that onto your terminal
@abhipurohit1782
@abhipurohit1782 11 ай бұрын
Hey i cant install it as it says error your using mac os 14 anyone can help ?
@zT4_J2_S0z
@zT4_J2_S0z Жыл бұрын
Hi, installing the game porting toolkit now, thankyou for your video! will the path be similar to yours when installing / launching steam, in replace of your username in the path i will include my own, but the path for both of these will be similar ?
@VinnyLambo
@VinnyLambo Жыл бұрын
Yes, replace my username with your own
@lukastechtips
@lukastechtips 9 ай бұрын
I fixed it, but now all the way at the end, when I open steam, it just doesn't run, even after installation
@keyl99999
@keyl99999 6 ай бұрын
didn't work for me got this error when i tried what you did zsh: permission denied: /Volumes/Game Porting Toolkit-1.1
@ian5669
@ian5669 9 ай бұрын
Hello, if you still looking at the comments, after i open steam using the command it says "Unsupported Environment" and "This Application requires Apple silicon and macOS 14 Sonoma or higher." Is there any way to fix this? (i don't think MacOS 14 is even out yet)
@veermanghnani
@veermanghnani 9 ай бұрын
download developer beta
@VinnyLambo
@VinnyLambo 7 ай бұрын
Make sure you have a silicon Mac (M chips). Also make sure you are on the latest public release of Sonoma
@samwieszkto436
@samwieszkto436 Жыл бұрын
First: Do you know any way to install a browser? I tried with Chrome, Edge and OperaGX. One of the games requires logging in via discord and the authorization page starts for me in a browser on a mac (probably it will also be required to set it as default to open page). Second question: How can I uninstall programs?
@VinnyLambo
@VinnyLambo Жыл бұрын
There is a built-in browser in Steam that may work. You just delete the my-game-prefix files inside of your user folder to remove it
@kagr694
@kagr694 Жыл бұрын
I have a problem because when i am on the step with the following command: /Users/your_user/.zprofile eval "$(/usr/local/bin/brew shellenv)". It says: zsh: no such file or directory: /Users/your_user/.zprofile. Can someone help me with that please?
@thund3r_psycho834
@thund3r_psycho834 4 ай бұрын
You found out?
@FOUINYquent
@FOUINYquent 7 ай бұрын
steam doesn't work because steamwebhelper is not available. What i have to do please??
@johnnybeta8572
@johnnybeta8572 Жыл бұрын
te wine config for me never oppens. Done all te step multiple times but all i got is erros
@jwest707
@jwest707 11 ай бұрын
has anyone tried this with fallout (3, new vegas, or 4) yet? does it run well?
@klyxosaur
@klyxosaur 28 күн бұрын
can you run repacks using this method?
@soggiebunz120
@soggiebunz120 Жыл бұрын
Help I keep getting this error while installing the actual toolkit through home-brew: I don't actually have the exact message but it's like game-porting-toolkit-1.0.2 did not build
@hypernova52
@hypernova52 3 ай бұрын
same here!
@poptones5242
@poptones5242 8 ай бұрын
2:17 when i put in "which brew", It says brew not found. PLS HELP
@nazarzhmurko6461
@nazarzhmurko6461 Жыл бұрын
Great tutorial, thank you! I wish someone out there tried American/Euro Truck Simulator using this.
@VinnyLambo
@VinnyLambo Жыл бұрын
I love ATS and ETS! I bet they work.
@ceementality
@ceementality 11 ай бұрын
@@VinnyLambo Both of those game can run natively on macOS through steam unless it's broken
@poti00001
@poti00001 Жыл бұрын
when i want to mount the GPT, it says : Cannot get the real path for source '/Volumes/Game Porting Toolkit-1.0/lib/' what should I do? :(
@VinnyLambo
@VinnyLambo Жыл бұрын
That could just mean your path is wrong. Check my step of this prompt and try to copy my path. Should fix it
@anirudhkaimal5127
@anirudhkaimal5127 5 ай бұрын
I wish this guide was easy enough for beginners to understand man
@mistyikuta4068
@mistyikuta4068 5 ай бұрын
same, can't follow
@taton4947
@taton4947 10 ай бұрын
That is a fantastic tutorial thanks for helping me. I have only a question can you play online with this method?
@VinnyLambo
@VinnyLambo 10 ай бұрын
Yes you can! The game operates as normal.
@HitanshuSahu
@HitanshuSahu Жыл бұрын
Hey man, not sure how do you install steam there.. command is not working or I am noob. error : zsh: command not found: gameportingtoolkit
@VinnyLambo
@VinnyLambo 11 ай бұрын
Command not found means your pathing is not correct. Make sure you follow my on screen prompt and then use your username to find the correct path.
@That_1UP_ConsoleModder
@That_1UP_ConsoleModder Жыл бұрын
Would Epic Games launcher work? Could we maybe see fortnite working using the translation layer to get the latest season? Also does forza work or is there any way to use MS games on the toolkit?
@Osho-dh8xf
@Osho-dh8xf 3 ай бұрын
I have run Fortnite through Nvidia GeForce now
@gatkins120
@gatkins120 9 ай бұрын
Hey man. I keep getting this error when installing homebrew: "Can't install software because it is not currently available from the Software Update server".. Do you perhaps know what I can do in this instance?
@somebodyoncetoldme186
@somebodyoncetoldme186 6 ай бұрын
Did you update your MacBook?
@alexisferrenbach
@alexisferrenbach 10 ай бұрын
Hello, thanks for the tutorial, however i can't seem to find the path for the gameporting tool kit in order to open steam.. Moreover, the wineprefix command doesn't work for me, i only get error messages... Thanks in advance
@MarioGarcia-qz6lk
@MarioGarcia-qz6lk 7 ай бұрын
same here, how did you fix it
@alexisferrenbach
@alexisferrenbach 7 ай бұрын
@@MarioGarcia-qz6lkHey, I wasn’t on the beta of sonoma so gptk wasn’t implemented on the system. But I wouldn’t suggest you to do the manipulation as Crossover have it directly within the software.
@Laleluis
@Laleluis Жыл бұрын
Thanks a lot
@ahmadshafieebujarimin1038
@ahmadshafieebujarimin1038 3 ай бұрын
Error: apple/apple/game-porting-toolkit not installed lordshafiee@Shafiees-MacBook-Air ~ % after updated the brew it still come out as not installed. Kindly help me with this. TQ
@NicoloSodano
@NicoloSodano 8 ай бұрын
Do you think it is better this method or the latest version of crossover? thanks
@VinnyLambo
@VinnyLambo 7 ай бұрын
This is basically the question everyone is asking right now. It’s argued that crossover is slightly better than GPTK with a few tweaks - but may depend on the game. Paying the price for crossover gets you an easier setup but the same performance and game compatibility. I’d say try doing this free method first and see if you’re satisfied with performance. GPTK uses code from crossover so it’s essentially the same base.
@kranolamusic
@kranolamusic Жыл бұрын
I waited for an hour for all the stuff to download, and now the wine prefex bit wont work
@4ebura6ka24
@4ebura6ka24 Жыл бұрын
what if I have "Error: apple/apple/game-porting-toolkit 1.0.2 did not build" and "Error: You are using macOS 14."
@why5780
@why5780 Жыл бұрын
did you fix it?
@taz-wx5ms
@taz-wx5ms 10 ай бұрын
Permission denied while im trying to run the "~/my-game-prefix ~/Downloads/SteamSetup.exe" Command and i think the "my-game-prefix is the issue here. how can i fix this?
@vapetime9258
@vapetime9258 10 ай бұрын
do i need to have the cross over app?? and every time i need to open steam i have to use the command line??
@VinnyLambo
@VinnyLambo 10 ай бұрын
Nope…doesn’t use crossover at all.
@sl0wra1ns
@sl0wra1ns 9 ай бұрын
Hello, I wonder if its alright if my MacBook is overheating after using the command " brew -v install apple/apple/game-porting-toolkit ", my laptop catches 100+ degrees and i don't know if its safe to continue
@meghandhamecha6654
@meghandhamecha6654 2 ай бұрын
Is it okay now ? Cause mine too happening the same right now
@meghandhamecha6654
@meghandhamecha6654 2 ай бұрын
I have M1 air
@DiegoKaiserPM
@DiegoKaiserPM Жыл бұрын
Great video, I was looking for something like this! Can you help me with this one? I put this script: ditto /Volumes/Game\ Porting\ Toolkit-1.0/lib/ `brew --prefix game-porting-toolkit`/lib/ but the terminal throw me this error ditto: Cannot get the real path for source 'Volumes'Game\ Porting\ Toolkit-1.0/lib/' Or I must chanve Volumes for another path directory?
@kazuha2650
@kazuha2650 Жыл бұрын
i hvae this problem aswell
@DiegoKaiserPM
@DiegoKaiserPM Жыл бұрын
@@kazuha2650 if you resolve it, please let me know
@sgraver23
@sgraver23 Жыл бұрын
Do you still have the game porting toolkit dmg mounted?
@DiegoKaiserPM
@DiegoKaiserPM Жыл бұрын
@@sgraver23 I follow every step, but I dont see GPT mounted.
@vedat-mutlu
@vedat-mutlu 9 ай бұрын
why t f this wine cfg screen doesn't appear, i tried everything. unistalled it and install again, i even formatted my mac. it always gives this error "wine: could not open working directory L"Z:\\Users\\vedatm\\", starting in the Windows directory. wine: could not load kernel32.dll, status c0000135"
Play your Windows Steam Library on your Apple Silicon Mac (for free)
6:02
Definitive Mac Upgrade Guide
Рет қаралды 352 М.
Game Porting Toolkit: What Apple DOESN'T Want You to Know
9:32
Andrew Tsai
Рет қаралды 158 М.
1❤️
00:17
Nonomen ノノメン
Рет қаралды 13 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 52 МЛН
Получилось у Вики?😂 #хабибка
00:14
ХАБИБ
Рет қаралды 7 МЛН
Gaming on Mac in 2024
11:32
This Is
Рет қаралды 48 М.
Apple’s NEW Gaming Tool Is AWESOME!
3:00
Dave2D
Рет қаралды 1,2 МЛН
Apple Makes GREAT Gaming Computers - Gaming on M1 Macbooks
10:42
Linus Tech Tips
Рет қаралды 2,1 МЛН
MacOS Sequoia: 30+ INSANE CHANGES (Hands-On)
8:46
MacVince
Рет қаралды 173 М.
Apple's Fastest Mac vs. My $5496 PC
14:55
optimum
Рет қаралды 2,3 МЛН
The Linux Experience
31:00
Bog
Рет қаралды 493 М.
Installing macOS on a Microsoft laptop
22:04
MattKC
Рет қаралды 1,8 МЛН
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Кинг Комп Shorts
Рет қаралды 1,1 МЛН
Спутниковый телефон #обзор #товары
0:35
Product show
Рет қаралды 2,2 МЛН
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 190 М.
Урна с айфонами!
0:30
По ту сторону Гугла
Рет қаралды 8 МЛН