메모장 ++를 실행할 수 있습니다. 앵그리 버드 exe가 작동하지 않습니다. exe를 열 때마다 화면 중 하나가 약간 깜박 거리고 (화면 전체가 아닌 선으로) 아무 일도 일어나지 않습니다. 어떤 아이디어?
편집 : 출력 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의 표시된 정답에 mv ~/.wine ~/wine.bak
따라 게임을 한 다음 다시 실행하여 작동했습니다. 기본적으로 와인 설치에 문제가있었습니다. :)
~/.wine
(NB : 당신 은이 작업을 수행해야합니다 모든 와인 응용 프로그램을 잃을 것입니다) 또는 처음부터 시작하거나 포도원을 설치하고 새 와인 병을 만드는 데 사용할 수 있습니다.
wine angrybirds.exe | output.txt
있습니까?