Results 1 to 3 of 3

Thread: ChooseOption - Out of memory.

  1. #1
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ChooseOption - Out of memory.

    This little fellow has been bugging me for quite some time now and I have no idea how to solve it tbh.

    [Runtime Error] : Exception: Out of memory in line 498 in script D:\SCAR 3.20\includes\SRL/SRL/Core/Text.scar

    I know there was a discussion about this before, but it needs to get fixed.

    Who am I to shot for this >;]

    Any ideas?
    Last edited by Naike; 06-25-2009 at 12:00 AM.

  2. #2
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Guess that might be caused by Scar losing focus.
    Perhaps trying to set B.X2 and B.Y2 to a determined value.

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Try changing that line to:

    SCAR Code:
    B.X2 := MSX2 + 70;
    B.Y2 := MSY2 + 70;

    Added, plus 70's as the box can go over the limit, lol.
    Last edited by Naum; 06-25-2009 at 12:10 AM.

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
  •