お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2018-08-19 14:40:55

tyusai
新しいメンバ
登録日: 2018-08-19

ubuntu 18.04LTS へのアップデート後 wine が起動しません。

はじめまして。
18.04 アップデートに伴う wine インストールの質問はすぐ前にもありました
が、違う内容のように思いましたので改めて質問いたします。
アップデートマネージャからいわれる通り ubuntu 16.04LTS からLTS
への dist-update を行いましたが、wine が動かなくなってしまいました。
ubuntuは16.04LTSのときと同じ64ビットでインストールしています。

~$  uname -r
4.15.0-33-generic
~$ dpkg -l|grep wine|grep ii
ii  fonts-wine                        3.0-1ubuntu1    all   Windows API implementation - fonts
ii  gnome-wine-icon-theme             5.5.1-2ubuntu2  all   red variation of the GNOME-Colors icon theme
ii  libwine:i386                      3.0-1ubuntu1    i386  Windows API implementation - library
ii  libwine-development:i386          3.6-1           i386  Windows API implementation - library
ii  wine-development                  3.6-1           all   Windows API implementation - standard suite
ii  wine32:i386                       3.0-1ubuntu1    i386  Windows API implementation - 32-bit binary loader
ii  wine32-development:i386           3.6-1           i386  Windows API implementation - 32-bit binary loader
ii  wine32-development-preloader:i386 3.6-1           i386  Windows API implementation - prelinked 32-bit binary loader
ii  wine32-preloader:i386             3.0-1ubuntu1    i386  Windows API implementation - prelinked 32-bit binary loader
ii  winetricks                        0.0+20180217-1  all   package manager for Wine to install software easily

WineHQ にレポジトリを追加したりしてグチャグチャになったので、現在は
ubuntuが配布するdevelを残して purge しました。
ここまででインストールはできたと思うのですが、設定ができません。
ディベロッパーガイドは読んでいませんが、winedbg自体が起動できていない
ようです。

~$ rm -rf .wine
~$ winecfg
wine: created the configuration directory '/home/mm/.wine'
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e8918c6 (thread 0015), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 20 84") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e9a58c6 (thread 0011), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 16 68") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e8918c6 (thread 0013), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 18 72") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e91c8c6 (thread 000b), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 10 100") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e8918c6 (thread 0017), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 22 88") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e51a8c6 (thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 108") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger

次のステップに進むヒントがありましたら教えてください。

オフライン

 

#2 2018-08-19 14:50:35

bayou
ゲスト

Re: ubuntu 18.04LTS へのアップデート後 wine が起動しません。

こんにちは。こちらの方法をお試しなってはいかがでしょうか?私は18.04をクリーンインストールしたところwineが入らなかったため、この方法を見つけて使っています。

https://linuxconfig.org/install-wine-on-ubuntu-18-04-bionic-beaver-linux

 

#3 2018-08-19 17:07:59

tyusai
新しいメンバ
登録日: 2018-08-19

Re: ubuntu 18.04LTS へのアップデート後 wine が起動しません。

bayou様

即答ありがとうございました。
教えていただいたwebページの手順をたどって wine --version してみたところ、いつ入れたかわからない 1.9 が動いていたことがわかりました。
インストール履歴がなくパッケージ管理からは消せないため、locate で wine と名のつくファイルを探し。力づくでファイルを消してubuntuのstableをインストールしたところ、winecfgが通りました。
大昔からいろんなバージョンのwineが残した澱が一掃できたかと思います。
やってはいけない方法だろうとは思いますが、最後の手段でこういうのもありましたというご報告です。

~$ rm -rf .winepipelight .wine.bak
~$ rm -rf dosdevices drive_c
~$ rm .wine.stderr.log  .wine.stdout.log  .wine.stout.log
~$ sudo rm /usr/local/bin/wine*
~$ sudo rm /usr/local/bin/wine*
~$ sudo rm /usr/bin/wine*
~$ sudo rm -rf /usr/local/lib/wine
~$ sudo rm -rf /usr/local/include/wine
~$ sudo rm -rf /usr/local/share/wine

オフライン

 

#4 2018-08-20 11:40:36

bayou
ゲスト

Re: ubuntu 18.04LTS へのアップデート後 wine が起動しません。

よかったです。わずかでもお役に立てて嬉しいです。

 

Board footer

Powered by FluxBB