https://bugs.winehq.org/show_bug.cgi?id=43452
Bug ID: 43452 Summary: AAA Map'N'Go 4.0 doesn't start Product: Wine Version: 2.7 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com Distribution: ---
Created attachment 58818 --> https://bugs.winehq.org/attachment.cgi?id=58818 part of +relay trace
Spawns three dialogs in succession claiming "Failed to create empty document." followed by one saying "startup.mn3 is invalid - recopy from CD". The application then crashes.
Looking through the log shows that it is trying to allocate 0x7ffff800 bytes of virtual memory, which fails. Further testing shows that this value seems to be coming from GlobalMemoryStatus()—specifically, it's the value of dwTotalPhys aligned to 2048 bytes.
GlobalMemoryStatus() seems to be returning the correct value, though. There's not a lot else in between that seems relevant.
Attached is the relevant part of a +relay trace.