Results 1 to 4 of 4

Thread: Include can't compile, out of memory

  1. #1
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default Include can't compile, out of memory

    When I try to compile my include: https://github.com/officerBarbrady/SSInclude

    Simba just sits there and slowly rises to 2.1 GB of memory and then says out of memory...

    Is there something wrong with my include lol?

    All I'm trying to run is:

    Simba Code:
    {$I Soulsplit/Soulsplit.Simba}

    begin
    end.

  2. #2
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    include recursion.

  3. #3
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    mainscreen.simba and text.simba include each other.
    Working on: Tithe Farmer

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    mainscreen.simba and text.simba include each other.
    Yea noticed that a couple minutes after posting this, had to take wiener dog to the vet for emergency

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
  •