[kid3] [Bug 433690] kid3 crashes opening MP3 files created by Windows Media Player 12 (Windows 10)

2021-03-17 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=433690

Urs Fleisch  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Urs Fleisch  ---
Fixed in version 3.8.6.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 433690] kid3 crashes opening MP3 files created by Windows Media Player 12 (Windows 10)

2021-02-28 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=433690

--- Comment #2 from Urs Fleisch  ---
I have investigated the issue further and my conclusion is that the crash
happens with every file opened with id3lib because the libraries were built
with a different thread model (win32 instead of posix). I suppose that these
bug not only affects files created by WMP 12, maybe you had some other MP3
files which worked but have an ID3v2.4.0 tag, which is not supported by id3lib
and thus loaded using TagLib.

I have now published a fixed version kid3-git20210228-win32-x64.zip in
https://sourceforge.net/projects/kid3/files/kid3/development/, please test if
it works for you, it should also work when Id3libMetadata is enabled.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 433690] kid3 crashes opening MP3 files created by Windows Media Player 12 (Windows 10)

2021-02-27 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=433690

Urs Fleisch  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Urs Fleisch  ---
Thanks for the report. I could reproduce this with active Id3libMetadata plugin
on Windows 10. When the TaglibMetadata plugin is used for MP3 files, it did not
crash. So I suggest that you go to the "Plugins" tab of the settings, make sure
that "Id3libMetadata" is unchecked and "TaglibMetadata" is checked. Click "OK"
and then restart Kid3. Now it should no longer crash.

id3lib had its last release in 2003, it is unmaintained and I would not
recommend to use it. TagLib is the better option and it supports also a lot of
other formats.

The id3lib used in the binary Kid3 packages has a few patches to fix bugs. I
will try to find out where the crash happens. Unfortunately, the crash cannot
be reproduced on Linux, not even with id3lib.

-- 
You are receiving this mail because:
You are watching all bug changes.