[Bug 43455] New: Jack' s Attic fails to launch due to lack of virtual memory
https://bugs.winehq.org/show_bug.cgi?id=43455 Bug ID: 43455 Summary: Jack's Attic fails to launch due to lack of virtual memory Product: Wine Version: 2.0-rc2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs(a)winehq.org Reporter: z.figura12(a)gmail.com Distribution: --- Jack's Attic, an old educational game, fails to launch due to a claimed lack of virtual memory. The application calls GlobalMemoryStatus, and adds together the reported values for TotalPageFile and TotalVirtual, then does a signed comparison with 3MB. However, GlobalMemoryStatus contains code to limit the total virtual memory to 0x7ffdffff, and also contains code to limit the total paged memory to 0x7fffffff *if* the application is detected to be an old binary (just by comparing version numbers). These, added together, yield 0xfffdfffe, which is negative and so less than 3MB. The game works fine on Windows, because the reported virtual memory isn't limited (and so the addition wraps around and remains positive). This is Wine-specific code which is included to help other applications work where they wouldn't on Windows. Unfortunately, it causes this application to fail. Perhaps a better solution would be to use a registry key? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=43455 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Zebediah Figura <z.figura12(a)gmail.com> --- I'm going to mark this as invalid, since this actually does fail on Windows depending on the actual amount of virtual memory (and also, IIRC, my comment that the virtual memory isn't limited is not true on all versions). I do think a registry setting to limit reported memory would be useful, though. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=43455 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=43455 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED CC| |focht(a)gmx.net Resolution|INVALID |DUPLICATE --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, collecting all Macromedia Director Player 5.0/6.0 based apps/games with 3MB comparison into bug 44931 Regards *** This bug has been marked as a duplicate of bug 44931 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=43455 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv(a)dawncrow.de --- Comment #4 from André H. <nerv(a)dawncrow.de> --- closing dup -- 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.
participants (1)
-
wine-bugs@winehq.org