| 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 | {{{ |
| 9 | deb http://www.lamaresh.net/apt squeeze main |
| 10 | }}} |
| 11 | > add gpg key |
| 12 | {{{ |
| 13 | wget -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 | {{{ |
| 25 | Xlib: extension "MIT-SHM" missing on display "localhost:10.0". |
| 26 | |
| 27 | (snip) |
| 28 | |
| 29 | Xlib: extension "MIT-SHM" missing on display "localhost:10.0". |
| 30 | fixme:heap:HeapSetInformation 0x110000 0 0x4b53c8 4 |
| 31 | Xlib: extension "MIT-SHM" missing on display "localhost:10.0". |
| 32 | |
| 33 | (snip) |
| 34 | |
| 35 | Xlib: extension "MIT-SHM" missing on display "localhost:10.0". |
| 36 | fixme:hnetcfg:fw_app_get_Enabled 0x16d998, 0xc1fa94 |
| 37 | fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x16d998, L"Z:\\home\\mitty\\BitTorrent-7.2.exe" |
| 38 | fixme:hnetcfg:fw_app_put_Name 0x16d998, L"BitTorrent" |
| 39 | fixme:hnetcfg:fw_apps_Add 0x173e90, 0x16d998 |
| 40 | fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017 |
| 41 | fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017 |
| 42 | err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. |
| 43 | err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. |
| 44 | err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered |
| 45 | err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered |
| 46 | err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered |
| 47 | fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported |
| 48 | err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17 |
| 49 | err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered |
| 50 | err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered |
| 51 | err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered |
| 52 | fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported |
| 53 | err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17 |
| 54 | err:ntdll:RtlpWaitForCriticalSection section 0x4c36f8 "?" wait timed out in thread 0009, blocked by 001d, retrying (60 sec) |
| 55 | err:ntdll:RtlpWaitForCriticalSection section 0x4c36f8 "?" wait timed out in thread 001e, blocked by 001d, retrying (60 sec) |
| 56 | |
| 57 | .... |
| 58 | }}} |