I have wp address installed in subdir so the tinymcecomments won't display on comment form.
After looking on the code, it might be best to change the code:
get_settings('home') into get_settings('siteurl'), so the plugin can identified the correct wp url.
hope it help others who had similar problem.
nb: sorry for my english.