JpegDecoder_Frame_CopyPalette with wine 5.0 on Archlinux

Questions about Wine on Linux
Locked
User avatar
CountStarlight
Level 2
Level 2
Posts: 16
Joined: Tue Feb 06, 2018 11:13 pm

JpegDecoder_Frame_CopyPalette with wine 5.0 on Archlinux

Post by CountStarlight »

system: Archlinux
wine: 5.0
package on github: https://github.com/countstarlight/deepi ... echat-arch

install and run:

Code: Select all

# install
makepkg -si
# run
/opt/deepinwine/apps/Deepin-WeChat/run.sh
After logging in, drag an image file (.png) to the submit textbox:

Image

then click send(发送), processing picture will get stuck:

Image

and log print:

Code: Select all

00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:shell:IDropTargetHelper_fnDragOver (0x9166ec8)->(0x32f008 0x00000001)
00e8:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1242f85c,0x11f456d8): stub
00e8:fixme:ole:DefaultHandler_SetContainedObject ()
00e8:fixme:ole:DefaultHandler_SetContainedObject ()
00e8:fixme:shell:IDropTargetHelper_fnDrop (0x9166ec8)->(0x7bbfb238 0x32ef0c 0x00000001)
00e8:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x12256594,0x11eebb00): stub
00e8:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x12256594,0x1228ebe0): stub
00e8:fixme:virtual:NtQueryVirtualMemory (process=0x780,addr=(nil)) Unimplemented information class: MemoryWorkingSetList
00e8:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x12222204,0x11ee3590): stub
00e8:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1270f254,0x1228e600): stub
00e8:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x12633f2c,0x12679618): stub
00e8:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x12697c04,0x126946c0): stub
The older versions of WeChat, such as 2.7.1.88 without this problem, maybe the newer versions uses the new windows api, how to solve it?
Locked