greenheartgames / greenworks

a node.js plugin to integrate nw.js/electron games with steamworks
MIT License
1.48k stars 153 forks source link

Steam overlay is not working on Mac OSX #272

Open danielklug opened 3 years ago

danielklug commented 3 years ago

Works fine on windows but not on Mac. nwjs 0.49.0 and the latest prebuilt version from https://greenworks-prebuilds.armaldio.xyz/ for x64 Mac v86

Achievements and Workshop is working.

hokein commented 3 years ago

This is a known issue, we don't have best solution, see related threads #16, #179

freeng commented 3 years ago

steam on Mac OSX can run a .exe project?

zwguang commented 3 months ago

Works fine on windows but not on Mac. nwjs 0.49.0 and the latest prebuilt version from https://greenworks-prebuilds.armaldio.xyz/ for x64 Mac v86

Achievements and Workshop is working.

Bro, Have you solved the problem? I have a similar problem I created a project for electron, when i set app.commandLine.appendSwitch("--in-process-gpu") works fine on windows but not on Mac.