Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 39

Thread: Star Trek Character Builder v3.1 (Character Generator)

  1. #16
    Join Date
    Sep 2001
    Location
    Dundee, Scotland, UK
    Posts
    1,808
    Strangely, I'm still getting the same error Sorry.

    "You can't take a picture of this; it's already gone." -Nate Fisher, Six Feet Under.

  2. #17
    Join Date
    Mar 2003
    Location
    Wichita, Kansas, USA
    Posts
    582
    I'd like to make a request:

    Once you're done with your bug-fixes and beta-testing, please release your code so that a port to Macintosh can be done.

    Thanks.
    "The American Eagle needs both a right wing and a left wing in order to fly."
    -paraphrase of Bill Moyers

  3. #18
    Join Date
    Aug 2001
    Location
    Baltimore, MD
    Posts
    1,331
    A read of address 'CCCCCCC8' is probably an attempt to access freed memory, or an attempt to access an object that has not yet been created. (One of them is all C's, the other is all D's, IIRC).

    Look for an object that's being used before it's created, or one that's being used after it was destroyed.

    In C++, this would be the Add/Release pairs (or equivalent semantic if you're using smart pointers of some kind); in VB, it would be the object creation statement or the Set xxx = Nothing statement. Again, IIRC.

    This sort of memory "tagging" generally only occurs in a debug build -- could you have a problem linking a release build to a debug DLL, or vice versa? Or could there be a version problem?

    If you've got an installer, it should be installing OLEAUT32.DLL if the one you use is newer than the one on the target machine, and not otherwise -- VB installer normally takes care of this. It might be worth comparing your version of this DLL to the versions on machines where the problem exists.

    Find the version by right clicking on the DLL (in the C:\windows\system directory or equivalent place), select Properties in the context menu, and then going to the version tab.

    Apologies if folks already know this stuff...

  4. #19
    Join Date
    Apr 2000
    Location
    Albertson, NY, USA
    Posts
    1,467
    Nope, test program is giving me the same error

  5. #20
    Join Date
    Sep 2001
    Location
    Dundee, Scotland, UK
    Posts
    1,808
    Well I didn't know most of that Fesarius, but what I did do first, was download the latest version of that dll file and try again. Unfortunately, that didn't work either. C'est la vie.

    "You can't take a picture of this; it's already gone." -Nate Fisher, Six Feet Under.

  6. #21
    Join Date
    Aug 1999
    Location
    at my Home By The Sea
    Posts
    2,104
    I'm afraid that the new test version didi't work for my either
    But I'm starting to feel a little out of place now. You all seem to know that much about program creation. I can just install and (sometimes) run them on my computer. Thanks for putting all this effort into something that unknowing people like me will use without really knowing how complicated they are...

  7. #22
    Join Date
    Sep 2001
    Location
    Dundee, Scotland, UK
    Posts
    1,808
    Well the new test version worked fine. Well done

    Character creation just got one hell of a lot easier

    "You can't take a picture of this; it's already gone." -Nate Fisher, Six Feet Under.

  8. #23
    Sad to say, but it doesn't seem to work for me either.
    Infact nearly nothiing does, upon opening the program, I'm told that "the class does not exist". Has anyone else experienced this problem?

  9. #24
    Join Date
    Sep 2001
    Location
    Dundee, Scotland, UK
    Posts
    1,808
    Did one complete character run through. Worked fine although I did get an eror message of an address violation when applying chnages at the second last stage. However I didn't note the error down becuase I clicked on on it and the program continued with no problem. When I get a chance I'll run it through again and see if I get the same error. It doesn't seem to be a problem though.

    Great work and many thanks

    Apologies P'l, afraid I can't help you, though I have no doubt someone knowledgable will chip in

    "You can't take a picture of this; it's already gone." -Nate Fisher, Six Feet Under.

  10. #25
    Join Date
    Aug 1999
    Location
    at my Home By The Sea
    Posts
    2,104
    I'm sad to report, that I get the error box still. And there's no way to shut it off exept to close the program down :-(

    So no happy easy-character-creation for me...

    But there's plenty of time till my birthday in June

  11. #26
    So what is the new error?

    Pl, it seems the system file did not register. Are u using a public computer where you're not allowed to install programs?

  12. #27
    No, my own machine.
    Plenty of horsepower for what I use it sor, but it runs "ancient" win98 (second edition). Does that help you in anyway?

  13. #28
    Originally posted by P'l
    No, my own machine.
    Plenty of horsepower for what I use it sor, but it runs "ancient" win98 (second edition). Does that help you in anyway?
    and does this error message occurs when the title screen pops up? Also check if "coda.dll" exists on your computer too.

  14. #29
    Join Date
    Sep 2001
    Location
    Tyne & Wear, England
    Posts
    259
    It all seems to work for me.
    Old Age And Treachery Will Triumph Over Youth And Skill

  15. #30
    Join Date
    Apr 2000
    Location
    Albertson, NY, USA
    Posts
    1,467
    I'm still getting the same erroe message Cadet

Posting Permissions

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