Runtime error 339

G

Guest

Im using MS WindowsXP, Home Edition, Version 2002, with regular updates
lateron.

When I want to open certain files in a program running, the PC tells me
"Runtime error 339", component richtx32ocx or one of its defencies not
correctly registered; a file is missing or invalid.

Can anyone tell me, how to retrieve the file or to repair it etc.?
 
D

Detlev Dreyer

ivanbommelavski said:
When I want to open certain files in a program running,

What program in particular?
the PC tells me "Runtime error 339", component richtx32ocx or one of

Note: The file name is "RICHTX32.OCX".
^
its defencies not correctly registered; a file is missing or invalid.

Can anyone tell me, how to retrieve the file or to repair it etc.?

You can't retrieve that file since this in an optional system file,
installed by the program/s being in need of that file. You will find
that file in the Internet most likely, however, it may or may not be
virulent and/or has the wrong file version.

Find out if that file is present on your drive/s and make sure that
it is located in the %windir%\System32 folder. Next:

Start > Run: REGSVR32 %windir%\System32\RICHTX32.OCX

If that file is not present, reinstall the unknown program causing
that error message. If this doesn't help, contact the tech support.
 
G

Guest

Detlev Dreyer said:
What program in particular?


Note: The file name is "RICHTX32.OCX".
^

You can't retrieve that file since this in an optional system file,
installed by the program/s being in need of that file. You will find
that file in the Internet most likely, however, it may or may not be
virulent and/or has the wrong file version.

Find out if that file is present on your drive/s and make sure that
it is located in the %windir%\System32 folder. Next:

Start > Run: REGSVR32 %windir%\System32\RICHTX32.OCX

If that file is not present, reinstall the unknown program causing
that error message. If this doesn't help, contact the tech support.
Dear Detlev,
Thanks for your effords to help me out. What I did until now.
In particular the program I want use is "Systeem Keizer". It is a program to
organize chess- compitions and tournements. Furthermore I noted your comments
on the filename.
From the website www.ascentive.com I downloaded The Ascentive Library
Installer and separately the file Richtx32.ocx as well.
I followed the instructions on the website very carefully several times, but
when I type or copy/paste via Start/Run "regsvr32
\windows\system32\richtx32.ocx" I get the reply "is not an executable file
and no registration helper is regsitered for this file type", instead of what
the website of Ascentive predicts "DllRegisterServer....succeeded".
Can you tell, where am I wrong?
Regards,
Ivan
 
D

Detlev Dreyer

ivanbommelavski said:
Dear Detlev,
Thanks for your effords to help me out. What I did until now.
In particular the program I want use is "Systeem Keizer". It is a
program to organize chess- compitions and tournements. Furthermore I
noted your comments on the filename.
From the website www.ascentive.com I downloaded The Ascentive Library
Installer

There was no need to download and run any "Ascentive Library Installer".
and separately the file Richtx32.ocx as well.
I followed the instructions on the website very carefully several
times, but when I type or copy/paste via Start/Run "regsvr32
\windows\system32\richtx32.ocx"

Although that command *may* work, this was not the correct syntax as
posted (see above). Try again and repost if that message persists.
Start > Run: REGSVR32 %windir%\System32\RICHTX32.OCX
I get the reply "is not an executable file and no registration helper
is regsitered for this file type",
instead of what the website of Ascentive predicts
"DllRegisterServer....succeeded". Can you tell, where am I wrong?

No idea since you did not really follow my advice.
 
G

Guest

Detlev Dreyer said:
There was no need to download and run any "Ascentive Library Installer".


Although that command *may* work, this was not the correct syntax as
posted (see above). Try again and repost if that message persists.
Start > Run: REGSVR32 %windir%\System32\RICHTX32.OCX


No idea since you did not really follow my advice.


Dear Detlev, I hope you look over my problem once more.

First I did after your last message, was to check once more the presents of
Richtx32.ocx in the right folder. Via "My computer", "Local Disc (C:)",
"Windows" and "System32", I found the files "Richtx32.dep", "Richtx32.oca" en
"Richtx32.ocx".

After this I went to "Start" and "Run" I typed exactly as you prescribed
REGSVR32 %windir%\System32\RICHTX32.OCX
however I got the reply"
C:\WINDOWS\System32\RICHTX32.OCX is not an executable file and no
registration helper is registered for this file type.

By the way, I uninstalled the program "Systeem Keizer" once more and
reinstalled it with the latest available version.

Looking foward to your reply, Ivan
 
D

Detlev Dreyer

ivanbommelavski said:
First I did after your last message, was to check once more the
presents of Richtx32.ocx in the right folder. Via "My computer", "Local
Disc (C:)", "Windows" and "System32", I found the files "Richtx32.dep",
"Richtx32.oca" en "Richtx32.ocx".

Okay. Is there any additional copy of the "RICHTX32.OCX" present on your
hard drive/s?
After this I went to "Start" and "Run" I typed exactly as you prescribed
REGSVR32 %windir%\System32\RICHTX32.OCX
however I got the reply"
C:\WINDOWS\System32\RICHTX32.OCX is not an executable file and no
registration helper is registered for this file type.

Just to make sure that REGSVR32.EXE has not been replaced by any third-
party "Library Installer": Start > Run: REGSVR32.EXE
What exactly do you see?
By the way, I uninstalled the program "Systeem Keizer" once more and
reinstalled it with the latest available version.

This did not fix the problem?
 
G

Guest

Detlev Dreyer said:
Okay. Is there any additional copy of the "RICHTX32.OCX" present on your
hard drive/s?


Just to make sure that REGSVR32.EXE has not been replaced by any third-
party "Library Installer": Start > Run: REGSVR32.EXE
What exactly do you see?


This did not fix the problem?


Good evening Detlev,

So far I can see, there is not any additional copy of the "RICHTX32.OCX"
present on my hard drive/s.

Furthermore I did Start > Run: REGSVR32.EXE, and following message came up:

No DLL name specified.
Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
/u- unregistered server
/s- silent; display no message boxes
/i- call DllInstall passing it an optional [cmdline]; when used with
/u calls dll uninstall
/n- do not call DllRegisterServer; this option must be used with /i

I hope yu can work with this info?

Regards, Ivan
 
D

Detlev Dreyer

ivanbommelavski said:
Just to make sure that REGSVR32.EXE has not been replaced by any third-
party "Library Installer": Start > Run: REGSVR32.EXE
What exactly do you see?


This did not fix the problem?

So far I can see, there is not any additional copy of the "RICHTX32.OCX"
present on my hard drive/s.

Furthermore I did Start > Run: REGSVR32.EXE, and following message came up:

No DLL name specified.
Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
/u- unregistered server
/s- silent; display no message boxes
/i- call DllInstall passing it an optional [cmdline]; when used with
/u calls dll uninstall
/n- do not call DllRegisterServer; this option must be used with /i

I hope yu can work with this info?

Yes and no. Since REGSVR32.EXE seems to be an original version, the file
"RICHTX32.OCX" seems to be corrupt or damaged. Excerpt from one of your
postings:

| From the website www.ascentive.com I downloaded The Ascentive Library
| Installer and separately the file Richtx32.ocx as well.

This did not match my advice and makes it hard to solve your problem.
See if you can obtain the latest version of the file "RICHTX32.OCX" from
a reliable source and try again to register that file.
 
G

Guest

Detlev Dreyer said:
ivanbommelavski said:
After this I went to "Start" and "Run" I typed exactly as you
prescribed REGSVR32 %windir%\System32\RICHTX32.OCX
however I got the reply"
C:\WINDOWS\System32\RICHTX32.OCX is not an executable file and no
registration helper is registered for this file type.

Just to make sure that REGSVR32.EXE has not been replaced by any third-
party "Library Installer": Start > Run: REGSVR32.EXE
What exactly do you see?

By the way, I uninstalled the program "Systeem Keizer" once more and
reinstalled it with the latest available version.

This did not fix the problem?

So far I can see, there is not any additional copy of the "RICHTX32.OCX"
present on my hard drive/s.

Furthermore I did Start > Run: REGSVR32.EXE, and following message came up:

No DLL name specified.
Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
/u- unregistered server
/s- silent; display no message boxes
/i- call DllInstall passing it an optional [cmdline]; when used with
/u calls dll uninstall
/n- do not call DllRegisterServer; this option must be used with /i

I hope yu can work with this info?

Yes and no. Since REGSVR32.EXE seems to be an original version, the file
"RICHTX32.OCX" seems to be corrupt or damaged. Excerpt from one of your
postings:

| From the website www.ascentive.com I downloaded The Ascentive Library
| Installer and separately the file Richtx32.ocx as well.

This did not match my advice and makes it hard to solve your problem.
See if you can obtain the latest version of the file "RICHTX32.OCX" from
a reliable source and try again to register that file.


Dear Detlev, thanks for your effords anyway, but I am going to save the data
in my computer, format the C-disc and install WindowsXP from the CD. After
this I can visit the MS-website and download the necessary updates again.

Kind regards,
Ivan
 
D

Detlev Dreyer

ivanbommelavski said:
Dear Detlev, thanks for your effords anyway, but I am going to save the
data in my computer, format the C-disc and install WindowsXP from the
CD. After this I can visit the MS-website and download the necessary
updates again.

As already posted, this is of no use since the file "RICHTX32.OCX" is not
part of Windows XP. Regarding Microsoft products, that file comes along
with Office XP and Office 2003 only:
http://support.microsoft.com/dllhelp/

If third-party software requires that file, it should be part of that
particular installation package. Therefore it's best to contact the
Tech support of that third-party software as already posted. Good luck!
 
G

Guest

Detlev Dreyer said:
As already posted, this is of no use since the file "RICHTX32.OCX" is not
part of Windows XP. Regarding Microsoft products, that file comes along
with Office XP and Office 2003 only:
http://support.microsoft.com/dllhelp/

If third-party software requires that file, it should be part of that
particular installation package. Therefore it's best to contact the
Tech support of that third-party software as already posted. Good luck!

Dear Detlev,
I see your point, but I format the C-disc an reinstall ALL the programs on
that disc. Doing this I am sure I go back to a situation on the C-disc, like
it was before the problems started.
Any way, even if there was no runtime error, the computer/discs are needing
a good clean up. It should not surprise me if I have to throw 50 percent of
the data and programms in the bin.....
Thanks for your help, regards, Ivan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Runtime error 339 1
Error # 339 2
runtime error 339 1
error 339 1
Run-time error 339; MSWINSCK.OCX 2
runtime error 339 4
runtime error 339 systray.ocx 0
Error 339 - duzactx.dll? 4

Top