Notepad ++を実行できますが、Angry bird exeが機能しません。exeファイルを開くと、画面の1つが少しちらついて(画面全体ではなく線として)何も起こりません。何か案は?
編集:出力 wine angrybirds.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.4053)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT" (9.0.21022.8)
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\windows\\system32\\AppUpWrapper.dll") not found
err:module:import_dll Library AppUpWrapper.dll (which is needed by L"C:\\windows\\system32\\angrybirds.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\angrybirds.exe" failed, status c0000135
インストールさえしなかったと思います。それらのファイルを手動でフォルダーにドロップしましたが、まだ効果がありません。
編集:進行状況
ファイルMSVCP90.dllを手動でドロップしましたが、これが出力に表示されます
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.4053)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT" (9.0.21022.8)
fixme:heap:HeapSetInformation 0x541000 0 0x32fd48 4
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
EXCEPTION: Failed to open data/scripts/starLimits.lua
wine: Unhandled exception 0x40000015 at address 0x7b880023:0x78b271d0 (thread 0009), starting debugger...
fixme:msvcr90:__clean_type_info_names_internal (0x10267694) stub
fixme:msvcr90:__clean_type_info_names_internal (0x78506644) stub
ashfame@ashfame-desktop:~$ Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000018 0
00000016 0
00000013 0
00000012 0
00000019 explorer.exe
0000001a 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'
そしてそこにターミナルがハングします(私が出るにはCtrl + Cを押す必要があることを意味します)。閉める必要があるという有名なメッセージが表示されます。
私は他に何もワインを使用しないので、誰かが指示を提供してくれるなら、ワインとすべてをクリーンインストールする準備ができています。
解決した
@DoRによってマークされた正解に従って、私はa mv ~/.wine ~/wine.bak
を実行してからゲームを再実行しましたが、うまくいきました。したがって、基本的にはワインのインストールに問題がありました。:)
~/.wine
(NB:あなたはすべてのワインアプリケーションを失うでしょうあなたはこれを行うべきです)最初から始めるか、またはブドウ畑をインストールしてそれを使って新しいワインボトルを作成することができます。
wine angrybirds.exe | output.txt
か?