|
|

楼主 |
发表于 2006-4-2 22:10:45
|
显示全部楼层
debian:~# ls -la ~/.wine/dosdevices
总计 8
drwxr-xr-x 2 root root 4096 2006-04-02 21:49 .
drwxr-xr-x 4 root root 4096 2006-04-02 21:54 ..
lrwxrwxrwx 1 root root 10 2006-04-02 21:46 c: -> ../drive_c
lrwxrwxrwx 1 root root 13 2006-04-02 21:49 d: -> /media/cdrom0
lrwxrwxrwx 1 root root 14 2006-04-02 21:49 e: -> /media/floppy0
lrwxrwxrwx 1 root root 5 2006-04-02 21:49 h: -> /root
lrwxrwxrwx 1 root root 1 2006-04-02 21:46 z: -> /
debian:~# ls ~/.wine/drive_c/windows/system32
control.exe glu32.dll msvcp60.dll progman.exe shlwapi.dll winver.exe
cryptui.dll help.exe notepad.exe regsvr32.exe wcmd.exe
drivers msiexec.exe opengl32.dll SHDOCVW.DLL winmine.exe
debian:~# export LC_ALL=en_US
debian:~# winecfg
debian:~# wine /root/cs/cstrike.exe
fixme:font:GetCharABCWidthsW : stub
fixme:font:GetCharABCWidthsW : stub
fixme:font:GetCharABCWidthsW : stub
fixme:font:GetCharABCWidthsW : stub
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fd7db18)->((nil),00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fd7db18)->((nil),00000013)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (NoRes)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fd7fe38)->((nil),00000008)
errpengl:X11DRV_ChoosePixelFormat No OpenGL support compiled in.
err:ntdll:RtlpWaitForCriticalSection section 0x7ffdcd04 "loader.c: loader_section" wait timed out in thread 000a, blocked by 0009, retrying (60 sec)
wine: Critical section 7ffdcd04 wait failed at address 0x7ff91420 (thread 000a), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: wait failed on critical section 0x7ffdcd04 loader_section
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7ff91420
debian:~# Process of pid=0x00000008 has terminated
debian:~# |
|