+ Reply to Thread
Page 13 of 22 FirstFirst ... 31112131415 ... LastLast
Results 301 to 325 of 535

Thread: Common Problems ~ READ BEFORE POSTING

  1. #301
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Exclamation READ before making a NEW THREAD!

    1. Unless it's a MAJOR bug, post all issues in the Script didn't run thread.

    2. DO use the search button before reporting a bug, or at least check the first page before posting a new thread about a bug. There might be some other people who has posted about the bug you are having already, and if that's the case, then post in that thread instead of making a new thread.

    3. DO NOT post about failing RANDOMS or ANYTHING about randoms AT ALL. MSI has NOTHING to with randoms AT ALL. I can't make this any more clear. We have been receiving a ton of messages about failing randoms, but there is not much we can do about it, and it isn't our job either. If you have any problems with the randoms visit the Reflection Randoms or SRL Randoms bugs sections.

    4. DO NOT post script requests without making sure that the script indeed does not exist. There might be a couple of reasons why you can't find the script. All our scripts are in the Supported Locations thread for each skill.

    5. DO check that you can re-create the problem. Restart your Simba and try again. If the problem doesn't occur, then don't post.

    6. DO check this thread before posting anything in this section at all. We are constantly updating this post.


    ~ The MSI team
    Last edited by Zyt3x; 10-31-2011 at 03:07 PM. Reason: Added new rule. + fixed typo

  2. #302
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    I don't think this is a MSI problem, but more SRL.

    So it types in my name and pass, hits login, then it hits the World Select screen and then it gets stuck there. This is while using everything normally. I paused it and it works if I just log in the character myself, so I'm thinking its SRL, but I can't find anything about this error.

    Thanks

    hakuna matata ;)

  3. #303
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by Ejjman1 View Post
    I don't think this is a MSI problem, but more SRL.

    So it types in my name and pass, hits login, then it hits the World Select screen and then it gets stuck there. This is while using everything normally. I paused it and it works if I just log in the character myself, so I'm thinking its SRL, but I can't find anything about this error.

    Thanks
    This actually just happened to me as well, but never before this.

    I'm updating a few other things right this minute but I'll have a look at this too. If you figure out anything else about it, please post it.

  4. #304
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Ejjman1 View Post
    I don't think this is a MSI problem, but more SRL.

    So it types in my name and pass, hits login, then it hits the World Select screen and then it gets stuck there. This is while using everything normally. I paused it and it works if I just log in the character myself, so I'm thinking its SRL, but I can't find anything about this error.

    Thanks
    Yeah sounds like SRL's WorldSwitcher didn't work for some reason. If you just set Switch Worlds to false you should be fine.

  5. #305
    Join Date
    Nov 2010
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think there is a bug with form in the latest version of MSI.

    If I set USE_FORM to True, I get this error

    Progress Report:
    [0:00:14]: -- MSI_SetupPlayer
    [0:00:14]: ---- Player is not logged in
    [0:00:14]: 1
    [0:00:14]: 2
    [0:00:14]: 4
    Error: Out Of Range at line 395
    The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, SRL - Lamp bitmap]
    The following bitmaps were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, SRL - Mod bitmap, SRL - Admin bitmap]
    File[C:\Simba\Includes\SRL/logs/SRL log 08-01-11 5.txt] has not been freed in the script, freeing it now.


    The error is in line 395 of login.simba
    Simba Code:
    if (not (Players[CurrentPlayer].Active)) then

    As if HowManyPlayers is set incorrectly.
    When I set USE_FORM to False and fill in DeclarePlayers, the script works fine.

    Also, similarly to Ejjman, I the WorldSwitcher has never actually worked for me in any of the versions of SRL.
    Last edited by Oh Hi Oh; 01-09-2011 at 02:58 AM.

  6. #306
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Oh Hi Oh View Post
    I think there is a bug with form in the latest version of MSI.

    If I set USE_FORM to True, I get this error

    Progress Report:
    [0:00:14]: -- MSI_SetupPlayer
    [0:00:14]: ---- Player is not logged in
    [0:00:14]: 1
    [0:00:14]: 2
    [0:00:14]: 4
    Error: Out Of Range at line 395
    The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, SRL - Lamp bitmap]
    The following bitmaps were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, SRL - Mod bitmap, SRL - Admin bitmap]
    File[C:\Simba\Includes\SRL/logs/SRL log 08-01-11 5.txt] has not been freed in the script, freeing it now.


    The error is in line 395 of login.simba
    Simba Code:
    if (not (Players[CurrentPlayer].Active)) then

    As if HowManyPlayers is set incorrectly.
    When I set USE_FORM to False and fill in DeclarePlayers, the script works fine.

    Also, similarly to Ejjman, I the WorldSwitcher has never actually worked for me in any of the versions of SRL.
    Oh that happened because you didn't fill out the Starting Player in the form. It's fixed now. Just wait for the update.

  7. #307
    Join Date
    Nov 2010
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh, whoops. I didn't even notice that. thanks

  8. #308
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Oh Hi Oh View Post
    Oh, whoops. I didn't even notice that. thanks
    Just to clarify, when your MSI gets updated, you don't actually have to fill it out. I just didn't think to test it when it wasn't filled out. Until your MSI updates, just set it to whichever player you want to start with.

  9. #309
    Join Date
    Nov 2010
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha, thanks for the clarification. I figured thats what you meant.

  10. #310
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Oh Hi Oh View Post
    Haha, thanks for the clarification. I figured thats what you meant.
    Yeah I was just making sure.

  11. #311
    Join Date
    Dec 2007
    Location
    Los Angeles, California
    Posts
    606
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    In the form for the alcher there is a high alch option but not low alch. Of course you could just fill the attributes out but what fun would that be =p

    EDIT:
    Also when the magic tab is open, quite often it randomly moves the mouse below all the spells before going back and clicking the alch spell?
    Last edited by XRaye; 01-09-2011 at 03:17 AM.

  12. #312
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by XRaye View Post
    In the form for the alcher there is a high alch option but not low alch. Of course you could just fill the attributes out but what fun would that be =p

    EDIT:
    Also when the magic tab is open, quite often it randomly moves the mouse below all the spells before going back and clicking the alch spell?
    Any issues you're having with the form should be posted here. No need to repost this time, I'll take care of it. E: Done, it should now be on the list.

    And MSI uses SRL's cast functions so your mouse moving bug should be posted here.

    Thanks.
    Last edited by Coh3n; 01-09-2011 at 03:56 AM.

  13. #313
    Join Date
    Mar 2009
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea i got a problem with Harry's Lesser Slinger SMART, opens but never logs in and yea i have my login details filled out correctly
    Dont know what Srl is?

    95% of teenagers went to rap, if your part of the 5% that stayed with rock put this in your sig

  14. #314
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by epic risk View Post
    yea i got a problem with Harry's Lesser Slinger SMART, opens but never logs in and yea i have my login details filled out correctly
    So why are you posting here? This is for MSI. If you're having a problem with Harry's script, wouldn't it be better to post on that thread?

  15. #315
    Join Date
    Mar 2009
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by epic risk View Post
    yea i got a problem with Harry's Lesser Slinger SMART, opens but never logs in and yea i have my login details filled out correctly
    never mind i figured it out it was the detail i had it set to
    Dont know what Srl is?

    95% of teenagers went to rap, if your part of the 5% that stayed with rock put this in your sig

  16. #316
    Join Date
    Dec 2007
    Location
    Los Angeles, California
    Posts
    606
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Any issues you're having with the form should be posted here. No need to repost this time, I'll take care of it. E: Done, it should now be on the list.

    And MSI uses SRL's cast functions so your mouse moving bug should be posted here.

    Thanks.
    Oh sorry about that, and thanks for fixing it =)
    Btw looking at some of your other posts, you're so patient with retards like us xD thanks for that too

  17. #317
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by XRaye View Post
    Oh sorry about that, and thanks for fixing it =)
    Btw looking at some of your other posts, you're so patient with retards like us xD thanks for that too
    Lol no problem. I'm not gonna lie, I do get frustrated sometimes, but getting pissed off over little things don't help the situation. I just think about when I first started. I asked the same questions and had the same problems.

  18. #318
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Fishing
    barbarian Village - Lure fishing

    whenever you are stuck with a mystery box within your inventory the script can't seem to understand that your inventory is full even though the screen pops up saying that the inventory is full. I don't know what would cause the script to find that the inventory isn't full but I am 100% sure it has something to do with the mystery box.

    many thanks,
    Sgt Soul

  19. #319
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by sgt soul View Post
    Fishing
    barbarian Village - Lure fishing

    whenever you are stuck with a mystery box within your inventory the script can't seem to understand that your inventory is full even though the screen pops up saying that the inventory is full. I don't know what would cause the script to find that the inventory isn't full but I am 100% sure it has something to do with the mystery box.

    many thanks,
    Sgt Soul
    Very interesting. Do you possibly still have the MysteryBox on any accounts? I'm awfully curious about something now.

  20. #320
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Very interesting. Do you possibly still have the MysteryBox on any accounts? I'm awfully curious about something now.
    I am only using the one account, but I will PM you instantly the account details as soon as I get another one for you <3

  21. #321
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by sgt soul View Post
    I am only using the one account, but I will PM you instantly the account details as soon as I get another one for you <3
    Was it even on the inventory tab? Or friends or something like that?

  22. #322
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Was it even on the inventory tab? Or friends or something like that?
    I am fairly certain it was on the friends tab :/ I know it definitely wasn't on the inventory tab.

  23. #323
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by sgt soul View Post
    I am fairly certain it was on the friends tab :/ I know it definitely wasn't on the inventory tab.
    Yep. Same thing happened to me (and I'm sure several others). I'm going to add a GameTab(tab_Inv) to WaitWhileFishing, so I'm hoping that will solve the problem.

  24. #324
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Code:
    [Error] C:\Users\Kevin\Documents\Simba\Includes\MSI/MSI/Core/Antiban.simba(41:7): Unknown identifier 'LeaveDangerZone' at line 40
    Compiling failed.


    Not sure why, just updated using the msi.sex, checked for more updates and nothing is available.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  25. #325
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    Code:
    [Error] C:\Users\Kevin\Documents\Simba\Includes\MSI/MSI/Core/Antiban.simba(41:7): Unknown identifier 'LeaveDangerZone' at line 40
    Compiling failed.


    Not sure why, just updated using the msi.sex, checked for more updates and nothing is available.
    If anyone else is getting the same thing, update SRL. I added LeaveDangerZone yesterday.

+ Reply to Thread
Page 13 of 22 FirstFirst ... 31112131415 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may post attachments
  • You may edit your posts
  •