Hi all, I have successfully run Steam on playonmac for quite some time now using the -no-browser argument. Steam has now removed arguments that allowed me to use it, including -no-browser, and -no react login. They pushed a stable update on everyone that loads a fancy new login UI. Through play on mac it launches only as a black box. I have looked everywhere for fixes ranging from installing an old steam client and preventing updates, to editing files to kill steamwebhelper.exe. I cannot find any arguments command lines to help, so my next best try is to write a script that kills steam web helper? Something like this .cmd that someone has posted as a fix, but i have no idea how to make it a script for PoM.
rename .\bin\cef\cef.win7x64\steamwebhelper.exe2 steamwebhelper.exe rename .\steamerrorreporter.exe2 steamerrorreporter.exe rename .\steamerrorreporter64.exe2 steamerrorreporter64.exe START "" /B steam.exe +open steam://open/minigameslist :search tasklist|find "steamwebhelper.exe" IF %ERRORLEVEL% == 0 GOTO :found TIMEOUT /T 10 GOTO :search :found rename .\bin\cef\cef.win7x64\steamwebhelper.exe steamwebhelper.exe2 rename .\steamerrorreporter.exe steamerrorreporter.exe2 rename .\steamerrorreporter64.exe steamerrorreporter64.exe2 taskkill /f /im steamwebhelper.exe del .\bin\cef\cef.win7x64\steamwebhelper.exe del .\steamerrorreporter.exe del .\steamerrorreporter64.exe
I am running Mac 10.13.6, with PlayonMac 4.3.3, using wine 3.17, and using Windows 8.1 as the platform. I know there are new versions, but it has worked just fine for me to play Age of Empires on Steam. Has anyone found any solution for this yet?