http://bugs.winehq.org/show_bug.cgi?id=59651 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org --- Comment #1 from Bernhard Übelacker <bernhardu@mailbox.org> --- Created attachment 81048 --> http://bugs.winehq.org/attachment.cgi?id=81048 debugging notes Hello, I tried to find some more details. It looks to me it tries to open and map this file: "C:\\Greenfish Icon Editor Pro 4.5\\data\\shaders.lmdb" But a call to NtMapViewOfSection fails because of an input size of 0xffffffff, which exceeds some limit in virtual_map_section, therefore returns STATUS_INVALID_VIEW_SIZE. Hacking virtual_map_section to allow this size makes the application getting over that mapping, but hangs later. Can not yet tell if the size is the problem, or if NtMapViewOfSection should accept that size. -- 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.