ubuntu12.04 wineRTX 无法接收图片和名字前两个乱码

Wine、Cedega、CrossOver 等配置
回复
binhong
帖子: 14
注册时间: 2013-01-04 22:01

ubuntu12.04 wineRTX 无法接收图片和名字前两个乱码

#1

帖子 binhong » 2013-01-15 14:16

我用的是ubuntu12.04 32位系统,看了很多完美运行RTX后,终于成功运行了RTX。但,发现还是有以下问题:
1.不能发送和接收图片,但能正常接收文字消息。
2.还有名字的前两个字符出现方框

代码: 全选

binhong@binhong-pc:~$ sduo vim /usr/share/wine/wine.inf

代码: 全选

[Fonts]
HKLM,%FontSubStr%,"Arial Baltic,186",,"Arial,186"
HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
HKLM,%FontSubStr%,"Courier New Baltic,186",,"Courier New,186"
HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
HKLM,%FontSubStr%,"Helvetica",,"Arial"
HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
HKLM,%FontSubStr%,"Times",,"Times New Roman"
HKLM,%FontSubStr%,"Times New Roman Baltic,186",,"Times New Roman,186"
HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
HKCU,Software\Wine\Fonts\Replacements,"SimSun",,"WenQuanYi Micro Hei"
HKCU,Software\Wine\Fonts\Replacements,"PMingLiU",,"WenQuanYi Micro Hei"
HKCU,Software\Wine\Fonts\Replacements,"MS Gothic",,"Ume Gothic"
HKCU,Software\Wine\Fonts\Replacements,"MS PGothic",,"Ume P Gothic"
HKCU,Software\Wine\Fonts\Replacements,"MS UI Gothic",,"Ume UI Gothic"
HKCU,Software\Wine\Fonts\Replacements,"MS Mincho",,"Ume Mincho"
HKCU,Software\Wine\Fonts\Replacements,"MS PMincho",,"Ume P Mincho"
HKCU,Software\Wine\Fonts\Replacements,"Batang",,"UnBatang"
HKCU,Software\Wine\Fonts\Replacements,"Dotum",,"UnDotum"
HKCU,Software\Wine\Fonts\Replacements,"Gulim",,"UnDotum"
HKCU,Software\Wine\Fonts\Replacements,"Arial Unicode MS",,"Droid Sans Fallback"
3.最大化后,不能恢复最小化窗口
4.不能ctrl+回车和按回车发送

求大神们,帮忙解决以上问题!万分敢谢!!!!!!!

binhong@binhong-pc:~$ wine --version
wine-1.4.1
[img]

[/img]
附件
名字前两个字符乱码
名字前两个字符乱码
1.jpg (9.42 KiB) 查看 1944 次
binhong
帖子: 14
注册时间: 2013-01-04 22:01

Re: ubuntu12.04 wineRTX 无法接收图片和名字前两个乱码

#2

帖子 binhong » 2013-01-15 17:40

一直执着地找答案。。。。竟然,不能接收图片和发表情!!是不是没有注册 RTX 下的Picture.dll 有关,于是执行注册 Picture.dll:

代码: 全选

binhong@binhong-pc:~/RTX$ regedit Picture.dll 
fixme:userenv:GetAllUsersProfileDirectoryW 0x33e96c 0x33e930
fixme:userenv:GetAllUsersProfileDirectoryW 0x33e96c 0x33e930
binhong@binhong-pc:~/RTX$ wine: Unhandled page fault on read access to 0x000007b9 at address 0x7d5c3075 (thread 000d), starting debugger...

binhong@binhong-pc:~/RTX$ wine RTX.exe 
fixme:userenv:GetAllUsersProfileDirectoryW 0x33e96c 0x33e930
fixme:userenv:GetAllUsersProfileDirectoryW 0x33e96c 0x33e930
wine: Unhandled page fault on read access to 0x000007b9 at address 0x373075 (thread 000d), starting debugger...
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
fixme:gdiplus:GdipImageGetFrameCount returning frame count of 1
fixme:gdiplus:GdipGetPropertyItemSize not implemented
fixme:imm:ImmReleaseContext (0x100d6, 0x15ae5d8): stub
不知道,不能传接图片,是否这个原因!!!要是,这个问题怎样解决??
求大神们解决呀!!万分感谢!!!
moral20
帖子: 1
注册时间: 2013-03-26 9:08
系统: ubuntu12.04

Re: ubuntu12.04 wineRTX 无法接收图片和名字前两个乱码

#3

帖子 moral20 » 2013-03-26 9:11

1.png
像上图安装riched30 和 riched20 就可以接收图片,汉字乱码的使用oleaut32也可以解决.
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: ubuntu12.04 wineRTX 无法接收图片和名字前两个乱码

#4

帖子 枫叶饭团 » 2013-03-26 9:17

。。。。。。。。。。
RTX除了我们公司,居然还有其它公司用。。。。ORZ
头像
寒声碎
帖子: 1723
注册时间: 2009-07-31 16:50
联系:

Re: ubuntu12.04 wineRTX 无法接收图片和名字前两个乱码

#5

帖子 寒声碎 » 2013-03-26 10:30

我们公司也在用
回复