thetwoflower / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

native gdiplus not found by AliWangwang #305

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
download from 
http://download.taobaocdn.com/wangwang/AliIM2013_taobao(7.21.01C).exe

2.
$ wine "AliIM2013_taobao(7.21.01C).exe"

2.1 click "下一步(N)" (Next)
2.2 click "下一步(N)" (Next)
2.3 click "下一步(N)" (Next)
2.4 click "下一步(N)" (Next)
2.5 click "安装(I)" (Install)
2.6 click "确定" (OK) when there is an error dialog, ignore the R6034 error
2.7 click "完成" (Finish)

3. close the main UI of aliwangwang which is auto started the first time after 
installation

4. $ winetricks -q gdiplus
5. $ cd .wine/drive_c/Program\ Files/AliWangWang/
6. $ wine AliIM.exe 

Actual result:

AliIM.exe fail to start

err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program 
Files\\AliWangWang\\7.21.01C\\GUIBase.dll") not found
err:module:import_dll Library GUIBase.dll (which is needed by L"C:\\Program 
Files\\AliWangWang\\7.21.01C\\AliIMStartup.dll") not found
err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program 
Files\\AliWangWang\\7.21.01C\\AliIMStartup.dll") not found

Cross-reference:
http://bugs.winehq.org/show_bug.cgi?id=33128

Thanks for looking this!

Original issue reported on code.google.com by fracting@gmail.com on 5 Mar 2013 at 5:05

GoogleCodeExporter commented 8 years ago
Great steps, thanks.

What fonts should we install on a vanilla English Ubuntu 12.04 system
to be able to see the text?

Original comment by daniel.r...@gmail.com on 5 Mar 2013 at 5:10

GoogleCodeExporter commented 8 years ago
Hello,

Could you try this steps:

1, set LC_ALL=zh_CN.utf8
2, install ttf-wqy-microhei (WenQuanYi Micro Hei) on Ubuntu/Debian, or the 
package contain that font on other distributions.
3, (optional I think) 
Add the following two steps to /usr/share/wine/wine.inf or 
/usr/local/share/wine/wine.inf
HKCU,Software\Wine\Fonts\Replacements,"SimSun",,"WenQuanYi Micro Hei"
HKCU,Software\Wine\Fonts\Replacements,"PMingLiU",,"WenQuanYi Micro Hei"

reference: http://bugs.winehq.org/show_bug.cgi?id=16325#c167

I think the Ubuntu Wine deb package and Fedora Wine rpm should already done (2) 
and (3) for us, just (1) needed.

Feel free to ping me on #winehackers, thanks!

Original comment by fracting@gmail.com on 5 Mar 2013 at 5:21