Changes between Initial Version and Version 1 of TipAndDoc/Wine


Ignore:
Timestamp:
Feb 16, 2011 9:50:57 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Wine

    v1 v1  
     1[[PageOutline]] 
     2 
     3 * [http://www.winehq.org/ WineHQ - Run Windows applications on Linux, BSD, Solaris and Mac OS X] 
     4 
     5 = Wine with Debian squeeze = 
     6 * http://www.winehq.org/download/deblenny 
     7 > Add this line for Squeeze: 
     8{{{ 
     9deb http://www.lamaresh.net/apt squeeze main 
     10}}} 
     11 > add gpg key 
     12{{{ 
     13wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add 
     14}}} 
     15 
     16 == Version: 1.1.42~winehq1-1 == 
     17 === success to run === 
     18 * BitTorrent-6.4e.exe 
     19 * Becky! 2.56 
     20  * フォントがないため「???????」になる 
     21 
     22 === fail to run === 
     23 * $ wine BitTorrent-7.2.exe 
     24{{{ 
     25Xlib:  extension "MIT-SHM" missing on display "localhost:10.0". 
     26 
     27(snip) 
     28 
     29Xlib:  extension "MIT-SHM" missing on display "localhost:10.0". 
     30fixme:heap:HeapSetInformation 0x110000 0 0x4b53c8 4 
     31Xlib:  extension "MIT-SHM" missing on display "localhost:10.0". 
     32 
     33(snip) 
     34 
     35Xlib:  extension "MIT-SHM" missing on display "localhost:10.0". 
     36fixme:hnetcfg:fw_app_get_Enabled 0x16d998, 0xc1fa94 
     37fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x16d998, L"Z:\\home\\mitty\\BitTorrent-7.2.exe" 
     38fixme:hnetcfg:fw_app_put_Name 0x16d998, L"BitTorrent" 
     39fixme:hnetcfg:fw_apps_Add 0x173e90, 0x16d998 
     40fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017 
     41fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017 
     42err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. 
     43err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. 
     44err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered 
     45err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered 
     46err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered 
     47fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported 
     48err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17 
     49err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered 
     50err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered 
     51err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered 
     52fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported 
     53err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17 
     54err:ntdll:RtlpWaitForCriticalSection section 0x4c36f8 "?" wait timed out in thread 0009, blocked by 001d, retrying (60 sec) 
     55err:ntdll:RtlpWaitForCriticalSection section 0x4c36f8 "?" wait timed out in thread 001e, blocked by 001d, retrying (60 sec) 
     56 
     57.... 
     58}}}