Results 1 to 6 of 6

Thread: FREE dtm

  1. #1
    Join Date
    Feb 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default FREE dtm

    Compiled successfully in 2106 ms.
    SRL Compiled in 0 msec
    Error: Out Of Range at line 277
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]


    This is the error i get when im trying to run Heavyrodder, been trying to fix this for hours reading tuts, and googling

    any suggestions?

  2. #2
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    That error has nothing to do with the Free DTM error. The Free DTM error simply means some memory that was set aside was not freed (that is an issue, but not a code-breaking issue, simply a ram-hog issue).

    The code-breaking issue on line 277 is entirely separate. What file is that occurring in? Are you running it in SMART? What is line 277 for you? Do you have SMART or SMART8?

  3. #3
    Join Date
    Feb 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    thank you for answering,

    line 277 is: Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');

    its in the Smartparams.simba.

    im trying to use Heavyrodder.simba

  4. #4
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Muusta View Post
    thank you for answering,

    line 277 is: Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');

    its in the Smartparams.simba.

    im trying to use Heavyrodder.simba
    You have the wrong version of SMART. I believe HeavyRodder uses SMART8 (which is the parameters error when you don't have SMART8). You need to either update your SMART, or edit the include at the top of the file to be
    Simba Code:
    {DEFINE SMART}

  5. #5
    Join Date
    Feb 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Im using the Define SMART, but i got still same error. what im trying to do is to change the client to access 07 server with a fishing script.

  6. #6
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Oh. It's not made for the 07 server and the entire functionality and build would be entirely different. It's not 07 server friendly so you can't do that, you will need to use an entirely different script for that.

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
  •