PDA

View Full Version : Could not start up OSRS or RSReady was not detected!



noway123
01-09-2017, 11:50 AM
Hi,

when trying to start any OSRS-script with AeroLib + Smart ( color and or reflection ) iam getting the following error:


Compiled successfully in 3884 ms.
[=================================]
| < Aero|Library > |
| ---------------- |
| Version : 1.2 |
| Revision : 6 |
[=================================]
[AL] Initiating AeroLib...
[AL] Checking version...
[AL] Currently up to date.
[AL] Loaded 2 MSObjects.
[AL] Paired with SMART[4952]
[AL] Could not start up OSRS or RSReady was not detected!
Successfully executed.

This error is thrown in Login.simba in the function RSReady(), if the return state is not true.

So i tried to manually return true which resulted in Simba trying to log me in but once it tries to enter a Username and Password nothing will be typed. ( I used commonly used scripts from the forum to test this where i entered my Password and Username )

This is a fresh installation of Simba on this Laptop. I have Downloaded Simba, updated SLR,SPS and Plugins, downloaded AeroLib and OSRS-Reflection and the required Plugin-Files. I updated Java to the newest Version.

Iam using Windows 7 64bit and Simba is installed in C:\Simba

Any suggestions how to fix this?

noway123
01-09-2017, 06:12 PM
For everyone who encounters the same problem... Here is the solution which worked for me.

Since i never played Runescape on this Device the Rs-Graphic-Setting was on "resizable" by default.

Therefore the IsReady method in Login.simba could not detect that Runescape was loaded even if the Loginscreen looked the same as in fixed-mode to me.


So to fix this: Login manually and change the Runescape-Graphic-Settings to fixed before using any script.

Rangerxmage
02-14-2017, 01:52 AM
Oh wow. That makes so much sense! Thank you for posting this! I swear I was looking around yesterday and couldn't find this post and it was driving me mad because I knew the hooks were updated!

Nixes
04-22-2019, 12:40 PM
Thank you so much. It worked for me. :)