Any Solutions for 'Serialkey error : 208' ?

Results 1 to 8 of 8
  1. #1

    Any Solutions for 'Serialkey error : 208' ?

    Well, I am using custom made launcher with skgen which is used to generate serialkey as you know. The launcher works fine, but I can't force users to launch from the launcher only.
    I am using Jun 07 runnable and already enabled the serialkey but when I try to launch by the launcher I get the Serialkey error 208.

    Any kind of solutions for this ?


  2. #2
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Any Solutions for 'Serialkey error : 208' ?

    This might be of some help :

    Quote Originally Posted by x1nixmzeng View Post

    Serialkey Error Explainations

    201: Clipboard cannot be opened, therefore the clipboard is already in use
    202: Required clipboard format not in use, so the launcher didn't set it, therefore it didn't run.. (the most common error)
    203: Unable to decrypt this serialkey (couldn't derive key) UPDATED
    204: Failed to decrypt serialkey UPDATED
    205: Serialkey parity/checksum mismatch
    206: Serialkey has expired (the client launch has taken too long since the game was started from the launcher)
    207: Launcher and client launched from different directory
    208: Unknown message string (from either "I_hate_hacker", "I_love_MAIET", or "Find_Me")
    http://forum.ragezone.com/f311/serialkey-string-690119/

  3. #3

    Re: Any Solutions for 'Serialkey error : 208' ?

    Still open for other other solutions..
    @Phoenix, thanks .. atleast now I know why I do get the error.

  4. #4

    Re: Any Solutions for 'Serialkey error : 208' ?

    bump please.

  5. #5

    Re: Any Solutions for 'Serialkey error : 208' ?

    Open CGLEncryption.cpp
    Look for
    Code:
    #define DATA_MSG_INTERNATIONAL		"I_hate_hacker"
    #define DATA_MSG_LAUNCHDEV			"I_love_MAIET"
    #define DATA_MSG_TEST				"Find_Me"
    Make sure it looks okay, May be caps sens.

  6. #6
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Any Solutions for 'Serialkey error : 208' ?

    Did you copy paste the runnable from somewhere? Or the launcher?
    Because from what I can see, either the runnable or the launcher has changed strings.

  7. #7

    Re: Any Solutions for 'Serialkey error : 208' ?

    Quote Originally Posted by GUNZ DEVELOPER View Post
    Open CGLEncryption.cpp
    Look for
    Code:
    #define DATA_MSG_INTERNATIONAL		"I_hate_hacker"
    #define DATA_MSG_LAUNCHDEV			"I_love_MAIET"
    #define DATA_MSG_TEST				"Find_Me"
    Make sure it looks okay, May be caps sens.
    I don't have any 'CGLEncryption.cpp' file .. using SerialKeyChanger which is released here before.

    Quote Originally Posted by Vusion View Post
    Did you copy paste the runnable from somewhere? Or the launcher?
    Because from what I can see, either the runnable or the launcher has changed strings.
    No, the runnable is clean and also the launcher is compiled from my own source.

  8. #8
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Any Solutions for 'Serialkey error : 208' ?

    Quote Originally Posted by ThroneX View Post
    I don't have any 'CGLEncryption.cpp' file .. using SerialKeyChanger which is released here before.



    No, the runnable is clean and also the launcher is compiled from my own source.
    Then make sure both strings are the same.



Advertisement