Wmp 11 crash!!

stephen0606

New Member
I really dunno what happen to my wmp, it keep crashing. At first is everytime i double click a song to play it will pop up the JIT Debugger window as below

http://www.vistax64.com/[URL=http:/...ageshack.us/img5/1685/sshot4l.jpg[/IMG][/URL]


I thought is the JIT Debugger problem then i go and turn of the Debugger but this time when i double click a song to play, within few seconds the player crash and the crash report is as below:

Problem signature
Problem Event Name: APPCRASH
Application Name: wmplayer.exe
Application Version: 11.0.6002.18005
Application Timestamp: 49e022ea
Fault Module Name: StackHash_340c
Fault Module Version: 6.0.6002.18005
Fault Module Timestamp: 49e03821
Exception Code: c0000374
Exception Offset: 000afaf8
OS Version: 6.0.6002.2.2.0.768.3
Locale ID: 17417
Additional Information 1: 340c
Additional Information 2: c92fcc518fd3602d9d78c7b5cad94e98
Additional Information 3: e790
Additional Information 4: 781d3bdc4025cac1a1276dcd0c68ee37

i really no idea whats happening, can anyone help? :(:(
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite A100
    CPU
    T5200
    Motherboard
    945PM
    Memory
    4GB DDR2
    Graphics Card(s)
    ATi Mobility Radeon X1400
The JIT debugger pop-up is a side-effect of the fact that you've got Visual Studio installed. It's asking whether you'd like to use the VS debugger to debug the crash that's just been detected. Otherwise, the crash just falls through to the default handler - which is the OS - and you see the "APPCRASH" message.

Something loading into the wmplayer.exe process on your machine is buggy. Since it happens with every song, it might be a codec or a visualisation plug-in. I'd suggest testing whether it affects all audio file types (mp3, wav...), and whether it still happens if you minimise the player UI first and/or disable all visualisation.
 

My Computer

The JIT debugger pop-up is a side-effect of the fact that you've got Visual Studio installed. It's asking whether you'd like to use the VS debugger to debug the crash that's just been detected. Otherwise, the crash just falls through to the default handler - which is the OS - and you see the "APPCRASH" message.

Something loading into the wmplayer.exe process on your machine is buggy. Since it happens with every song, it might be a codec or a visualisation plug-in. I'd suggest testing whether it affects all audio file types (mp3, wav...), and whether it still happens if you minimise the player UI first and/or disable all visualisation.

Now it make sense to me, bt i never install others extra visualization, just the minilyrics as well as the klite mega codec. i think there are something corrupted within, because before that everythings working well. Will post the result later. Thanks for the advice :D
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite A100
    CPU
    T5200
    Motherboard
    945PM
    Memory
    4GB DDR2
    Graphics Card(s)
    ATi Mobility Radeon X1400
Back
Top