LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2067|回复: 9

Wine如何运行QQ2005?(已搜索过论坛,IE6能正常安装并运行)

[复制链接]
发表于 2005-3-22 07:09:34 | 显示全部楼层 |阅读模式
wine为1201版
安装QQ2005时老出错类似下面的错误提示
fixme:win:SetWindowTextA cannot set text "QQ2005 \xba\xd8\xcb\xea\xb0\xe6 \xb0\x b2\xd7\xb0" of other process window (nil)
fixme:win:SetWindowTextA cannot set text "QQ2005 \xba\xd8\xcb\xea\xb0\xe6 \xb0\x b2\xd7\xb0" of other process window (nil)
err:dcCE_FreeWindowDCE [0x10042] GetDC() without ReleaseDC()!
err:ntdll:RtlpWaitForCriticalSection section 0x40b468 "?" wait timed out in thre ad 000a, blocked by 0009, retrying (60 sec)
但能继续安装,装完后wine qq.exe时出错,不能运行
$ wine QQ.exe
Invoking /usr/lib/wine/wine.bin QQ.exe ...
fixme:msvcrt:_setmbcp Unreal codepages (e.g. -3) not implemented
fixmele:RegisterTypeLib Registering non-oleautomation interface!
fixmele:ITypeInfo_fnRelease destroy child objects
fixmele:ITypeInfo_fnRelease destroy child objects
fixmele:ITypeInfo_fnRelease destroy child objects
fixmele:ITypeInfo_fnRelease destroy child objects
fixmele:ITypeInfo_fnRelease destroy child objects
fixmele:ITypeInfo_fnRelease destroy child objects
fixmele:ITypeInfo_fnRelease destroy child objects
fixmele:RPCRT4_NdrClientCall2 (pStubDec == ^0x455e7148,pFormat = ^0x455e727a,...): stub
fixme:msvcrt:_XcptFilter (-1073741819,0x4098f918)semi-stub
fixme:msvcrt:_XcptFilter (-1073741819,0x4098e614)semi-stub
fixmele:read_pipe Read only 0 of 4 bytes from 0x54.
fixme:ole:_StubReaderThread Failed with hres 80004005


唉,昨天用小日本的那个脚本安装了ie6,贴一下IE的图片。。。

请问如何才能在DebianLinux下运行TencentQQ(主要是LumaQQ不能传送文件和视频等)。。。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2005-3-22 11:22:43 | 显示全部楼层
唉,怎么没人帮忙看一下呢

自己再顶一下
回复 支持 反对

使用道具 举报

发表于 2005-3-22 12:10:35 | 显示全部楼层
我也遇到这个问题,我的是fc3,用wine运行qq就警告说已经有一个qq再运行。
回复 支持 反对

使用道具 举报

发表于 2005-3-22 12:22:40 | 显示全部楼层
试试看老版本的qq?
回复 支持 反对

使用道具 举报

发表于 2005-3-22 15:39:29 | 显示全部楼层
wine即使能成功模拟qq2005,恐怕也不能用视频!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-25 13:33:23 | 显示全部楼层
Post by wd_afei
试试看老版本的qq?

找了个QQ2003Build0808版还不行啊,不过能出现登入窗口中,只是输入号码和密码一直下一步直到完成后就出错了。

Post by wzs
wine即使能成功模拟qq2005,恐怕也不能用视频!!

我并无摄像头,我朋友有,我只是想看她。
不能实现吗?
回复 支持 反对

使用道具 举报

发表于 2005-3-25 22:23:43 | 显示全部楼层
我能运行QQ2004iii,官方版本的,及不稳定,虽能登陆但是经常会死掉~也慢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-26 07:12:29 | 显示全部楼层
Post by ImHow
我能运行QQ2004iii,官方版本的,及不稳定,虽能登陆但是经常会死掉~也慢

请问你是用wine运行的吗?是的话能否贴出你的配置文件?
回复 支持 反对

使用道具 举报

发表于 2005-3-26 15:53:34 | 显示全部楼层
是的


  1. WINE REGISTRY Version 3
  2. ;; Powered by Sidenet
  3. ;; http://sidenet.ddo.jp/winetips/
  4. ;; Version 1.8.1
  5. ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

  6. ;; If you think it is necessary to show others your complete config for a
  7. ;; bug report, filter out empty lines and comments with
  8. ;; grep -v "^;" ~/.wine/config | grep '.'

  9. [wine]
  10. "GraphicsDriver" = "x11drv"; (x11drv, ttydrv)
  11. ;"ShowDotFiles" = "1"

  12. # [wineconf]

  13. [Version]
  14. ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
  15. ; Set version to win98 is recommended.
  16. "Windows" = "win98"
  17. ; DOS version to imitate
  18. ; Only effect when "Windows" = "win31"
  19. ;"DOS" = "6.22"

  20. ; Be careful here, wrong DllOverrides settings have the potential
  21. ; to pretty much kill your setup.

  22. [DllOverrides]
  23. ; Some native dlls won't work, so leave these builtin.
  24. ; Do not modify these lines.
  25. "advapi32"     = "builtin";Native version won't work
  26. "avicap32"     = "builtin";Hardware related
  27. "capi2032"     = "builtin";Completely implemented
  28. "comctl32"     = "builtin";Native version cause bugs.
  29. "comdlg32"     = "builtin";thunk
  30. "crtdll"       = "builtin";Completely implemented
  31. "ctl3d32"      = "builtin";thunk
  32. "d3d8"         = "builtin";Hardware related
  33. "d3d9"         = "builtin";Hardware related
  34. "dbghelp"      = "builtin";Native version won't work
  35. "ddeml"        = "builtin";
  36. "ddraw"        = "builtin";Hardware related
  37. "ddrawex"      = "builtin";Hardware related
  38. "dinput"       = "builtin";
  39. "dinput8"      = "builtin";Hardware related
  40. "dispdib"      = "builtin";Completely implemented
  41. "display.drv"  = "builtin";Hardware related
  42. "dmusic32"     = "builtin";thunk
  43. "dplay"        = "builtin";
  44. "dplayx"       = "builtin";
  45. "dpnet"        = "builtin";
  46. "dsound"       = "builtin";Hardware related
  47. "dswave"       = "builtin";Hardware related
  48. "dxdiagn"      = "builtin";
  49. "gdi.exe"      = "builtin";Hardware related
  50. "gdi32"        = "builtin";Hardware related
  51. "glu32"        = "builtin";Hardware related
  52. "gult32"       = "builtin";Hardware related
  53. "icmp"         = "builtin";Hardware related
  54. "icwconn1.exe" = "builtin";Prevent from loading Connection Wizard
  55. "ifsmgr.vxd"   = "builtin";Completely implemented
  56. "imaadp32.acm" = "builtin";Completely implemented
  57. "imm"          = "builtin";Special hack needed
  58. "imm32"        = "builtin";Special hack needed
  59. "iphlpapi"     = "builtin";Hardware related
  60. "joystick.drv" = "builtin";Hardware related
  61. "kernel32"     = "builtin";Hardware related
  62. "keyboard.drv" = "builtin";Hardware related
  63. "krnl386.exe"  = "builtin";Hardware related
  64. "lz32"         = "builtin";Completely implemented
  65. "lzexpand"     = "builtin";Completely implemented
  66. "mcianim.drv"  = "builtin";Completely implemented
  67. "mciavi.drv"   = "builtin";Completely implemented
  68. "mcicda.drv"   = "builtin";Completely implemented
  69. "mciseq.drv"   = "builtin";Completely implemented
  70. "mciwave.drv"  = "builtin";Completely implemented
  71. "midimap.drv"  = "builtin";Completely implemented
  72. "mmsystem"     = "builtin";Hardware related
  73. "mouse.drv"    = "builtin";Hardware related
  74. "mpr"          = "builtin";thunk
  75. "msacm.drv"    = "builtin";Completely implemented
  76. "msacm32"      = "builtin";thunk
  77. "msadp32.acm"  = "builtin";Completely implemented
  78. "msvfw32"      = "builtin";Hardware related
  79. "msvidc32"     = "builtin";Completely implemented
  80. "mswsock"      = "builtin";Hardware related
  81. "newdev"       = "builtin";Hardware related
  82. "ntdll"        = "builtin";Hardware related
  83. "opengl32"     = "builtin";Hardware related
  84. "psapi"        = "builtin";Hardware related
  85. "rasapi16"     = "builtin";Hardware related
  86. "rasapi32"     = "builtin";Hardware related
  87. "serialui"     = "builtin";Hardware related
  88. "setupapi"     = "builtin";thunk
  89. "shell"        = "builtin";Special hack needed
  90. "shell32"      = "builtin";Special hack needed
  91. "snmpapi"      = "builtin";Hardware related
  92. "sound"        = "builtin";Hardware related
  93. "sti"          = "builtin";Hardware related
  94. "system.drv"   = "builtin";Hardware related
  95. "tapi32"       = "builtin";Hardware related
  96. "toolhelp"     = "builtin";Hardware related
  97. "twain"        = "builtin";Hardware related
  98. "twain_32"     = "builtin";Hardware related
  99. "user.exe"     = "builtin";Hardware related
  100. "user32"       = "builtin";Hardware related
  101. "ver"          = "builtin";Special hack needed
  102. "version"      = "builtin";Special hack needed
  103. "vnbt.vxd"     = "builtin";
  104. "vtdapi.vxd"   = "builtin";
  105. "vwin32.vxd"   = "builtin";Hardware related
  106. "w32skrnl"     = "builtin";Hardware related
  107. "w32sys"       = "builtin";Hardware related
  108. "win32s16"     = "builtin";Hardware related
  109. "win87em"      = "builtin";Hardware related
  110. "winaspi"      = "builtin";Hardware related
  111. "wing"         = "builtin";Hardware related
  112. "winmm"        = "builtin";Hardware related
  113. "winnls32"     = "builtin";thunk
  114. "winsock"      = "builtin";Hardware related
  115. "wintab"       = "builtin";Hardware related
  116. "wintab32"     = "builtin";Hardware related
  117. "wnaspi32"     = "builtin";Hardware related
  118. "wow32"        = "builtin";
  119. "wprocs"       = "builtin";Hardware related
  120. "ws2_32"       = "builtin";Hardware related
  121. "wsock32"      = "builtin";Hardware related

  122. ; Windows ODBC
  123. ; If you'd like to use UNIX ODBC, remove this line.
  124. "odbc32"       = "native, builtin"

  125. ; Acrobat Reader 6 Plugin
  126. ; Currently, this plugin crashes IE6
  127. "acroiehelper" = "builtin"

  128. ; MLang
  129. ; Builtin mlang.dll can speed up Internet Explorer.
  130. ; May cause font corruptions on CJK systems.
  131. ;"mlang" = "builtin"

  132. ; you can specify applications too
  133. ; this one will apply for all notepad.exe
  134. ;"*notepad.exe" = "native, builtin"
  135. ; this one will apply only for a particular file
  136. ;"C:\\windows\\regedit.exe" = "native, builtin"

  137. ;[Driver F]
  138. ;"Path" = "/"
  139. ;"Type" = "hd"
  140. ;"Label" = "root"
  141. ;"Filesystem" = "win98"

  142. ; default for all other dlls and executables
  143. "*" = "native, builtin"

  144. [x11drv]
  145. ; Number of colors to allocate from the system palette
  146. "AllocSystemColors" = "100"
  147. ; Use a private color map
  148. "PrivateColorMap" = "N"
  149. ; Favor correctness over speed in some graphics operations
  150. "PerfectGraphics" = "N"
  151. ; Color depth to use on multi-depth screens
  152. ;;"ScreenDepth" = "16"
  153. ; Allow the window manager to manage created windows
  154. "Managed" = "Y"
  155. ; Use a desktop window of 640x480 for Wine
  156. ;"Desktop" = "640x480"
  157. ; Use XFree86 DGA extension if present
  158. ; (make sure /dev/mem is accessible by you !)
  159. "UseDGA" = "N"
  160. ; Use XVidMode extension if present
  161. "UseXVidMode" = "Y"
  162. ; Use XRandR extension if present
  163. "UseXRandR" = "N"
  164. ; Use the take focus protocol
  165. "UseTakeFocus" = "Y"
  166. ; Enable DirectX mouse grab
  167. "DXGrab" = "Y"
  168. ; Create the desktop window with a double-buffered visual
  169. ; (useful to play OpenGL games)
  170. "DesktopDoubleBuffered" = "Y"
  171. ; Run in synchronous mode (useful for debugging X11 problems)
  172. ;;"Synchronous" = "Y"
  173. ;
  174. ; Use the Render extension to render client side fonts (default "Y")
  175. ;;"ClientSideWithRender" = "Y"
  176. ; Fallback on X core requests to render client side fonts (default "Y")
  177. ;;"ClientSideWithCore" = "Y"
  178. ; Set both of the previous two to "N" in order to force X11 server side fonts
  179. ;
  180. ; Anti-alias fonts if using the Render extension (default "Y")
  181. "ClientSideAntiAliasWithRender" = "N"
  182. ; Anti-alias fonts if using core requests fallback (default "Y")
  183. "ClientSideAntiAliasWithCore" = "N"
  184. ;
  185. ; Use the X Input Method (default "Y")
  186. ;;"UseXIM" = "Y"
  187. ; XIM Input Style (onthespot, offthespot, overthespot ,root)
  188. ;;"InputStyle" = "onthespot"
  189. ;
  190. ; Codepage for clipboard (0 for ANSI, 20932 for euc-jp)
  191. "TextCP" = "0"

  192. ;[ppdev]
  193. ;; key:  io-base of the emulated port
  194. ;; value : parport-device{,timeout}
  195. ;; timeout for auto closing an open device ( not yet implemented)
  196. ;"378" = "/dev/parport0"
  197. ;"278" = "/dev/parport1"
  198. ;"3bc" = "/dev/parport2"

  199. ;[spooler]
  200. ;;Wine detects CUPS configuration automaticly.
  201. ;"FILE:" = "tmp.ps"
  202. ;"LPT1:" = "|lpr"
  203. ;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
  204. ;"LPT3:" = "/dev/lp3"

  205. ;[ports]
  206. ;"read"  = "0x779,0x379,0x280-0x2a0"
  207. ;"write" = "0x779,0x379,0x280-0x2a0"

  208. ;[Debug]
  209. ;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
  210. ;"RelayInclude" = "user32.CreateWindowA"
  211. ;"RelayFromExclude" = "user32;x11drv"
  212. ;"RelayFromInclude" = "sol.exe"
  213. ;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
  214. ;"SpyExclude" = "WM_SIZE;WM_TIMER;"

  215. [registry]
  216. ;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
  217. ;Defaults are read all, write to Home
  218. ; Where to find the global registries
  219. ;"GlobalRegistryDir" = "/etc";
  220. ; Global registries (stored in /etc)
  221. "LoadGlobalRegistryFiles" = "Y"
  222. ; Load Windows registries from the Windows directory
  223. "LoadWindowsRegistryFiles" = "Y"
  224. ; Registry periodic save timeout in seconds
  225. ; "PeriodicSave" = "600"
  226. ; Save only modified keys
  227. "SaveOnlyUpdatedKeys" = "Y"

  228. [Clipboard]
  229. "ClearAllSelections" = "0"
  230. "PersistentSelection" = "1"
  231. "UsePrimary" = "0"

  232. ; List of all directories directly contain .AFM files
  233. ;[afmdirs]
  234. ;"1" = "/usr/share/ghostscript/fonts"
  235. ;"2" = "/usr/share/a2ps/afm"
  236. ;"3" = "/usr/share/enscript"
  237. ;"4" = "/usr/X11R6/lib/X11/fonts/Type1"

  238. [WinMM]
  239. ; Uncomment the "Drivers" line matching your sound setting.

  240. "Drivers" = "wineoss.drv"      ; default for most common configurations
  241. ;"Drivers" = "winearts.drv"    ; for KDE
  242. ;"Drivers" = "winealsa.drv"    ; for ALSA users
  243. ;"Drivers" = "winejack.drv"    ; for Jack sound server
  244. ;"Drivers" = "winenas.drv"     ; for NAS sound system
  245. ;"Drivers" = "wineaudioio.drv" ; for Solaris machines
  246. ;"Drivers" = ""                ; to disable sound
  247. "WaveMapper" = "msacm.drv"
  248. "MidiMapper" = "midimap.drv"

  249. [dsound]
  250. ;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
  251. ;"HELmargin" = "5"
  252. ;; HEL only: Number of waveOut fragments ahead to queue to driver.
  253. ;"HELqueue" = "5"
  254. ;; Max number of fragments to prebuffer
  255. ;"SndQueueMax" = "28"
  256. ;; Min number of fragments to prebuffer
  257. ;"SndQueueMin" = "12"
  258. ;; Forces emulation mode (using wave api)
  259. ;"HardwareAcceleration" = "Emulation"
  260. ;; Sets default playback device (0 - number of devices - 1)
  261. ;"DefaultPlayback" = "0"        ; use first device (/dev/dsp)
  262. ;"DefaultPlayback" = "1"         ; use second device (/dev/dsp1)
  263. ;"DefaultPlayback" = "2"         ; use third device (/dev/dsp2)
  264. ;; Sets default capture device (0 - number of devices - 1)
  265. ;"DefaultCapture" = "0"                ; use first device (/dev/dsp)
  266. ;"DefaultCapture" = "1"                ; use second device (/dev/dsp1)
  267. ;"DefaultCapture" = "2"                ; use third device (/dev/dsp2)

  268. [Network]
  269. ;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
  270. ;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
  271. ;; from the Unix host name. You'll need to set ComputerName in
  272. ;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
  273. ;"UseDnsComputerName" = "N"

  274. ;; Application specific configuration

  275. ; 3 InstallShield versions who like to put their full screen window in front,
  276. ; without any chance to switch to another X11 application.
  277. ; So just catch them in a desktop window.
  278. ; Note: KDE handles this correctry.
  279. ;
  280. ;[AppDefaults\\_INS0432._MP\\x11drv]
  281. ;"Desktop" = "640x480"
  282. ;
  283. ;[AppDefaults\\_INS0466._MP\\x11drv]
  284. ;"Desktop" = "640x480"
  285. ;
  286. ;[AppDefaults\\_INS0576._MP\\x11drv]
  287. ;"Desktop" = "640x480"
  288. ;
  289. ;[AppDefaults\\_INS5176._MP\\x11drv]
  290. ;"Desktop" = "640x480"
  291. ;
  292. ;[AppDefaults\\_INS5576._MP\\x11drv]
  293. ;"Desktop" = "800x600"


  294. ;Disable window management for some apps.
  295. ;
  296. ;Densi denwachou 2003
  297. [AppDefaults\\Blarea8.exe\\x11drv]
  298. "Managed" = "N"
  299. ;
  300. ;Half Life Demo
  301. [AppDefaults\\hldemo.exe\\x11drv]
  302. "Managed" = "N"
  303. ;
  304. ;Real Player 10
  305. [AppDefaults\\realplay.exe\\x11drv]
  306. "Managed" = "N"
  307. ;
  308. ;Winamp
  309. [AppDefaults\\winamp.exe\\x11drv]
  310. "Managed" = "N"


  311. ;;Some apps work better with native comctl32
  312. ;;NOTE: May cause side effects
  313. ;
  314. ;;Winamp
  315. ;[AppDefaults\\winamp.exe\\DllOverrides]
  316. ;"comctl32" = "native"
  317. ;
  318. ;;WinnyP
  319. ;[AppDefaults\\winnyp.exe\\DllOverrides]
  320. ;"comctl32" = "native"
  321. ;
  322. ;;Lunascape
  323. ;[AppDefaults\\Luna.exe\\DllOverrides]
  324. ;"comctl32" = "native"
  325. ;
  326. ;;Mame file 2
  327. ;[AppDefaults\\mame2.exe\\DllOverrides]
  328. ;"comctl32" = "native"


  329. ;OpenJane_IE sppedup hack
  330. [AppDefaults\\Jane2ch.exe\\DllOverrides]
  331. "mlang" = "builtin, native"
  332. ;"comctl32" = "native"
  333. ;;Internet Explorer
  334. ;[AppDefaults\\iexplore.exe\\DllOverrides]
  335. ;"mlang" = "builtin, native"


  336. ;IE4,5,6 Installer
  337. [AppDefaults\\acmsetup.exe\\DllOverrides]
  338. "*comctl32" = "builtin"
  339. [AppDefaults\\grpconv.exe\\DllOverrides]
  340. "*comctl32" = "builtin"
  341. [AppDefaults\\iebatch.exe\\DllOverrides]
  342. "*comctl32" = "builtin"
  343. [AppDefaults\\updcrl.exe\\DllOverrides]
  344. "*comctl32" = "builtin"


  345. ;Adobe Reader 6.0
  346. [AppDefaults\\AcroRd32.exe\\Version]
  347. "Windows" = "win2k"


  348. ;;Windows Explorer
  349. ;[AppDefaults\\explorer.exe\\DllOverrides]
  350. ;"shell32" = "native"


  351. ;;Windows Media Player 9 Installer
  352. ;;WARNING: Windows Media Player 9 Installer may brake your setup!
  353. ;[AppDefaults\\setup_wm.exe\\Version]
  354. ;"Windows" = "winme"
  355. ;[AppDefaults\\setup_wm.exe\\DllOverrides]
  356. ;"msvcrt" = "builtin"


  357. ;;Example: Catch setup.exe in a desktop window.
  358. ;[AppDefaults\\setup.exe\\x11drv]
  359. ;"Desktop" = "800x600"

  360. ;;Example: Catch full screen games in a desktop window.
  361. ;;Half Life Demo
  362. ;[AppDefaults\\hldemo.exe\\x11drv]
  363. ;"Desktop" = "640x480"

  364. ;;Example: XIM Input Style
  365. ;[AppDefaults\\notepad.exe\\x11drv]
  366. ;"InputStyle" = "offthespot"

  367. ;;Example: Windows version
  368. ;[AppDefaults\\sol.exe\\Version]
  369. ;"Windows" = "nt40"

  370. ;; You can add an AppDefault entry like this for such cases.
  371. ;[AppDefaults\\pickygame.exe\\dsound]
  372. ;"EmulDriver" = "N"

  373. # [/wineconf]
复制代码
回复 支持 反对

使用道具 举报

发表于 2005-3-28 21:24:30 | 显示全部楼层
請問各位大俠那個winex是怎麽樣安裝和使用的
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表