Results 1 to 5 of 5

Thread: wrappers.simba

  1. #1
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default wrappers.simba

    Hi guys,

    Every time i start a script since i installed my new pc yesterday i get this error. Did i miss any part of the setup (already went over it twice but cant seem to find the solution ):

    Exception in Script: Runtime error: "Font [NumberCharsSmooth] not found." at line 813, column 19 in file "C:\software\simba\Simba\Includes\SRL-6\lib\utilities\wrappers.simba"
    The following bitmaps were not freed: [Minimap Mask, SMART Debug Image]
    File[C:\software\simba\Simba\Includes\SRL-6/logs/SRL log (17-12-13 at 02.16.43 PM).txt] has not been freed in the script, freeing it now.

    This is what the SRL log says, seems to happen when it enters lobby and doesnt click the play button or the specified favorite world

    Code:
    [00:00:00]: -- setupSRL()
    [00:00:00]: ---- Setting up SRL...
    [00:00:01]: ---- initSmart():
    [00:00:01]: ------ Attempting to pair to a previously spawned client
    [00:00:01]: ------ smartPairToExistingClient():
    [00:00:01]: -------- Found no free clients to pair to
    [00:00:01]: ------ smartPairToExistingClient(): result = false
    [00:00:01]: ------ Attempting to spawn a new client..
    [00:00:01]: ------ smartCreateClient():
    [00:00:01]: ---------- smartGetParameters(): Succesfully grabbed paramters
    [00:00:01]: -------- getJavaPath():
    [00:00:01]: ---------- Attempting to search for your Java path
    [00:00:01]: ---------- Found your java path @ C:\Program Files (x86)\Java\jre7\bin\java.exe
    [00:00:01]: -------- getJavaPath()
    [00:00:01]: -------- Using parameters [http://world5.runescape.com/, f4786709496041647556]
    [00:00:01]: -------- Using plugins "OpenGL32.dll"
    [00:00:04]: -------- Succesfully spawned a client, attempting to target
    [00:00:04]: ---------- smartSetAsTarget(): Succesfully set SMART[3124] as Simba's target
    [00:00:04]: ------ smartCreateClient(): result = true
    [00:00:04]: ------ Succesfully initialized via spawning a new client
    [00:00:04]: ---- initSmart()
    [00:00:04]: ------ smartSetupDrawing(): Succesfully setup SMART drawing
    [00:00:04]: ---- Waiting up to 5 minutes for RS to load...
    [00:00:12]: ------ __setInputBoxes(): Set username and password boxes
    [00:00:12]: ---- Client is ready.
    [00:00:12]: ---- Setup SRL in 11922ms.
    [00:00:12]: -- setupSRL(): True
    [00:00:12]: -- TPlayer.login()
    [00:00:12]: ---- TPlayer.loginToLobby()
    [00:00:13]: ------ *USERNAME* ()
    [00:00:13]: ------ Entering username...
    [00:00:15]: ------ Entering password...
    [00:00:19]: ------ Waiting for lobby screen...
    [00:00:20]: -------- Saving screenshot: IP_address.png
    [00:00:20]: ------ Found lobby screen
    [00:00:20]: ---- TPlayer.loginToLobby(): True
    [00:00:20]: ---- Waiting for lobby screen...
    [00:00:20]: ---- Waiting for lobby screen...
    [00:00:20]: ------ TRSLobby.getCurrentTab(): Current tab: 0
    If i manually log in the script seems to work normally however

    Anyway, any fixes for this?

    Gr, super

  2. #2
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    The error says you're missing a font file. Did you try forcing a simba update? It will say you don't need one and you tell it to do it anyway. You can save a copy of the folder first in case things get worse

  3. #3
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    That's my bad, I got the font file removed but wizzup has only done half the job atm, il fix it so it works.

  4. #4
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default

    ok, thanks a lot man! can you let me know when you have it fixed so i can force a simba update?

  5. #5
    Join Date
    Mar 2013
    Location
    Morrowind
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ya i am getting the same problem. how do you manually log in the script?

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
  •