Play mp3 with very long Title --> crash [due to minilyrics]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Play mp3 with very long Title --> crash [due to minilyrics]

Re: Play an mp3 with a very long Title and MM crashes

by nohitter151 » Wed Apr 01, 2009 9:21 pm

fourteen wrote:
nohitter151 wrote:

Code: Select all

...
00001379	14.43468475	[5604] 2196 DB open SQL: SELECT Name FROM Filters WHERE ID=4 	
00001380	14.43515968	[5604] 2196 DB lock finished, took 689.	
00001402	14.45180607	[5604] Error - 	
00001403	14.45185661	[5604] RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly	
Since one of the last things that happens before your crash is querying for filters, perhaps it's an issue with one of your filters. I don't have any filters and I don't see that sql query for filters in my log when playing that mp3 file.
Good idea, I tried using No Filter but MM still crashed.
REIKA wrote:I can reproduce it only if using MiniLyrics.
You're absolutely right, I disabled Minilyrics and the file plays back fine. Thanks to all who helped me figure this out.

Re: Play an mp3 with a very long Title and MM crashes

by fourteen » Wed Apr 01, 2009 9:04 pm

nohitter151 wrote:

Code: Select all

...
00001379	14.43468475	[5604] 2196 DB open SQL: SELECT Name FROM Filters WHERE ID=4 	
00001380	14.43515968	[5604] 2196 DB lock finished, took 689.	
00001402	14.45180607	[5604] Error - 	
00001403	14.45185661	[5604] RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly	
Since one of the last things that happens before your crash is querying for filters, perhaps it's an issue with one of your filters. I don't have any filters and I don't see that sql query for filters in my log when playing that mp3 file.

Re: Play an mp3 with a very long Title and MM crashes

by REIKA » Wed Apr 01, 2009 9:02 pm

I can reproduce it only if using MiniLyrics.

Re: Play an mp3 with a very long Title and MM crashes

by fourteen » Wed Apr 01, 2009 8:49 pm

nohitter151 wrote:Thank you for trying this. I wonder if it is somehow specific to the mp3 file? I've uploaded the file here if anyone is interested in replicating:
Download
I downloaded the file.
Re-scanned it into MediaMonkey, played it - no problem.
Renamed the title in the track list directly (F2) - no problem.
Renamed the title in the Properties window - no problem.

Since the filename is rather long, you are not running into a problem with the total path (directory path+filename) being too long for Windows?

Re: Play an mp3 with a very long Title and MM crashes

by nohitter151 » Wed Apr 01, 2009 8:16 pm

Thank you for trying this. I wonder if it is somehow specific to the mp3 file? I've uploaded the file here if anyone is interested in replicating:
Download

Re: Play an mp3 with a very long Title and MM crashes

by fourteen » Wed Apr 01, 2009 4:06 pm

FYI, I can also change the title of an mp3 file to that long title, and play it with no problems (using 1229).

Re: Play an mp3 with a very long Title and MM crashes

by nohitter151 » Wed Apr 01, 2009 3:28 pm

Still crashes each time, here is a log:

Code: Select all

00001358	14.25164032	[5604] Thread has started 3508	
00001359	14.25172329	[5604] Thread registered, going to initialize 3508	
00001360	14.25177956	[5604] Thread initialized 3508	
00001361	14.25197792	[5604] Player: _Play() procedure entering.	
00001362	14.25206089	[5604] Player: Setting current track: D:\My Docs\Music\Sufjan Stevens\(2005) Illinois\Sufjan Stevens - The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenien.mp3	
00001363	14.25244617	[5604] Player: Song is not cached, try to play the original file	
00001366	14.32931519	[5604] Going to play file: D:\My Docs\Music\Sufjan Stevens\(2005) Illinois\Sufjan Stevens - The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenien.mp3	
00001367	14.32937145	[5604] Plugin C:\Program Files\MediaMonkey\Plugins\in_wmp3.dll can play D:\My Docs\Music\Sufjan Stevens\(2005) Illinois\Sufjan Stevens - The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenien.mp3	
00001369	14.36840343	[5604] Going to start playback.	
00001370	14.36858940	[5604] INWMP3: Stop() started	
00001371	14.36874294	[5604] INWMP3: Close() started	
00001372	14.36880398	[5604] INWMP3: Close() 1	
00001373	14.36886120	[5604] INWMP3: Close() 2	
00001374	14.36892605	[5604] INWMP3: Close() 3	
00001375	14.36898804	[5604] INWMP3: Close() finished	
00001376	14.36904240	[5604] INWMP3: StopOutput() started	
00001377	14.36919403	[5604] INWMP3: StopOutput() finished	
00001378	14.36941624	[5604] INWMP3: Stop() finished	
00001379	14.43468475	[5604] 2196 DB open SQL: SELECT Name FROM Filters WHERE ID=4 	
00001380	14.43515968	[5604] 2196 DB lock finished, took 689.	
00001402	14.45180607	[5604] Error - 	
00001403	14.45185661	[5604] RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly	
00001404	14.45189190	[5604]  	
00001405	14.48575497	[3200] AppInit_DLLs loading eNetHook.dll	
00001406	14.48580551	[3200] C:\Windows\system32\WerFault.exe	
00001407	14.48585796	[3200] WerFault.exe	
00001408	14.48630333	[3200] DLL_PROCESS_ATTACH finished	

Re: Play an mp3 with a very long Title and MM crashes

by nohitter151 » Wed Apr 01, 2009 2:03 pm

Bex wrote:No, I can play the file without any problem. It's an MP3 and I'm using MM's input/output plugin.
Hm, yes, I'm using the same input/output plugins, but I can reliably crash MM trying to play this file (which plays back fine with a shorter Title). I'll get a debug log.

Re: Play an mp3 with a very long Title and MM crashes

by Bex » Wed Apr 01, 2009 1:58 pm

No, I can play the file without any problem. It's an MP3 and I'm using MM's input/output plugin.

Re: Play an mp3 with a very long Title and MM crashes

by nohitter151 » Wed Apr 01, 2009 1:42 pm

Bex, now that I've properly tagged that mp3, I can no longer play it. When I attempt to play back a track with a long title such as the following, MM crashes:

Code: Select all

The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You're Going to Have to Leave Now, or, 'I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!'
I suspect that at the time I first reproduced this I was playing the same track I was renaming and that is when MM crashed. Can you reproduce it as well?

Re: Attempt to tag an mp3 with a very long Title and MM crashes

by nohitter151 » Wed Apr 01, 2009 6:18 am

Hm, just tried it again and it worked fine - I was working with 1229 before as well. Strange

Re: Attempt to tag an mp3 with a very long Title and MM crashes

by Bex » Wed Apr 01, 2009 1:21 am

Works great for me in 1229!

Play mp3 with very long Title --> crash [due to minilyrics]

by nohitter151 » Tue Mar 31, 2009 8:55 pm

I tried to tag an mp3 with the following as the title:

Code: Select all

The Black Hawk War, or, How to Demolish an Entire Civilization and Still Feel Good About Yourself in the Morning, or, We Apologize for the Inconvenience but You're Going to Have to Leave Now, or, 'I Have Fought the Big Knives and Will Continue to Fight Them Until They Are Off Our Lands!'
(From Illinois by Sufjan Stevens)

Every time I try, MM crashes.[/size]

EDIT: please see related post below

Top