Displaying 4 results from an estimated 4 matches for "win_getptr".
2008 Dec 28
1
user32.dll.WIN_GetPtr, aborting
...able to help...
When I'd like to start an application (winecfg, regedit, program) the following error message is returned (in this case: winecfg):
Code:
14 0xb7e149b7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
wine: Call from 0x7e31b0b0 to unimplemented function user32.dll.WIN_GetPtr, aborting
wine: Call from 0x7e31b0b0 to unimplemented function user32.dll.WIN_GetPtr, aborting
I found something at:
http://www.winehq.org/pipermail/wine-patches/2005-May/017534.html
...but I really, really, really don't know what to do with that (because I can't find the listed files)...
2005 Mar 21
1
Program Crashes on Startup
...20050310. I've included the relevent secions
of a +tid,+seh,+relay log (Filtered using "RelayExclude" =
"RtlEnterCriticalSection;RtlLeaveCriticalSection;_EnterSysLevel;_LeaveSysLevel;
_ConfirmSysLevel;LOCAL_Alloc;LOCAL_Lock;LOCAL_Unlock;LOCAL_Free;GDI_GetObjPtr;
GDI_ReleaseObj;WIN_GetPtr;WIN_FindWndPtr;WIN_ReleaseWndPtr;USER_Unlock")
0009:Call kernel32.MulDiv(0000000a,00000060,00000048) ret=004a6ea6
0009:Ret kernel32.MulDiv() retval=0000000d ret=004a6ea6
0009:Call kernel32.CreateMutexA(00000000,00000000,00000000) ret=004e1bce
0009:Call ntdll.NtCreateMutant(77acfaec,001f0001,...
2004 Jan 01
3
steam and wine
I have sucessfully gotten steam and wine to work however I cannot use
microphone for voice communication , I an using alsa .Is there a way to
turn on fullduplex sound like you do in winex by going into config and
changing fullduplex=Y or does wine not support such a feature?
2008 Nov 07
0
Wine release 1.1.8
...icode.
user32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.
wineconsole: Don't ignore extended keys.
kernel32: Don't ignore extended keys.
gdi32: Move DC mapping APIs to the 'dc' debug channel.
user32: Handle all kinds of values returned by WIN_GetPtr.
gdi32: Try to avoid not necessary glyph transformations.
gdi32: Fix a broken test.
Dylan Smith (3):
richedit: Added riched32 tests for word wrap.
richedit: Fixed initial word wrap setting when emulating 1.0.
richedit: Handle negative position given to EM_POSFROMCHAR....