Author Topic: Crash while tries to play .m3u, .cue from .zip/.rar  (Read 1820 times)

purenoise

  • Posts: 120
XMPlay just crashed, and
it does every time.
XMPlay 3.8.5.26, device: default

  1. drop .zip/.rar
      [ containing audio files, including .m3u, .cue at the same level]
  2. in the playlist i see all the audio files including each of .m3u and .cue files
  3. at the end of the last audio file play, .m3u and .cue get striked, and
      xmplay crashes.

Ian @ un4seen

  • Administrator
  • Posts: 26019
Re: Crash while tries to play .m3u, .cue from .zip/.rar
« Reply #1 on: 3 Aug '21 - 17:45 »
I don't seem to be able to reproduce that here. I created a ZIP file containing a WAV file and M3U and CUE files that reference it, and then dropped the ZIP into XMPlay, but only the WAV file (not the M3U or CUE) was added to the playlist. Perhaps they're getting added there due to a plugin? Can you reproduce the problem without any plugins? If not, please try reintroducing your plugins one at a time to find the culprit.

purenoise

  • Posts: 120
Re: Crash while tries to play .m3u, .cue from .zip/.rar
« Reply #2 on: 4 Aug '21 - 15:16 »
Yes i will do more detailed testing, but

 - .flac audio files was in the archive, and
 - .cue or .m3u must contain list [ with empty file was not appeared in the playlist]

Will get back, with a sample archive.
 

purenoise

  • Posts: 120
Re: Crash while tries to play .m3u, .cue from .zip/.rar
« Reply #3 on: 4 Aug '21 - 15:57 »
Ok, did get crashes, on .flac, then
did testing on .opus, and .wav and
still crashes on all of then, and looks
like not the plugin issue, but

 - attempt to read/parse .m3u from
   the archive, and i notice
 - that crash happens at the -5second
   of current track when xmplay tries to
   preload next track
   [ .m3u file should be after the audio file in the playlist]

Let me know is it crashes for you, and
what the reason.
Attaching 3 .zip files for each type [ .flac, .opus, .wav]

Thanks.

Ian @ un4seen

  • Administrator
  • Posts: 26019
Re: Crash while tries to play .m3u, .cue from .zip/.rar
« Reply #4 on: 5 Aug '21 - 14:25 »
Is the M3U file appearing in the playlist when you drag'n'drop those ZIP files into XMPlay? That isn't happening with any of them here; only the audio file is appearing. If the problem isn't caused by a plugin then perhaps it's a config setting. If you do a fresh install of XMPlay (eg. unzip it into a new folder), does the M3U file still appear in the playlist then?

purenoise

  • Posts: 120
Re: Crash while tries to play .m3u, .cue from .zip/.rar
« Reply #5 on: 5 Aug '21 - 20:23 »

[ In my configuration]

 - yes, name of the .m3u files is listed with
   a audio file

[ Fresh install 3.8.5 - 1/9/2020]

 - just audio file
 - after replacing with my .ini, got
   .m3u listed, and then crash
 - and also no need to be archive,
   just .m3u after the audio file in
   playlist.

Attaching my .ini

Ian @ un4seen

  • Administrator
  • Posts: 26019
Re: Crash while tries to play .m3u, .cue from .zip/.rar
« Reply #6 on: 6 Aug '21 - 16:08 »
Ah! I see you have the "Verify file content" option disabled, so that explains how the M3U file gets into the playlist. After disabling that, I am able to reproduce the crash too. Here's an update that should fix it:

   www.un4seen.com/stuff/xmplay.exe

purenoise

  • Posts: 120
Re: Crash while tries to play .m3u, .cue from .zip/.rar
« Reply #7 on: 6 Aug '21 - 18:24 »
Works - no crash,
thank you.