DivX web player keeps freezing up Firefox?

Blake

Member
Joined
May 12, 2008
Messages
287
Reaction score
0
Points
16
I found a great website to watch free movies on that requires DivX web player, it was working fine for a day but then starts freezing up my Firefox when I try to play them now. I uninstalled/reinstalled both DivX and Firefox and am still getting the same issues. Any idea how to solve this?
 
This is how to fix it:

1) Open task manager, click Processes tab. Right click on DDMService.exe and end process.
2) Copy the following and then open a command prompt:

@ECHO OFF
rmdir /s /q "%USERPROFILE%\videos\divx movies\Temporary Downloaded Files"
del /q /s "%temp%\*"

REM Clear DDM Stuff
del /q /s "%APPDATA%\Local\Temp\DDM\Plugin\*"
del /q /s "%APPDATA%\Local\Temp\DDM\Settings\*"
del /q /s "%APPDATA%\Local\Temp\DDM\Settings\Tempo… Downloaded Files\*"
rmdir /s /q "%TEMP%\boost_interprocess"
rmdir /s /q "%LOCALAPPDATA%Low\boost_interprocess"

pause

3) Close all browser windows.
4) Paste the above commands into command prompt and press enter.
5) Enjoy the functional divx web player again.
 
Back
Top