Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: SHN -> Flac problem (Read 3010 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

SHN -> Flac problem

Hello,

Everytime i try to convert SHN to Flac in Foobar, i get this error message

Quote
INFO (CORE) : startup time: 291 ms
INFO (foo_shn) : cannot find / read external metadata tag file
INFO (foo_shn) : cannot find / load external seektable file.
INFO (foo_shn) : no seektable loaded. generating seek information on the fly.
INFO (foo_flaccer) : FLAC compression level: 8
INFO (foo_flaccer) : Source file: file://G:\FreshDownload\pf-20030925-disc101.shn
INFO (foo_flaccer) : Destination file: file://G:\FreshDownload\New Folder\pf-20030925-disc101.flac
ERROR (foo_diskwriter) : Illegal operation:
Code: C0000005h, flags: 00000000h, address: 77F58E20h
Access violation, operation: write, address: FFFFFE66h
Module: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlFreeHeap" (+000003E2h)
This is the first crash logged by this instance.
Code bytes:
77F58E00h:  00 E9 85 00 00 00 8D 46 E8 89 45 84 89 45 80 8B
77F58E10h:  08 89 8D 7C FF FF FF 8B 40 04 89 85 78 FF FF FF
77F58E20h:  89 08 89 41 04 80 7D E3 00 74 0F FF B7 78 05 00
77F58E30h:  00 E8 4A 25 00 00 80 65 E3 00 83 65 CC 00 68 00
Crash info dumped to failure_00000012.txt in your program directory.
If you are reading this, you should restart the program as soon as possible to avoid further trouble, and report this exact message to the developer.


I'm just trying to convert some SHN's into a FLAC (compression level 8 file)

Any ideas what i could be doing wrong?

Thanks

SHN -> Flac problem

Reply #1
I've had a similar crash when converting from WAV to FLAC. The problem in my case was that foobar had the wrong duration in its database (I recorded the WAVs with foo_record, the shorter duration came from an earlier test recording). Converting to Musepack didn't work either, albeit it did not crash. After I had foobar reload the information from the WAV, everything went fine. I'm not sure, if this helps in your case...

SHN -> Flac problem

Reply #2
Thanks foosion for the length hint. It seems libflac dies when encoded file is longer than has been told. New foo_flaccer uploaded which no longer sends any length infos to codec.