Jump to content


Runtime error '6' ... ?


23 replies to this topic

#1 OFFLINE   RonnyB

    Member

  • Members
  • PipPip
  • 12 posts

Posted 10 September 2005 - 05:54 PM

Running WinXP Pro SP1. Using AVG. I know this system has "issues" ... e.g. panda software's online scanner shuts down a few minutes into the scan ... the whole browser just disappears like it was never there ! Trendmicro's Housecall can complete a scan, however.

Anyway, when running the first step of CCleaner v1.23.160 , after some time, I get :

Runtime error '6'

...and the program shuts down when the box is clicked on.

Thanks for any tips !

-RS-

#2 OFFLINE   rridgely

    I hate computers

  • Moderators
  • 8,858 posts
  • Gender:Male

Posted 10 September 2005 - 05:57 PM

Try this:
http://forum.CCleane...?showtopic=1192

#3 Guest_Mangix_*

  • Guests

Posted 10 September 2005 - 07:52 PM

Runtime Error 6 is Overflow meaning that some number in the coding is too large for a Type to handle

#4 OFFLINE   RonnyB

    Member

  • Members
  • PipPip
  • 12 posts

Posted 10 September 2005 - 11:21 PM

rridgely, on Sep 10 2005, 11:57 AM, said:


I have downloaded / installed / rebooted the VB 6 runntime thingy ... but it still does the same error .... :(

#5 OFFLINE   rridgely

    I hate computers

  • Moderators
  • 8,858 posts
  • Gender:Male

Posted 11 September 2005 - 03:03 AM

Mangix, on Sep 10 2005, 03:52 PM, said:

Runtime Error 6 is Overflow meaning that some number in the coding is too large for a Type to handle

<{POST_SNAPBACK}>


Mangix do you know what could cause this? Is it memory related?


Also Ronny have you been having malware issues?

#6 Guest_Mangix_*

  • Guests

Posted 11 September 2005 - 04:30 AM

it's coding related

Runtime Errors are errors within the coding.

Overflow occurs when something uses a number that is too big. here is an example.

The coder makes the variable frmMain as byte like sooo
Dim frmMain As Byte

IIRC Bytes can only go up to 128. so if frmMain = or > 129 then it errors.

that was just an example though. im not saying that it was a Byte that caused the error.

#7 OFFLINE   rridgely

    I hate computers

  • Moderators
  • 8,858 posts
  • Gender:Male

Posted 11 September 2005 - 05:31 AM

Ok, so why could this error be happening with CCleaner on his system? If its code related what makes his pc differant than ours?

#8 Guest_Mangix_*

  • Guests

Posted 11 September 2005 - 05:34 AM

if CCleaner was Open Source, then it would be darn easy to find out. the only one that can find out why this happens is MrG

#9 OFFLINE   rridgely

    I hate computers

  • Moderators
  • 8,858 posts
  • Gender:Male

Posted 11 September 2005 - 05:37 AM

What determines if its too big? Their is obviously something differant about his pc than everyone elses to make it too big right?

#10 Guest_Mangix_*

  • Guests

Posted 11 September 2005 - 05:52 AM

to tell you the truth im not sure. in the newest version MrG did mention a fix for too much memory. i dont know much about that but i think that he has to count how much memory there is by the number of bytes and then type it out as how much there is. i dont really know though :unsure:

#11 OFFLINE   RonnyB

    Member

  • Members
  • PipPip
  • 12 posts

Posted 11 September 2005 - 02:18 PM

rridgely, on Sep 10 2005, 09:03 PM, said:

Mangix do you know what could cause this? Is it memory related?
Also Ronny have you been having malware issues?

<{POST_SNAPBACK}>


MS's Antispyware runs regularly after midnight; yesterday Housecall's Full online scan found nothing; Adaware SE freshly updated found nothing. I did notice that Adaware was going through what seemed to be a tremendous number of *.tmp files though ...

I may try to clear them out manually ... to see if that helps.

#12 OFFLINE   Tarun

    Lunarian

  • Banned
  • PipPipPipPipPip
  • 3,071 posts

Posted 11 September 2005 - 03:22 PM

Runtime error 6 is indeed an overflow issue. It's due to the usage of RTF forms/boxes in the application.

What versions of RTF are you using?
    Versions:
  • RichEd20.dll --> 5.30.23.1221
  • RichEd32.dll --> 5.1.2600.0
  • RichTx32.ocx --> 6.1.97.82


#13 OFFLINE   RonnyB

    Member

  • Members
  • PipPip
  • 12 posts

Posted 12 September 2005 - 03:55 AM

Tarun, on Sep 11 2005, 09:22 AM, said:

Runtime error 6 is indeed an overflow issue.  It's due to the usage of RTF forms/boxes in the application.

What versions of RTF are you using?
    Versions:

  • RichEd20.dll  -->  5.30.23.1221

  • RichEd32.dll  -->  5.1.2600.0

  • RichTx32.ocx  -->  6.1.97.82

<{POST_SNAPBACK}>


RichEd20.dll and RichEd32.dll were both found using XP's search function.

#14 OFFLINE   Tarun

    Lunarian

  • Banned
  • PipPipPipPipPip
  • 3,071 posts

Posted 12 September 2005 - 03:01 PM

RonnyB, on Sep 11 2005, 11:55 PM, said:

RichEd20.dll and  RichEd32.dll were both found  using XP's  search function.

<{POST_SNAPBACK}>

They were both found, but let me repeat. :)

Runtime error 6 is indeed an overflow issue. It's due to the usage of RTF forms/boxes in the application.

What versions of RTF are you using?
    Versions:
  • RichEd20.dll --> 5.30.23.1221
  • RichEd32.dll --> 5.1.2600.0
  • RichTx32.ocx --> 6.1.97.82


#15 OFFLINE   RonnyB

    Member

  • Members
  • PipPip
  • 12 posts

Posted 13 September 2005 - 03:55 AM

Tarun, on Sep 12 2005, 09:01 AM, said:

They were both found, but let me repeat.  :)

Runtime error 6 is indeed an overflow issue.  It's due to the usage of RTF forms/boxes in the application.

What versions of RTF are you using?
    Versions:

  • RichEd20.dll  -->  5.30.23.1221

  • RichEd32.dll  -->  5.1.2600.0

  • RichTx32.ocx  -->  6.1.97.82

<{POST_SNAPBACK}>


Well, how can I find that out? Where does it hide?

#16 OFFLINE   Tarun

    Lunarian

  • Banned
  • PipPipPipPipPip
  • 3,071 posts

Posted 13 September 2005 - 11:25 PM

On Windows 9x/ME it would be in your %windir%/system/ directory.

On Windows XP/2k/NT it would be %windir%/system32/

You can also use the Search function built into your computer.

#17 OFFLINE   RonnyB

    Member

  • Members
  • PipPip
  • 12 posts

Posted 14 September 2005 - 07:27 AM

Tarun, on Sep 13 2005, 05:25 PM, said:

On Windows 9x/ME it would be in your %windir%/system/ directory.

On Windows XP/2k/NT it would be %windir%/system32/

You can also use the Search function built into your computer.

<{POST_SNAPBACK}>


In my XP's Windows\System32 folder, I do not have any folder called "RTF". I had already reported what files Search had found. ("RichEd20.dll and RichEd32.dll were both found using XP's search function.")

BTW, I have over 56,000 *.tmp files. Even booting into Safe mode and trying to delete them there is a painfully slow proces. I am down to about 45,000 now ... but CCleaner still blows up when I go back to regular mode and try it again ...

#18 OFFLINE   TwistedMetal

    Forum Moderator

  • Moderators
  • 1,537 posts
  • Gender:Male
  • Location:Glendale, AZ
  • Interests:CCleaner, Computers, and Movies

Posted 14 September 2005 - 07:33 AM

RonnyB, on Sep 14 2005, 12:27 AM, said:

I am down to about 45,000 now ... but  CCleaner still blows up when I go back to regular mode and try it again ...

<{POST_SNAPBACK}>


Wow, that's alot. I don't think CCleaner could handle that many. Just mass delete them if they are in the temp folder.
Your Friendly Neighborhood Piriform Forum Moderator
Quick Links: Forum Rules

#19 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 14 September 2005 - 08:23 AM

As TwistedMetal pointed out you can mass delete those .tmp files. Via a Command Prompt here's how:
del /q "%windir%\temp\*.tmp"
Complexity of incoherent design.

#20 OFFLINE   Tarun

    Lunarian

  • Banned
  • PipPipPipPipPip
  • 3,071 posts

Posted 14 September 2005 - 02:29 PM

RonnyB, on Sep 14 2005, 03:27 AM, said:

In my XP's Windows\System32 folder, I do not have any folder called "RTF".  I had already reported what files Search had found. ("RichEd20.dll and  RichEd32.dll were both found  using XP's  search function.")

BTW, I have over 56,000  *.tmp files.  Even booting into Safe mode and trying to delete them there is a painfully slow proces.  I am down to about 45,000 now ... but  CCleaner still blows up when I go back to regular mode and try it again ...

<{POST_SNAPBACK}>

So you didn't find RichTx32.ocx? Go download it and pop it into the system32 directory, then Start > Run > regsrv32 C:\Windows\System32\RichTx32.ocx

Be sure it's version 6.1.97.82

TwistedMetal, on Sep 14 2005, 03:33 AM, said:

Wow, that's alot. I don't think CCleaner could handle that many. Just mass delete them if they are in the temp folder.

<{POST_SNAPBACK}>

It can handle it fine, it just takes time.