Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 87

Thread: [OGL][SRL-6] TwinkiWines | Wine of Zammy Grabber

  1. #51
    Join Date
    Aug 2015
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I was standing somewhere else and it teleports to bank, then the mouse selects face south and then the error occurs..
    ***************TwinkiWines***************
    * Time Running: 11 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 2: Bank failure --- doBanking
    *****************************************
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [2]
    @Twinki
    Last edited by diablo1; 08-03-2015 at 10:19 AM.

  2. #52
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by diablo1 View Post
    I was standing somewhere else and it teleports to bank, then the mouse selects face south and then the error occurs..
    ***************TwinkiWines***************
    * Time Running: 11 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 2: Bank failure --- doBanking
    *****************************************
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [2]
    @Twinki
    Did it run to the bank? and how many times have you tried? If it keeps doing it every time, makes sure you're on OpenGL mode in the Graphics Settings.

  3. #53
    Join Date
    Aug 2015
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Yes it ran to the bank, I have tried countless times, and it is on OpenGL mode..
    @Twinki
    Last edited by diablo1; 08-03-2015 at 10:48 AM.

  4. #54
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by diablo1 View Post
    Yes it ran to the bank, I have tried countless times, and it is on OpenGL mode..
    @Twinki
    Try re-installing ogLib, and make sure you overwrite the plugins ogLib requires, and also make sure anything Simba related isn't running while doing so. Turn the script's Debug Mode on, and set OGL_DEBUG to 'Models' or 'Fonts, and enable debug in SMART. If nothing is showing up (It'll be a bunch of Green Text or numbers) something is wrong on your end.

  5. #55
    Join Date
    Aug 2015
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    Try re-installing ogLib, and make sure you overwrite the plugins ogLib requires, and also make sure anything Simba related isn't running while doing so. Turn the script's Debug Mode on, and set OGL_DEBUG to 'Models' or 'Fonts, and enable debug in SMART. If nothing is showing up (It'll be a bunch of Green Text or numbers) something is wrong on your end.
    Nothing is showing up D:
    but instead this time its
    ***************TwinkiWines***************
    * Time Running: 2 Minutes and 21 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 2: Bank failure --- doBanking
    *****************************************
    -- Succesfully freed SMART[6516]
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [2]

  6. #56
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by diablo1 View Post
    Nothing is showing up D:
    but instead this time its
    ***************TwinkiWines***************
    * Time Running: 2 Minutes and 21 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 2: Bank failure --- doBanking
    *****************************************
    -- Succesfully freed SMART[6516]
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [2]
    Try this:
    Simba Code:
    program debug;
    {$i ogLib\lib\core\core.simba}

    begin
    //Setup
      ClearDebug();
      ogl.setup();
      ogl.setDebugMode('models');
    end.

    Create a new script, and paste that in. Close out of SMART, and start it. Log in if you need to, and make sure you click the Enable Debug button on SMART itself when it starts up. If still nothing shows up, then again something is wrong on your end.

    Make sure you download https://github.com/Brandon-T/GLX/rel...ad/3.7/GLX.dll and https://github.com/Brandon-T/GLX/rel...7/OpenGL32.dll Close out of SMART, and place them in the Plugins folder where Simba.exe is located. If it asks you to overwrite, do so.

    If it still doesn't work, the only thing I can do to help is use TeamViewer.

  7. #57
    Join Date
    Aug 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Ran into a problem wondering if anyone can help

    Code:
    ***************TwinkiWines***************
    * Time Running: 57 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 1: Not logged in --- initSetup
    *****************************************
    Successfully executed.

  8. #58
    Join Date
    Dec 2010
    Posts
    483
    Mentioned
    30 Post(s)
    Quoted
    328 Post(s)

    Default

    Quote Originally Posted by diablo1 View Post
    Yes it ran to the bank
    I can tell you it did no such thing.

  9. #59
    Join Date
    Apr 2015
    Location
    FireFox
    Posts
    528
    Mentioned
    10 Post(s)
    Quoted
    227 Post(s)

    Default

    Quote Originally Posted by the bank View Post
    I can tell you it did no such thing.
    ha.
    ha.
    ha.
    Scripting with ogLib

  10. #60
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by CinnaPoptart View Post
    Ran into a problem wondering if anyone can help

    Code:
    ***************TwinkiWines***************
    * Time Running: 57 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 1: Not logged in --- initSetup
    *****************************************
    Successfully executed.
    Seems like an issue with SRL-6, have you tried updating to latest?

  11. #61
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    I get this error

    ERROR comes from a non-existing file (!addGlobalFuncHdr)
    Error: Duplicate declaration "SmartGetClients" at line 1
    Compiling failed.

  12. #62
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    Works, but now I get this error...

    * Time Running: 58 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 2: Bank failure --- doBanking
    *****************************************
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [2]

  13. #63
    Join Date
    Apr 2015
    Location
    FireFox
    Posts
    528
    Mentioned
    10 Post(s)
    Quoted
    227 Post(s)

    Default

    Quote Originally Posted by kiwikiwi View Post
    Works, but now I get this error...

    * Time Running: 58 Seconds
    * Grabbed: 0 Wines
    * We terminated due to an error
    * ERROR: 2: Bank failure --- doBanking
    *****************************************
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [2]
    Scripting with ogLib

  14. #64
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    Thanks for that - I believe my solution lies within finding an OpenGL vps provider

  15. #65
    Join Date
    Jun 2015
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    ok, so i decided to try to use this script agai as it has worked fine for me before, despite me being banned, which might have been connected to something else. but, even though the script ran like a charm when i last used it, it stops completely at the bank in the very beginning. when i run t, it teleports to the bank and opens the interface, everything works fine up until this point. then, insted of clicking my desired bank preset, it just moves the mouse up and down slowly in the middle of the screen. it doesnt fail, it just keeps doing that on and on. i have run your programm that you have posted in the comments for changing to models in the oglib debug, and it did indeed show a massive amount of green numbers, so i dobt i have a problem there. did anyone experience any similair issues, or does perhaps know what a solution to my probem might be?

    also, my setup is up to twinki's, the one mentioned in the OP. i also have latest versions of simba, srl6, oglib and srl6-oglib

  16. #66
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    I think this is a learn self thing to stop goldfarming im guessing

  17. #67
    Join Date
    Nov 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could some one help? I get this error
    ERROR comes from a non-existing file (!addGlobalFuncHdr)
    Error: Duplicate declaration "SmartGetClients" at line 1
    Compiling failed

  18. #68
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    This script is outdated, perhaps i'll update it at a later date, but don't expect it to work.

    EDIT: If I can figure out a way to script without Simba as an IDE, i'll definitely be updating this script as well as TwinkiTanner.

  19. #69
    Join Date
    Dec 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Error: File "ogLib/lib/core/core-srl6.simba" not found at line 7
    Compiling failed.

    i get this error. what does it mean?

  20. #70
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Could somebody please direct me to the OGL-SRL6 include that the public or junior member can use; as the link is restricted??

    https://villavu.com/forum/showthread...t=#post1351068

    <------------------>



  21. #71
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    Could somebody please direct me to the OGL-SRL6 include that the public or junior member can use; as the link is restricted??

    https://villavu.com/forum/showthread...t=#post1351068
    @BraK; You might want to check over permissions for that sub-forum

    Forum account issues? Please send me a PM

  22. #72
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    twinki deleted that thread which is why no one can get to it. It was created by him so it is allowed to be deleted by him.

    "Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."

  23. #73
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Thank you for clarifying =D

    <------------------>



  24. #74
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Yeah I deleted it since SRL-6 is now officially support in ogLib. However, my script isn't updated to use it.

    This script is outdated, so @Justin; or @BraK; can move this to outdated.

    I still haven't got the motivation to update the script considering Jagex removed a core feature from the ability bar that made this script fast and simple, and I CBA to come up with another method of handling it. Maybe i'll take another look, perhaps it was a bug or something, but this thread should still be moved to outdated.

  25. #75
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    TwinkiWines v2.2 Released

    It now requires a very specific layout setup, see instructions in OP. Let me know of any issues/suggestions etc..

Page 3 of 4 FirstFirst 1234 LastLast

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
  •