Skip to content

Mozc is disabled on browsers #805

Closed Answered by yukawa
Ks4four asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm, I cannot reproduce the issue locally. If your issue is specific to web browsers, once thing I suspect is that your environment has some antivirus software that prevents Mozc DLLs (e.g. mozc_tip64.dll) from establishing a named-pipe connection to mozc_server.exe.

If you happen to be familiar with Windows software development, one of the most straightforward ways to figure out what's going on would be debugging the following lines in the browser process (e.g. chrome.exe).

mozc/src/ipc/win32_ipc.cc

Lines 636 to 752 in f79e092

void IPCClient::Init(const absl::string_view name,
const absl::string_view server_path) {
last_ipc_error_ = IPC_NO_CONNECTION;
// W…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Ks4four
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #804 on September 09, 2023 02:28.