[继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

Wine、Cedega、CrossOver 等配置
回复
lightning2008
帖子: 40
注册时间: 2008-03-17 16:53

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#61

帖子 lightning2008 » 2010-06-08 13:29

19900828xy 写了:
lightning2008 写了:给大家提供一个好用的版本,qq2009sp6的.我这两天试了很多,这个是目前发现最好的.
http://www.greenhua.com/soft/4327.html 腾讯QQ2009(去广告) 正式版 SP6 威雅精简版 简体中文绿色版
我发现登录后几秒钟就自动关闭..貌似还是不行哦...
那可能是设置的问题,这里另外有两个也是我试验过的,这两个比上面这个要稳定一些。
http://www.e666.cn/soft/down/soft_9638.html腾讯QQ2009 正式版 去广告绿色精简版 这个其实是bate版本,能够显示群公告。
http://www.e666.cn/soft/down/soft_6569.html腾讯QQ2009 正式版 SP6 无广告清爽绿色版 这个是sp6版本,但是群动态打开不了
两个都很稳定,而且我用avast查过没有毒的
混乱战场
帖子: 42
注册时间: 2008-11-23 18:24

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#62

帖子 混乱战场 » 2010-06-10 23:02

我完全按楼主的方法做,但是出错了,弹出一个提示框,一但关掉,QQ就崩溃!内容是:The program KQAdTray.exe has encountered a serious problem and needs to close. we are sorry for the inconvenience.
golden2007
帖子: 236
注册时间: 2010-04-27 21:37

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#63

帖子 golden2007 » 2010-06-13 22:25

等我毕业后,我会把windows踢出硬盘
作为一名维基人,我追求用理性客观的眼光看待问题,说出的话有理有据;作为一名ubuntu用户,我相信我的存在离不开万物,和谐相处才是生存之道。海纳百川,文明用语。
头像
swordorochi
帖子: 21
注册时间: 2008-03-12 13:02

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#64

帖子 swordorochi » 2010-06-14 11:40

:em11 不错,研究了这么多天的qq终于成功了阿
头像
mark1991
帖子: 218
注册时间: 2007-02-12 19:46

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#65

帖子 mark1991 » 2010-06-14 15:10

我双击qq.exe , 没反应. . 怎么办呢? 用官方的qq2010版本也是这样.
头像
bekars
帖子: 27
注册时间: 2008-02-19 15:33

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#66

帖子 bekars » 2010-06-27 11:18

vcrun2005sp1装不上

报错
sha1sum mismatch!
头像
Evan Reader
帖子: 269
注册时间: 2009-11-03 13:53
来自: 甘肃

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#67

帖子 Evan Reader » 2010-06-27 20:18

WINE升级之后,传美的QQ的确可以用了 :em11
Happiness only real when shared.
头像
Evan Reader
帖子: 269
注册时间: 2009-11-03 13:53
来自: 甘肃

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#68

帖子 Evan Reader » 2010-06-27 20:20

混乱战场 写了:我完全按楼主的方法做,但是出错了,弹出一个提示框,一但关掉,QQ就崩溃!内容是:The program KQAdTray.exe has encountered a serious problem and needs to close. we are sorry for the inconvenience.
那个大可不必操心,那是传美QQ的IP显示程序,QQ是没有一点问题的.
Happiness only real when shared.
头像
Evan Reader
帖子: 269
注册时间: 2009-11-03 13:53
来自: 甘肃

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#69

帖子 Evan Reader » 2010-06-27 20:27

bekars 写了:vcrun2005sp1装不上

报错
sha1sum mismatch!
解决办法:
用GEdit打开winetricks,如果你是从库里边安装的在/usr/bin/winetricks,搜索找到这一段

代码: 全选

# verify an sha1sum
verify_sha1sum() {
    wantsum=$1
    file=$2

    gotsum=`$SHA1SUM < $file | sed 's/ .*//'`
    if [ "$gotsum"x != "$wantsum"x ]
    then
       die "sha1sum mismatch!  Rename $file and try again."
    fi
}
在每一行迁加上#,或者直接删掉这一也可以.
另外,如果你不想这么做,直接双击安装winettricks下载好的文件也可以.
Happiness only real when shared.
头像
bekars
帖子: 27
注册时间: 2008-02-19 15:33

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#70

帖子 bekars » 2010-06-28 16:01

err:module:find_forwarded_export function not found for forward 'msvcrt.memmove_s' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._time32' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:import_dll Library AppUtil.dll (which is needed by L"Z:\\home\\aaa\\Codes\\QQ\\qq2009\\Bin\\QQ.exe") not found
err:module:import_dll Library ATL80.DLL (which is needed by L"Z:\\home\\aaa\\Codes\\QQ\\qq2009\\Bin\\QQ.exe") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"Z:\\home\\aaa\\Codes\\QQ\\qq2009\\Bin\\QQ.exe") not found
err:module:find_forwarded_export function not found for forward 'msvcrt._configthreadlocale' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._except_handler4_common' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._controlfp_s' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.??_V@YAXPAX@Z' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._time64' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\aaa\\Codes\\QQ\\qq2009\\Bin\\QQ.exe" failed, status c0000135

还是有问题,启动报错,ubuntu 10.04
上次由 bekars 在 2010-06-29 9:34,总共编辑 1 次。
头像
adsl
帖子: 61
注册时间: 2010-04-05 16:43
来自: 山东临沂
联系:

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#71

帖子 adsl » 2010-06-28 16:40

留个脚印,备用
http://shop100148913.taobao.com/ 欢迎光临偶滴小店
mcpotty
帖子: 4
注册时间: 2009-11-12 11:07

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#72

帖子 mcpotty » 2010-06-28 18:05

请问大虾,wine qq为什么会这样。


The file '/home/bo/.wine/dosdevices/c:/Program Files/qq2009/Bin/QQ.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.
bigtnt6
帖子: 125
注册时间: 2009-06-25 13:58

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#73

帖子 bigtnt6 » 2010-06-29 8:02

哎,新东西还是不测试了,期待高人放出测试报告。
头像
Evan Reader
帖子: 269
注册时间: 2009-11-03 13:53
来自: 甘肃

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#74

帖子 Evan Reader » 2010-06-30 19:13

mcpotty 写了:请问大虾,wine qq为什么会这样。


The file '/home/bo/.wine/dosdevices/c:/Program Files/qq2009/Bin/QQ.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.
意思是说那个不是可执行程序,把那个QQ文件夹及其文件属性改成可执行就OK了.
Happiness only real when shared.
yunlizonghua
帖子: 7
注册时间: 2010-05-06 20:55

Re: [继续更新,支持QQ2010!!]用QQ的有福气啦~完美支持QQ2009SP6正式无广告版.解决截图问题

#75

帖子 yunlizonghua » 2010-07-02 12:40

The file '/home/yunlizonghua/.cache/.fr-f8c8vG/qq2009/Config.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.



出现这个是什末原因
回复