web-dev-qa-db-ja.com

更新後にWineアプリがクラッシュしました

ログインした今日、Lineを更新するようにというメッセージが表示されました。 [OK]をクリックすると更新が開始されたようですが、しばらくするとクラッシュしました。私はWineとWinetricksを削除し、それらを再利用できるようにしようとしました(再インストール後もクラッシュしました)。どのように修正するか、問題のトラブルシューティングを開始しますか?私はWine/winetricksやLinuxについてはあまり詳しくないことに注意してください。そのため、段階的に説明していただければ幸いです。

私のシステム:
Ubuntu 16.04
Wine 4.0〜Xenial、Wine ppaを追加しました。
winetricks 0.0 + 20141009 + svn1208-2ubuntu1
ps:私が走ったときwinetricks --version、 私はこれを得た: 20181203-next ps:コマンドラインからLineを実行すると、次の出力が得られました。

0009:fixme:shcore:SetCurrentProcessExplicitAppUserModelID L"C:\\users\\michael\\Local Settings\\Application Data\\LINE\\bin\\LineLauncher.exe": stub
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0009:fixme:ver:GetCurrentPackageId (0x33f584 (nil)): stub
002a:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
002a: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.
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f008 1 C) semi-stub
002a:fixme:shcore:SetCurrentProcessExplicitAppUserModelID L"C:\\users\\michael\\Local Settings\\Application Data\\LINE\\bin\\LineLauncher.exe": stub
002a:fixme:file:FindFirstFileExW flags not implemented 0x00000002
002b:fixme:ver:GetCurrentPackageId (0x813febc (nil)): stub
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
002a:fixme:sync:SetWaitableTimerEx (0x154, 0x33f6bc, 0, (nil), (nil), (nil), 32) semi-stub
002a:fixme:win:EnumDisplayDevicesW ((null),0,0x33f284,0x00000000), stub!
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f458 1 C) semi-stub
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 102
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x3374f8 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x3372c8 1 C) semi-stub
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
002a:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 102
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f108 1 C) semi-stub
002a:fixme:advapi:LsaOpenPolicy ((null),0x33f480,0x00000001,0x33f478) stub
002a:fixme:advapi:LsaClose (0xcafe) stub
0032:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x94ef818 1 C) semi-stub
002a:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
1
Michael

共有してくれたWineHQのjkflorisに感謝します。この問題はwinetricks vcrun2015を実行することで解決されます。元の投稿は here です。

1
Michael