Lua error, line -1

Home Forums General Programming Lua error, line -1

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #708
    msepsis
    Participant
      • Topics: 219
      • Replies: 732
      • Total: 951
      • ★★★

      I’m getting a Lua error on a script thats about 600 lines long.. problem is the error message is telling me the problem is on line -1. How do I make heads or tails of that? Here’s the message:

      [code:1m6mw8pf]At line [-1]:
      [C]

      What:
      C
      Namewhat:
      method
      Name:
      setModulatorValue
      Error message:
      No matching overload found, candidates:
      void setModulatorValue(CtrlrModulator&,int,bool,bool,bool). Method disabled[/code:1m6mw8pf]

      Monstrum Media | Music, Sound & Software Design, Chicago / San Francisco listen

      #4790
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        This is a runtime error it won’t know what line number it is

        #4791
        msepsis
        Participant
          • Topics: 219
          • Replies: 732
          • Total: 951
          • ★★★

          Ok.. Is it possible ive hot the ceiling of allowed stored variables? All within this one script I did a lot of variable storing, creation of new variables based on math of existing variables etc… If I comment out the last 20 or so lines the script runs without error but there is nothing within those twenty lines that is any different from the previous 580 lines other than variable names increasing in number… All variables are (should be) valid and good.

          Monstrum Media | Music, Sound & Software Design, Chicago / San Francisco listen

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘Programming’ is closed to new topics and replies.
        There is currently 0 users and 56 guests online
        No users are currently active
        Forum Statistics
        Threads: 2,495, Posts: 17,374, Members: 77,605
        Most users ever online was 12 on January 22, 2019 3:47 pm
        Ctrlr