http://bugs.winehq.com/show_bug.cgi?id=1392
------- Additional Comments From winebug@flonet.net 2003-28-06 11:12 ------- Bug comments restored from Gmane.org:
Note the DPLAYX_ConstructData error prior to the semaphore blocking.
rbt@home:/home/rbt/.wine/Cavedog/TotalA> wine --debugmsg +dplay totala Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: fixme:reg:GetSystemInfo not yet supported on this system fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (United States keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. trace:dplay:DllMain (0x5cb30000,0x00000001,0x1) trace:dplay:DPLAYX_ConstructData DPLAYX dll loaded - construct called trace:dplay:DPLAYX_ConstructData Semaphore 0x58 created trace:dplay:DPLAYX_ConstructData Waiting for DPLAYX semaphore trace:dplay:DPLAYX_ConstructData Through wait trace:dplay:DPLAYX_ConstructData File mapped 0x5c created err:dplay:DPLAYX_ConstructData : unable to map static data into process memory space (487) fixme:system:SystemParametersInfoA Unimplemented action: 94 (SPI_GETMOUSETRAILS) fixme:system:SystemParametersInfoA Unimplemented action: 93 (SPI_SETMOUSETRAILS) fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x5c309208)->(00010021,00000053) fixme:ddraw:Main_DirectDrawClipper_Initialize (0x5c30a5b8)->(0x5c309214,0x00000000),stub! fixme:x11drv:X11DRV_DDHAL_CreatePalette stub trace:dplay:DirectPlayLobbyCreateA lpGUIDDSP=0x0 lplpDPL=0x5d0368b7 lpUnk=0x0 lpData=0x0 dwDataSize=00000000 trace:dplay:DPL_CreateInterface for {26c66a70-b367-11cf-a024-00aa006157ac} trace:dplay:DPL_AddRef ref count incremented to 1:1 for 0x5c30bb78 trace:dplay:DPL_QueryInterface (0x5c30bb78)->({1bb4af80-a303-11d0-9c4f-00a0c905425e},0x5d0368bb) trace:dplay:DPL_AddRef ref count incremented to 1:2 for 0x5c30c8a0 trace:dplay:IDirectPlayLobbyAImpl_GetConnectionSettings (0x5c30c8a0)->(0x00000000,0x0,0x5c5e2b24) trace:dplay:DPLAYX_GetConnectionSettingsA Waiting for DPLAYX semaphore Killed
------- Additional Comments From rbt@rbt.ca 2003-04-16 20:24 ------- *** This bug has been confirmed by popular vote. ***
------- Additional Comments From rbt@rbt.ca 2003-04-18 09:25 ------- Created an attachment (id=456) --> (http://bugs.winehq.com/attachment.cgi?id=456&action=view) trace +dplay,+virtual
------- Additional Comments From rbt@rbt.ca 2003-04-18 16:47 ------- The error in DPLAYX is caused by (20030408 sources)
Line 466 in ntdll/virtual.c, function anon_mmap_aligned(): else if (ptr != base) { /* We couldn't get the address we wanted */ munmap( ptr, view_size ); return STATUS_CONFLICTING_ADDRESSES; /* !! HERE !! */ }