[過去ログ] 今夜も Wine で乾杯! - 22本目 (1002レス)
上下前次1-新
抽出解除 必死チェッカー(本家) (べ) 自ID レス栞 あぼーん
このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
リロード規制です。10分ほどで解除するので、他のブラウザへ避難してください。
297: login:Penguin [sage] 2019/02/23(土) 00:09:59 ID:2TfSCYXo(1/17) AAS
https://pkgs.alpinelinux.org/package/edge/community/x86/wine
これのGit repository においてあるテキストをコンパイルしろって事?
300(2): login:Penguin [sage] 2019/02/23(土) 02:08:43 ID:2TfSCYXo(2/17) AAS
>>298
ありがとうございます
winecfg で設定窓が出てきてroot直下に.wineフォルダが作成されましたが
# wine hoge.exe で ash: wine : not found とエラーが出ます
どうすればいいのでしょうか?
305: login:Penguin [sage] 2019/02/23(土) 19:30:32 ID:2TfSCYXo(3/17) AAS
>>303
# wine notepad
ash: wine : not found です
306: login:Penguin [sage] 2019/02/23(土) 19:32:25 ID:2TfSCYXo(4/17) AAS
>>304
# wine64
Usage: wine PROGRAM
wine --help
wine --version です
307: login:Penguin [sage] 2019/02/23(土) 19:38:00 ID:2TfSCYXo(5/17) AAS
>>302
# which wine64
/usr/bin/wine64 です
alpine はbash でなくてashと聞いたような覚えがあるのですが、やることは同じなんでしょうか?
308: login:Penguin [sage] 2019/02/23(土) 20:01:56 ID:2TfSCYXo(6/17) AAS
>>302
とりあえず一時的にpathを通すために
# export PATH=$PATH:/usr/bin/ として
# wine64 notepad としたら notepadが起動しましたが
terminalでいろんなエラーがでています
309: login:Penguin [sage] 2019/02/23(土) 20:13:04 ID:2TfSCYXo(7/17) AAS
notepadの動作自体は大丈夫なようです
# wine64 iexplore.exe としてみました
窓は出るのですが、サイトに接続できません
pingは通っています
310: login:Penguin [sage] 2019/02/23(土) 20:25:31 ID:2TfSCYXo(8/17) AAS
notepadのエラーはこれです
311: login:Penguin [sage] 2019/02/23(土) 20:26:01 ID:2TfSCYXo(9/17) AAS
alpine:~# wine64 notepad
000f:err:service:process_send_command receiving command result timed out
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 1053
0014:err:service:process_send_command receiving command result timed out
0027:err:plugplay:handle_bus_relations Failed to load driver L"WineHID"
0023:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 0000041d
0014:err:service:process_send_command service protocol error - failed to read pipe r = 0 count = 0!
0027:err:plugplay:handle_bus_relations Failed to load driver L"WineHID"
312: login:Penguin [sage] 2019/02/23(土) 20:28:55 ID:2TfSCYXo(10/17) AAS
iexploreのエラーはこれです
313: login:Penguin [sage] 2019/02/23(土) 20:29:45 ID:2TfSCYXo(11/17) AAS
alpine:~# wine64 iexplore.exe
000f:err:service:process_send_command receiving command result timed out
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 1053
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:err:ole:start_rpcss failed to start RpcSs service
0009:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0036: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.
0036:fixme:wininet:create_cache_entry INTERNET_FLAG_NEED_FILE is not supported correctly
0009:fixme:urlmon:create_object Could not find object for MIME L"text/html"
0009:fixme:ieframe:handle_navigation_error Navigate to error page
0015:err:service:process_send_command receiving command result timed out
002a:err:plugplay:handle_bus_relations Failed to load driver L"WineHID"
0026:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 0000041d
0015:err:service:process_send_command receiving command result timed out
314: login:Penguin [sage] 2019/02/23(土) 20:53:58 ID:2TfSCYXo(12/17) AAS
テスト
315: login:Penguin [sage] 2019/02/23(土) 22:21:05 ID:2TfSCYXo(13/17) AAS
root直下に.profileを置いて
そこへ export PATH=$PATH:/usr/bin/ を保存すると
# wine64 notepad でメモ帳が起動します
316: login:Penguin [sage] 2019/02/23(土) 22:23:49 ID:2TfSCYXo(14/17) AAS
ありがとうございました
とりあえず一段落です
319(2): login:Penguin [sage] 2019/02/23(土) 23:54:49 ID:2TfSCYXo(15/17) AAS
まとめ Alpine Linux wine設定
? Alpine Linux 3.7 インストール https://www.youtube.com/watch?v=S6J0iqty5ew
最新のverはなぜかブラウザが入っていないので避ける
? wine 3.04-r0 インストール https://pkgs.alpinelinux.org/package/edge/community/x86/wine
?) レポジトリの指定
nano /etc/apk/repositories
#http://dl-cdn.alpinelinux.org/alpine/edge/main
#http://dl-cdn.alpinelinux.org/alpine/edge/community
↓
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/community
Ctrl+X Y で保存
320: login:Penguin [sage] 2019/02/23(土) 23:55:39 ID:2TfSCYXo(16/17) AAS
?) Wine インストール
apk update
add wine
winecfg
reboot
?) 環境変数PATHを通す
which wine64 →/usr/bin/wine64 の場合
/root/.profile に export PATH=$PATH:/usr/bin/
?) 起動確認
wine64 notepad
321: login:Penguin [sage] 2019/02/23(土) 23:59:53 ID:2TfSCYXo(17/17) AAS
誤 add wine
正 apk add wine
上下前次1-新書関写板覧索設栞歴
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.035s