Page 6 of 8

Re: HOW TO: Install the client in MAC OSX

Posted: Thu Aug 30, 2018 8:48 am
by fallen13a
If I'm not mistaken... the new command line should look like this
mono --arch=32 SimonTHockeySimulator-v3.exe
Work for me :)

Re: HOW TO: Install the client in MAC OSX

Posted: Mon Nov 12, 2018 5:25 am
by josephchacko
Thank you

Re: HOW TO: Install the client in MAC OSX

Posted: Mon Oct 07, 2019 11:20 pm
by TheMoose
Just updated to Catalina, anyone able to get the client to work? Was working before update, now its not.

When I type:
mono --arch=32 SimonTHockeySimulator.exe

I now get:
Error: --arch=32 Failed to switch to 'mono32'.

Any suggestions?

Re: HOW TO: Install the client in MAC OSX

Posted: Fri Oct 11, 2019 4:34 am
by comeoutandplay
I updated to Catalina yesterday. Now I can not load any file from APKNite, even the client still works like normally.

Re: HOW TO: Install the client in MAC OSX

Posted: Sat Oct 12, 2019 1:08 pm
by hfnhl
The --arch=32 command told mono to run the app as a 32bit app -

Note that this ability is removed in Catalina, the new Mac OSX. It is a 64-bit system only.

Mono has updated its latest build to work - however Carbon and Win.Form - two of the components used to display windows are still only a 32-bit process.

That means that updating to Catalina will probably break your Mac clients for the time being.

I'm currently working on a new method to revive the sim client.

Re: HOW TO: Install the client in MAC OSX

Posted: Sat Oct 12, 2019 2:59 pm
by TheMoose
hfnhl wrote: Sat Oct 12, 2019 1:08 pm
That means that updating to Catalina will probably break your Mac clients for the time being.

I'm currently working on a new method to revive the sim client.
I'm not very computer literate but was figuring this was the case. Thanks for the update!

Re: HOW TO: Install the client in MAC OSX

Posted: Sun Oct 27, 2019 1:14 pm
by TheMoose
hfnhl wrote: Sat Oct 12, 2019 1:08 pm
I'm currently working on a new method to revive the sim client.
Any luck?

Re: HOW TO: Install the client in MAC OSX

Posted: Mon Oct 28, 2019 12:39 pm
by SimonT
Hi.

Would anyone like a version of the STHS Client running on .Net Framework 4.7.1? Maybe it'll help for MAC.

Re: HOW TO: Install the client in MAC OSX

Posted: Sat Nov 02, 2019 1:55 pm
by TheMoose
SimonT wrote: Mon Oct 28, 2019 12:39 pm Hi.

Would anyone like a version of the STHS Client running on .Net Framework 4.7.1? Maybe it'll help for MAC.
I'm not computer literate enough to know if this would work or not?

Re: HOW TO: Install the client in MAC OSX

Posted: Sun Nov 03, 2019 9:44 am
by SimonT
Try with this download :

http://sths.simont.info/DownloadFiles.p ... ork472.zip

You might need to rename the file "SimonTHockeySimulator-V3.exe"

Re: HOW TO: Install the client in MAC OSX

Posted: Sun Nov 03, 2019 6:38 pm
by TheMoose
SimonT wrote: Sun Nov 03, 2019 9:44 am Try with this download :

http://sths.simont.info/DownloadFiles.p ... ork472.zip

You might need to rename the file "SimonTHockeySimulator-V3.exe"
No help for me. Thanks though.

Re: HOW TO: Install the client in MAC OSX

Posted: Wed Nov 06, 2019 3:09 pm
by doctordoak
Hi, got a slightly different problem on a different OS, and wondering if anyone has advice?

Running Mojave (10.14.6) and just downloaded the updated STHS client, but the usual mono command --arch=32 SimonTHockeySimulator-v3.exe

generates the following error: --arch=32: command not found

Re: HOW TO: Install the client in MAC OSX

Posted: Sun Mar 29, 2020 5:18 am
by edmondav
Hello everybody,

(sorry about my spelling. I speak French! No-one is perfect! 8) )

I've downloaded the last version "Catalina" on my MAC.

Can somebody please explain it to me the approach to employ SimonTHockeySimulator-v3.exe? Please!

XQuartz told me:
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050


Many thanks for your help in this matter.

Edmondav

Re: HOW TO: Install the client in MAC OSX

Posted: Tue Mar 31, 2020 4:51 pm
by TheMoose
edmondav wrote: Sun Mar 29, 2020 5:18 am Hello everybody,

(sorry about my spelling. I speak French! No-one is perfect! 8) )

I've downloaded the last version "Catalina" on my MAC.

Can somebody please explain it to me the approach to employ SimonTHockeySimulator-v3.exe? Please!

XQuartz told me:
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050


Many thanks for your help in this matter.

Edmondav
As far as I understand it the Client will not work on Catalina, unless someone has found a fix / work around? Anyone?

Re: HOW TO: Install the client in MAC OSX

Posted: Sat Apr 25, 2020 11:07 am
by SimonT
Hi.

I made some research and for now, the STHS Client will not work on Catalina. The STHS use WinForm. The WinForm implementation was only done on the 32 Bits Version of the Mono-Project. Since Catalina doesn't allow any 32 bits application and the Mono-Project doesn't have any implementation of the WinForm for 64 bits, we are in the dead-end.