View Issue Details

IDProjectCategoryView StatusLast Update
0007002ardourbugspublic2020-04-19 20:18
Reportervismay Assigned Totimbyr  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformWindowsOSwindows 7 Ultimate 64 bitOS Versionwindows 7 Ultima
Product Version5.4 
Fixed in Version5.X git (version in description) 
Summary0007002: Preferances remains blanck and doesn;t show any entries
DescriptionClicking on the preferances tab remains blank and doesn't show the details
TagsNo tags attached.

Activities

Ebardie

2016-09-02 08:59

reporter   ~0018535

Last edited: 2016-09-02 09:00

Deleting the line starting:

  <Window name="Preferences"

in ~/.config/ardour5/instant.xml was a workaround for me.

It was:

<Window name="Preferences" visible="yes" x-off="359" y-off="1296" x-size="1058" y-size="767" tabbed="no"/>

and is now:

<Window name="Preferences" visible="no" x-off="-1" y-off="-1" x-size="-1" y-size="-1" tabbed="yes"/>

paul

2016-09-05 17:06

administrator   ~0018547

This is already fixed in git.

timbyr

2016-10-31 10:31

developer   ~0018888

Last edited: 2016-10-31 10:42

I can still reproduce this issue with nightly build 5.4.252

If I detach the preferences and then close the window, save and exit ardour. After restart when the Preferences window is displayed only the left treeview is visible.

The ~/.config/ardour5/instant.xml contains:

<Preferences>
  <Window name="Preferences" visible="no" x-off="0" y-off="0" x-size="1600" y-size="836" tabbed="no"/>
</Preferences>

Deleting that line makes the widgets visible again after restart.

timbyr

2016-11-13 11:33

developer   ~0018950

I can still reproduce this with nightly build 5.4.320 on linux.

It would be nice to get this issue fixed before the next release.

dth

2016-11-14 16:51

reporter   ~0018968

I can solidly recreate the blank preferences.

Currently (rev 5.4-323-g43bd7f5) built from git.
fedora 24.

If I have more MIDI Ports than can fit on the prefs dialog the symptom will always appear. When the preferences dialog is attached there is less room for these entries. When this occurs, the project overview at the bottom of the editor also disappears as if my screen has infinite height. That is, only once I've attempted to display preferences. I can always get it back by toggling/un-attaching editor mixer and prefs without the device with a lot of PORTS connected.

timbyr

2016-11-19 04:25

developer   ~0018987

Last edited: 2016-11-19 04:26

This should finally be fixed with commit a8e05a50 and can be tested in a nightly build >= 5.4.390

Please test and confirm this issue is now resolved.

dth

2016-11-21 09:07

reporter   ~0019016

Issue is resolved here.
No blank prefs, attached detached, etc.
rev 5.4-399-gb2aaffa

system

2020-04-19 20:18

developer   ~0023647

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2016-09-02 06:00 vismay New Issue
2016-09-02 08:59 Ebardie Note Added: 0018535
2016-09-02 09:00 Ebardie Note Edited: 0018535
2016-09-05 17:06 paul Note Added: 0018547
2016-10-31 10:31 timbyr Note Added: 0018888
2016-10-31 10:31 timbyr Note Edited: 0018888
2016-10-31 10:42 timbyr Note Edited: 0018888
2016-11-13 11:33 timbyr Note Added: 0018950
2016-11-13 11:33 timbyr Status new => confirmed
2016-11-13 11:33 timbyr Product Version 5.3 => 5.4
2016-11-14 16:51 dth Note Added: 0018968
2016-11-19 04:25 timbyr Note Added: 0018987
2016-11-19 04:25 timbyr Assigned To => timbyr
2016-11-19 04:25 timbyr Status confirmed => feedback
2016-11-19 04:26 timbyr Note Edited: 0018987
2016-11-21 09:07 dth Note Added: 0019016
2016-11-21 09:22 timbyr Status feedback => resolved
2016-11-21 09:22 timbyr Fixed in Version => 5.X git (version in description)
2016-11-21 09:22 timbyr Resolution open => fixed
2020-04-19 20:18 system Note Added: 0023647
2020-04-19 20:18 system Status resolved => closed