Results 1 to 18 of 18

Thread: Why am I suddenly getting this error?

  1. #1
    Join Date
    Jan 2012
    Posts
    246
    Mentioned
    3 Post(s)
    Quoted
    91 Post(s)

    Default Why am I suddenly getting this error?

    I have been running multiple scripts without any errors and I am suddenly getting this error:

    print('TRSProductionScreen.getType(): result = ' + toStr(result), TDebug.SUB);

    Regardless of the script I am attempting to use, could you tell me what the problem is? Thanks.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    The bit of code in your post isn't an error, it's actually a routine to output some debug information about productionScreen.getType()

    Do you mean that the line gets highlighted upon receiving the error? What is the error you see in the debug box? (white part at the bottom of the Simba editor where text gets written)
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  3. #3
    Join Date
    Jan 2012
    Posts
    246
    Mentioned
    3 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    The bit of code in your post isn't an error, it's actually a routine to output some debug information about productionScreen.getType()

    Do you mean that the line gets highlighted upon receiving the error? What is the error you see in the debug box? (white part at the bottom of the Simba editor where text gets written)
    http://gyazo.com/3cfbf4e4afe96e84e3b15f94794a7c0d

    http://gyazo.com/0f69a6f6b29cea80de8b1e86c088cd75

    This is my screen, after pressing the play button on the script, it fails and then that production window pops up.

  4. #4
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Looks like someone forgot to test their pull request

    https://github.com/SRL/SRL-6/pull/163/files

    Missing a trailing ' after divination on line 319

    E: Just update SRL, fixed
    Last edited by The Mayor; 12-12-2014 at 12:48 AM.

  5. #5
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Theron View Post
    http://gyazo.com/3cfbf4e4afe96e84e3b15f94794a7c0d

    http://gyazo.com/0f69a6f6b29cea80de8b1e86c088cd75

    This is my screen, after pressing the play button on the script, it fails and then that production window pops up.


    Looks like The Mayor just fixed it a few minutes ago. Wait a bit for it to appear in the auto updater, then SRL > Check for Update to force an update to SRL.

    Restart Simba and you'll be good to go

    Quote Originally Posted by The Mayor View Post
    Looks like someone forgot to test their pull request

    https://github.com/SRL/SRL-6/pull/163/files

    Missing a trailing ' after divination on line 319
    Thanks TM!
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  6. #6
    Join Date
    Jan 2012
    Posts
    246
    Mentioned
    3 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Looks like someone forgot to test their pull request

    https://github.com/SRL/SRL-6/pull/163/files

    Missing a trailing ' after divination on line 319

    E: Just update SRL, fixed
    Quote Originally Posted by KeepBotting View Post


    Looks like The Mayor just fixed it a few minutes ago. Wait a bit for it to appear in the auto updater, then SRL > Check for Update to force an update to SRL.

    Restart Simba and you'll be good to go


    Thanks TM!
    Thank you both, very much appreciated.

  7. #7
    Join Date
    Jan 2012
    Posts
    246
    Mentioned
    3 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Looks like someone forgot to test their pull request

    https://github.com/SRL/SRL-6/pull/163/files

    Missing a trailing ' after divination on line 319

    E: Just update SRL, fixed
    Quote Originally Posted by KeepBotting View Post


    Looks like The Mayor just fixed it a few minutes ago. Wait a bit for it to appear in the auto updater, then SRL > Check for Update to force an update to SRL.

    Restart Simba and you'll be good to go


    Thanks TM!
    I pushed the SRL update, I am now getting this error.

    http://gyazo.com/c22716f4e43a5e29420c7384392745dd

  8. #8
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Theron View Post
    I pushed the SRL update, I am now getting this error.

    http://gyazo.com/c22716f4e43a5e29420c7384392745dd


    Doesn't look like the update was successful.

    Restart Simba, then SRL > Settings > and enable Override Update

    Then SRL > Check for Update


    If all else fails, download SRL-6 as zip and extract the files to C:\Simba\Includes\srl-6\
    That folder should look like this after you extract.
    Last edited by KeepBotting; 12-12-2014 at 01:44 AM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  9. #9
    Join Date
    Jan 2012
    Posts
    246
    Mentioned
    3 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post


    Doesn't look like the update was successful.

    Restart Simba, then SRL > Settings > and enable Override Update

    Then SRL > Check for Update


    If all else fails, download SRL-6 as zip and extract the files to C:\Simba\Includes\srl-6\
    That folder should look like this after you extract.
    I tried to do use the override update to update the SRL and it didn't fix anything, same error.

    http://gyazo.com/73bb74a46cb05cc853e40a64ef7ffcdb

    The link to download SRL-6 isn't working, where can i find that file?

    I also just tried to completely remove SIMBA from my PC and redownload it, that didn't fix anything either.

  10. #10
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Theron View Post
    I tried to do use the override update to update the SRL and it didn't fix anything, same error.

    http://gyazo.com/73bb74a46cb05cc853e40a64ef7ffcdb

    The link to download SRL-6 isn't working, where can i find that file?

    I also just tried to completely remove SIMBA from my PC and redownload it, that didn't fix anything either.
    Yeah, I just realized it's still broken for some reason, replace your production.simba with this (right-click and save link as) http://puu.sh/dr1lc.simba
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  11. #11
    Join Date
    Jan 2012
    Posts
    246
    Mentioned
    3 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Yeah, I just realized it's still broken for some reason, replace your production.simba with this (right-click and save link as) http://puu.sh/dr1lc.simba
    Where will I find production.simba?

    I right clicked the link and saved it as production.simba, restarted simba and the error wasn't resolved.

  12. #12
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Theron View Post
    Where will I find production.simba?
    C:\Simba\Includes\srl-6\lib\interfaces\

    Delete the production.simba that's in there and replace it with mine
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  13. #13
    Join Date
    Jan 2012
    Posts
    246
    Mentioned
    3 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    C:\Simba\Includes\srl-6\lib\interfaces\

    Delete the production.simba that's in there and replace it with mine
    Problem resolved, thank you so much!

  14. #14
    Join Date
    Nov 2014
    Posts
    56
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Looks like someone forgot to test their pull request

    https://github.com/SRL/SRL-6/pull/163/files

    Missing a trailing ' after divination on line 319

    E: Just update SRL, fixed
    Much appreciated

  15. #15
    Join Date
    Apr 2012
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Thanks for the fix

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

  17. #17
    Join Date
    Apr 2012
    Posts
    157
    Mentioned
    10 Post(s)
    Quoted
    57 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    I go out of town for a bit and you guys start breaking the include... how could you!
    Ashaman, this is why you aren't allowed to have nice things. Stay with us..forever and ever and ever.

  18. #18
    Join Date
    Mar 2012
    Location
    NY.
    Posts
    130
    Mentioned
    5 Post(s)
    Quoted
    67 Post(s)

    Default

    Thank you @KeepBotting !!
    I was curious as to this as well and searched the error i was getting and ended up here.
    replaced my production with keepbotting's and it's all good.

    THANK YOUU!@!!!

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
  •