qutecsound-devel Mailing List for CsoundQt (Page 3)
Brought to you by:
mantaraya36
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(25) |
Mar
(43) |
Apr
(6) |
May
(17) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
(9) |
Nov
(2) |
Dec
(3) |
2017 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
(3) |
Sep
(7) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(5) |
Apr
(6) |
May
(2) |
Jun
(3) |
Jul
(8) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(4) |
Aug
(7) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: joachim h. <jh...@jo...> - 2018-07-18 19:58:23
|
hi - i have built csoundqt on a new laptop for the electronic studio of my university. it has a xubuntu derivate. for the students, it would be nice to have the CsoundQt icon in the application list (like PD or Audacity). does anyone know how to do it? i ran tarmo's "add_csound_mimetypes.sh", but i cannot see any effect (perhaps it has nothing to do with what i want to do). thanks - joachim |
From: joachim h. <jh...@jo...> - 2018-01-23 14:17:43
|
right you are! that was simple ... so now is my report that ALL is working for me on debian =) ciao - j On 23/01/18 14:32, Tarmo Johannes wrote: > Hi, > > Good to hear! > The html only example has written in sr=48000 and ksmps=100, if you are > using jack, change them to 44100 and 32 (or what is the samplerate and > bufsize of jack) and try then. > > Tarmo > > 23.01.2018 14:37 kirjutas kuupäeval "joachim heintz" > <jh...@jo... <mailto:jh...@jo...>>: > > hi tarmo - > > your fix is working for me. super!! > > i tried running a usual csd, and one which reports an error, and the > html examples. all works, except the third "Html file in > CsoundQt.html". it reported not being able to connect to jack. i > don't know whether this example is still supposed to work. i think > it was made by michael two years ago to demonstrate some features, > but perhaps with a different approach. > > cheers - > > joachim > > > > > On 23/01/18 10:53, Tarmo Johannes wrote: > > Hi, > > > > I copy in also Michael - I am not sure if you are in the > developers list? > > https://sourceforge.net/p/qutecsound/mailman/qutecsound-devel/ > <https://sourceforge.net/p/qutecsound/mailman/qutecsound-devel/> > > > > Joachim reported crashes/hangs in develop branch on Debian Linux. I > debugged it and made some changes in the html-rleated code, please > review that I did not mess up something. It needs more testing and > debugging of course, but now it seems to run fine for me. > > > > See > > https://github.com/CsoundQt/CsoundQt/commit/48d84da869cce42fa21bf763dc1ca6888ee79f31 > <https://github.com/CsoundQt/CsoundQt/commit/48d84da869cce42fa21bf763dc1ca6888ee79f31> > > > > 1) Commit 3f565353d854d41bb6be041aa04630995ce96c00 caused > CsoundEngine::flushQueues to freeze when there was an error in csd, > since the added isRunning() condition arrived at a closed lock when > stopping process was already on. I commented out the isRunning() > condition. Another solution would be to leave out the > flushQueus() call > from CsoundEngine::runCsound() (line 881), it seems to me, the > output is > the same. > > > > 2) Added check fot console not being 0 in > CsoundHtmlOnlyWrapper::csoundMessageCallback > > > > 3) moved csound.SetMessageCallback() > > from init function of CsoundHtmlWrapper to > CsoundHtmlOnlyWrapper::start > , otherwise the callback is set always when there is a html file > open > among document tabs- whether you run it or not - and that seemed to > cause problems on exit and in some other situations. The drawback is > that if someone uses a html-only file and runs some compile code > without > starting csound, there is no output. But I think it is reasonable > compromise for now. > > > > For me I get no more hangs any more (normal csd-s, csd with html > part, > html-only, csd with errors), the only case is html-only file > when there > is a mistake in the Csound code - then CsoundQt hangs. I will > investigate it later. > > > > Joachim, please pull and do a complete rebuild to see if it > solved your > problems. > > > > In February I hope to take time to work again with that and I > will look > again to the qthml3 branch that uses CsoundEngine class for the > audio > and messages output of html files as well. The reason is that I > try to > implement a solution using QtRemoteObjects to move CsoundEngine > separate > fro UI (thus minimizing crashes, hopefully) and it seems > important to > have just one class to move to the other process. This is > naturally just > a very inital idea... > > > > greetings, > > tarmo > > > > On pühapäev, 21. jaanuar 2018 12:39.37 EET joachim heintz wrote: > > it hangs when i start any csd file. > > > > > the error message has this at the end: > > > > > [D][src/CsoundHtmlOnlyWrapper.cpp:270 > > > CsoundHtmlOnlyWrapper::csoundMessageCallback] "end of > score.\t\t overall > > > amps:" > > > Segmentation fault > > > > > > > best - > > > joachim > > > > > On 20/01/18 22:04, Tarmo Johannes wrote: > > > > Hi, > > > > > > > > I will look at it, there is defi itely work to do. To be > more precise - > > > > hangs on what? Starting a csd? Starting CsoundQt? > > > > > > > > Tarmo > > > > > > > > 20.01.2018 15:59 kirjutas kuupäeval "joachim heintz" > > > > > > > > <jh...@jo... <mailto:jh...@jo...> > <mailto:jh...@jo... <mailto:jh...@jo...>>>: > > > > hi all - > > > > > > > > i just want to report this: > > > > > > > > when i build without html support in develop, i get a working > > > > version of csoundqt. > > > > > > > > when i build with CONFIG+=html_webengine, it always hangs. > > > > > > > > i am on debian with qt 5.8. > > > > > > > > best - > > > > > > > > joachim > > > > > > > > > ---------------------------------------------------------------------- > > > > -------- Check out the vibrant tech community on one of > the world's > > > > most > > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > > > > Qutecsound-devel mailing list > > > > Qut...@li... > <mailto:Qut...@li...> > > > > <mailto:Qut...@li... > <mailto:Qut...@li...>> > > > > > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel> > > > > > <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel>> > > > > > > ---------------------------------------------------------------------------- > > -- Check out the vibrant tech community on one of the > world's most > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > > > Qutecsound-devel mailing list > > > Qut...@li... > <mailto:Qut...@li...> > > > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel> > > > > > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > <mailto:Qut...@li...> > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel> > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > <mailto:Qut...@li...> > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel> > > |
From: joachim h. <jh...@jo...> - 2018-01-23 12:37:15
|
hi tarmo - your fix is working for me. super!! i tried running a usual csd, and one which reports an error, and the html examples. all works, except the third "Html file in CsoundQt.html". it reported not being able to connect to jack. i don't know whether this example is still supposed to work. i think it was made by michael two years ago to demonstrate some features, but perhaps with a different approach. cheers - joachim On 23/01/18 10:53, Tarmo Johannes wrote: > Hi, > > > > I copy in also Michael - I am not sure if you are in the developers list? > > https://sourceforge.net/p/qutecsound/mailman/qutecsound-devel/ > > > > Joachim reported crashes/hangs in develop branch on Debian Linux. I > debugged it and made some changes in the html-rleated code, please > review that I did not mess up something. It needs more testing and > debugging of course, but now it seems to run fine for me. > > > > See > > https://github.com/CsoundQt/CsoundQt/commit/48d84da869cce42fa21bf763dc1ca6888ee79f31 > > > > 1) Commit 3f565353d854d41bb6be041aa04630995ce96c00 caused > CsoundEngine::flushQueues to freeze when there was an error in csd, > since the added isRunning() condition arrived at a closed lock when > stopping process was already on. I commented out the isRunning() > condition. Another solution would be to leave out the flushQueus() call > from CsoundEngine::runCsound() (line 881), it seems to me, the output is > the same. > > > > 2) Added check fot console not being 0 in > CsoundHtmlOnlyWrapper::csoundMessageCallback > > > > 3) moved csound.SetMessageCallback() > > from init function of CsoundHtmlWrapper to CsoundHtmlOnlyWrapper::start > , otherwise the callback is set always when there is a html file open > among document tabs- whether you run it or not - and that seemed to > cause problems on exit and in some other situations. The drawback is > that if someone uses a html-only file and runs some compile code without > starting csound, there is no output. But I think it is reasonable > compromise for now. > > > > For me I get no more hangs any more (normal csd-s, csd with html part, > html-only, csd with errors), the only case is html-only file when there > is a mistake in the Csound code - then CsoundQt hangs. I will > investigate it later. > > > > Joachim, please pull and do a complete rebuild to see if it solved your > problems. > > > > In February I hope to take time to work again with that and I will look > again to the qthml3 branch that uses CsoundEngine class for the audio > and messages output of html files as well. The reason is that I try to > implement a solution using QtRemoteObjects to move CsoundEngine separate > fro UI (thus minimizing crashes, hopefully) and it seems important to > have just one class to move to the other process. This is naturally just > a very inital idea... > > > > greetings, > > tarmo > > > > On pühapäev, 21. jaanuar 2018 12:39.37 EET joachim heintz wrote: > >> it hangs when i start any csd file. > >> > >> the error message has this at the end: > >> > >> [D][src/CsoundHtmlOnlyWrapper.cpp:270 > >> CsoundHtmlOnlyWrapper::csoundMessageCallback] "end of score.\t\t overall > >> amps:" > >> Segmentation fault > >> > >> > >> best - > >> joachim > >> > >> On 20/01/18 22:04, Tarmo Johannes wrote: > >> > Hi, > >> > > >> > I will look at it, there is defi itely work to do. To be more precise - > >> > hangs on what? Starting a csd? Starting CsoundQt? > >> > > >> > Tarmo > >> > > >> > 20.01.2018 15:59 kirjutas kuupäeval "joachim heintz" > >> > > >> > <jh...@jo... <mailto:jh...@jo...>>: > >> > hi all - > >> > > >> > i just want to report this: > >> > > >> > when i build without html support in develop, i get a working > >> > version of csoundqt. > >> > > >> > when i build with CONFIG+=html_webengine, it always hangs. > >> > > >> > i am on debian with qt 5.8. > >> > > >> > best - > >> > > >> > joachim > >> > > >> > ---------------------------------------------------------------------- > >> > -------- Check out the vibrant tech community on one of the world's > >> > most > >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > >> > _______________________________________________ > >> > Qutecsound-devel mailing list > >> > Qut...@li... > >> > <mailto:Qut...@li...> > >> > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > >> > <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel> > >> > >> > ---------------------------------------------------------------------------- > >> -- Check out the vibrant tech community on one of the world's most > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot > >> _______________________________________________ > >> Qutecsound-devel mailing list > >> Qut...@li... > >> https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > > > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > |
From: Tarmo J. <trm...@gm...> - 2018-01-23 09:53:15
|
Hi, I copy in also Michael - I am not sure if you are in the developers list? https://sourceforge.net/p/qutecsound/mailman/qutecsound-devel/ Joachim reported crashes/hangs in develop branch on Debian Linux. I debugged it and made some changes in the html-rleated code, please review that I did not mess up something. It needs more testing and debugging of course, but now it seems to run fine for me. See https://github.com/CsoundQt/CsoundQt/commit/ 48d84da869cce42fa21bf763dc1ca6888ee79f31 1) Commit 3f565353d854d41bb6be041aa04630995ce96c00 caused CsoundEngine::flushQueues to freeze when there was an error in csd, since the added isRunning() condition arrived at a closed lock when stopping process was already on. I commented out the isRunning() condition. Another solution would be to leave out the flushQueus() call from CsoundEngine::runCsound() (line 881), it seems to me, the output is the same. 2) Added check fot console not being 0 in CsoundHtmlOnlyWrapper::csoundMessageCallback 3) moved csound./SetMessageCallback() / from init function of CsoundHtmlWrapper to CsoundHtmlOnlyWrapper::start , otherwise the callback is set always when there is a html file open among document tabs- whether you run it or not - and that seemed to cause problems on exit and in some other situations. The drawback is that if someone uses a html-only file and runs some compile code without starting csound, there is no output. But I think it is reasonable compromise for now. For me I get no more hangs any more (normal csd-s, csd with html part, html-only, csd with errors), the only case is html-only file when there is a mistake in the Csound code - then CsoundQt hangs. I will investigate it later. Joachim, please pull and do a complete rebuild to see if it solved your problems. In February I hope to take time to work again with that and I will look again to the qthml3 branch that uses CsoundEngine class for the audio and messages output of html files as well. The reason is that I try to implement a solution using QtRemoteObjects to move CsoundEngine separate fro UI (thus minimizing crashes, hopefully) and it seems important to have just one class to move to the other process. This is naturally just a very inital idea... greetings, tarmo On pühapäev, 21. jaanuar 2018 12:39.37 EET joachim heintz wrote: > it hangs when i start any csd file. > > the error message has this at the end: > > [D][src/CsoundHtmlOnlyWrapper.cpp:270 > CsoundHtmlOnlyWrapper::csoundMessageCallback] "end of score.\t\t overall > amps:" > Segmentation fault > > > best - > joachim > > On 20/01/18 22:04, Tarmo Johannes wrote: > > Hi, > > > > I will look at it, there is defi itely work to do. To be more precise - > > hangs on what? Starting a csd? Starting CsoundQt? > > > > Tarmo > > > > 20.01.2018 15:59 kirjutas kuupäeval "joachim heintz" > > > > <jh...@jo... <mailto:jh...@jo...>>: > > hi all - > > > > i just want to report this: > > > > when i build without html support in develop, i get a working > > version of csoundqt. > > > > when i build with CONFIG+=html_webengine, it always hangs. > > > > i am on debian with qt 5.8. > > > > best - |
From: joachim h. <jh...@jo...> - 2018-01-21 10:39:49
|
it hangs when i start any csd file. the error message has this at the end: [D][src/CsoundHtmlOnlyWrapper.cpp:270 CsoundHtmlOnlyWrapper::csoundMessageCallback] "end of score.\t\t overall amps:" Segmentation fault best - joachim On 20/01/18 22:04, Tarmo Johannes wrote: > Hi, > > I will look at it, there is defi itely work to do. To be more precise - > hangs on what? Starting a csd? Starting CsoundQt? > > Tarmo > > 20.01.2018 15:59 kirjutas kuupäeval "joachim heintz" > <jh...@jo... <mailto:jh...@jo...>>: > > hi all - > > i just want to report this: > > when i build without html support in develop, i get a working > version of csoundqt. > > when i build with CONFIG+=html_webengine, it always hangs. > > i am on debian with qt 5.8. > > best - > joachim > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > <mailto:Qut...@li...> > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > <https://lists.sourceforge.net/lists/listinfo/qutecsound-devel> > |
From: joachim h. <jh...@jo...> - 2018-01-20 13:59:41
|
hi all - i just want to report this: when i build without html support in develop, i get a working version of csoundqt. when i build with CONFIG+=html_webengine, it always hangs. i am on debian with qt 5.8. best - joachim |
From: joachim h. <jh...@jo...> - 2017-09-27 10:13:29
|
hi tarmo - thanks for discussing the options here. i definitely agree that we should go the stable way. csoundqt is too important for anyone, and in particular for newbies or users who "just want to run csound". i think you can use commit abc5aca from july 9, form develop (or 3fb112d from the same day). it has the new shortcuts (which are very nice) and i am working with it all the time without any issues. as you say: the inclusion of html5 widgets is a big change, and we should be as certain as we can that it works on all platforms, and provide good examples and docs. i will help with this as much as i can. many greetings from montevideo — we miss you here! joachim On 27/09/17 06:26, Tarmo Johannes wrote: > Hi, > > Csound 6.10 is coming out soon and I would like to discuss: > > I hoped I can find time to work with CsoundQt 0.9.5 for the release but > unfortunately could not. Although we had worked with Mike on html support a > lot this summer and test version was ready in beginning of August, there has > been very little feedback (almost none) from CsoundQt users list. > Nevertheless, there are some issues that need to be worked out like crash on > Debian linux, crash on exit on slower machines and there might be more. One > reason is setting CsoundMessageCallback - most problems seem to rise from the > connection between this ans CsondoleWidget. I have ideas but have not still > got to it. > > Also we would need proper documentation about new html features, API > description, new templates (like for Csound WASM, Csound for Node, Csound for > Android) and there are aslo some other smaller issues or requests that should > be worked out. And to split main code and extended examples into two > repositories, to make the code repo much lighter, as we discussed quite long > time ago. > > But what do do with CsoundQt for the Csound release now? I see three options: > > - include CsoundQt 0.9.5-beta from the current state of develop branch with > html support > - the same but built without html support > - build v 0.9.4 from master branch against new 6.10 (just to test, I believe > it should work). > > I would go for the most stable solution, ie 0.9.4 from master branch ( or I > must check - there were some minor fixes for 0.9.4.1) and provide 0.9.5-beta > via CsoundQt github releases page. And go for CsoundQt 0.9.5 release somewhere > in mid-November. > > What do you think? > > And much fun in Montevideo, who is there! > > tarmo > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > |
From: Tarmo J. <trm...@gm...> - 2017-09-27 06:29:14
|
Hi, Csound 6.10 is coming out soon and I would like to discuss: I hoped I can find time to work with CsoundQt 0.9.5 for the release but unfortunately could not. Although we had worked with Mike on html support a lot this summer and test version was ready in beginning of August, there has been very little feedback (almost none) from CsoundQt users list. Nevertheless, there are some issues that need to be worked out like crash on Debian linux, crash on exit on slower machines and there might be more. One reason is setting CsoundMessageCallback - most problems seem to rise from the connection between this ans CsondoleWidget. I have ideas but have not still got to it. Also we would need proper documentation about new html features, API description, new templates (like for Csound WASM, Csound for Node, Csound for Android) and there are aslo some other smaller issues or requests that should be worked out. And to split main code and extended examples into two repositories, to make the code repo much lighter, as we discussed quite long time ago. But what do do with CsoundQt for the Csound release now? I see three options: - include CsoundQt 0.9.5-beta from the current state of develop branch with html support - the same but built without html support - build v 0.9.4 from master branch against new 6.10 (just to test, I believe it should work). I would go for the most stable solution, ie 0.9.4 from master branch ( or I must check - there were some minor fixes for 0.9.4.1) and provide 0.9.5-beta via CsoundQt github releases page. And go for CsoundQt 0.9.5 release somewhere in mid-November. What do you think? And much fun in Montevideo, who is there! tarmo |
From: joachim h. <jh...@jo...> - 2017-09-13 05:15:32
|
ah sorry i did not notice. can these preferences be changed? i think it was not that much big. i will send it to you privately now. joachim On 12/09/17 20:34, Tarmo Johannes wrote: > Once again, the message was reported to be to big at first... > -- > Hi, > Thanks again for the report, feedback and testing is the only way to get > things right! > I rebuilt and tested now another computer. Found the bug for Run in term not > working - the > working path was not set correctly for files beginning with ":/examples" - > fixed now in git. > Html examples and other files work for me though. Nevertheless - I get > sometimes crashes > on exit. What puzzles me is that I see debug messages from > CsoundHtmlOnlyWrapper::csoundMessageCallback > even if I did not start not touch a html file. Something could be wrong there, > I will investigate. > If I could make it crash more, would be easier to detect. If you notice > anything idea-giving > from teh QtCreator debug messages, please let know! > Joachim, could you try various things: > - complete rebuild first, of course > - close all files including html part. Restart CsoundQt and run some non-html > file > - open one of the html examples but run non-html file > - then run html-file (I mean any of the examples, including html part). > - rebuild without html support and see if that works > Thanks! > tarmo > -- > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > |
From: Tarmo J. <trm...@gm...> - 2017-09-12 18:34:45
|
Once again, the message was reported to be to big at first... -- Hi, Thanks again for the report, feedback and testing is the only way to get things right! I rebuilt and tested now another computer. Found the bug for Run in term not working - the working path was not set correctly for files beginning with ":/examples" - fixed now in git. Html examples and other files work for me though. Nevertheless - I get sometimes crashes on exit. What puzzles me is that I see debug messages from CsoundHtmlOnlyWrapper::csoundMessageCallback even if I did not start not touch a html file. Something could be wrong there, I will investigate. If I could make it crash more, would be easier to detect. If you notice anything idea-giving from teh QtCreator debug messages, please let know! Joachim, could you try various things: - complete rebuild first, of course - close all files including html part. Restart CsoundQt and run some non-html file - open one of the html examples but run non-html file - then run html-file (I mean any of the examples, including html part). - rebuild without html support and see if that works Thanks! tarmo -- |
From: joachim h. <jh...@jo...> - 2017-09-11 14:09:19
|
hi - when i run the hello world in terminal, strangely enough i get this message: Could not run terminal program /usr/bin/xterm Check environment tab in preferences but xterm exists in this directory and can be run. and in the other version it runs. the output i pasted was, i think, from the hello world example. i attach it below again. cheers - joachim jh@lenov2:~$ cd src/csoundqt/bin/ jh@lenov2:~/src/csoundqt/bin$ ./CsoundQt-d-py-html-cs6-debug [D][src/main.cpp:61 main] virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 --Csound version 6.09.1 (double samples) Aug 26 2017 [commit: a5b29e123ba910934989a2491b83ad70bdcf97dc] libsndfile-1.0.27 end of score. overall amps: 0.0 overall samples out of range: 0 0 errors in performance Elapsed time at end of performance: real: 0.000s, CPU: 0.000s virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 --Csound version 6.09.1 (double samples) Aug 26 2017 [commit: a5b29e123ba910934989a2491b83ad70bdcf97dc] libsndfile-1.0.27 [W][unknown:0 unknown] QObject::connect: No such signal CsoundHtmlView::Close(bool) in src/qutecsound.cpp:3501 [W][unknown:0 unknown] QObject::connect: (sender name: 'csoundHtmlView') [D][src/midihandler.cpp:27 MidiHandler::MidiHandler] Using RtMidi API: 0 [D][src/widgetlayout.cpp:244 WidgetLayout::loadXmlWidgets] Older widget format. [D][src/widgetlayout.cpp:244 WidgetLayout::loadXmlWidgets] Older widget format. [D][src/csoundhtmlview.cpp:65 CsoundHtmlView::load] [D][src/csoundhtmlview.cpp:254 CsoundHtmlView::loadFromUrl] [D][src/csoundhtmlview.cpp:139 CsoundHtmlView::load] Setting CsoundWrapper JavaScript object on load. [W][unknown:0 unknown] QIODevice::write (QFile, ":/examples/Html5 Support/Minimal_Html_Example.csd"): device not open [D][src/midihandler.cpp:103 MidiHandler::findMidiInPortByName] "Arturia MiniLab mkII 24:0" seems to be Alsa device. Excluding port part. [D][src/qutecsound.cpp:2588 CsoundQt::applySettings] Midi In interface "Arturia MiniLab mkII 24:0" not found! [W][unknown:0 unknown] Remote debugging server started successfully. Try pointing a Chromium-based browser to http://127.0.0.1:34711 [D][src/qutecsound.cpp:1556 CsoundQt::play] CsoundQt::play... [D][src/csoundhtmlview.cpp:155 CsoundHtmlView::stop] [D][src/CsoundHtmlOnlyWrapper.cpp:257 CsoundHtmlOnlyWrapper::csoundMessageCallback] "CsoundThreaded::Stop()...\n" backtrace() returned 43 addresses /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7f0954065aff] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f094653b030] ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x5623d3f85c23] ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x5623d40275e9] ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x5623d40ddd00] ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x5623d40ddc6e] /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7f0954068c20] ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) [0x5623d40decf0] ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x5623d40e09f7] ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x5623d40ddb48] ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x5623d40f1a19] ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x5623d3fedcee] ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x5623d40fcfc2] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x651) [0x7f094786f381] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) [0x7f094a93db72] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction8activateENS_11ActionEventE+0x110) [0x7f094a940010] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) [0x7f094aa264a0] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7f094aa265ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7f094aae6a3a] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) [0x7f094a987e78] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) [0x7f094aae6b09] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f094a943c8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0xc1d) [0x7f094a94bafd] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7f0947846388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) [0x7f094a94a74f] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) [0x7f094a9a1886] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) [0x7f094a9a41bb] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f094a943c8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x226) [0x7f094a94b106] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7f0947846388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) [0x7f094981fd90] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x105) [0x7f0949821b35] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) [0x7f09497fe8fb] /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) [0x7f0938ff84f0] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7f0945ba47f7] /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7f0945ba4a60] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f0945ba4b0c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) [0x7f0947896ccf] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7f09478448fa] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) [0x7f094784c924] ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x5623d3fcdafc] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f09465282b1] ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x5623d3f36bfa] Csound tidy up: Segmentation fault ^Cbacktrace() returned 53 addresses /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7f0954065aff] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f094653b030] /lib/x86_64-linux-gnu/libpthread.so.0(pthread_cond_wait+0xbd) [0x7f09473c315d] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN14QWaitCondition4waitEP6QMutexm+0x1cb) [0x7f094767f1ab] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN18QThreadPoolPrivate11waitForDoneEi+0x13d) [0x7f094767a0ad] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPool11waitForDoneEi+0x11) [0x7f094767a471] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPoolD2Ev+0x1c) [0x7f094767a4ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(+0xa74e9) [0x7f094767a4e9] /lib/x86_64-linux-gnu/libc.so.6(+0x35910) [0x7f094653d910] /lib/x86_64-linux-gnu/libc.so.6(+0x3596a) [0x7f094653d96a] /usr/local/lib/libcsound64.so.6.0(+0x3fc16) [0x7f0954065c16] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f094653b030] ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x5623d3f85c23] ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x5623d40275e9] ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x5623d40ddd00] ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x5623d40ddc6e] /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7f0954068c20] ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) [0x5623d40decf0] ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x5623d40e09f7] ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x5623d40ddb48] ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x5623d40f1a19] ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x5623d3fedcee] ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x5623d40fcfc2] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x651) [0x7f094786f381] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) [0x7f094a93db72] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction8activateENS_11ActionEventE+0x110) [0x7f094a940010] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) [0x7f094aa264a0] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7f094aa265ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7f094aae6a3a] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) [0x7f094a987e78] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) [0x7f094aae6b09] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f094a943c8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0xc1d) [0x7f094a94bafd] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7f0947846388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) [0x7f094a94a74f] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) [0x7f094a9a1886] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) [0x7f094a9a41bb] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f094a943c8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x226) [0x7f094a94b106] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7f0947846388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) [0x7f094981fd90] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x105) [0x7f0949821b35] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) [0x7f09497fe8fb] /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) [0x7f0938ff84f0] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7f0945ba47f7] /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7f0945ba4a60] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f0945ba4b0c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) [0x7f0947896ccf] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7f09478448fa] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) [0x7f094784c924] ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x5623d3fcdafc] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f09465282b1] ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x5623d3f36bfa] Csound tidy up: Interrupt ^Cbacktrace() returned 53 addresses /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7f0954065aff] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f094653b030] /lib/x86_64-linux-gnu/libpthread.so.0(pthread_cond_wait+0xbd) [0x7f09473c315d] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN14QWaitCondition4waitEP6QMutexm+0x1cb) [0x7f094767f1ab] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN18QThreadPoolPrivate11waitForDoneEi+0x13d) [0x7f094767a0ad] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPool11waitForDoneEi+0x11) [0x7f094767a471] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPoolD2Ev+0x1c) [0x7f094767a4ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(+0xa74e9) [0x7f094767a4e9] /lib/x86_64-linux-gnu/libc.so.6(+0x35910) [0x7f094653d910] /lib/x86_64-linux-gnu/libc.so.6(+0x3596a) [0x7f094653d96a] /usr/local/lib/libcsound64.so.6.0(+0x3fc16) [0x7f0954065c16] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f094653b030] ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x5623d3f85c23] ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x5623d40275e9] ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x5623d40ddd00] ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x5623d40ddc6e] /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7f0954068c20] ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) [0x5623d40decf0] ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x5623d40e09f7] ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x5623d40ddb48] ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x5623d40f1a19] ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x5623d3fedcee] ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x5623d40fcfc2] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x651) [0x7f094786f381] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) [0x7f094a93db72] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction8activateENS_11ActionEventE+0x110) [0x7f094a940010] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) [0x7f094aa264a0] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7f094aa265ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7f094aae6a3a] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) [0x7f094a987e78] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) [0x7f094aae6b09] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f094a943c8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0xc1d) [0x7f094a94bafd] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7f0947846388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) [0x7f094a94a74f] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) [0x7f094a9a1886] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) [0x7f094a9a41bb] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f094a943c8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x226) [0x7f094a94b106] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7f0947846388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) [0x7f094981fd90] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x105) [0x7f0949821b35] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) [0x7f09497fe8fb] /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) [0x7f0938ff84f0] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7f0945ba47f7] /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7f0945ba4a60] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f0945ba4b0c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) [0x7f0947896ccf] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7f09478448fa] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) [0x7f094784c924] ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x5623d3fcdafc] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f09465282b1] ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x5623d3f36bfa] Csound tidy up: Interrupt [D][src/CsoundHtmlOnlyWrapper.cpp:257 CsoundHtmlOnlyWrapper::csoundMessageCallback] "end of score.\t\t overall amps:" Segmentation fault jh@lenov2:~/src/csoundqt/bin$ |
From: Tarmo J. <trm...@gm...> - 2017-09-10 07:59:35
|
Thanks for the report! Can you paste also the output when you run a non-html file? I assume Hello world works when you do Run in Terminal? Tarmo 09.09.2017 10:31 kirjutas kuupäeval "joachim heintz" <jh...@jo...>: > hi tarmo - > > thanks for the reminder. i am sorry i could not test before. now i did; > i could build with Qt 5.8 and the option CONFIG+=html_webengine without > problems. but when i run any example (not only html but for instance also > the "hello world"), it hangs, reporting "csound tidy up", and i have to > interrupt. > > below is the terminal output. i am using the debug version on debian > linux, with rather recent csound (which worked in several performances > otherwise). > > i am happy to test mor the next two weeks. just let me know. > > best - > joachim > > > jh@lenov2:~/src/csoundqt/bin$ ./CsoundQt-d-py-html-cs6-debug > [D][src/main.cpp:61 main] > virtual_keyboard real time MIDI plugin for Csound > 0dBFS level = 32768.0 > --Csound version 6.09.1 (double samples) Aug 26 2017 > [commit: a5b29e123ba910934989a2491b83ad70bdcf97dc] > libsndfile-1.0.27 > end of score. overall amps: 0.0 > overall samples out of range: 0 > 0 errors in performance > Elapsed time at end of performance: real: 0.000s, CPU: 0.000s > virtual_keyboard real time MIDI plugin for Csound > 0dBFS level = 32768.0 > --Csound version 6.09.1 (double samples) Aug 26 2017 > [commit: a5b29e123ba910934989a2491b83ad70bdcf97dc] > libsndfile-1.0.27 > [W][unknown:0 unknown] QObject::connect: No such signal > CsoundHtmlView::Close(bool) in src/qutecsound.cpp:3501 > [W][unknown:0 unknown] QObject::connect: (sender name: 'csoundHtmlView') > [D][src/midihandler.cpp:27 MidiHandler::MidiHandler] Using RtMidi API: 0 > [D][src/widgetlayout.cpp:244 WidgetLayout::loadXmlWidgets] Older widget > format. > [D][src/widgetlayout.cpp:244 WidgetLayout::loadXmlWidgets] Older widget > format. > [D][src/csoundhtmlview.cpp:65 CsoundHtmlView::load] > [D][src/csoundhtmlview.cpp:254 CsoundHtmlView::loadFromUrl] > [D][src/csoundhtmlview.cpp:139 CsoundHtmlView::load] Setting CsoundWrapper > JavaScript object on load. > [W][unknown:0 unknown] QIODevice::write (QFile, ":/examples/Html5 > Support/Minimal_Html_Example.csd"): device not open > [D][src/midihandler.cpp:103 MidiHandler::findMidiInPortByName] "Arturia > MiniLab mkII 24:0" seems to be Alsa device. Excluding port part. > [D][src/qutecsound.cpp:2588 CsoundQt::applySettings] Midi In interface > "Arturia MiniLab mkII 24:0" not found! > [W][unknown:0 unknown] Remote debugging server started successfully. Try > pointing a Chromium-based browser to http://127.0.0.1:34711 > [D][src/qutecsound.cpp:1556 CsoundQt::play] CsoundQt::play... > [D][src/csoundhtmlview.cpp:155 CsoundHtmlView::stop] > [D][src/CsoundHtmlOnlyWrapper.cpp:257 CsoundHtmlOnlyWrapper::csoundMessageCallback] > "CsoundThreaded::Stop()...\n" > backtrace() returned 43 addresses > /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7fc54313faff] > /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] > ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x559ee6819c23] > ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x559ee68bb5e9] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x559ee6971d00] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x559ee6971c6e] > /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7fc543142c20] > ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) > [0x559ee6972cf0] > ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x559ee69749f7] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x559ee6971b48] > ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x559ee6985a19] > ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x559ee6881cee] > ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x559ee6990fc2] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaO > bject8activateEP7QObjectiiPPv+0x651) [0x7fc536949381] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) > [0x7fc539a17b72] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAct > ion8activateENS_11ActionEventE+0x110) [0x7fc539a1a010] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) > [0x7fc539b004a0] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAb > stractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7fc539b005ac] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QTo > olButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7fc539bc0a3a] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) > [0x7fc539a61e78] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) > [0x7fc539bc0b09] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QAp > plication6notifyEP7QObjectP6QEvent+0xc1d) [0x7fc539a25afd] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreA > pplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) > [0x7fc539a2474f] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) > [0x7fc539a7b886] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) > [0x7fc539a7e1bb] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QAp > plication6notifyEP7QObjectP6QEvent+0x226) [0x7fc539a25106] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreA > pplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApp > licationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) > [0x7fc5388f9d90] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApp > licationPrivate24processWindowSystemEventEPN29QWindowSystemI > nterfacePrivate17WindowSystemEventE+0x105) [0x7fc5388fbb35] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindow > SystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) > [0x7fc5388d88fb] > /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) > [0x7fc5280d24f0] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) > [0x7fc534c7e7f7] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7fc534c7ea60] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) > [0x7fc534c7eb0c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEvent > DispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) > [0x7fc536970ccf] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEvent > Loop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7fc53691e8fa] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) > [0x7fc536926924] > ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x559ee6861afc] > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fc5356022b1] > ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x559ee67cabfa] > Csound tidy up: Segmentation fault > ^Cbacktrace() returned 53 addresses > /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7fc54313faff] > /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] > /lib/x86_64-linux-gnu/libpthread.so.0(pthread_cond_wait+0xbd) > [0x7fc53649d15d] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN14QWaitCondition4waitEP6QMutexm+0x1cb) > [0x7fc5367591ab] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN18QThrea > dPoolPrivate11waitForDoneEi+0x13d) [0x7fc5367540ad] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPool11waitForDoneEi+0x11) > [0x7fc536754471] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPoolD2Ev+0x1c) > [0x7fc5367544ac] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(+0xa74e9) > [0x7fc5367544e9] > /lib/x86_64-linux-gnu/libc.so.6(+0x35910) [0x7fc535617910] > /lib/x86_64-linux-gnu/libc.so.6(+0x3596a) [0x7fc53561796a] > /usr/local/lib/libcsound64.so.6.0(+0x3fc16) [0x7fc54313fc16] > /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] > ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x559ee6819c23] > ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x559ee68bb5e9] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x559ee6971d00] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x559ee6971c6e] > /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7fc543142c20] > ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) > [0x559ee6972cf0] > ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x559ee69749f7] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x559ee6971b48] > ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x559ee6985a19] > ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x559ee6881cee] > ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x559ee6990fc2] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaO > bject8activateEP7QObjectiiPPv+0x651) [0x7fc536949381] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) > [0x7fc539a17b72] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAct > ion8activateENS_11ActionEventE+0x110) [0x7fc539a1a010] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) > [0x7fc539b004a0] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAb > stractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7fc539b005ac] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QTo > olButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7fc539bc0a3a] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) > [0x7fc539a61e78] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) > [0x7fc539bc0b09] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QAp > plication6notifyEP7QObjectP6QEvent+0xc1d) [0x7fc539a25afd] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreA > pplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) > [0x7fc539a2474f] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) > [0x7fc539a7b886] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) > [0x7fc539a7e1bb] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QAp > plication6notifyEP7QObjectP6QEvent+0x226) [0x7fc539a25106] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreA > pplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApp > licationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) > [0x7fc5388f9d90] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApp > licationPrivate24processWindowSystemEventEPN29QWindowSystemI > nterfacePrivate17WindowSystemEventE+0x105) [0x7fc5388fbb35] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindow > SystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) > [0x7fc5388d88fb] > /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) > [0x7fc5280d24f0] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) > [0x7fc534c7e7f7] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7fc534c7ea60] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) > [0x7fc534c7eb0c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEvent > DispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) > [0x7fc536970ccf] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEvent > Loop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7fc53691e8fa] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) > [0x7fc536926924] > ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x559ee6861afc] > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fc5356022b1] > ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x559ee67cabfa] > Csound tidy up: Interrupt > ^Cbacktrace() returned 53 addresses > /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7fc54313faff] > /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] > /lib/x86_64-linux-gnu/libpthread.so.0(pthread_cond_wait+0xbd) > [0x7fc53649d15d] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN14QWaitCondition4waitEP6QMutexm+0x1cb) > [0x7fc5367591ab] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN18QThrea > dPoolPrivate11waitForDoneEi+0x13d) [0x7fc5367540ad] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPool11waitForDoneEi+0x11) > [0x7fc536754471] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPoolD2Ev+0x1c) > [0x7fc5367544ac] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(+0xa74e9) > [0x7fc5367544e9] > /lib/x86_64-linux-gnu/libc.so.6(+0x35910) [0x7fc535617910] > /lib/x86_64-linux-gnu/libc.so.6(+0x3596a) [0x7fc53561796a] > /usr/local/lib/libcsound64.so.6.0(+0x3fc16) [0x7fc54313fc16] > /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] > ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x559ee6819c23] > ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x559ee68bb5e9] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x559ee6971d00] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x559ee6971c6e] > /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7fc543142c20] > ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) > [0x559ee6972cf0] > ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x559ee69749f7] > ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x559ee6971b48] > ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x559ee6985a19] > ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x559ee6881cee] > ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x559ee6990fc2] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaO > bject8activateEP7QObjectiiPPv+0x651) [0x7fc536949381] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) > [0x7fc539a17b72] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAct > ion8activateENS_11ActionEventE+0x110) [0x7fc539a1a010] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) > [0x7fc539b004a0] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAb > stractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7fc539b005ac] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QTo > olButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7fc539bc0a3a] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) > [0x7fc539a61e78] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) > [0x7fc539bc0b09] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QAp > plication6notifyEP7QObjectP6QEvent+0xc1d) [0x7fc539a25afd] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreA > pplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) > [0x7fc539a2474f] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) > [0x7fc539a7b886] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) > [0x7fc539a7e1bb] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QAp > plicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QAp > plication6notifyEP7QObjectP6QEvent+0x226) [0x7fc539a25106] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreA > pplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApp > licationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) > [0x7fc5388f9d90] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApp > licationPrivate24processWindowSystemEventEPN29QWindowSystemI > nterfacePrivate17WindowSystemEventE+0x105) [0x7fc5388fbb35] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindow > SystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) > [0x7fc5388d88fb] > /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) > [0x7fc5280d24f0] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) > [0x7fc534c7e7f7] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7fc534c7ea60] > /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) > [0x7fc534c7eb0c] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEvent > DispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) > [0x7fc536970ccf] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEvent > Loop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7fc53691e8fa] > /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) > [0x7fc536926924] > ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x559ee6861afc] > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fc5356022b1] > ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x559ee67cabfa] > Csound tidy up: Interrupt > [D][src/CsoundHtmlOnlyWrapper.cpp:257 CsoundHtmlOnlyWrapper::csoundMessageCallback] > "end of score.\t\t overall amps:" > Segmentation fault > jh@lenov2:~/src/csoundqt/bin$ > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > |
From: joachim h. <jh...@jo...> - 2017-09-09 07:31:25
|
hi tarmo - thanks for the reminder. i am sorry i could not test before. now i did; i could build with Qt 5.8 and the option CONFIG+=html_webengine without problems. but when i run any example (not only html but for instance also the "hello world"), it hangs, reporting "csound tidy up", and i have to interrupt. below is the terminal output. i am using the debug version on debian linux, with rather recent csound (which worked in several performances otherwise). i am happy to test mor the next two weeks. just let me know. best - joachim jh@lenov2:~/src/csoundqt/bin$ ./CsoundQt-d-py-html-cs6-debug [D][src/main.cpp:61 main] virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 --Csound version 6.09.1 (double samples) Aug 26 2017 [commit: a5b29e123ba910934989a2491b83ad70bdcf97dc] libsndfile-1.0.27 end of score. overall amps: 0.0 overall samples out of range: 0 0 errors in performance Elapsed time at end of performance: real: 0.000s, CPU: 0.000s virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 --Csound version 6.09.1 (double samples) Aug 26 2017 [commit: a5b29e123ba910934989a2491b83ad70bdcf97dc] libsndfile-1.0.27 [W][unknown:0 unknown] QObject::connect: No such signal CsoundHtmlView::Close(bool) in src/qutecsound.cpp:3501 [W][unknown:0 unknown] QObject::connect: (sender name: 'csoundHtmlView') [D][src/midihandler.cpp:27 MidiHandler::MidiHandler] Using RtMidi API: 0 [D][src/widgetlayout.cpp:244 WidgetLayout::loadXmlWidgets] Older widget format. [D][src/widgetlayout.cpp:244 WidgetLayout::loadXmlWidgets] Older widget format. [D][src/csoundhtmlview.cpp:65 CsoundHtmlView::load] [D][src/csoundhtmlview.cpp:254 CsoundHtmlView::loadFromUrl] [D][src/csoundhtmlview.cpp:139 CsoundHtmlView::load] Setting CsoundWrapper JavaScript object on load. [W][unknown:0 unknown] QIODevice::write (QFile, ":/examples/Html5 Support/Minimal_Html_Example.csd"): device not open [D][src/midihandler.cpp:103 MidiHandler::findMidiInPortByName] "Arturia MiniLab mkII 24:0" seems to be Alsa device. Excluding port part. [D][src/qutecsound.cpp:2588 CsoundQt::applySettings] Midi In interface "Arturia MiniLab mkII 24:0" not found! [W][unknown:0 unknown] Remote debugging server started successfully. Try pointing a Chromium-based browser to http://127.0.0.1:34711 [D][src/qutecsound.cpp:1556 CsoundQt::play] CsoundQt::play... [D][src/csoundhtmlview.cpp:155 CsoundHtmlView::stop] [D][src/CsoundHtmlOnlyWrapper.cpp:257 CsoundHtmlOnlyWrapper::csoundMessageCallback] "CsoundThreaded::Stop()...\n" backtrace() returned 43 addresses /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7fc54313faff] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x559ee6819c23] ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x559ee68bb5e9] ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x559ee6971d00] ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x559ee6971c6e] /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7fc543142c20] ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) [0x559ee6972cf0] ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x559ee69749f7] ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x559ee6971b48] ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x559ee6985a19] ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x559ee6881cee] ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x559ee6990fc2] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x651) [0x7fc536949381] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) [0x7fc539a17b72] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction8activateENS_11ActionEventE+0x110) [0x7fc539a1a010] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) [0x7fc539b004a0] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7fc539b005ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7fc539bc0a3a] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) [0x7fc539a61e78] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) [0x7fc539bc0b09] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0xc1d) [0x7fc539a25afd] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) [0x7fc539a2474f] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) [0x7fc539a7b886] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) [0x7fc539a7e1bb] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x226) [0x7fc539a25106] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) [0x7fc5388f9d90] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x105) [0x7fc5388fbb35] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) [0x7fc5388d88fb] /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) [0x7fc5280d24f0] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7fc534c7e7f7] /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7fc534c7ea60] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7fc534c7eb0c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) [0x7fc536970ccf] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7fc53691e8fa] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) [0x7fc536926924] ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x559ee6861afc] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fc5356022b1] ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x559ee67cabfa] Csound tidy up: Segmentation fault ^Cbacktrace() returned 53 addresses /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7fc54313faff] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] /lib/x86_64-linux-gnu/libpthread.so.0(pthread_cond_wait+0xbd) [0x7fc53649d15d] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN14QWaitCondition4waitEP6QMutexm+0x1cb) [0x7fc5367591ab] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN18QThreadPoolPrivate11waitForDoneEi+0x13d) [0x7fc5367540ad] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPool11waitForDoneEi+0x11) [0x7fc536754471] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPoolD2Ev+0x1c) [0x7fc5367544ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(+0xa74e9) [0x7fc5367544e9] /lib/x86_64-linux-gnu/libc.so.6(+0x35910) [0x7fc535617910] /lib/x86_64-linux-gnu/libc.so.6(+0x3596a) [0x7fc53561796a] /usr/local/lib/libcsound64.so.6.0(+0x3fc16) [0x7fc54313fc16] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x559ee6819c23] ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x559ee68bb5e9] ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x559ee6971d00] ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x559ee6971c6e] /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7fc543142c20] ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) [0x559ee6972cf0] ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x559ee69749f7] ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x559ee6971b48] ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x559ee6985a19] ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x559ee6881cee] ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x559ee6990fc2] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x651) [0x7fc536949381] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) [0x7fc539a17b72] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction8activateENS_11ActionEventE+0x110) [0x7fc539a1a010] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) [0x7fc539b004a0] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7fc539b005ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7fc539bc0a3a] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) [0x7fc539a61e78] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) [0x7fc539bc0b09] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0xc1d) [0x7fc539a25afd] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) [0x7fc539a2474f] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) [0x7fc539a7b886] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) [0x7fc539a7e1bb] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x226) [0x7fc539a25106] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) [0x7fc5388f9d90] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x105) [0x7fc5388fbb35] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) [0x7fc5388d88fb] /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) [0x7fc5280d24f0] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7fc534c7e7f7] /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7fc534c7ea60] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7fc534c7eb0c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) [0x7fc536970ccf] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7fc53691e8fa] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) [0x7fc536926924] ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x559ee6861afc] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fc5356022b1] ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x559ee67cabfa] Csound tidy up: Interrupt ^Cbacktrace() returned 53 addresses /usr/local/lib/libcsound64.so.6.0(+0x3faff) [0x7fc54313faff] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] /lib/x86_64-linux-gnu/libpthread.so.0(pthread_cond_wait+0xbd) [0x7fc53649d15d] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN14QWaitCondition4waitEP6QMutexm+0x1cb) [0x7fc5367591ab] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN18QThreadPoolPrivate11waitForDoneEi+0x13d) [0x7fc5367540ad] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPool11waitForDoneEi+0x11) [0x7fc536754471] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QThreadPoolD2Ev+0x1c) [0x7fc5367544ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(+0xa74e9) [0x7fc5367544e9] /lib/x86_64-linux-gnu/libc.so.6(+0x35910) [0x7fc535617910] /lib/x86_64-linux-gnu/libc.so.6(+0x3596a) [0x7fc53561796a] /usr/local/lib/libcsound64.so.6.0(+0x3fc16) [0x7fc54313fc16] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7fc535615030] ./CsoundQt-d-py-html-cs6-debug(+0x9ec23) [0x559ee6819c23] ./CsoundQt-d-py-html-cs6-debug(+0x1405e9) [0x559ee68bb5e9] ./CsoundQt-d-py-html-cs6-debug(+0x1f6d00) [0x559ee6971d00] ./CsoundQt-d-py-html-cs6-debug(+0x1f6c6e) [0x559ee6971c6e] /usr/local/lib/libcsound64.so.6.0(csoundMessageV+0x36) [0x7fc543142c20] ./CsoundQt-d-py-html-cs6-debug(_ZN6Csound7MessageEPKcz+0xac) [0x559ee6972cf0] ./CsoundQt-d-py-html-cs6-debug(+0x1f99f7) [0x559ee69749f7] ./CsoundQt-d-py-html-cs6-debug(+0x1f6b48) [0x559ee6971b48] ./CsoundQt-d-py-html-cs6-debug(+0x20aa19) [0x559ee6985a19] ./CsoundQt-d-py-html-cs6-debug(+0x106cee) [0x559ee6881cee] ./CsoundQt-d-py-html-cs6-debug(+0x215fc2) [0x559ee6990fc2] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x651) [0x7fc536949381] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction9triggeredEb+0x32) [0x7fc539a17b72] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QAction8activateENS_11ActionEventE+0x110) [0x7fc539a1a010] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x2354a0) [0x7fc539b004a0] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0xcc) [0x7fc539b005ac] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton17mouseReleaseEventEP11QMouseEvent+0xa) [0x7fc539bc0a3a] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x298) [0x7fc539a61e78] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN11QToolButton5eventEP6QEvent+0x69) [0x7fc539bc0b09] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0xc1d) [0x7fc539a25afd] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1df) [0x7fc539a2474f] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b0886) [0x7fc539a7b886] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(+0x1b31bb) [0x7fc539a7e1bb] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7fc539a1dc8c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x226) [0x7fc539a25106] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x108) [0x7fc536920388] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x370) [0x7fc5388f9d90] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x105) [0x7fc5388fbb35] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) [0x7fc5388d88fb] /home/jh/src/Qt58/5.8/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5(+0xb04f0) [0x7fc5280d24f0] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7fc534c7e7f7] /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60) [0x7fc534c7ea60] /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7fc534c7eb0c] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f) [0x7fc536970ccf] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea) [0x7fc53691e8fa] /home/jh/src/Qt58/5.8/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84) [0x7fc536926924] ./CsoundQt-d-py-html-cs6-debug(main+0xa83) [0x559ee6861afc] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fc5356022b1] ./CsoundQt-d-py-html-cs6-debug(+0x4fbfa) [0x559ee67cabfa] Csound tidy up: Interrupt [D][src/CsoundHtmlOnlyWrapper.cpp:257 CsoundHtmlOnlyWrapper::csoundMessageCallback] "end of score.\t\t overall amps:" Segmentation fault jh@lenov2:~/src/csoundqt/bin$ |
From: Tarmo J. <trm...@gm...> - 2017-08-29 22:00:12
|
Hello, hello! I wonder if anyone has downloaded/built this version and tried at least the included html examples? I find testing so much more useful rather before than after release... Thanks! tarmo 2017-08-05 8:56 GMT+03:00 Tarmo Johannes <trm...@gm...>: > Hi, > > I uploaded now Mac and Windows binaries to > https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.5-beta > > Please try out if they start and work! > > tarmo > > On neljapäev, 3. august 2017 10:19.34 EEST Tarmo Johannes wrote: > > Hi, > > > > we have done a lot of work with Michael on the html support in CsoundQt. > Now > > also working with html-only files (like meant for Csound.node, > Csound-wasm > > or others) works. > > > > I just merged the working branch (qthtml2) to develop and the html > support > > can be built with adding > > CONFIG+=html_webengine > > or > > CONFIG+=html_webkit > > to your config.user.pri (or straight to qcs.pro) > > > > The Webengine build is preferred if you use Qt 5.8 or later, with Qt 5.5 > or > > earlier you should use webkit (Qt 5.6 and 5.7 Webengine is not good > enough > > yet, webkit not included by default mostly, so this is a in-between > area). > > Both work but webkit has less functionality for more complex html and > > javascript features. > > > > The version number is now 0.9.5-beta. > > > > I will make installables for OSX and hopefully Windows today-tomorrow and > > will write some more notes. > > > > There might be bugs, testing is very welcome! Use Examples->Html support > as > > strarting point. > > > > (On bug I did not figure out yet - setting HtmlView to fullscreen crashes > > CsoundQt. I commented it out and will ivestigate later). > > > > Best! > > tarmo > > > |
From: Tarmo J. <trm...@gm...> - 2017-08-05 05:56:31
|
Hi, I uploaded now Mac and Windows binaries to https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.5-beta Please try out if they start and work! tarmo On neljapäev, 3. august 2017 10:19.34 EEST Tarmo Johannes wrote: > Hi, > > we have done a lot of work with Michael on the html support in CsoundQt. Now > also working with html-only files (like meant for Csound.node, Csound-wasm > or others) works. > > I just merged the working branch (qthtml2) to develop and the html support > can be built with adding > CONFIG+=html_webengine > or > CONFIG+=html_webkit > to your config.user.pri (or straight to qcs.pro) > > The Webengine build is preferred if you use Qt 5.8 or later, with Qt 5.5 or > earlier you should use webkit (Qt 5.6 and 5.7 Webengine is not good enough > yet, webkit not included by default mostly, so this is a in-between area). > Both work but webkit has less functionality for more complex html and > javascript features. > > The version number is now 0.9.5-beta. > > I will make installables for OSX and hopefully Windows today-tomorrow and > will write some more notes. > > There might be bugs, testing is very welcome! Use Examples->Html support as > strarting point. > > (On bug I did not figure out yet - setting HtmlView to fullscreen crashes > CsoundQt. I commented it out and will ivestigate later). > > Best! > tarmo |
From: Tarmo J. <trm...@gm...> - 2017-08-03 07:19:46
|
Hi, we have done a lot of work with Michael on the html support in CsoundQt. Now also working with html-only files (like meant for Csound.node, Csound-wasm or others) works. I just merged the working branch (qthtml2) to develop and the html support can be built with adding CONFIG+=html_webengine or CONFIG+=html_webkit to your config.user.pri (or straight to qcs.pro) The Webengine build is preferred if you use Qt 5.8 or later, with Qt 5.5 or earlier you should use webkit (Qt 5.6 and 5.7 Webengine is not good enough yet, webkit not included by default mostly, so this is a in-between area). Both work but webkit has less functionality for more complex html and javascript features. The version number is now 0.9.5-beta. I will make installables for OSX and hopefully Windows today-tomorrow and will write some more notes. There might be bugs, testing is very welcome! Use Examples->Html support as strarting point. (On bug I did not figure out yet - setting HtmlView to fullscreen crashes CsoundQt. I commented it out and will ivestigate later). Best! tarmo |
From: joachim h. <jh...@jo...> - 2017-07-20 08:21:01
|
hi all - finally i have some time for csoundqt ... — yesterday i added a small description about what i learned about chnget and getting the widget state. i forgot to render pelican though, so today i went back to the description at https://github.com/CsoundQt/csoundqt.github.io/blob/master/README.md and follwed the advice: go to "manage" folder and execute 'make publish'. but this re-created nearly all html pages. i just had a short look into the diff, and it seems to be complete nonsense. i am using pelican for my own website, too, and i always simply use the command pelican and then the necessary html is created, but not more. wouldn't it be better to do the same for the csoundqt website, or is there any particular reason for the 'make publish'? ciao - joachim |
From: Tarmo J. <trm...@gm...> - 2017-06-08 21:09:39
|
This is probably due to PythonQt support - I am very glad it is back in Windows but unfortunately I have no good suggestion how to manage the python issue in the installer... If nothing else helps, than we could keep the default CsoundQt in the Csound installer without PythonQt supoort and the full-blown version on the CsoundQt download page. Michael, what is your suggestion? Dissapointed and confused Windows users is definitely one thing we would like to avoid. + the current Windows installer has some dll files missing, the corrected one should be at the moment https://github.com/csound/csound/releases/download/ untagged-2c84c015eb934b874144/Setup_Csound6_x64_6.09.1.exe. Thanks, Joachim! tarmo On kolmapäev, 7. juuni 2017 19:11.16 EEST joachim heintz wrote: > hi - > > i just taught some csound stuff in greece, and came across this problem: > > currently, the csound windows installer (6.09) installs a version of > csoundqt which requires python. if python is not installed, the message > saying "csoundqt could not start because python xx.dll is not found". > > there are not any information, though, about this requirement, given > during the installation process. even if the csound python opcode are > not used (which is asked during install), csoundqt requires python. > > i had two students, who are beginners and simple wanted to use csound > and csoundqt. both were on a 64bit computer, and even after installing > python, csoundqt did not start. > > my question (addressed at michael) is this: > > can we have this behaviour of the csound windows installer: > 1. the default version is without any python requirement. (no csound > python opcodes, and csoundqt built without pythonqt.) > 2. each user has the option (via checkboxes) to install > - the csound python opcodes, and > - csoundqt with pythonqt support. > > just as a sidenote: csoundqt should be installed with rtmidi support in > all cases, in my opinion. > > thanks - > joachim > > ---------------------------------------------------------------------------- > -- Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel |
From: joachim h. <jh...@jo...> - 2017-06-08 20:50:08
|
hi - i just taught some csound stuff in greece, and came across this problem: currently, the csound windows installer (6.09) installs a version of csoundqt which requires python. if python is not installed, the message saying "csoundqt could not start because python xx.dll is not found". there are not any information, though, about this requirement, given during the installation process. even if the csound python opcode are not used (which is asked during install), csoundqt requires python. i had two students, who are beginners and simple wanted to use csound and csoundqt. both were on a 64bit computer, and even after installing python, csoundqt did not start. my question (addressed at michael) is this: can we have this behaviour of the csound windows installer: 1. the default version is without any python requirement. (no csound python opcodes, and csoundqt built without pythonqt.) 2. each user has the option (via checkboxes) to install - the csound python opcodes, and - csoundqt with pythonqt support. just as a sidenote: csoundqt should be installed with rtmidi support in all cases, in my opinion. thanks - joachim |
From: Tarmo J. <trm...@gm...> - 2017-05-30 16:14:58
|
Hi, Works here. Do you have Csound 6.09? Please try complete rebuild of CsoundQt - there was a chang ein csoundInputEvent during the development of last Csound - if some modules of CsoundQt are still built against older Csound, it might cause the problem. tarmo On teisipäev, 30. mai 2017 15:12.29 EEST joachim heintz wrote: > hi - > > i just see that with the 0.9.4. csoundqt version i cannot send any > realtime event via button or live event sheet. > > (configure > general > disable realtime score events in NOT checked) > > can someone please check? if it is working for you, i can look closer > for the reason. > > thanks - > joachim > > ---------------------------------------------------------------------------- > -- Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel |
From: joachim h. <jh...@jo...> - 2017-05-30 13:12:40
|
hi - i just see that with the 0.9.4. csoundqt version i cannot send any realtime event via button or live event sheet. (configure > general > disable realtime score events in NOT checked) can someone please check? if it is working for you, i can look closer for the reason. thanks - joachim |
From: Tarmo J. <trm...@gm...> - 2017-02-14 20:50:30
|
Hi, the default template is hardcoded to types.h as QCS_DEFAULT_TEMPLATE please feel free to change it! Anothere possibility that is not used so much - there is a directory "templates" in the root dir of sources. Does it seem necessary to prepare and provide there more different templates for most typical uses and add that to installer? In CsoundQt-> Configuration -> Environment there option to set the Template directory, if user want to set it explicitly. I did not check in the code, how it is handled in program by default though tarmo On Tuesday 14 February 2017 14:26:00 joachim heintz wrote: > hi - > > would it be allright to change the standard csd template to > > ksmps = 32 > 0dbfs = 1 (without th float) > > ? > > if yes, where can i find the template?hel...@gm... > > best - > joachim > > ---------------------------------------------------------------------------- > -- Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel |
From: joachim h. <jh...@jo...> - 2017-02-14 13:26:14
|
hi - would it be allright to change the standard csd template to ksmps = 32 0dbfs = 1 (without th float) ? if yes, where can i find the template? best - joachim |
From: joachim h. <jh...@jo...> - 2016-12-09 20:50:52
|
hi tarmo - you are right, undo in the widget panel works as desired under linux! i will test under osx — i came across it while teaching. i will file a feature request for the live event sheet. thanks! joachim On 09/12/16 10:25, Tarmo Johannes wrote: > Hi, > > to me "Ctrl-z" works as undo on widget panel on Linux - at least when I create a > widget, I cun undo it. It is not in the context menu, so I should definitely add that. > > Or can you desrcibe more exactly what do you need or where it fails? > > I am not sure how live event sheets are done, this probably needs more tweaking > and recording the actions to undo somehow but I will look into that at some > moment. > > Anyway, please file a ticket - it is definitely a thing to work on. > > Thanks! > tarmo > > On Wednesday, December 07, 2016 09:41:04 PM joachim heintz wrote: >> hi all (tarmo ...) - >> >> i am wondering how easy / complicated this would be to implement: >> >> 1. having an "undo / redo" possibility also in the widget panel. >> 2. having self-completion with strings (mainly instrument names) also in >> the live event sheet. >> >> number 1 would be very useful (i see it all the time with my students). >> >> should i file a feature request? >> >> cheers - >> joachim >> >> ---------------------------------------------------------------------------- >> -- Developer Access Program for Intel Xeon Phi Processors >> Access to Intel Xeon Phi processor-based developer platforms. >> With one year of Intel Parallel Studio XE. >> Training and support from Colfax. >> Order your platform today.http://sdm.link/xeonphi >> _______________________________________________ >> Qutecsound-devel mailing list >> Qut...@li... >> https://lists.sourceforge.net/lists/listinfo/qutecsound-devel > > |
From: Tarmo J. <trm...@gm...> - 2016-12-09 09:25:54
|
Hi, to me "Ctrl-z" works as undo on widget panel on Linux - at least when I create a widget, I cun undo it. It is not in the context menu, so I should definitely add that. Or can you desrcibe more exactly what do you need or where it fails? I am not sure how live event sheets are done, this probably needs more tweaking and recording the actions to undo somehow but I will look into that at some moment. Anyway, please file a ticket - it is definitely a thing to work on. Thanks! tarmo On Wednesday, December 07, 2016 09:41:04 PM joachim heintz wrote: > hi all (tarmo ...) - > > i am wondering how easy / complicated this would be to implement: > > 1. having an "undo / redo" possibility also in the widget panel. > 2. having self-completion with strings (mainly instrument names) also in > the live event sheet. > > number 1 would be very useful (i see it all the time with my students). > > should i file a feature request? > > cheers - > joachim > > ---------------------------------------------------------------------------- > -- Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/xeonphi > _______________________________________________ > Qutecsound-devel mailing list > Qut...@li... > https://lists.sourceforge.net/lists/listinfo/qutecsound-devel |