domschl / WinSteamOnMac

Run the Windows version of Steam on macOS Sonoma with Apple's Game Porting Toolkit
161 stars 6 forks source link

Error on running setup process #3

Open NotJustNoise opened 11 months ago

NotJustNoise commented 11 months ago

Hi,

I followed all the instructions to a tee and got to the setup process. The small window for Steam Windows installation shows up and by default it chooses C://Program Files (x86)/Steam/. I did this and it said it was installed. I ran the setup process as follows:

cd ~/Win10/drive_c MTL_HUD_ENABLED=0 WINEESYNC=1 WINEPREFIX=/Users/(myuserfolder)/Win10 /usr/local/opt/game-porting-toolkit/bin/wine64 SteamSetup.exe

Terminal then gave me the following error inexplicably

Screenshot 2023-10-06 at 00 43 48

Any help???

domschl commented 11 months ago

This is just logging code. Have patience the installation takes quite some time, and not always results in the Steam client automatically starting. You could simply try to start steam (after a reboot)

I would try:

Starting steam also takes quite a long time. At some point you'll see the Steam-icon in the menu bar.

domschl commented 11 months ago

Note: the release version 1.0 of the game-porting-toolkit was released just yesterday. I've updated and successfully retested the entire installation process. Maybe you want to retry after following the 'Uninstallation notes' at the end of the instructions?