Results 1 to 4 of 4
  1. #1
    fovi's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    2
    My Mood
    Fine

    KRelay - incorrect portal key for bazaar

    There is problem with client, every time you will send RECONNECT packet via KRelay it's breaking something in client and you cannot enter any bazaar any more. When you try you will get Incorrect Portal Key error.
    Client restart is needed to fix it. Even if you switch off proxy and try via normal server. Still same problem.

    Can someone explain da fuck deca made, and how to fix it ?


    In case you will ask. Here is my function for RECCONECT. (its just standard shit, i have tested KRelay ONLY with this function and its gives you this Portal key error anyway)
    Code:
    public static bool ConnectTo(this Client client, ReconnectPacket reconnect)
            {
                if (reconnect == null)
                    return false;
    
                
                string host = (string)reconnect.Host;
                int port = (int)reconnect.Port;
                byte[] key = (byte[])reconnect.Key;
                client.State.ConTargetAddress = host;
                client.State.ConTargetPort = port;
                client.State.ConRealKey = key;
                reconnect.Key = Encoding.UTF8.GetBytes((string)client.State.GUID);
                reconnect.Host = "localhost";
                reconnect.Port = 2050;
                client.SendToClient(reconnect);
                reconnect.Key = key;
                reconnect.Host = host;
                reconnect.Port = port;
    
                return true;
            }
    And here is how i getting reconnect packet:
    client.State.LastRealm
    Can you take a look at it @xeniusw , @A_Random_Idiot
    Thanks !
    Last edited by fovi; 08-23-2017 at 08:05 AM.

  2. #2
    fovi's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    @up anyone ?

  3. #3
    fovi's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    @up anyone ??

  4. #4
    fovi's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    @up anyone ???

Similar Threads

  1. [Solved] 'Incorrect Portal Key'
    By twiple in forum Realm of the Mad God Help & Requests
    Replies: 9
    Last Post: 12-28-2016, 02:12 PM
  2. [Solved] Incorrect Portal Key on KRelay
    By nosner in forum Realm of the Mad God Help & Requests
    Replies: 1
    Last Post: 12-05-2016, 06:55 PM
  3. [Help Request] Incorrect Portal Key?
    By megamind27 in forum Realm of the Mad God Help & Requests
    Replies: 1
    Last Post: 09-25-2016, 08:25 AM
  4. [Solved] Oooh boy.... Incorrect Portal Key w/ Proxy
    By krazyshank in forum Realm of the Mad God Help & Requests
    Replies: 11
    Last Post: 04-06-2015, 11:00 PM
  5. Buying Planetside or Firefall beta key for Portal 2 or Bulletstorm keys.
    By monkeyman1397 in forum Buying Accounts/Keys/Items
    Replies: 1
    Last Post: 10-01-2012, 06:23 PM