INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Error in MediaCenter 10 while importing FLAC files  (Read 675 times)

doc6502

  • Regular Member
  • Recent member
  • *
  • Posts: 11
  • nothing more to say...
Error in MediaCenter 10 while importing FLAC files
« on: November 25, 2004, 01:34:11 pm »

Hi

I'm trying to import a large set of FLAC files into MediaCenter 11.  The import abends, and the MSVC debugger is showing the standard message box "Unhandled Exception in MediaJukebox.exe (KERNEL32.DLL):  0xC0000005 Access Violation."

I don't know if it's much help, but the disassembly shows

Code: [Select]
7C81EDBF   mov         cl,byte ptr [ecx]
7C81EDC1   test        cl,cl
7C81EDC3   js          7C84DC81
7C81EDC9   cmp         edx,esi
7C81EDCB   je          7C81EDD8
7C81EDCD   movzx       ax,cl
7C81EDD1   mov         ecx,dword ptr [ebp+10h]
7C81EDD4   mov         word ptr [ecx+edi*2],ax
7C81EDD8   mov         dword ptr [ebp-4],esi
7C81EDDB   xor         eax,eax
7C81EDDD   inc         edi
7C81EDDE   inc         dword ptr [ebp+18h]
7C81EDE1   inc         dword ptr [ebp+8]
7C81EDE4   xor         esi,esi
7C81EDE6   cmp         dword ptr [ebp+0Ch],esi
7C81EDE9   jne         7C81EDAE
7C81EDEB   dec         dword ptr [ebp+0Ch]
7C81EDEE   mov         edx,dword ptr [ebp+14h]
7C81EDF1   test        ebx,ebx
7C81EDF3   jne         7C83993A
7C81EDF9   test        edi,edi
7C81EDFB   je          7C839950

The instruction at 7C81EDBF  seems to be the offender.

My config is:

MC 10.0.155
Windows XP Pro, SP II
Dell  Dimension 2350
P4, CPU 2.40 GHz
2.39 GHz, 1.00 GB RAM

Thanks

-Ed
Logged
Pages: [1]   Go Up