https://bugs.winehq.org/show_bug.cgi?id=56122
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- Created attachment 75835 --> https://bugs.winehq.org/attachment.cgi?id=75835 hack
Application creates a placeholder using VirtualAlloc2/VirtualFree/MapViewOfFile3 and probably by mistake passes not 64k aligned addresses and offsets to MapViewOfFile3. Probably Windows ignores address and offset in that case since a placeholder must exactly match previous allocation. Attached hack makes the application run.
P.S. Source code at https://github.com/LANCommander/LANCommander doesn't have any reference to VirtualAlloc2/MapViewOfFile3, it could use some external wrapper.