Error messages in log file

Home Forums General Programming Error messages in log file

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #617
    dasfaker
    Keymaster
      • Topics: 80
      • Replies: 793
      • Total: 873
      • ★★★

      I’m getting this kind of messages in the log file of a panel:

      JUCE Assertion failure in c:develjucemodulesjuce_gui_basicswidgets/juce_ComboBox.cpp, line 101

      JUCE Assertion failure in c:develjucemodulesjuce_coretext/juce_String.cpp, line 300

      JUCE Assertion failure in c:develjucemodulesjuce_gui_basicswidgets/juce_Slider.cpp, line 1038

      Any idea? There are LUA methods that don’t execute in the panel, sometimes run fine but others don’t.

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

        Theese look like assertion failures from the JUCE library you can browse the JUCE code to see what’s going on: for example
        ComboBox line 101: https://github.com/julianstorer/JUCE/bl … x.cpp#L101

        Assertions are usually WARNINGS not errors, the app should live and work with them though it’s better to avoid them if possible.

        #4398
        dasfaker
        Keymaster
          • Topics: 80
          • Replies: 793
          • Total: 873
          • ★★★

          Thx.

          The log file never goes to the last modulator. It always stop writing to the log file in the middle of the panel, half the modulators don’t execute it’s LUA method, and those modulators always have vstvalue -1, even if I set it’s value to anything and save the panel. When I reopen it, those modulators (of a total of about 700 modulators, half of them) again have vstvalue -1. Any clue?

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

            -1 means that those modulators were never touched -1 means the modulator is uninitialized. Do you have LUA methods assigned to them ? I don’t know if i fully understand the problem, can you share the panel with me and explain what’s going on i’ll try to help.

            #4400
            dasfaker
            Keymaster
              • Topics: 80
              • Replies: 793
              • Total: 873
              • ★★★

              Here is the panel.

              Yes, it seems some modulators aren’t initialized. Every modulator has a LUA method assigned. If I log to file, I can see in the log the execution of methods of half the modulators of the panel (until modulator with vstindex 303). The other half don’t execute it’s LUA methods never and they don’t store it’s value on save (move the sliders, save the panel and reopen it. The modulators are again -1).

              #4401
              dasfaker
              Keymaster
                • Topics: 80
                • Replies: 793
                • Total: 873
                • ★★★

                Problems are gone with rev. 1056, great.

                I’ve another question about messages in log file.

                I got this: CtrlrProcessor::setParameter can’t find modulator for index=86

                What index is this 86? It seems it’s not vst index

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The forum ‘Programming’ is closed to new topics and replies.
              There is currently 0 users and 69 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