Fedora 17 で Wine/PoL がクラッシュします。

Fedora 17 で Wine/PoL がクラッシュします。

Wineを介してラップトップでいくつかのWindowsベースのインディーゲームを実行しようとしましたが、次のエラーが発生しました。

wine: created the configuration directory '/home/jude/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0xefe2c8, overlapped 0xefe2e0): stub
p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0xece8d0, overlapped 0xece8dc): stub
wine: configuration in '/home/jude/.wine' has been updated.
wine: cannot find L"C:\\windows\\system32\\potatomanseeksdatroof.exe"

Linuxでプレイしているときに32ビットOpenGL関連のエラー(64ビットを実行しています)

一日中この問題に苦労していますが、役に立ちましたか?

ベストアンサー1

Chadversaryの回答に加えて、次の警告を完全に削除するには、次の手順を実行する必要があります。

エラー:winediag:SECUR32_initNTLMSP ntlm_authが存在しないか、廃止されました。 ntlm_auth> = 3.0.25がパスにあることを確認してください。通常、ディストリビューションのwinbindパッケージにあります。

上記のようにntlm_authインストールパッケージを使用してください。sudo yum install mod_auth_ntlm_winbindここ

p11-kit: モジュールをロードできません: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: 共有オブジェクトファイルを開くことができません: 該当ファイルが存在しないか崇拝の規則

このgnome-keyring.i686パッケージはこのライブラリを提供しますが、32ビットストレージが有効になっていることを確認する必要があります。バグレポートですこれは、後でx86_64リポジトリに追加できることを示します。

err:mscoree:LoadLibraryShim installroot のレジストリキーの読み込み中にエラーが発生しました。

これは、rootとしてwineを実行しようとしているか、32ビットアプリケーションを実行するために64ビットバージョンのwineをインストールしたことを示します。どちらも発生しないことを確認してください。

fixme:storage:create_storagefile ストレージ共有モードが実装されていません。修正:iphlpapi:NotifyAddrChange(0xefe2c8処理、0xefe2e0オーバーラップ):スタブ修正:iphlpapi:NotifyAddrChange(0xece8d0処理、0xece8dcオーバーラップ):スタブ

これらのエラーは、Wineでデフォルトで実行されていないほとんどすべてのアプリケーションで発生する可能性があり、64ビットインストールで32ビットアプリケーションを実行しようとすると問題を引き起こす可能性があります。まず、32ビットワインライブラリをインストールしてみてください。そして希望。 WineDBで素早く検索してもpotatomanseeksdatroof.exe結果が出ないので、これらのソリューションを試してみてください。うまくいかないと、ワインはゲームをサポートしていないという意味です。


Wineでも問題が発生した後

Wine Stableは古すぎて、Wine Stable(ベータ)には回帰がある可能性があります。 Wine ベータをビルドしてインストールし、問題が解決したかどうかを確認できます。確率はリーンですが、試してみる価値があります。

おすすめ記事