Autor |
Nachricht |
shadeless
Anmeldedatum: 15.10.2011
Beiträge: 5
|
Verfasst am:
Sa Okt 15, 2011 19:05 |
  |
First of all, I want to thank you for creating this application, it's one of the main reasons I bought Sony Ericsson again.
I've had it working normally for several months with my current phone, C510, until I bought a new HDD(so I installed windows 7 from scratch etc.). Now I can install Myphoneexplorer, sync the telephone, and it will work without problems... until I shut it down. On the second run, I get this error:
I tried repair install, uninstalling and installing again, changing %appdata%\MyPhoneExplorer to MyPhoneExplorer_backup and nothing helped, I can't start the application unless I uninstall it and install it again.
Any ideas? |
|
|
  |
 |
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31928
Wohnort: Tirol
|
Verfasst am:
Di Okt 18, 2011 21:45 |
  |
Check your Virus-Scanner. It seems that a dll or ocx-file gets deleted/damaged which is needed from MyPhoneExplorer |
_________________ Ich bitte um Verständnis daß ich aufgrund des hohen Aufkommens im Forum und meines zeitlichen Rahmens nichtmehr jeden Thread im Forum persönlich lesen bzw. beantworten kann.
Bitte benutzt auch die Forum-Suche bzw. die FAQ |
|
    |
 |
shadeless
Anmeldedatum: 15.10.2011
Beiträge: 5
|
Verfasst am:
Mi Okt 19, 2011 03:39 |
  |
Thanks for the reply. I tried disabling real-time scanning and setting Myphoneexplorer folders in Program Files and AppData to be excluded from scanning, but still get the same error after reinstall and second run.
I use Microsoft Security Essentials btw. |
|
|
  |
 |
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31928
Wohnort: Tirol
|
Verfasst am:
Mi Okt 26, 2011 22:18 |
  |
OK, then run this tool after the second run so we see which file causes the error: www.fjsoft.at/files/TestApp.zip |
_________________ Ich bitte um Verständnis daß ich aufgrund des hohen Aufkommens im Forum und meines zeitlichen Rahmens nichtmehr jeden Thread im Forum persönlich lesen bzw. beantworten kann.
Bitte benutzt auch die Forum-Suche bzw. die FAQ |
|
    |
 |
shadeless
Anmeldedatum: 15.10.2011
Beiträge: 5
|
Verfasst am:
Mi Okt 26, 2011 23:52 |
  |
|
  |
 |
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31928
Wohnort: Tirol
|
Verfasst am:
Mi Okt 26, 2011 23:57 |
  |
This is strange cause the tool uses exactly the same librarys. And at the same time it was not possible to launch MyPhoneExplorer ? |
_________________ Ich bitte um Verständnis daß ich aufgrund des hohen Aufkommens im Forum und meines zeitlichen Rahmens nichtmehr jeden Thread im Forum persönlich lesen bzw. beantworten kann.
Bitte benutzt auch die Forum-Suche bzw. die FAQ |
|
    |
 |
shadeless
Anmeldedatum: 15.10.2011
Beiträge: 5
|
Verfasst am:
Do Okt 27, 2011 01:10 |
  |
It wasn't, I get error 372 as usual. |
|
|
  |
 |
rose52
Anmeldedatum: 31.10.2011
Beiträge: 1
|
Verfasst am:
Mo Okt 31, 2011 18:39 |
  |
I'm having the exact problem. All of a sudden I can't launch the program. Nothing else has changed with the exception of Vista home pro updates. |
|
|
  |
 |
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31928
Wohnort: Tirol
|
Verfasst am:
Do Nov 10, 2011 01:20 |
  |
@shadeless: Please the whole errortext (or screenshot) from the testapp
@rose52: Probably you did delete a library by uninstalling another software. Install MyPhoneExplorer again |
_________________ Ich bitte um Verständnis daß ich aufgrund des hohen Aufkommens im Forum und meines zeitlichen Rahmens nichtmehr jeden Thread im Forum persönlich lesen bzw. beantworten kann.
Bitte benutzt auch die Forum-Suche bzw. die FAQ |
|
    |
 |
shadeless
Anmeldedatum: 15.10.2011
Beiträge: 5
|
Verfasst am:
Do Nov 10, 2011 18:29 |
  |
Previously I started testapp from total commander and all I got is the screenshot I posted, no errors.
This time I tried starting testapp from windows explorer and I get this error: http://i41.tinypic.com/e67y3m.jpg
Edit: I can't believe that it was this simple, but I found out what the problem was - everything is working normally after running MPE as administrator
Thanks a lot for your help. |
|
|
  |
 |
mfej74
Anmeldedatum: 12.11.2011
Beiträge: 3
Wohnort: France
|
Verfasst am:
Sa Mai 12, 2012 18:22 |
  |
i have the same problems except this is for sms instead of phonebook. i have this problem since tooday. The difference, is that yesterday i had a lot of windows security update (W7 Pro 64bits).
After running the test prg , i have got this message : Component 'richtx32.ocx' or one of its dependencies not correctly registered : a file is missing or invalid.
Thanks for your helps |
|
|
  |
 |
mfej74
Anmeldedatum: 12.11.2011
Beiträge: 3
Wohnort: France
|
Verfasst am:
Mi Mai 16, 2012 16:16 |
  |
I found the solution on the web :
When you run an application which was created in Visual Basic 6.0, the following error message may occur and the program terminates.
Component ‘RICHTX32.OCX’ or one of its dependencies not correctly registered: a file is missing or invalid.
This happens if the program uses Rich TextBox ActiveX Control (RichTx32.ocx), but does not include the ActiveX file in the setup package.
To resolve the problem, download RichTx32.zip. Unzip the archive and extract the file RichTx32.ocx to the Windows\System32 folder.
Note that the VB6 run-time distribution package from Microsoft does not include the RichTx32.ocx ActiveX Control.
Registering the OCX file
If you still receive the error, register the RichTx32.ocx module using the following command (from Start, Run dialog):
regsvr32.exe %systemroot%\system32\RICHTX32.OCX
You should see the message DllRegisterServer in C:\WINDOWS\system32\RICHTX32.OCX succeeded. after running the above command.
if you haven't got this message succeed message but an error one , then deactivate the UAC, reboot,run again the command and it should be ok .
Don't forget to reactivate the UAC after.  |
|
|
  |
 |
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31928
Wohnort: Tirol
|
Verfasst am:
So Mai 20, 2012 23:05 |
  |
The file is already included in the setup of MPE. Probably it was deleted when you did uninstall another software |
_________________ Ich bitte um Verständnis daß ich aufgrund des hohen Aufkommens im Forum und meines zeitlichen Rahmens nichtmehr jeden Thread im Forum persönlich lesen bzw. beantworten kann.
Bitte benutzt auch die Forum-Suche bzw. die FAQ |
|
    |
 |
njwfjuser
Anmeldedatum: 26.07.2012
Beiträge: 20
|
Verfasst am:
Mi Nov 19, 2014 02:42 |
  |
same problem here.
It happened after I updated malwarebytes.
A reinstall of myphoneexplorer fixed it. |
|
|
  |
 |
|