Thank You for your continued support and contributions!
I have this program that downloads audiobooks. Rockbox would always play them. Now, I get this. I've never seen this before. It will play a few seconds, then this.The books are in a directory. Within that directory are subdirectories for each book, and then mp3 files.If I copy a file that's crashing into a different directory, it plays. It's not the mp3 files. It's the directory structure somehow.I get this even with a fresh install.
Quote from: mrsubway on December 11, 2024, 11:20:39 PMI have this program that downloads audiobooks. Rockbox would always play them. Now, I get this. I've never seen this before. It will play a few seconds, then this.The books are in a directory. Within that directory are subdirectories for each book, and then mp3 files.If I copy a file that's crashing into a different directory, it plays. It's not the mp3 files. It's the directory structure somehow.I get this even with a fresh install.First information it would be useful to know is the specific build version. I presume it's one of the latest builds from the past few days?Sounds suspiciously like a filepath issue. Can you give an example path to a file that plays correctly and an example path to the same file when it does not play correctly?I'm betting it's not specific to this device.
Quote from: dconrad on December 12, 2024, 07:41:54 AMQuote from: mrsubway on December 11, 2024, 11:20:39 PMI have this program that downloads audiobooks. Rockbox would always play them. Now, I get this. I've never seen this before. It will play a few seconds, then this.The books are in a directory. Within that directory are subdirectories for each book, and then mp3 files.If I copy a file that's crashing into a different directory, it plays. It's not the mp3 files. It's the directory structure somehow.I get this even with a fresh install.First information it would be useful to know is the specific build version. I presume it's one of the latest builds from the past few days?Sounds suspiciously like a filepath issue. Can you give an example path to a file that plays correctly and an example path to the same file when it does not play correctly?I'm betting it's not specific to this device.Here's one. Mind you, this USED to play. Sadly, I can't pinpoint which nightly it began with. I've got a HiFi Walker. It came with 1.5. I'm running the latest nightly. I also have the very latest bootloader. Native port.f:\AudioBooks\The Science Fiction Hall of Fame, Vol. 1, 1929-1964 [B077YS8B2P]\10 - “Mimsy Were the Borogoves” by Lewis Padgett.mp3If I move that file to the root of the player, no error. It used to play with that structure.Note that these are DRM stripped audiobooks that I have purchased from Audible and want to play on my Walker.
Quote from: mrsubway on December 12, 2024, 05:26:46 PMQuote from: dconrad on December 12, 2024, 07:41:54 AMQuote from: mrsubway on December 11, 2024, 11:20:39 PMI have this program that downloads audiobooks. Rockbox would always play them. Now, I get this. I've never seen this before. It will play a few seconds, then this.The books are in a directory. Within that directory are subdirectories for each book, and then mp3 files.If I copy a file that's crashing into a different directory, it plays. It's not the mp3 files. It's the directory structure somehow.I get this even with a fresh install.First information it would be useful to know is the specific build version. I presume it's one of the latest builds from the past few days?Sounds suspiciously like a filepath issue. Can you give an example path to a file that plays correctly and an example path to the same file when it does not play correctly?I'm betting it's not specific to this device.Here's one. Mind you, this USED to play. Sadly, I can't pinpoint which nightly it began with. I've got a HiFi Walker. It came with 1.5. I'm running the latest nightly. I also have the very latest bootloader. Native port.f:\AudioBooks\The Science Fiction Hall of Fame, Vol. 1, 1929-1964 [B077YS8B2P]\10 - “Mimsy Were the Borogoves” by Lewis Padgett.mp3If I move that file to the root of the player, no error. It used to play with that structure.Note that these are DRM stripped audiobooks that I have purchased from Audible and want to play on my Walker. Ok, and are you playing this from the file browser, the database, or a playlist?Basically, I'm trying to figure out a developer might recreate the issue. Here are the saved daily builds, if you can narrow it down that helps as well: https://download.rockbox.org/daily/erosqnative/
Ok, that's good that at least we have a range we can look at.Well, I grabbed the latest (e9b0aa495b-241212) and grabbed a random mp3 and called it precisely what you named it, and it played just fine. Any chance you could send a zip of that file, in the right folder structure to cause the issue?If you could make a bug report about it here: https://www.rockbox.org/tracker/ that would be good. I'm fairly sure whatever is causing this stack overflow isn't unique to this device.
Quote from: dconrad on December 12, 2024, 09:29:25 PMOk, that's good that at least we have a range we can look at.Well, I grabbed the latest (e9b0aa495b-241212) and grabbed a random mp3 and called it precisely what you named it, and it played just fine. Any chance you could send a zip of that file, in the right folder structure to cause the issue?If you could make a bug report about it here: https://www.rockbox.org/tracker/ that would be good. I'm fairly sure whatever is causing this stack overflow isn't unique to this device.I'll try. At this point, is there access to the October builds so I can try to get a working build? September is older than I'd like.By the way. It's ANY file in that subdirectory.If I move it, it plays.It seems to happen if a file is buried in subdirectories.
Quote from: mrsubway on December 12, 2024, 09:45:57 PMQuote from: dconrad on December 12, 2024, 09:29:25 PMOk, that's good that at least we have a range we can look at.Well, I grabbed the latest (e9b0aa495b-241212) and grabbed a random mp3 and called it precisely what you named it, and it played just fine. Any chance you could send a zip of that file, in the right folder structure to cause the issue?If you could make a bug report about it here: https://www.rockbox.org/tracker/ that would be good. I'm fairly sure whatever is causing this stack overflow isn't unique to this device.I'll try. At this point, is there access to the October builds so I can try to get a working build? September is older than I'd like.By the way. It's ANY file in that subdirectory.If I move it, it plays.It seems to happen if a file is buried in subdirectories.Unfortunately to my knowledge those are the only ones we keep around, I can make you any specific builds if you want through.Another question, is there a cover art image in that folder at all?
I'm probably just going to stay on the September until this is solved.
No album art. I'm going to try recoding the mp3s.
Quote from: mrsubway on December 15, 2024, 03:59:26 PMI'm probably just going to stay on the September until this is solved.This isn't going to be solved (except accidentally) without access to a reproducible test case (ie "send a zip of that file, in the right folder structure"). If you can't provide that, then there's nothing we can do.Quote from: mrsubway on December 15, 2024, 03:59:26 PMNo album art. I'm going to try recoding the mp3s. If the problem is path-related (as your posts indicate) rather than due to the file being played, simply recreating the file won't make a difference.
I'll do that, but I made another discovery. Or, I'm losing my mind.If I re-encode this files using Goldwave, and then put them back in the same directory, they play.If I don't re-encode a file, but copy it somewhere else using Rockbox, it plays.So, I'm thinking it's the Audible ripper. How shall I send this file? It will be too big to attach to the board. It is ready, but the file size limit is a problem.
Quote from: mrsubway on December 16, 2024, 05:10:21 PMI'll do that, but I made another discovery. Or, I'm losing my mind.If I re-encode this files using Goldwave, and then put them back in the same directory, they play.If I don't re-encode a file, but copy it somewhere else using Rockbox, it plays.So, I'm thinking it's the Audible ripper. How shall I send this file? It will be too big to attach to the board. It is ready, but the file size limit is a problem. Another possibility is filesystem corruption. Might be worth running a full dosfsck/chkdsk pass on that SD card.
Page created in 0.082 seconds with 19 queries.