Displaying 11 results from an estimated 11 matches for "gdi_releaseobj".
2009 Apr 18
2
Regression testing - compilation error after second bisect
...-lSM -lICE
-lXxf86vm -lXext -lX11 ../../libs/port/libwine_port.a
palette.o: In function `X11DRV_RealizeDefaultPalette':
/home/james/wine-git/dlls/winex11.drv/palette.c:1267: undefined reference to
`GDI_GetObjPtr'
/home/james/wine-git/dlls/winex11.drv/palette.c:1283: undefined reference to
`GDI_ReleaseObj'
palette.o: In function `X11DRV_PALETTE_ToPhysical':
/home/james/wine-git/dlls/winex11.drv/palette.c:828: undefined reference to
`GDI_GetObjPtr'
/home/james/wine-git/dlls/winex11.drv/palette.c:976: undefined reference to
`GDI_ReleaseObj'
/home/james/wine-git/dlls/winex11.drv/palette...
2007 Sep 12
2
cc5 where to start debugging
Hi,
I've been running close combat 5 with wine for a while now but lately
I've been getting a error with the program crashing.
The following output comes in the terminal:
----------------------------------------------------------------------------------------------------------------------------------------------------
wine: Unhandled page fault on write access to 0x0375fffe at
2005 May 11
0
Re: wine-users digest, Vol 1 #2093 - 12 msgs
...ks. Use "killall -9 wine-preloader" if you
> want to kill Wine, not Ctrl-C.
>
> So I'm not sure what the real problem is, but this trace is just as the
> program shuts down ...
These are the last couple of lines before I killed the wine-preloader
with -9:
0009:Call gdi32.GDI_ReleaseObj(00000044) ret=41943aae
0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b
0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71
0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71
0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b
0009:Ret gdi32.GDI_...
2005 May 11
0
Re: wine-users digest, Vol 1 #2093 - 12 msgs
...ks. Use "killall -9 wine-preloader" if you
> want to kill Wine, not Ctrl-C.
>
> So I'm not sure what the real problem is, but this trace is just as the
> program shuts down ...
These are the last couple of lines before I killed the wine-preloader
with -9:
0009:Call gdi32.GDI_ReleaseObj(00000044) ret=41943aae
0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b
0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71
0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71
0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b
0009:Ret gdi32.GDI_...
2008 Sep 04
3
Saab Electronic Parts Catalogue (EPC)
Hello everyone,
I am trying to get Saab's Electronic Parts Catalogue (EPC) to work with Wine. This is the only program I need running on Windows and stops me from fully enjoying the Linux. I'm running FC 9 with Wine v1.0. The installation of the program was very smoothly with no issues at all. However it fails to start - hangs when the main screen is supposed to show. I am getting
2005 Mar 21
1
Program Crashes on Startup
...ning with Wine 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(77acfae...
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
....ERR message that
comes afterwards. Also notice the exception handler at 0x761b10. This is
also inside the application, so it looks like the app sets up an
exception handler, and is all set to display an error message box.
Then comes another exception, about 900 lines later:
0806d398:trace:gdi:GDI_ReleaseObj (004c): leave 1
0806d398:trace:win32:_LeaveSysLevel (0x4082dfc4, level 3): thread
0x806d398 (fs 008f, pid 24366) count before 1
0806d398:trace:win32:_LeaveSysLevel (0x4082dfc4, level 3): thread
0x806d398 (fs 008f, pid 24366) count after 0
0806d398:trace:palette:GetSystemPaletteEntries hdc=004c,s...
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?
2006 Nov 24
0
Wine release 0.9.26
...OBJ structure.
winex11.drv: Abstract accesses to the palette color mapping.
gdi32: Get rid of the palette mapping handling and leave it up to the driver.
winex11.drv: Store the palette mapping in an X context instead of the GDI object.
gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
gdi32: Get rid of the gdi.h include.
include: Get rid of heap.h.
include: Install adshlp.h too.
winmm: Avoid using sizeof() in traces.
server: Return an fd type in the get_handle_fd request.
ntdll: Store the fd type in the cache and return it in server_get_unix_...
2007 Jun 29
0
Wine release 0.9.40
...ipDrawCurve2.
gdiplus: Implemented GdipDrawLines.
gdiplus: Implemented GdipCreatePath and GdipDeletePath.
gdiplus: Fix broken graphics path constructor.
gdiplus: Fix erroneous pen error checking.
gdiplus: Tidy up graphics constructor.
gdi32: Added missing call to GDI_ReleaseObj.
Francois Gouget (11):
regedit: Add missing '\n' to an error message.
regedit: Don't allow square-bracketed registry paths on the command line (to match native).
regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName().
winapi_check: ULONG_PTR is...
2010 Aug 20
0
Wine release 1.3.1
...r::SetRect.
Davide Pizzetti (2):
xcopy: Italian translation update.
wordpad: Italian translation update.
Detlef Riekenberg (10):
include: Add a closing bracket.
shdocvw: Do not trim the last character, when using the iexplore open menu.
gdi32: Always use a HANDLE for GDI_ReleaseObj.
shlwapi/tests: Run more language dependent tests only on English locales.
include: Add inaddr.h.
wineps: Use winspool.drv for job management.
qmgr/tests: Detect when the service is disabled.
ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx.
ntd...