Page 1 of 3

How to run the STHS or STHS Client on Windows 7 or Vista

Posted: Thu Aug 09, 2007 8:28 pm
by JaykaShman
This is more of a suggestion for STHS Owners who are having trouble getting STHS on Vista than for Simon.

Not sure if this is posted anywhere else, but it worked for me and a GM in my league. I used other posters' suggestions on this Forum as well as some Google help to come up with a way to get STHS to work on Vista 32-bit (might work on 64 as well.. haven't tried it).

Vista doesn't like how STHS registers files, so the following unregisters files, erases them from the system and replaces them with acceptable registries.

-Download the Manual Support File Installation File
-START -> RUN -> cmd
-Type the following line exact (after you should see a succeeded message)
regsvr32 /u Comdlg32.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u msstdfmt.dll
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u Mswinsck.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u TABCTL32.OCX
-Go into My Computer -> C: -> Windows -> System32
-Locate Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and delete them all
-Go into the SupportFiles.zip folder
-Copy Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and paste them into the System32 folder
-START -> RUN -> cmd
-Type the following line exact (after you should see a succeeded message)
regsvr32 Comdlg32.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 msstdfmt.dll
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 Mswinsck.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 TABCTL32.OCX
-Launch STHSClient

Please let me know if this has helped!

Posted: Thu Aug 09, 2007 11:15 pm
by Str_QNHL
I have Vista 32 and had no problem installing the STHS.
it installed the same way it did on XP

Posted: Mon Aug 13, 2007 9:40 am
by SimonT
The installation of the STHS support file by using either the automatic and manuel way work well since last November I think. The only difficulty is that you need to do as an administrator.

Posted: Mon Aug 13, 2007 10:15 am
by JaykaShman
I mentioned that to a GM in my league trying to get STHS Client working on his Vista computer but it still wouldn't load. He received the TABCTL32.OCX is not running / improperly installed. :S

Posted: Mon Dec 17, 2007 6:46 pm
by ßigWolf
ce poste devrait être placé à un endroit vraiment plus visible. Il est vraiment utile.

J'ai installer un logiciel ce weekend et STHS ne fonctionnait plus ... probleme de comdgl32 ....

Même après avoir réinstaller le supportfile, ça ne fonctionnait pas plus.

Mais après avoir suivie les instruction de désinstallation plus haut, le tout fonctionne à merveille.

Une petite perle ce post !!!!!!

Posted: Mon Dec 17, 2007 7:39 pm
by SimonT
As you wish, Sticky in General Question! ;)

Posted: Mon Dec 17, 2007 7:59 pm
by ßigWolf
great :)

Re: Getting STHS to work w/ Vista 32

Posted: Wed Mar 12, 2008 11:53 pm
by animal74
I followed the instructions above and it worked!! Thank you!

Re: Getting STHS to work w/ Vista 32

Posted: Sun Apr 06, 2008 7:21 am
by hammett19
ca marche #1 .. merci !

Re: How to run the STHS or STHS Client on Vista.

Posted: Tue Jan 13, 2009 11:18 am
by lajeu71
Jai essayer mais je trouve pas ou je doit entrer ses modifications quelqun peut mexpliquer les Étapes a faire avant pour se rendre la Cela serait grandement apprécié merci beaucoup.

Re: How to run the STHS or STHS Client on Vista.

Posted: Tue Jan 13, 2009 11:21 am
by SimonT
Quel modifications?

Re: How to run the STHS or STHS Client on Vista.

Posted: Tue Jan 13, 2009 11:43 am
by lajeu71
Bin sa je fait sa ou tu peut mexpliquer les Étapes du Départs pour arriver a la et faire les modifications.

Download the Manual Support File Installation File
-START -> RUN -> cmd
-Type the following line exact (after you should see a succeeded message)
regsvr32 /u Comdlg32.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u msstdfmt.dll
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u Mswinsck.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 /u TABCTL32.OCX
-Go into My Computer -> C: -> Windows -> System32
-Locate Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and delete them all
-Go into the SupportFiles.zip folder
-Copy Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and paste them into the System32 folder
-START -> RUN -> cmd
-Type the following line exact (after you should see a succeeded message)
regsvr32 Comdlg32.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 msstdfmt.dll
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 Mswinsck.ocx
-Still in cmd, type the following (after you should see a succeeded message)
regsvr32 TABCTL32.OCX
-Launch STHSClient

Re: How to run the STHS or STHS Client on Vista.

Posted: Wed Jan 14, 2009 8:09 am
by SimonT
C'est très bien expliquer. Tu n'as qu'a traduire les termes anglophones par exemple (Start = Bouton Démarrer) (Run = Executer)

Re: How to run the STHS or STHS Client on Vista.

Posted: Tue Mar 03, 2009 7:40 pm
by pioniere
Here is a batch file I wrote to accomplish the steps outlined above.

Instructions:
1. Download the manual installation version of the support files and unzip them to a temporary directory.
2. Open Notepad in Windows.
3. Cut and paste everything within the Code box below into Notepad.
4. Save it as 'sthsvista.bat'.
5. Exit Notepad.
6. Double-click on sthsvista.bat to run the file.
7. Run STHS and create killer lines that will baffle all opponents!

Code: Select all

@echo off
'sthsvista.bat
'
'Fixes STHS Vista problems
'

echo Unregistering old files...
regsvr32 /u Comdlg32.ocx
regsvr32 /u msstdfmt.dll
regsvr32 /u Mswinsck.ocx
regsvr32 /u TABCTL32.OCX
C:
cd\Windows\System32
echo Backing up old files...
move Comdlg32.ocx comdlg32.ocx.old
move msstdfmt.dll msstdfmt.dll.old
move Mswinsck.ocx Mswinsck.ocx.old
move TABCTL32.OCX TABCTL32.OCX.old
echo .
echo Go into the SupportFiles.zip folder that you created
echo Copy Comdlg32.ocx msstdfmt.dll Mswinsck.ocx and TABCTL32.OCX and paste them into the C:\Windows\System32 folder
echo When you are finished,
pause
echo Registering new files...
regsvr32 Comdlg32.ocx
regsvr32 msstdfmt.dll
regsvr32 Mswinsck.ocx
regsvr32 TABCTL32.OCX
echo STHS file update finished.

Re: How to run the STHS or STHS Client on Vista.

Posted: Sun May 10, 2009 8:56 am
by Stevo
work fine ! thanks :)