Results 1 to 7 of 7

Thread: February 4, 2014 - Treasure Hunting Update

  1. #1
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default February 4, 2014 - Treasure Hunting Update

    As I'm sure you are all aware, the squeal of fortune has been replaced with treasure hunting. As such, exitSquealOfFortune has been replaced with exitTreasure and claimSpinTicket has been replaced with claimTicket.

    However, to preserve compatibility, exitSquealOfFortune and claimSpinTicket will remain in the include (just calling the new functions) for the next several months. All script writers please start using the new function names so we can remove the old stuff.


    Finally, please let us know if you come across any false positives.

    Thanks and gigem
    Last edited by Ashaman88; 02-05-2014 at 05:46 PM.

  2. #2
    Join Date
    Feb 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    My client crashes (When in OpenGL) since the update

  3. #3
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    Quote Originally Posted by Pineapple Joe View Post
    My client crashes (When in OpenGL) since the update
    That's not a problem on our side. The update caused an issue on their side. That's something that they managed to mess up and now have to fix. There are quite a few people with this issue. It happens on any client that you use, even if it's the actual rs client

  4. #4
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Pineapple Joe View Post
    My client crashes (When in OpenGL) since the update
    As Thanatos mentions - even the official RS client is crashing in OpenGL now... If they crash, we crash and there's nothing that our side can do about it simply because we are using their client technically.

    Also, while it requires a couple of manual steps, there has been a DirectX plugin that was released that has fixed several RS side issues by instead using DX over OGL.

  5. #5
    Join Date
    Jan 2012
    Location
    Long Island, NY
    Posts
    413
    Mentioned
    5 Post(s)
    Quoted
    95 Post(s)

    Default

    claimTicket is causing issues. It works if there are tickets in your inventory but if you have no tickets, this is what will happen every call...
    Code:
    -- TRSGameTab.__initTabs(): Setup gametab properties
     ERROR: tabBackpack(): The slot "-1" is an incorrect slot. Use a slot between 1..28
     chooseOption._select():
    -- chooseOption.isOpen(): result = false
    -- ERROR: chooseOption menu never appeared
     chooseOption.select() result = false
    Exception in Script: Runtime error: "The given DTM Index[0] doesn't exist" at line 1055, column 10 in file "C:\Simba\Includes\SRL-6\lib\misc\antiban.simba"
    The following bitmaps were not freed: [Minimap Mask, SMART Debug Image, Gametab Bitmap[0], Gametab Bitmap[1], Gametab Bitmap[2], Gametab Bitmap[3], Gametab Bitmap[4], Gametab Bitmap[5], Gametab Bitmap[6], Gametab Bitmap[7], Gametab Bitmap[8], Gametab Bitmap[9], Gametab Bitmap[10], Gametab Bitmap[11], Gametab Bitmap[12], Gametab Bitmap[13]]

  6. #6
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  7. #7
    Join Date
    Jan 2012
    Location
    Long Island, NY
    Posts
    413
    Mentioned
    5 Post(s)
    Quoted
    95 Post(s)

    Default

    Did a forced update, still the same error when just calling "claimTicket;"
    Code:
    [00:00:51]:  ERROR: tabBackpack(): The slot "-1" is an incorrect slot. Use a slot between 1..28
    [00:00:51]:  chooseOption._select():
    [00:00:51]: -- chooseOption.isOpen(): result = false
    [00:00:51]: -- ERROR: chooseOption menu never appeared
    [00:00:51]:  chooseOption.select() result = false
    [00:00:51]:  claimTicket result: False

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
  •