/srv/irclogs.ubuntu.com/2021/10/09/#ubuntustudio.txt

chris_uk[m]I have a couple if crash files06:33
guivercchris_uk[m], you should be able to submit then with `ubuntu-bug /var/crash/[name of crashfile].crash`06:34
chris_uk[m]in beta 21.10 var/crash   named _usr_ bin_ autojack.120. crash  and _ usr_ bin_ autojack.1000. crash 06:35
chris_uk[m]Thanks06:36
chris_uk[m] Will do.06:36
chris_uk[m]Experiencing some problem sending the crash files. Getting message in Aport ' The Application Studio Controls has closed unexpectedly.' 07:06
chris_uk[m]And in Konsole message: 'QStandardPaths: XDG_RUNTIME_ DUR not set, defaulting to ' /tmp/runtime-root'07:06
chris_uk[m]Have sent error message via Aport07:06
chris_uk[m]Should be RUNTIME_ DIR07:07
frank_Good Morning!08:03
frank_May I ask, if there is a documentation regarding the compiling of Ardour6 on ubuntustudio?08:05
OvenWerksfrank_: There is none15:02
OvenWerksfrank_: I am assuming you are using a git pull from github?15:02
OvenWerksfrank_: if you look at: https://nightly.ardour.org/i/A_Linux_x86_64/build_log.txt15:03
OvenWerksyou can see the ./waf configure line used.15:04
OvenWerkswhen you run that line, it will most likely fail because of missing deps. Most likely you will just need the *-dev package of those libs. Keep adding them until configure passes all the way through15:05
OvenWerks then ./waf will build15:06
OvenWerksfrank_: please note this will not give you a build that waf install will put in the same place as a pre built binary from ardour.org or ubuntu15:10
OvenWerksfrank_: also please note that the current github version of Ardour is not useable.15:10
OvenWerkswaf install will put things in /usr/local/15:11
OvenWerksIf you want to build for testing only, it is best to run ardour from the build directory.15:12
OvenWerksrun from */ardour/gtk2_ardour/ardev15:13
OvenWerksOr for debugging, remove the --optimize from your configure line to build a debug version and run */ardour/gtk2_ardour/ardbg15:16
OvenWerksfrank_: if any of this does not make sense to you, I would sugest using either the Ardour version from the ubuntu repositories or downloading the version(s) from ardour.org15:17
OvenWerkschris_uk[m]: before you worry about this problem in studio-controls make sure you have the latest version 2.2.6, the older version has a known problem.15:19
chris_uk[m]OvenWerks @OvenWerks:libera.chat I do have Studio Controls 2.2.6. 15:45
OvenWerkschris_uk[m]: if you run autojack from a terminal do you have the output?15:47
rghanyone knows where/when snd-seq-dummy is loaded ?16:22
rghI'm on 21.10 (cause I borked a 21.04 install .. I'm special)16:22
OvenWerksrgh: are you missing it, or want it not to load?16:23
rghI don16:23
rghs/don/want it not to load/16:23
OvenWerksI would expect it gets loaded when midi devices are around... but then midi stuff is there even with no midi device... so I would guess at boot.16:24
OvenWerksif you want it not to load, blacklist it.16:24
OvenWerksI do not know if there are other seq modules that depend on that or not16:25
OvenWerksmodprobe -r will fail if another module depends on it16:26
rghgotcha16:28
chris_uk[m]OvenWerks @OvenWerks:libera.chat I get this output:16:36
chris_uk[m]fozzy@fozzy-systemproductname:~$ autojack|pastebinit Can't open ALSA playback device 'hw:NVidia,0,0'. Can't open ALSA capture device 'hw:NVidia,0,0'. 16:36
OvenWerksI would not think that would cause a crash... at least not of autojack. I would think that is likely zita-a2j16:38
chris_uk[m]I use a Focusrite 6i6 2nd gen 16:40
OvenWerksIt seems normal, zita-a2j (or jackdbus) will find that your monitor does not have a capture device and in zita-a2j just not run or in jackdbus' case run as output only.16:40
OvenWerksok so master is usb16:41
chris_uk[m]Studio Controls is working OK in this beta. 16:41
chris_uk[m]I can' t see any problems in general. 16:42
OvenWerksif you open studio-controls, and look at the Extra Devices tab, select your nvidia device. The capture port count will probably be 100.16:42
OvenWerksif you set it to 0 that error message should go away16:43
chris_uk[m]Yes, master is the Focusrite. 16:43
OvenWerks(easiest way is to hit All twice.16:43
OvenWerksSo the problem above (crash report) is gone now?16:44
OvenWerkschris_uk[m]: there was a problem (about two days ago) with version 2.2.5 that caused a crash in autojack. The crash report may be a left over from that16:46
chris_uk[m]I haven' t got the Nvidia drivers in use yet. 16:46
chris_uk[m]Just tried to lower the capture port count to 0 and I got a crash notification. The +  and - bi16:46
OvenWerksInteresting16:47
chris_uk[m] box is now greyed out so can' t lower it. 16:47
OvenWerksit can't go lower than 016:47
chris_uk[m]It is still on 9916:48
chris_uk[m]But greyed out16:48
OvenWerksSo with a crash report does that mean you can't close the gui? (close button in the lower right)16:48
chris_uk[m]Yes, it closes the whole studio controls.16:49
OvenWerksso on restart, is that button available again?16:50
OvenWerksMaybe run studio-controls from a terminal might give some more info16:50
chris_uk[m]Yes, it is available16:51
OvenWerksIf you click the All beside it should turn to off, then click that and the number should go to 016:52
* OvenWerks needs to make that show off if the number is not 016:52
chris_uk[m]Yes, it goes 016:53
OvenWerksapply should make that permanent16:54
chris_uk[m]Ok16:54
OvenWerksyou may wish the playback to be 0 as well if you don't ever use that output.16:54
OvenWerksI can't get the +/- arrows to crash here16:55
chris_uk[m]Ok. Done16:55
OvenWerksSo I am not sure what happened in your case16:55
OvenWerksit is hard to know which way to default things for first time use16:56
chris_uk[m]Do you want the terminal output?16:56
OvenWerksare there errors?16:56
OvenWerksI am looking for traceback lines16:56
chris_uk[m]TypeError. 16:57
OvenWerksYeah I would like that then16:57
OvenWerksit is probably the last traceback line. It should have a line number16:58
chris_uk[m]Traceback (most recent call last): File "/usr/bin/studio-controls", line 1039, in xdev_changed17:01
chris_uk[m]Here is more17:03
chris_uk[m]Traceback (most recent call last): File "/usr/bin/studio-controls", line 1039, in xdev_changed sub_db['rate'] = int(self.xdev_rate_drop.get_active_id()) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'17:03
OvenWerksinteresting so the sample rate in the dropdown is not set.17:05
OvenWerksactually.... why would we save that at all?17:05
OvenWerksOh we don't.17:06
chris_uk[m]Sample rate greyed out in Extra devices17:08
chris_uk[m]And is empty (not set)17:09
OvenWerksYes, that makes sense... it is (or seems to be) the same problem we just fixed in autojack.17:11
OvenWerksThere are no rates found in the codec#0 file... 17:13
OvenWerkswell actually, this being hdmi, they would be in an excluded part of the file17:13
OvenWerksEickmeyer: ^^^17:14
OvenWerkschris_uk[m]: thank you for testing17:14
chris_uk[m]Ok17:14
OvenWerksis it possible to run ubuntu-bug studio-controls17:15
OvenWerksand add in the above traceback?17:15
Eickmeyer[m]Final Freeze is in effect.17:15
OvenWerks(in the description)17:15
OvenWerksEickmeyer: ok17:16
OvenWerksI will fix anyway. can backports be activated for 21.10 now?17:16
chris_uk[m]So no need for Ubuntu-bug?17:18
Eickmeyer[m]<OvenWerks> "I will fix anyway. can backports..." <- We *might* be able to sneak it into the release if a good case is made.17:21
Eickmeyer[m]chris_uk[m]: It's still needed.17:22
chris_uk[m]Ok17:53
chris_uk[m]Suitable summary description for bug?18:00
OvenWerksstudio-controls hangs?18:03
OvenWerksstudio-controls hangs on apply?18:03
chris_uk[m]Ok18:03
OvenWerkscommand line out is: and the stuff above.18:04
chris_uk[m]Done18:06
OvenWerksWhat is the bug number?18:07
chris_uk[m]Just logged out.18:09
OvenWerksok, I will wait it should show up in my mailbox soon18:09
chris_uk[m]I will log back in18:09
chris_uk[m]Where do I login?18:10
OvenWerkshttps://bugs.launchpad.net/ubuntu/+source/studio-controls/+bug/194657218:14
ubottuLaunchpad bug 1946572 in studio-controls (Ubuntu) "Studio controls hangs on Apply" [Undecided, New]18:14
OvenWerkschris_uk[m]: it is ok, I found it.18:16
chris_uk[m]Thanks Ubottu.18:17
OvenWerkschris_uk[m]: if you wish, you can download https://raw.githubusercontent.com/ovenwerks/studio-controls/master/usr/bin/studio-controls18:19
OvenWerksand run this from the commandline to see if this fixes things18:19
OvenWerksI guess you would need to cp it into /usr/bin for it to work right18:20
OvenWerksIf we are getting too difficult for you, I guess testing can wait... unless Eickmeyer can duplicate this18:21
chris_uk[m]It is too difficult. 18:24
OvenWerksno problem18:24
OvenWerksmost people are not comfortable with a lot of commandline things18:24
chris_uk[m]Does ubuntu-bug command automatically collect the contents of the terminal? 18:28
OvenWerksno,18:28
OvenWerksThe only place that happened was because you added it18:29
chris_uk[m]Di you have what you need? 18:29
OvenWerksif the crash icon shows up and you send a bug from there then it does.18:29
OvenWerksYes there is already a fix uploaded. When it gets to the package state I don't know.18:30
chris_uk[m]Right. 18:30
OvenWerksI can't really test it here because my system doesn't show that bug.18:31
Eickmeyerchris_uk[m]: Is there any chance I can get you to update the bug description with a description of the behavior?23:24

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!