Results 1 to 5 of 5

Thread: Error: Unknown declaration "GetTickCount64" on login.simba

  1. #1
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default Error: Unknown declaration "GetTickCount64" on login.simba

    Noob question.

    Recently came back to RS and villavu and im trying to install reflection.

    Getting the following when trying to include reflection:

    Error: Unknown declaration "GetTickCount64" at line 156 on login.simba

    What am i missing here?

    I am using the latest simba and Aerolib is working.

    Im also having a weird plugin situation. It always says i have version 1 and tries to update (although i've manually installed to the latest plugins and the update always ends on "killing the updater".
    Formerly known as Undorak7

  2. #2
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    Are you trying to run it with Simba 1.2?
    Because Reflection only works with Simba 1.1 (the one that comes with the installer off of Wizzup's website) afaik
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  3. #3
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    Quote Originally Posted by Joopi View Post
    Are you trying to run it with Simba 1.2?
    Because Reflection only works with Simba 1.1 (the one that comes with the installer off of Wizzup's website) afaik
    Yeaaaah i was running simba 1.2.

    Will try with 1.1

    EDIT:

    Now with 1.1 Im getting the following error:

    Error: Unknown declaration "SSLSocket" at line 83 on misc.simba

    I've already installed latest Prosocks from Brandon releases, and erased (following flights aerolib include instruction):

    Simba Code:
    {$IFNDEF Aerolib}
      {$include reflection/lib/misc/prosocks.simba}
    {$ENDIF}

    And im still getting the same error.
    Formerly known as Undorak7

  4. #4
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    I don't think you're supposed to get the latest of everything if you expect support from all projects...
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  5. #5
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    Quote Originally Posted by Joopi View Post
    I don't think you're supposed to get the latest of everything if you expect support from all projects...
    Exactly.

    Was using Aerolib 2.0 when i should've been using 1.6

    Thank you
    Formerly known as Undorak7

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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