PDA

View Full Version : problem with calling misc.simba



gwasboston69
08-21-2017, 07:35 PM
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.

Alien Technology
08-24-2017, 11:06 PM
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/ProSocks/releases/download/v0.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.

lolskilla
09-27-2017, 02:26 PM
im getting the same exact error. Have redownloaded and installed proscks as well as reflection and AL... anyone found a solution to this error?

Lipcot
09-28-2017, 01:35 AM
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.


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)

lolskilla
09-30-2017, 08:41 PM
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 :D

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

http://simba.villavu.com/bin/Release/Current/SimbaInstaller.exe

1100 says its from here


http://wizzup.org/simba/#download-ref

both install as 1.0

Lipcot
10-01-2017, 08:20 PM
simba 1100... so not 1.0 or 1.2 :D

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

http://simba.villavu.com/bin/Release/Current/SimbaInstaller.exe

1100 says its from here


http://wizzup.org/simba/#download-ref

both install as 1.0

https://puu.sh/xNCMO/f72adfddb0.png

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.

lolskilla
10-12-2017, 08:08 AM
https://puu.sh/xNCMO/f72adfddb0.png

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