WinSteamOnMac icon indicating copy to clipboard operation
WinSteamOnMac copied to clipboard

Can't see steam login after run install setup.exe

Open kanewang0725 opened this issue 1 year ago • 3 comments

All steps worked we'll until I run MTL_HUD_ENABLED=0 WINEESYNC=1 wine ~/Downloads/SteamSetup.exe in a terminal window which is open via game porting toolkit,

The windows steam was successfully installed on wine configuration I believe. But the login window is not appear.

I could see some error message in the terminal.

034c:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
034c:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting Vulkan.
034c:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
034c:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting Vulkan.

and the process stop there. Any idea how to fix this?

Really appreciate it.

kanewang0725 avatar Sep 22 '24 06:09 kanewang0725

SteamSetup.exe throws a lot of error messages, including those mentioned. It still should work. Remember that it takes several minutes for the setup-process to complete, so you need to be patient! (I retested with macOS 15.0, and it still works ok).

You can verify the toolkit after installation with wine winecfg, the wine config should appear, for details: check the newly added a new paragraph 'Update notes' in case you have updated to macOS 15.

domschl avatar Sep 22 '24 08:09 domschl

@domschl I've been waiting almost two hours, nothing show in my MAC. I believe that the wine has been successfully installed and also the Steam has been successfully installed, but the thing is no login window appear. May I ask your environment that worked ?

kanewang0725 avatar Sep 23 '24 17:09 kanewang0725

Ok, step by step.

  1. Did you verify that wine winecfg works?
  2. If yes, after Steam setup gets stuck (like 5 min should be more than enough waiting time): reboot the mac to make sure that all setup processes are terminated.
  3. After reboot, try to directly start Steam with:
/Applications/Game\ Porting\ Toolkit.app/Contents/Resources/wine/bin/wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/steam.exe

domschl avatar Sep 23 '24 19:09 domschl