Yes , the resources of CuteEditor is gzip encoded , if you have install another http compression module , the resources would not be downloaded correctly .
to fix this problem , you could add appSettings into web.config as :
<add key="CuteEditorEnableGZip" value="False" />
Regards , Terry .