Results 1 to 7 of 7

Thread: problem with calling misc.simba

  1. #1
    Join Date
    Jul 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Post problem with calling misc.simba

    Alright, so for the past week or so I haven't been able to run any scripts which call for AeroLib and Reflection (perhaps this is the wrong place to be posting this, however the problem seems to be with how each script loads "Reflection/lib/misc.simba". It seems to be that the problem occurs when loading prosocks.simba after calling
    "{$IFNDEF Aerolib}
    {$include Reflection/lib/misc/prosocks.simba}
    {$ENDIF}
    "
    The error line states,
    "Error: Unknown declaration "SSLSocket" at line 83
    Compiling failed."
    I have tried everything. I've updated prosocks, tried older versions of prosocks, tried removing the line that calls for prosocks in misc, updated Reflection, reinstalled reflection and AeroLib to no avail. Save me from my misery, I beg of you.

  2. #2
    Join Date
    Nov 2010
    Location
    Cleveland, Ohio, U.S.A.
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    The instructions for installing OSR reflection are here:

    https://villavu.com/forum/showthread.php?t=111662 Thread: Lape Reflection Include by Kyle

    The thread is not up-to-date.

    https://github.com/Elfyyy is not a valid account on GitHub, but the https://github.com/Elfyyy/OSR-Reflection URL still takes one to https://github.com/KyleHunter/OSR-Reflection.

    The https://github.com/Brandon-T/ProSock...5/ProSocks.dll link will download an old version of ProSocks.

    Go to https://github.com/Brandon-T/ProSocks/releases. The latest version, ProSocks v0.6, will display at the top of the webpage. Scroll down and find the .dll for this version, named Prosocks.dll. Click on that and it will download the .dll to your computer.

    The remaining instructions in the thread are accurate.

  3. #3
    Join Date
    Jun 2007
    Posts
    310
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    im getting the same exact error. Have redownloaded and installed proscks as well as reflection and AL... anyone found a solution to this error?

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

    Default

    Quote Originally Posted by gwasboston69 View Post
    Alright, so for the past week or so I haven't been able to run any scripts which call for AeroLib and Reflection (perhaps this is the wrong place to be posting this, however the problem seems to be with how each script loads "Reflection/lib/misc.simba". It seems to be that the problem occurs when loading prosocks.simba after calling
    "{$IFNDEF Aerolib}
    {$include Reflection/lib/misc/prosocks.simba}
    {$ENDIF}
    "
    The error line states,
    "Error: Unknown declaration "SSLSocket" at line 83
    Compiling failed."
    I have tried everything. I've updated prosocks, tried older versions of prosocks, tried removing the line that calls for prosocks in misc, updated Reflection, reinstalled reflection and AeroLib to no avail. Save me from my misery, I beg of you.
    Quote Originally Posted by lolskilla View Post
    im getting the same exact error. Have redownloaded and installed proscks as well as reflection and AL... anyone found a solution to this error?

    You have to use Aerolib 1.6(instead of 2.0) and simba 1100 (instead of latest simba as stated in flights aerolib include post)
    Formerly known as Undorak7

  5. #5
    Join Date
    Jun 2007
    Posts
    310
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by Lipcot View Post
    You have to use Aerolib 1.6(instead of 2.0) and simba 1100 (instead of latest simba as stated in flights aerolib include post)
    simba 1100... so not 1.0 or 1.2

    sorry if this is a dumb question but perhaps im using the wrong simba version? I have 1.0 installed as well as 1.2, but I can't seem to find a 1.1.... unless its labeled differently. I recieved 1.0 from here
    Code:
    http://simba.villavu.com/bin/Release/Current/SimbaInstaller.exe
    1100 says its from here

    Code:
    http://wizzup.org/simba/#download-ref
    both install as 1.0

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

    Default

    Quote Originally Posted by lolskilla View Post
    simba 1100... so not 1.0 or 1.2

    sorry if this is a dumb question but perhaps im using the wrong simba version? I have 1.0 installed as well as 1.2, but I can't seem to find a 1.1.... unless its labeled differently. I recieved 1.0 from here
    Code:
    http://simba.villavu.com/bin/Release/Current/SimbaInstaller.exe
    1100 says its from here

    Code:
    http://wizzup.org/simba/#download-ref
    both install as 1.0


    Go to help -> about. See "revision 1100" }

    Be sure to have installed the plugins that flight has on his aerolib post.

    If you cant get the correct version of Simba just go to: Tools -> Update. And force a simba update.
    Formerly known as Undorak7

  7. #7
    Join Date
    Jun 2007
    Posts
    310
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by Lipcot View Post


    Go to help -> about. See "revision 1100" }

    Be sure to have installed the plugins that flight has on his aerolib post.

    If you cant get the correct version of Simba just go to: Tools -> Update. And force a simba update.
    got it working now for all my older scripts; thanks a ton mate

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
  •