[Bug 37305] New: ApexDC fails to do file operations (file:FindFirstFileExW)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 23 05:57:39 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37305

            Bug ID: 37305
           Summary: ApexDC fails to do file operations
                    (file:FindFirstFileExW)
           Product: Wine
           Version: 1.7.26
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: hk-wine at circlestorm.org

Wine 1.7.26 running in WinXP mode (any higher and ApexDC crashes on startup)
ApexDC 1.6.0 x86_64 version ( http://www.apexdc.net/download/ )

This has probably failed for all apexdc versions back to 1.5.10 according to
what I find when googling this problem. They changed code relevant to file
operations from what people report.

ApexDC starts up and everything seems fine, even the tree-view for selecting
what folders to share files from works fine.
But it never manages to index the shared files (involves reading the file to
create a hash of it), and even already indexed files fails to show up as shared
(bytes shared = 0 in status bar), so that indicates that even checking that a
file exists fails.

$ wine ApexDC-x64.exe 
fixme:wincodecs:PngDecoder_Block_GetCount stub
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:advapi:RegisterTraceGuidsW (0x14031ca58, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x1404824d0, (null), (null),
0x1404b55a8): stub
fixme:process:GetNumaHighestNodeNumber (0x32f5b0): semi-stub
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000001
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000001
fixme:ver:GetCurrentPackageId (0xdadab0 (nil)): stub
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000001

*snip lots and lots of repeated messages identical to the above (one per shared
file?)

fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000001
err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000001 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 109b wp=00000000 lp=0032e820
err:listview:LISTVIEW_WindowProc unknown msg 1091 wp=00000000 lp=0032e738

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list