Results 1 to 14 of 14

Thread: Strange Error 429 Message

  1. #1

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571

    Strange Error 429 Message

    anyways
    so I'm using the rich edit control from vbaccelerator.com
    works beautifully for what I need

    I use inno setup to install my package on other system
    works fine acrossed the various ms os's

    95, 98, ME, 2000
    though on some versions of XP
    they get an error 429 when the program tries to create new instance of the richedit control.

    it's been driving me nuts as I cannot track this problem down.
    there are no dependancies to the control, other than microsoft's richedit dll's which are always present (I've checked)

    though I can't have a program that will not install on one of the most popular os's out there








    any ideas?
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  2. #2

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571

    Dumpidy

    bump bump
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  3. #3
    Addicted Member Rogier's Avatar
    Join Date
    Jun 2004
    Location
    Netherlands
    Posts
    143
    Use Mac OS
    Musch better than Windows
    Bill Gates said it by himself

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    I've never used the control. Maybe you could post a link to it?
    There must be a) a file that isn't there, or more likely, b) a file that is newer, so that the file didn't get installed, which is incompatible with your control.

  5. #5
    Addicted Member Rogier's Avatar
    Join Date
    Jun 2004
    Location
    Netherlands
    Posts
    143
    And IN the error they aren't calling a file or something?

  6. #6

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571
    http://www.vbaccelerator.com/codelib...t/richedit.htm
    that's where the control is located

    works great on my system and as I said on many others
    how ever on some xp's it's giving me hell
    can't seem to figure out as to why?

    I put this control on a form called (frmChannel)

    and from another form I do this
    VB Code:
    1. Dim newChannel as frmChannel
    2. Set newChannel = New frmChannel
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  7. #7
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    XP Pro or Home?

    If XP Pro, the user may not have the proper permissions to access the Registry keys required by the ocx.

  8. #8

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571
    and naturally
    this component requires SSubTmr.DLL component to be registered properly.

    and this is taking place
    as the my program (a chat client) installs, runs perfectly
    until that line of code above
    where a new instance of a form is created that contains the richedit control.

    the error is error 429 that the active x component could not be created and it has the name of the rich edit control

    I know that this forum may have rules against me doing this
    but here is where you can download the program in question

    http://www.mycrayonbox.com/phpBB2/viewforum.php?f=12

    (executable form only)
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  9. #9
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    I don't download .exe's, sorry. It looks like you have two versions of the control, and the wrong one is registered.

  10. #10

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571

    hmm

    Originally posted by brucevde
    XP Pro or Home?

    If XP Pro, the user may not have the proper permissions to access the Registry keys required by the ocx.
    interesting angle

    how ever the installation script (by inno setup) I enabled that admin rights are required in order to install.

    so these users are who have proper rights to alter what ever is needed.

    and whether or not it's xp pro or home
    I believe the problem occurs mostly on pro
    how ever I say this problem only occurs 20% of the time
    (all of them have been xp pro)
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  11. #11

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571
    Originally posted by dglienna
    I don't download .exe's, sorry. It looks like you have two versions of the control, and the wrong one is registered.
    these users have never installed this program before.
    and the inno installation has the flag IGNOREVERSION

    which forces the installation script to install the latest control provided and register it.

    (no errors during registration)
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  12. #12
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    Do they have SP2? I wonder if that could be the problem. It is particular about which ActiveX components get installed.

  13. #13

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571
    yo know, that's a good question
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

  14. #14

    Thread Starter
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571

    hmm

    okay, I was currently building this project on a windows 98 se installation

    I've upgraded to windows 2000 advanced server...

    I recompiled all of the controls under windows 2000 and then ran the program from ide


    now I get the same error?

    ***?
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width