Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

オープンソース版(Ubuntu10.04に導入)・・・「変換エンジンプログラムの起動に失敗しました。新しい Google 日本語入力を利用するためにコンピュータを再起動してください。」のエラーで日本語入力が全く利用できない #21

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

Sorry! I've asked question in Japanese.
- お使いのプラットフォーム (Windows か Mac OS X)
 Ubuntu10.04 Mozc (dev 0.12.422.102)
- 不具合の内容およびその際の状況
 先日まで問題なく日本語変換・入力出来ていたものが、��
�ップデートしたら上記メッセージが出現し再起動しても入�
��出来なくなった。

- 再現手順
 PCを再起動しても同じメッセージの繰り返し

- 問題発生時にお使いの他のアプリケーション
 Fire-Foxほかテキストエディタでも

・非常に便利で助かっていた日本語変換エンジンでした。IM
Eからのユーザー辞書の引越しも用意でありなくてはならな�
��ソフトです。
残念ながらアップデート後に使えなくなり、困っています��
�
 フォーラムを見ているとWin版の改訂の後にオープンソー��
�版に不具合が出ているようですので解決方法を教えていた�
��けると助かります。

*************************************************************************
Google工藤です

/tmp/.mozc.*.session

を消去してみてください。本来生成されるべきでない ipc 
のファイルが残っているために、起動に失敗することがあ��
�ようです。

% killall -KILL mozc_server
% rm -f /tmp/.mozc.*.session

なお、オープンソース版Mozcのバグ報告は、下記のMozcのサイ
トへ送っていただけると助かります。

http://code.google.com/p/mozc/issues/list

よろしくお願いいたします。
*************************************************************************

早速の回答ありがとうございます。
指示通り

% killall -KILL mozc_server
% rm -f /tmp/.mozc.*.session

を端末で行うと、.mozz.******************.sessionの隠しファイルは
消え、インプットメソッドの再起動後にはこの用に日本語��
�変換できるようになります。
しかし、再度PCを再起動するとまた、上記質問の内容と同じ
エラーメッセージが出現し、其の度に指導いただいた操作��
�しなくてはなりません。

残念ながらStressfulな利用となってしまっています。

質問: ”ipcのファイル”=”.sessionファイル” 
ということでしょうか?
要望: ”.sessionファイル”をわざわざ消さなくても使える
ようなる方法を教えていただきたい!

宜しくお願いします。

Original issue reported on code.google.com by tnky...@gmail.com on 9 Aug 2010 at 7:06

@GoogleCodeExporter
Copy link
Author

A simple question, when will this bug be fixed?
I prefer not to use mozc if I have to type these commands everytime after I 
retart ibus.
Thanks a lot in advance.

Original comment by hanaoka...@gmail.com on 11 Aug 2010 at 2:31

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I'd be able not to use mozc smoothly from Aug 08 (from Update process).
But now, using it smoothly to make a file(.sh flie) as follow, and checking it 
in "starting program(application)".

-------------------------------------------------------
#!/bin/bash

x-terminal-emulator -e '
 sh -c "
  killall -KILL mozc_server

  rm -f /tmp/.mozc.*.session
 "
'
-------------------------------------------------------

Original comment by tnky...@gmail.com on 11 Aug 2010 at 2:49

@GoogleCodeExporter
Copy link
Author

google日本語入力ヘルプでのやり取りの続きを貼っておきま��
�。

**************************��
�****************
Google工藤です

この問題は次のリリースで修正される予定です。よろしく��
�願いします。

現段階では、お手数ですが ~/.login などに rm -f 
/tmp/.mozc.*.session を登録して、変換エンジンが起動する前に
該当ファイルを削除するといった方法でこの問題を回避で��
�ると思います。
**************************��
�****************

了解しました。
 上にも書きましたが、本当に助かるソフトですので修正��
�に期待をします。
**************************��
�****************
報告:
 システム→設定→自動起動するアプリ に

#!/bin/bash

x-terminal-emulator -e '
 sh -c "
  killall -KILL mozc_server

  rm -f /tmp/.mozc.*.session
 "
'

としたshファイルを登録したところ応急処置的にではあ��
�ますがStress Freeで使えるようになりました。
**************************��
�****************

今のところ上記ファイルを起動アプリで起動することによ��
�問題なく使えています。

Original comment by tnky...@gmail.com on 11 Aug 2010 at 2:56

@GoogleCodeExporter
Copy link
Author

先程リリースされたr38で修正されている筈です。ご確認く��
�さい。

Original comment by yusukes@chromium.org on 13 Aug 2010 at 11:26

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

ありがとうございます。
 r38(mozc-0.12.434.102)を導入したところ、エラーメッセージ
は出なくなりました。

早い対応感謝いたします。

(上記のshファイルを停止した状態でも全く問題なくなりま
した)

Original comment by tnky...@gmail.com on 14 Aug 2010 at 4:04

@GoogleCodeExporter
Copy link
Author

Original comment by yusu...@google.com on 22 Sep 2010 at 2:19

shitamo pushed a commit to shitamo/mozc that referenced this issue Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant