Please take a minute to check our Frequently Asked Questions. Use Search to reveal possible related topics.
Also make sure you've read the Forum Guidelines before posting in this forum.
![]() ![]() |
Apr 10 2009, 21:59
Post
#31
|
|
![]() Developer Group: Admin Posts: 7621 Joined: 12-December 01 From: Germany, Dresden Member No.: 203 Mp3tag Version: 2.55a |
Hi nickless,
thanks for taking the time to test this! I had a hard time deciphering the log but I think I've found the issue (which might be with Wine Mp3tag uses the Listview control in callback mode where items are not initialized with the actual item text but with a hint to the control that it should ask back if it wants the text for a given item/subitem combination (text set to LPSTR_TEXTCALLBACK and mask to LVIF_TEXT | LVIF_PARAM when adding items). The application then handles the LVN_GETDISPINFO message and provides the text only if necessary. On native Windows this message is only sent, when there is at least one column to display text. This is not the case in Wine where the message is also sent for Listviews which have no columns at all. Since the album you've used for testing doesn't contain any title information on Amazon side, no column was added to the tracks list -- but Wine asked Mp3tag to display text for the item in the list. I think it's somewhere in dlls/comctl32/listview.c at LISTVIEW_GetItemT but this is only a vague guess. I've also sent you a link to an internal version. It would be great if you could confirm the workaround on Mp3tag side. Thanks! Florian -------------------- |
|
|
|
Apr 10 2009, 22:43
Post
#32
|
|
![]() Member Group: Full Members Posts: 383 Joined: 9-August 04 From: Germany Member No.: 1114 Mp3tag Version: 2.49 |
Hi Florian,
I had a hard time deciphering the log but I think I've found the issue (which might be with Wine Thanks, I'll bugreport this issue to the wine team if it is not known yet. I've also sent you a link to an internal version. It would be great if you could confirm the workaround on Mp3tag side. I've tested it on several albums, including the one I mentioned before, it seems to work fine now Thanks, nickless -------------------- |
|
|
|
Apr 10 2009, 22:45
Post
#33
|
|
![]() Developer Group: Admin Posts: 7621 Joined: 12-December 01 From: Germany, Dresden Member No.: 203 Mp3tag Version: 2.55a |
I've tested it on several albums, including the one I mentioned before, it seems to work fine now Great Florian -------------------- |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 15:39 |