Results 1 to 4 of 4

Thread: ChooseOption Error?

  1. #1
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default ChooseOption Error?

    Progress Report:
    arning! You passed wrong values to a finder function: xs > xe (0,-25). Swapping the values for now.
    Warning! You passed wrong values to a finder function: ys > ye (0,-35). Swapping the values for now.
    Warning! You passed a wrong xs to a finder function: -25. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -35. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed wrong values to a finder function: xs > xe (0,-25). Swapping the values for now.
    Warning! You passed wrong values to a finder function: ys > ye (0,-35). Swapping the values for now.
    Warning! You passed a wrong xs to a finder function: -25. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -35. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed wrong values to a finder function: xs > xe (0,-25). Swapping the values for now.
    Warning! You passed wrong values to a finder function: ys > ye (0,-35). Swapping the values for now.
    Warning! You passed a wrong xs to a finder function: -25. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -35. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed wrong values to a finder function: xs > xe (0,-25). Swapping the values for now.
    Warning! You passed wrong values to a finder function: ys > ye (0,-35). Swapping the values for now.
    Warning! You passed a wrong xs to a finder function: -25. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -35. That is below 0, thus out of bounds. Setting the value to 0 for now.


    Seen it before, is it chooseoption error?

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    I'm guessing it's a problem with FoldColorTolerance.
    Why?
    Well I was getting the error after MSI was right clicking banker and trying to do choose option, going back and back and back, eventuality ChooseOption uses GetChooseOptions which contains

    Simba Code:
    GetClientDimensions(B.X2, B.Y2);
      B.X1 := 0;
      B.Y1 := 0;
      Dec(B.X2);
      Dec(B.Y2);
      FindColorsTolerance(TPA1, 4343893, B.X1, B.Y1, B.X2, B.Y2, 0);
      FindColorsTolerance(TPA2, 3950929, B.X1, B.Y1, B.X2, B.Y2, 0);

    But that's quite odd for something like that to be screwing up especially when I'm using SMART, so maybe it's a rare occurrence, although it has happened to me 3 times today :/.

  3. #3
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Hmm idk. Does it occur over and over?
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  4. #4
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    I'm guessing it's a problem with FoldColorTolerance.
    Why?
    Well I was getting the error after MSI was right clicking banker and trying to do choose option, going back and back and back, eventuality ChooseOption uses GetChooseOptions which contains

    Simba Code:
    GetClientDimensions(B.X2, B.Y2);
      B.X1 := 0;
      B.Y1 := 0;
      Dec(B.X2);
      Dec(B.Y2);
      FindColorsTolerance(TPA1, 4343893, B.X1, B.Y1, B.X2, B.Y2, 0);
      FindColorsTolerance(TPA2, 3950929, B.X1, B.Y1, B.X2, B.Y2, 0);

    But that's quite odd for something like that to be screwing up especially when I'm using SMART, so maybe it's a rare occurrence, although it has happened to me 3 times today :/.
    If you were using Simba 0.98-rc5; that may explain the issue. Try Simba 0.98-rc6.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

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
  •