朋友需要在淘宝下工作,被我诱导作一个试验,看看淘宝卖家的工作全过程是否能切换到linux下。
现支付宝+卡通后,在linux下已能畅通无助。但有一个不能缺少的工具是阿里旺旺。
寻遍互联网,阿里旺旺不支持linux,仅有web旺旺可勉强应付。打算wine之。
现情况如下。
已安装了wine 1.3.17,
已使用winetricks 安装 comctl32.dll / gdiplus.dll / ie6 pkg / vcrun6 pkg / riched20 pkg / riched30 pkg / vcrun2005 pkg
已在winecfg设置AliIM.exe运行时使用了足够的 native dll 对应。
图形界面直接load AliIM.exe失败,顶部托盘闪过旺旺图标1秒后消失。
继而CLI执行wine AliIM.exe,出现如下错误信息:
判断gdiplus.dll这个和硬件联系密切的native库不能在linux wine下跑,把其更换为wine内置gdiplus.dll库,再次执行wine AliIM.exe。出现如下错误信息:err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program Files\\AliIM2011_taobao(6.50.26T)\\GUIBase.dll") not found
err:module:import_dll Library GUIBase.dll (which is needed by L"C:\\Program Files\\AliIM2011_taobao(6.50.26T)\\AliIM.exe") not found
err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program Files\\AliIM2011_taobao(6.50.26T)\\AliIM.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\AliIM2011_taobao(6.50.26T)\\AliIM.exe" failed, status c0000135
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
err:ole:CoGetClassObject class {6460b20f-808d-4dac-8cd9-e2ea0588415b} not registered
err:ole:CoGetClassObject no class object {6460b20f-808d-4dac-8cd9-e2ea0588415b} could be created for context 0x1
fixme:hnetcfg:fw_app_get_Enabled 0x160020, 0x32f730
fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x160020, L"C:\\Program Files\\AliIM2011_taobao(6.50.26T)\\AliIM.exe"
fixme:hnetcfg:fw_app_put_Name 0x160020, L"AliIM"
fixme:hnetcfg:fw_apps_Add 0x165410, 0x160020
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:ole:CoGetClassObject class {6460b20f-808d-4dac-8cd9-e2ea0588415b} not registered
err:ole:CoGetClassObject no class object {6460b20f-808d-4dac-8cd9-e2ea0588415b} could be created for context 0x1
err:ole:CoGetClassObject class {bbee963d-ed61-4df5-b632-a81f9f725824} not registered
err:ole:CoGetClassObject no class object {bbee963d-ed61-4df5-b632-a81f9f725824} could be created for context 0x1
请问何解? 是否需要bug report?
是否有成功的wine 阿里旺旺的案例? (2011年版的旺旺)
谢谢。