Results 1 to 5 of 5

Thread: [Help] Program Errors +rep

  1. #1

    Joined
    Dec 2011
    Posts
    197
    Userbars
    2
    Thanks
    28
    Thanked
    67/33
    DL/UL
    126/0
    Mentioned
    41 times
    Time Online
    3d 13h 30m
    Avg. Time Online
    1m

    [Help] Program Errors +rep

    Hey guys. (you need an account to see links) I followed the guides properly (VB6 installed, Library files, etc) and have used a lot of Joes programs in the past but recently I had to reformat to a new OS (windows XP SP3) and even after getting all the files I still get this error on many programs.
    Any ideas?

    Im sorry if this is posted in the wrong board. I did not know where to post.

    Edit: Also I have my Windows installed on my F:/ drive instead of C:/ (C is empty) (dont know if that makes a difference because library files are installed and registered in F)

    Thank you!
    Last edited by plsmy1; 01-30-2012 at 02:37 AM.

  2. #2
    bamag's Avatar
    Joined
    Dec 2011
    Posts
    656
    Userbars
    3
    Thanks
    40
    Thanked
    146/110
    DL/UL
    34/0
    Mentioned
    50 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Have you done this part?
    From ./m‎'s guide:

    Some programs may also come with extra files like prjChameleon.ocx, gzip.dll, etc. To use these, you need to copy them to your system32 folder (64-bit may also need it in SysWOW64, see above). If you're still having problems with these files, you need to register them; open up a command prompt (AS ADMINISTRATOR!!) and run this for each file:

    Code:

    regsvr32 filename.ext

    So, for example, prjChameleon.ocx would be registered as:

    Code:

    regsvr32 prjChameleon.ocx

  3. #3

    Joined
    Dec 2011
    Posts
    197
    Userbars
    2
    Thanks
    28
    Thanked
    67/33
    DL/UL
    126/0
    Mentioned
    41 times
    Time Online
    3d 13h 30m
    Avg. Time Online
    1m
    I have tried this too
    they are all registered except gzip.dll it does not register it

  4. #4

    Joined
    Dec 2011
    Posts
    197
    Userbars
    2
    Thanks
    28
    Thanked
    67/33
    DL/UL
    126/0
    Mentioned
    41 times
    Time Online
    3d 13h 30m
    Avg. Time Online
    1m
    (you need an account to see links)
    The dll files dont register. All OCX have been registered properly

  5. #5
    bamag's Avatar
    Joined
    Dec 2011
    Posts
    656
    Userbars
    3
    Thanks
    40
    Thanked
    146/110
    DL/UL
    34/0
    Mentioned
    50 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Darn lol. I remember having this problem too but I forget what I've did to fix it :\
    I do remember installing random Visual Basic stuff like Visual Basic 2010.. Not sure if that was what did it for me but you could try?

Posting Permissions

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