Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Topic on Talk:Game Porting Toolkit

Samwieszkto (talkcontribs)

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). Maybe use steam browser? But how can I open it? Steam overlay doesn't work. Thanks <3

Samwieszkto (talkcontribs)

pls help me :(

Samwieszkto (talkcontribs)

Firefox is installed but I can't set it as default browser. When copying a link from a Mac browser, I get a message on discord page: ,,Cannot verify state"

Samwieszkto (talkcontribs)

That's works with Firefox: WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wine64 reg add "HKEY_CLASSES_ROOT\http\shell\open\command" /ve /d "\"C:\Program Files\Mozilla Firefox\firefox.exe\" %1" /f

and

WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wine64 reg add "HKEY_CLASSES_ROOT\https\shell\open\command" /ve /d "\"C:\Program Files\Mozilla Firefox\firefox.exe\" %1" /f