Results 1 to 14 of 14

Thread: Cant run Simba, "Type mismatch at line 1714"

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

    Cool Cant run Simba, "Type mismatch at line 1714"

    So everything is updated and has run fine for me, cept for today when i open MSI and play it i get an error i will post in tag, thanks in advance.
    (the problem is the "length(objs) = 1") I have no idea

    for i := 0 to high(objs) do
    begin
    // Checks to see if the player's level is high enough to auto the object
    with MSI_Players[currentPlayer] do
    if (script.skillConst <> SKILL_NONE) then
    begin
    if (reportInfo.skillLevels[currentScript] < objs[i].level) then
    begin
    if (i = high(objs) and length(objs) = 1) then
    reportInfo.falseReason := script.skillName + ' requirement not met (' +
    toStr(reportInfo.skillLevels[currentScript]) +
    '/' + toStr(objs[i].level) + ')';

    MSI_SubDebug(script.skillName + ' level (' +
    toStr(reportInfo.skillLevels[currentScript]) +
    ') not met for ' + objs[i].name + ' (' + toStr(objs[i].level) + ')');
    continue;
    end;
    end;


    (also this)
    Opening MSI...
    [Error] C:\Simba\Includes\SRL/SRL/core/text.simba(667:13): Unknown identifier 'UpChars' at line 666
    Compiling failed.

  2. #2
    Join Date
    Jan 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\MSI/MSI/Core/Objects.simba(1715:50): Type mismatch at line 1714
    Compiling failed.

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

    Default

    What the heck kinda reply is that?

  4. #4
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get this [Error] C:\Simba\Includes\MSI/MSI/Core/Objects.simba(40:38): Identifier expected at line 39

  5. #5
    Join Date
    Aug 2007
    Location
    Marijuanaville USA
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am also having this error, although I haven't even begun to research a fix. Will post one when I find it
    Click here for my step by step picture guide to setting up MSI! http://villavu.com/forum/showthread....945#post859945

  6. #6
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Please update MSI, this has been fixed.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  7. #7
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Nah kyle its not fixed completly fixed yet. I just tried running MSI
    This is what I'm getting

    [Error] C:\Simba\Includes\MSI/MSI/Core/Objects.simba(1715:50): Type mismatch at line 1714
    Compiling failed.


    [Error] (40:39): Unknown type 'TMSObject' at line 39
    Compiling failed.


    Exception in Script: Plugin(sps32) has not been found

    It also says no update for MSI is available
    Last edited by exilednoob; 02-10-2012 at 04:31 PM.

  8. #8
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by exilednoob View Post
    Nah kyle its not fixed completly fixed yet. I just tried running MSI
    This is what I'm getting

    [Error] C:\Simba\Includes\MSI/MSI/Core/Objects.simba(1715:50): Type mismatch at line 1714
    Compiling failed.


    [Error] (40:39): Unknown type 'TMSObject' at line 39
    Compiling failed.


    Exception in Script: Plugin(sps32) has not been found

    It also says no update for MSI is available
    override the update and try updating again.

  9. #9
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Simba>MSI>Settings>Override Update
    Simba>MSI>Update

    That will fix the issues.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  10. #10
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Kk it worked.
    People make sure you restart Simba after you over ride the update
    thanks guys

  11. #11
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a million, i love this bot thanks for the help.
    ~RED

  12. #12
    Join Date
    Aug 2007
    Location
    Marijuanaville USA
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by exilednoob View Post
    Nah kyle its not fixed completly fixed yet. I just tried running MSI
    This is what I'm getting

    [Error] C:\Simba\Includes\MSI/MSI/Core/Objects.simba(1715:50): Type mismatch at line 1714
    Compiling failed.


    [Error] (40:39): Unknown type 'TMSObject' at line 39
    Compiling failed.


    Exception in Script: Plugin(sps32) has not been found

    It also says no update for MSI is available
    No MSI update available.
    [Error] C:\Simba\Includes\MSI/MSI/Core/Objects.simba(1715:50): Type mismatch at line 1714
    Compiling failed.

    same here
    Click here for my step by step picture guide to setting up MSI! http://villavu.com/forum/showthread....945#post859945

  13. #13
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Please read my post from above:


    Quote Originally Posted by Kyle Undefined View Post
    Simba>MSI>Settings>Override Update
    Simba>MSI>Update

    That will fix the issues.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  14. #14
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Thanks Kyle and jds, works fine now.

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
  •