Results 1 to 9 of 9

Thread: SMART8--SmartParams Problems

  1. #1
    Join Date
    Feb 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default SMART8--SmartParams Problems

    I have done the install from here the smart help page.
    I have also done the SMART8 download and installation from here. http://villavu.com/forum/showthread.php?t=93563&page=2

    But I am still getting the param errors and the RSREADY errors.

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:134): Invalid number of parameters at line 292
    Compiling failed.
    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
    Compiling failed.

    I have seen many posts on the threads about this with no responses.
    Any help is appreciated.

  2. #2
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Google:

    site:villavu.com invalid number of parameters at line 292

    the second one it because you're trying to compile the SmartParams.Simba file that opens when you get the error. Don't do that.

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

    Default

    Quote Originally Posted by BMWxi View Post
    Google:

    site:villavu.com invalid number of parameters at line 292

    the second one it because you're trying to compile the SmartParams.Simba file that opens when you get the error. Don't do that.
    Now I am getting this error in the SmartGraphics
    I tried changing all the define SMART to SMART8

    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]


    The SMART_CANVAS.FastDrawClear(0); is the error line.

    procedure SMART_ClearCanvas;
    begin
    if (not SMART_DebugSetup) then
    SMART_SetupDebug;

    If (SMART_CANVAS.TransparentColorSet) then
    SMART_CANVAS.FastDrawClear(SMART_CANVAS.GetTranspa rentColor)
    else
    SMART_CANVAS.FastDrawClear(0);
    end;

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    what script are you using? it looks like they are trying to clear the canvas before smart is launched. so called clear canvas before setupsrl.

  5. #5
    Join Date
    Feb 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Trying to use [Essence Miner][2007] Essence Harverster

  6. #6
    Join Date
    Mar 2013
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Im also trying to use this script...and am getting the same errors >_>
    Any help would be great

  7. #7
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Seems like a scripting error. Try and post on the script thread.

    Forum account issues? Please send me a PM

  8. #8
    Join Date
    Jun 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I'm also getting this with icombatpro

  9. #9
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've gotten this with every script I've tried. Not sure what the deal is, but SmartParams opens and has an error every time I compile and it's always :

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292


    I hope someone can figure this out.

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
  •