Hi,

Am 30.04.2011 21:28, schrieb august:
>
>
> A user of my readanysf external for Puredata has successfully compiled all 
> components for windows.
>
> He has a problem however that all mp3 files crash on open.  Here is a gdb 
> backtrace:
>
> backtrace
> #0  0x02eb60f3 in libiconv () from c:\MinGW\bin\libiconv-2.dll
> #1  0x693738bb in do_convert () from 
> C:\msys\1.0\home\patko\pd-extended\0.42\externals\readanysf~0.42\readanysf~.dll
> #2  0x69373bf2 in bgav_convert_string () from
> +C:\msys\1.0\home\patko\pd-extended\0.42\externals\readanysf~0.42\readanysf~.dll
> #3  0x6936c2ce in bgav_id3v2_read () from
> +C:\msys\1.0\home\patko\pd-extended\0.42\externals\readanysf~0.42\readanysf~.dll
> #4  0x6934e52c in bgav_init () from 
> C:\msys\1.0\home\patko\pd-extended\0.42\externals\readanysf~0.42\readanysf~.dll
> #5  0x6934e61a in bgav_open () from 
> C:\msys\1.0\home\patko\pd-extended\0.42\externals\readanysf~0.42\readanysf~.dll
> #6  0x69345db6 in the_thread_opener (xp=0x4262b0) at src/ReadMedia.cpp:945
> #7  0x62483e29 in ptw32_threadStart@4 () from 
> C:\Windows\SysWOW64\pthreadGC2.dll
> #8  0x75f42599 in wcstombs () from C:\Windows\syswow64\msvcrt.dll
> #9  0x75f426b3 in msvcrt!_beginthreadex () from C:\Windows\syswow64\msvcrt.dll
> #10 0x775eeccb in UnhandledExceptionFilter () from 
> C:\Windows\syswow64\kernel32.dll
> #11 0x00426ee8 in ?? ()
> #12 0x77ecd80d in ntdll!RtlWow64CallFunction64 () from 
> C:\Windows\system32\ntdll.dll
> #13 0x00426ee8 in ?? ()
> #14 0x77ecda1f in ntdll!RtlCloneMemoryStream () from 
> C:\Windows\system32\ntdll.dll
> #15 0x75f42670 in msvcrt!_beginthreadex () from C:\Windows\syswow64\msvcrt.dll
> #16 0x00000000 in ?? ()
>
>
> any ideas what this could be?   Is it possible to pass a wrong string format 
> to bgav_open?
>

Hmm, looks like a problem with iconv on Windows. The crashing routine
wanted to convert the ID3-tag metadata to UTF-8.

Maybe there is something wrong with the iconv port. Maybe it would be
better to use windows native code to convert character sets.

Not sure how we can fix this. Do these mp3 files work on a non-windows
installation?

Burkhard

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Gmerlin-general mailing list
Gmerlin-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gmerlin-general

Reply via email to