Menu

#226 Sonic-visualiser Beta2 Win64 msi

v3.0beta
open
nobody
None
5
2017-01-26
2017-01-21
sildeag
No

Installed on Windows 10 64-bit. Used Open to open a wav file. Used Import More Audio to show waveform for an additional wav file. Added a specrogram. Screen refresh issues + used up arrow and down arrow key to zoom in and out. Application stopped working. I did not have any issue doing the same on Ubuntu 16.04.

Related

Bugs: #226

Discussion

  • Chris Cannam

    Chris Cannam - 2017-01-23

    Hm, I haven't seen this kind of trouble. Can I ask you for a few more details please? As I read it, this looks a bit like a problem with the program deciding where to allocate temporary storage (disc or memory) and how much to allocate, and so running out of it.

    • When you say "stopped working", do you mean progressively (e.g. got slower and slower and eventually stopped responding) or suddenly (i.e. crashed)?
    • What do you mean by "screen refresh issues"?
    • How long are the audio files you were looking at? (in terms of duration rather than file size)
    • How much RAM does the machine have?
    • Any chance you could send me (or attach) the sv-debug.log file that SV wrote during a session that failed in this way? It's located in the AppData folder, subdir "sonic-visualiser/Sonic Visualiser/log". The AppData folder is hidden by default in Windows, but you can get to it by clicking the Start button, typing %AppData% (with the percent signs) and hitting Return - this should open a Windows Explorer window on the folder, where you can see the sonic-visualiser entry.

    Thanks...

     
  • sildeag

    sildeag - 2017-01-25

    Answers and some questions.

    1. It progressively got worse but the main difference I noticed happened immediately.
    2. The first spectrogram look good, the second spectrogram appeared similar to a DVD with dirt on it, the redraw of the screen broke up. I had been using the zoom in and out feature too + two vamp plugins, one which used dynamic time warping. Playing around with waveform and spectrogram panes. Hope that clarifies. Similar processes and more on Ubuntu 16.04 worked perfectly.
    3. Two audio files were 10 minutes long and a third was less than 2 minutes.
    4. My laptop, which is dual-boot Ubuntu 16.04 64-bit and Windows 10, has 4 cores + 4GB DDR3 memory.
    5. Either I didn't save the log for that session or it didn't log what happened. I have attached what I have. Sorry.

    I will try to build on Windows 10 as I have both GNU g++ 6.2 and MSVC, which did you use? How did you ensure OpenMP support? With your Windows 64-bit MSI, how many cores were specified in your build? I used make -j3. I have Qt5.7 MSVC version (community version), which Qt version do you use on Windows? On Ubuntu I had used Qt5.8.

     
  • Chris Cannam

    Chris Cannam - 2017-01-26

    Thanks for the extra info. Unfortunately it does seem there's nothing useful in the attached log; possibly it was from a different session. The specs of the computer should be perfectly fine, anyway.

    The 64-bit Windows build is not trivial to do. That's partly because the package also incorporates files from the 32-bit build, in order to support 32-bit plugins, which you could skip if you were only running 64-bit plugin builds. I use the MSVC 2015 compiler and run the build from within the Qt Creator IDE from Qt 5.7 (I haven't tried 5.8 yet). Instructions are here: https://code.soundsoftware.ac.uk/projects/sonic-visualiser/wiki/WindowsBuild30

     
    • sildeag

      sildeag - 2017-01-26

      Chris,

      This isn't urgent because I do believe Ubuntu 64-bit version doesn't have
      this issue.

      I was able to get some further info, not sure if it helps:

      Unhandled exception at 0x00007FFFA75FD5B8 (ucrtbase.dll) in Sonic Visualiser.exe: An invalid parameter was passed to a function that considers invalid parameters fatal.

      My system has: version 10.0.14393.0 dated 7/16/2016 size 975KB.

      It seems to be a Win32 exception.

      It happens always, either immediately or a little later, without the use of
      any vamp plugins, just by loading up two 10 minute waveforms and creating
      spectrograms and moving left to right and back and zooming in and out.

      Hope that helps?

      From: Chris Cannam [mailto:cannam@users.sf.net]
      Sent: Thursday, January 26, 2017 2:19 AM
      To: [sv1:bugs] 226@bugs.sv1.p.re.sf.net
      Subject: [sv1:bugs] #226 Sonic-visualiser Beta2 Win64 msi

      Thanks for the extra info. Unfortunately it does seem there's nothing useful
      in the attached log; possibly it was from a different session. The specs of
      the computer should be perfectly fine, anyway.

      The 64-bit Windows build is not trivial to do. That's partly because the
      package also incorporates files from the 32-bit build, in order to support
      32-bit plugins, which you could skip if you were only running 64-bit plugin
      builds. I use the MSVC 2015 compiler and run the build from within the Qt
      Creator IDE from Qt 5.7 (I haven't tried 5.8 yet). Instructions are here:
      https://code.soundsoftware.ac.uk/projects/sonic-visualiser/wiki/WindowsBuild
      30


      [bugs:#226] https://sourceforge.net/p/sv1/bugs/226/ Sonic-visualiser
      Beta2 Win64 msi

      Status: open
      Group: v3.0beta
      Created: Sat Jan 21, 2017 03:46 AM UTC by sildeag
      Last Updated: Wed Jan 25, 2017 03:09 AM UTC
      Owner: nobody

      Installed on Windows 10 64-bit. Used Open to open a wav file. Used Import
      More Audio to show waveform for an additional wav file. Added a specrogram.
      Screen refresh issues + used up arrow and down arrow key to zoom in and out.
      Application stopped working. I did not have any issue doing the same on
      Ubuntu 16.04.


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/sv1/bugs/226/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       
      • Chris Cannam

        Chris Cannam - 2017-01-27

        That last bit of information is very interesting. I'd still like to see
        some logs if you can find any from such a run of the program, but I hope
        to be able to spend some time today trying to reproduce this myself.

        What format of audio files (i.e. mp3, wav etc) are you loading? That
        might well be relevant.

        Chris

        On Thu, 26 Jan 2017, at 19:10, sildeag wrote:

        Chris,

        This isn't urgent because I do believe Ubuntu 64-bit version doesn't have
        this issue.

        I was able to get some further info, not sure if it helps:

        Unhandled exception at 0x00007FFFA75FD5B8 (ucrtbase.dll) in Sonic Visualiser.exe: An invalid parameter was passed to a function that considers invalid parameters fatal.

        My system has: version 10.0.14393.0 dated 7/16/2016 size 975KB.

        It seems to be a Win32 exception.

        It happens always, either immediately or a little later, without the use
        of
        any vamp plugins, just by loading up two 10 minute waveforms and creating
        spectrograms and moving left to right and back and zooming in and out.

        Hope that helps?

        From: Chris Cannam [mailto:cannam@users.sf.net]
        Sent: Thursday, January 26, 2017 2:19 AM
        To: [sv1:bugs] 226@bugs.sv1.p.re.sf.net
        Subject: [sv1:bugs] #226 Sonic-visualiser Beta2 Win64 msi

        Thanks for the extra info. Unfortunately it does seem there's nothing
        useful
        in the attached log; possibly it was from a different session. The specs
        of
        the computer should be perfectly fine, anyway.

        The 64-bit Windows build is not trivial to do. That's partly because the
        package also incorporates files from the 32-bit build, in order to
        support
        32-bit plugins, which you could skip if you were only running 64-bit
        plugin
        builds. I use the MSVC 2015 compiler and run the build from within the Qt
        Creator IDE from Qt 5.7 (I haven't tried 5.8 yet). Instructions are here:
        https://code.soundsoftware.ac.uk/projects/sonic-visualiser/wiki/WindowsBuild
        30


        [bugs:#226] https://sourceforge.net/p/sv1/bugs/226/ Sonic-visualiser
        Beta2 Win64 msi

        Status: open
        Group: v3.0beta
        Created: Sat Jan 21, 2017 03:46 AM UTC by sildeag
        Last Updated: Wed Jan 25, 2017 03:09 AM UTC
        Owner: nobody

        Installed on Windows 10 64-bit. Used Open to open a wav file. Used Import
        More Audio to show waveform for an additional wav file. Added a
        specrogram.
        Screen refresh issues + used up arrow and down arrow key to zoom in and
        out.
        Application stopped working. I did not have any issue doing the same on
        Ubuntu 16.04.


        Sent from sourceforge.net because you indicated interest in
        https://sourceforge.net/p/sv1/bugs/226/

        To unsubscribe from further messages, please visit
        https://sourceforge.net/auth/subscriptions/


        [bugs:#226] Sonic-visualiser Beta2 Win64 msi

        Status: open
        Group: v3.0beta
        Created: Sat Jan 21, 2017 03:46 AM UTC by sildeag
        Last Updated: Thu Jan 26, 2017 09:19 AM UTC
        Owner: nobody

        Installed on Windows 10 64-bit. Used Open to open a wav file. Used
        Import More Audio to show waveform for an additional wav file. Added a
        specrogram. Screen refresh issues + used up arrow and down arrow key to
        zoom in and out. Application stopped working. I did not have any issue
        doing the same on Ubuntu 16.04.


        Sent from sourceforge.net because you indicated interest in
        https://sourceforge.net/p/sv1/bugs/226/

        To unsubscribe from further messages, please visit
        https://sourceforge.net/auth/subscriptions/

         

        Related

        Bugs: #226

        • sildeag

          sildeag - 2017-01-27

          They were both large wav files. I have built it on Windows and will find
          out more about the issue on the weekend. I had MSVC2013 and MSVC2015 - 2013
          generated too many errors so 2015 is a minimum requirement.

          From: Chris Cannam [mailto:cannam@users.sf.net]
          Sent: Friday, January 27, 2017 2:11 AM
          To: [sv1:bugs] 226@bugs.sv1.p.re.sf.net
          Subject: [sv1:bugs] Re: #226 Sonic-visualiser Beta2 Win64 msi

          That last bit of information is very interesting. I'd still like to see
          some logs if you can find any from such a run of the program, but I hope
          to be able to spend some time today trying to reproduce this myself.

          What format of audio files (i.e. mp3, wav etc) are you loading? That
          might well be relevant.

          Chris

          On Thu, 26 Jan 2017, at 19:10, sildeag wrote:

          Chris,

          This isn't urgent because I do believe Ubuntu 64-bit version doesn't have
          this issue.

          I was able to get some further info, not sure if it helps:

          Unhandled exception at 0x00007FFFA75FD5B8 (ucrtbase.dll) in Sonic
          Visualiser.exe: An invalid parameter was passed to a function that considers
          invalid parameters fatal.

          My system has: version 10.0.14393.0 dated 7/16/2016 size 975KB.

          It seems to be a Win32 exception.

          It happens always, either immediately or a little later, without the use
          of
          any vamp plugins, just by loading up two 10 minute waveforms and creating
          spectrograms and moving left to right and back and zooming in and out.

          Hope that helps?

          From: Chris Cannam [mailto:cannam@users.sf.net]
          Sent: Thursday, January 26, 2017 2:19 AM
          To: [sv1:bugs] 226@bugs.sv1.p.re.sf.net 226@bugs.sv1.p.re.sf.net
          Subject: [sv1:bugs] #226 Sonic-visualiser Beta2 Win64 msi

          Thanks for the extra info. Unfortunately it does seem there's nothing
          useful
          in the attached log; possibly it was from a different session. The specs
          of
          the computer should be perfectly fine, anyway.

          The 64-bit Windows build is not trivial to do. That's partly because the
          package also incorporates files from the 32-bit build, in order to
          support
          32-bit plugins, which you could skip if you were only running 64-bit
          plugin
          builds. I use the MSVC 2015 compiler and run the build from within the Qt
          Creator IDE from Qt 5.7 (I haven't tried 5.8 yet). Instructions are here:
          https://code.soundsoftware.ac.uk/projects/sonic-visualiser/wiki/WindowsBuild
          30


          [bugs:#226] https://sourceforge.net/p/sv1/bugs/226/
          https://sourceforge.net/p/sv1/bugs/226/ Sonic-visualiser
          Beta2 Win64 msi

          Status: open
          Group: v3.0beta
          Created: Sat Jan 21, 2017 03:46 AM UTC by sildeag
          Last Updated: Wed Jan 25, 2017 03:09 AM UTC
          Owner: nobody

          Installed on Windows 10 64-bit. Used Open to open a wav file. Used Import
          More Audio to show waveform for an additional wav file. Added a
          specrogram.
          Screen refresh issues + used up arrow and down arrow key to zoom in and
          out.
          Application stopped working. I did not have any issue doing the same on
          Ubuntu 16.04.


          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/sv1/bugs/226/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/


          [bugs:#226] https://sourceforge.net/p/sv1/bugs/226/ Sonic-visualiser
          Beta2 Win64 msi

          Status: open
          Group: v3.0beta
          Created: Sat Jan 21, 2017 03:46 AM UTC by sildeag
          Last Updated: Thu Jan 26, 2017 09:19 AM UTC
          Owner: nobody

          Installed on Windows 10 64-bit. Used Open to open a wav file. Used
          Import More Audio to show waveform for an additional wav file. Added a
          specrogram. Screen refresh issues + used up arrow and down arrow key to
          zoom in and out. Application stopped working. I did not have any issue
          doing the same on Ubuntu 16.04.


          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/sv1/bugs/226/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/


          [bugs:#226] https://sourceforge.net/p/sv1/bugs/226/ Sonic-visualiser
          Beta2 Win64 msi

          Status: open
          Group: v3.0beta
          Created: Sat Jan 21, 2017 03:46 AM UTC by sildeag
          Last Updated: Thu Jan 26, 2017 09:19 AM UTC
          Owner: nobody

          Installed on Windows 10 64-bit. Used Open to open a wav file. Used Import
          More Audio to show waveform for an additional wav file. Added a specrogram.
          Screen refresh issues + used up arrow and down arrow key to zoom in and out.
          Application stopped working. I did not have any issue doing the same on
          Ubuntu 16.04.


          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/sv1/bugs/226/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/

           

          Related

          Bugs: #226


Log in to post a comment.