View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005083 | ardour | bugs | public | 2012-08-26 23:39 | 2012-08-27 19:31 |
Reporter | kevinc | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 2.8.14 | ||||
Summary | 0005083: Can't type in fill-in form | ||||
Description | When I try to open a new project, first I couldn't "Create Folder" in the "select folder" dialog. Nothing I typed showed up. I created the desired folder and tried again. Now I can select the desired folder, but I can't type a project name into the "Name" box of the "Session Control". | ||||
Additional Information | This is my first try running ardour-2.8.14-1.fc17.x86_64 on a new machine. I can type into all other boxes & windows, just not the two ardour boxes I tried. This is on an up-to-date Fedora 17 machine. | ||||
Tags | No tags attached. | ||||
|
New things of note... 1, when I started ardour the first time my CWD was /proc/asound/ in order to discover my card info for qjackctl. When I changed to ~/temp then I got a dialog from ardour that has content very much like the qjackctl config. I still can't type into a box, but I can cut and paste text into the box. Pasting is done with my middle button on my 3-button mouse. When starting ardour in a terminal window, here are the message I see: [kevinc@drums-temp 0000045] ardour2 WARNING: Your system has a limit for maximum amount of locked memory! This might cause Ardour to run out of memory before your system runs out of memory. You can view the memory limit with 'ulimit -l', and it is normally controlled by /etc/security/limits.conf Ardour 2.8.14 (built using 13065 and GCC version 4.7.0 20120507 (Red Hat 4.7.0-5)) Copyright (C) 1999-2008 Paul Davis Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker Ardour comes with ABSOLUTELY NO WARRANTY not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This is free software, and you are welcome to redistribute it under certain conditions; see the source for copying conditions. loading default ui configuration file /etc/ardour2/ardour2_ui_default.conf loading user ui configuration file /home/kevinc/.ardour2/ardour2_ui.conf Loading ui configuration file /etc/ardour2/ardour2_ui_dark.rc ardour: [INFO]: Ardour will be limited to 4096 open files loading system configuration file /etc/ardour2/ardour_system.rc ardour: [INFO]: Using SSE optimized routines ardour: [INFO]: looking for control protocols in /home/kevinc/.ardour2/surfaces/:/usr/lib64/ardour2/surfaces/ ardour: [INFO]: Control surface protocol discovered: "Generic MIDI" ardour: [INFO]: Control surface protocol discovered: "Wiimote" powermate: Opening of powermate failed - No such file or directory ardour: [INFO]: Control protocol powermate not usable ardour: [INFO]: Control protocol Tranzport not usable ardour: [INFO]: Control surface protocol discovered: "Mackie" Cannot open ardourprobe client Cannot read socket fd = 16 err = Success JackSocketClientChannel read fail NSD response -5 folder = JACK COMMAND: /usr/bin/jackd -p 256 -R -P 60 -T -d alsa -n 2 -r 44100 -p 1024 -d hw:2,0 Cannot lock down 107302426 byte memory area (Cannot allocate memory) loading bindings from /etc/ardour2/mnemonic-us.bindings (ardour-2.8.14:4162): Gtk-WARNING **: EnableTranslation: missing action EnableTranslation NSD response -5 folder = /projects/Julien Session writable based on /projects/Julien/second/ |
|
The solution to this was to quit the qjackctl session that was running when I started ardour in /proc/asound/... From scratch, I restarted ardour in a directory writable by me. Now all is working well. Maybe this info is useful anyway? TTFN. |