(vishwambarのコンテキスト投稿)
Ubuntu 10.04でbitcoind 0.3を試したが、bitcoindを実行すると以下のエラーが出る
Code:05:23:02 IST: Debug: ../src/common/intl.cpp(2554): assert “!m_strShort.empty()” failed in AddCatalog(): must initialize catalog first [Debug] Generating a stack trace… please wait../src/common/intl.cpp(2554): assert “!m_strShort.empty()” failed in AddCatalog(): must initialize catalog first
Call stack: [00] 0x80ed73b [01] 0x80ebf3e [02] 0x80eca8a [03] 0x80ed06a [04] 0x8133e72 [05] 0x8133ddf [06] 0x80e3942 [07] 0x80e7181
Bitcoin UIを実行した場合も同様のエラーが出るが、continueハンドルがあるので正常に動作する。
このエラーの意味と解決方法を教えてもらえないだろうか?
お使いのコンピュータは何語に設定されているか?ドイツ語、オランダ語、またはイタリア語に設定されているか?「nl-??」のようなサブ言語の1つか?
翻訳を読み込もうとして失敗している。Bitcoinに付属のlocaleディレクトリを削除すれば、使用しようとしなくなる。
Ubuntuで各言語をテストして、1つだけに問題があるのか、それとも3つすべてに問題があるのか確認できる方はいるか?