search for: wm_paint

Displaying 20 results from an estimated 37 matches for "wm_paint".

2002 Nov 17
2
Problem running Anstoss2 under Wine
...wait timed out, retrying (60 >sec) tid=081b1ce0 >fixme:ddraw:Main_DirectDraw_SetCooperativeLevel >(0x403a7528)->(00010024,00000008) >fixme:ddraw:Main_DirectDrawClipper_Initialize >(0x403a7e38)->(0x403a7534,0x00000000),stub! >err:msg:DispatchMessageW BeginPaint not called on WM_PAINT for hwnd >10026! >err:msg:DispatchMessageA BeginPaint not called on WM_PAINT for hwnd >10026! >err:msg:DispatchMessageA BeginPaint not called on WM_PAINT for hwnd >10026! >fixme:ddraw:Main_DirectDraw_SetCooperativeLevel >(0x403a7428)->(0002002d,00000008) >fixme:ddraw:Main...
2001 Aug 07
3
Troubles with Farpoint Spread controls
...ng on is a Red Hat Linux 6.2, with XFree 4.0 and KDE 2.1. The wine has been compiled using egcs-1.1.2. Wine itself is latest snapshot (20010731). The application we're trying to run crashes when tries to display a dialog box using Spread controls (from Farpoint). The crash occurs during a WM_PAINT. By exploring the builind of the window, the control it is showing is a scrollbar (lpszClass="SPR32D30ScrlBar"). A very strange behaviour is that the window does not appear to be linked in the parent/sibling structure. I mean: the WND has a parent. The first child of the parent is...
2001 Mar 27
1
Street Atlas 8.0?
...Atlas 8.0 to run with wine? I get the starting splash screen from SA8.0 and a bunch of fixme:font messages (I don't think I care about these?). Then I get both a Windows box stating "Failed to create empty document." and get "err:msg:DispatchMessageA BeginPaint not called on WM_PAINT for hwnd 0c08!" on the command line. I then disconnected to the network and tried running SA8.0 as root and got the same result. I was hoping it was just some file permissions , but I think the permissions are not the problem. I am using the default ~/.wine/config generated after a wineinst...
2001 Aug 20
1
Event trail info help request
G'day all, I'm always running the latest wine built locally, daily from CVS. I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a mouse event bug. I write my software in Borland Delphi 4. For testing, I have written a program that simply intercepts the application message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events, and prints them to a
2002 Mar 01
4
UI regression
...s I've hit one of the ones I saw before. In this case, screen re-draw works except for scroll-bars which are not drawn at all. If I look at the xterm where I start wine, I just see the same error message being printed over & over again ... err:msg:DispatchMessageA BeginPaint not called on WM_PAINT for hwnd 2002e! The application is a run-time version of the FileMaker Pro database. The Linux version is a Suse 7.0 upgraded piecemeal. It's relatively re-producable so I can turn on the appropriate debug messages if someone can advise what they are. Thanks Jon
2001 Apr 10
2
Stars! kills X-Server
...l=0x0000 ret=028f:0379 ds=039f Call USER.113: TRANSLATEMESSAGE(039f:a42e) ret=028f:0387 ds=039f Ret USER.113: TRANSLATEMESSAGE() retval=0x0000 ret=028f:0387 ds=039f Call USER.114: DISPATCHMESSAGE(039f:a42e) ret=028f:03d1 ds=039f trace:relay:WINPROC_CallWndProc (wndproc=0x405dd004,hwnd=000009bc,msg=WM_PAINT,wp=00000000,lp=00000000) trace:relay:WINPROC_CallWndProc (wndproc=0x405dd004,hwnd=000009bc,msg=WM_ERASEBKGND,wp=00000048,lp=00000000) CallTo16(func=02bf:0000,ds=039f,0x0928,0x0019,0x0048,0x0002,0x09bc) ss:sp=039f:a3f6 AX=039e BX=0000 CX=0000 DX=0000 SI=0000 DI=0000 BP=a420 ES=039f FS=0000 Call...
2001 Jul 21
0
traceback on save in Camedia Master
...7ca0:Call kernel32.TlsGetValue(00000001) ret=5f401018 08067ca0:Ret kernel32.TlsGetValue() retval=40378dbc ret=5f401018 08067ca0:Call kernel32.TlsGetValue(00000001) ret=5f401018 08067ca0:Ret kernel32.TlsGetValue() retval=40378dbc ret=5f401018 08067ca0:Ret window proc 0x10004c22 (hwnd=00001840,msg=WM_PAINT,wp=00000000,lp=00000000) retval=00000000 08067ca0:Call x11drv.MsgWaitForMultipleObjectsEx(00000000,00000000,00000000,00000000,00000000) ret=4071de03 08067ca0:Ret x11drv.MsgWaitForMultipleObjectsEx() retval=00000102 ret=4071de03 08067ca0:Call window proc 0x10004c22 (hwnd=00001914,msg=WM_PAINT,wp=00...
2005 May 25
0
err:local:LOCAL_GetBlock not enough space in GDI heap
Hello, I've wrote a program in win32 that does some drawing. After running it for a while it stops drawing the colors for the shapes I draw using GDI functions and it throws multiple time this error: err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 36 bytes The WM_PAINT message looks like this: GetClientRect (m_pMainWnd->m_hWnd, &rc); hdc = BeginPaint (m_pMainWnd->m_hWnd, &ps); // Create an off-screen DC for double-buffering hdcMem = CreateCompatibleDC (hdc); hbmMem = CreateCompatibleBitmap (hdc, rc.right, rc.bottom); hOld =...
2001 Mar 13
2
Checkpoint Firewall 4.1 Admin Gui
...s directory. err:win32:fixup_imports No implementation for WSOCK32.dll.1113, setting to 0xdeadbeef Can't open MIDI device '/dev/sequencer' ! (No such device). If your program needs this (probably not): load MIDI sequencer kernel driver ! err:msg:DispatchMessageA BeginPaint not called on WM_PAINT for hwnd 0b88! fixme:reg:RegFlushKey (8c): stub fixme:toolhelp:CreateToolhelp32Snapshot flags 1 not implemented fixme:pthread_kill_other_threads_np Can't open MIDI device '/dev/sequencer' ! (No such device). If your program needs this (probably not): load MIDI sequencer kernel driver !...
2011 Jun 19
2
Debugging textedit (gathering its content)
Hi guys, I'm new in wine debugging, but i need to get content of textbox to console. I tried Code: WINEDEBUG=+edit ./app.exe 2>&1 It gets content of lineedit, but not textedit. Do you have some idea how read content of textbox from win app in wine? Thanks
2008 Apr 11
0
Alien Shooter - Vengeance want start.
...3403587584 TotalVirtual=2147352575 AvailVirtual=2147287039 !!!ERROR 18:23:10/0!!!NET: 0x80040111 Couldn't create the DirectPlay8Peer Registry path = 'SOFTWARE\SigmaTeam\AlienShooter' Direct3D HAL Enum display modes 800x600 X8R8G8B8 D16 Enum display modes 1024x768 X8R8G8B8 D16 WM_PAINT Selected display mode 1024x768 A8R8G8B8 desktop X8R8G8B8 zbuffer D24S8 !!!ERROR 18:23:11/0!!!GRAPH: 0x88760B59 Couldn't create the Effect !!!ERROR 18:23:11/0!!!GRAPH: 0x88760B59 Couldn't create the Effect Any ideas.Thanks.Oh.Wine is version 9.58
2002 Mar 02
2
United Devices
Hi. Does somebody here know that research project United Devices where molecules are testet of their interaction with proteins that are included in the growth of cancer? Well, there's a nice Windows-program you can use for that, but nothing else - there's no software so you can take part of that research running under Linux. Today I tried to get it run with WinE. But I failed. In
2001 Feb 17
1
.wine/config file what have I missed?...
I lost some partitions on my HD so I've had to make up my ~/.wine/config file again, but I can't seem to get it to work, I keep on getting ".... is not a valid registry file" TIA Ani ---- Begin /home/Ani/.wine/config ---- WINE REGISTRY version 2 [Drive C] "Path" = "/c" "Type = "hd" "Label" = "Windows"
2001 May 15
2
WTLIB99 with wine-010510 tar ball broken again
...lutter up on the root window. But it was functioning so far. With cvs wine-010511 and the 010510 tar ball the tooltip is repainted in a constant loop. When you move the program window away under the tooltip a message appears on the console: "err:msg: DispatchMessage16 BeginPaint not called on WM_PAINT for hwnd 0578!" The culprit: On May 10, 2001 Alexandre released a patch, which obviously was pointed out by Gerard. + + * dlls/x11drv/window.c, windows/win.c: + Fixed reparenting to desktop (found by Gerard Patel). + the patch: diff -u -r ./wine-20010510/dlls/x11drv/window.c...
2001 Mar 10
1
Wine-20010305 - MS Word97 - FlashWindow loop
...000) ret=30058938 fs=008f Ret gdi32.209: ExtTextOutA() retval=00000001 ret=30058938 fs=008f Call user32.191: EndPaint(000007b0,405a438c) ret=30058b56 fs=008f Ret user32.191: EndPaint() retval=00000001 ret=30058b56 fs=008f trace:relay:WINPROC_CallWndProc (wndproc=0x30058969,hwnd=000007b0, msg=WM_PAINT,wp=00000000,lp=00000000) retval=00000000 Ret user32.153: DispatchMessageA() retval=00000000 ret=301fbec7 fs=008f Call user32.294: GetMessageA(405a4574,00000000,00000000,00000000) ret=3047292d fs=008f Call user32.18: CallNextHookEx(4b480400,00000000,00000001,405a4574) ret=301fc2b4 fs=00...
2011 Nov 08
0
Sound shuts off when going past the main menu in MGS1
...ixed? Here's my console output: Code: fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! $jim - WM_ACTIVATE (active) $jim - WM_PAINT fixme:ddraw:DirectDrawEnumerateExA flags 0x00000004 not handled fixme:win:EnumDisplayDevicesW ((null),0,0x32d9c0,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x32f050,0x00000000), stub! fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16 .Resetgraph(0) si...
2015 Oct 30
0
Wine release 1.7.54
...nslation. Daniel Lehman (2): msvcp110: Make argument const for _Xtime_diff functions. msvcp120: Implement _Thrd_equal/lt. Dmitry Timoshkov (11): ntdll: Return from snoop tracing helpers earlier if tracing is disabled. user32: Always call BeginPaint/EndPaint when handling a WM_PAINT message for the button. ole32: PropVariantCopy should return DISP_E_BADVARTYPE in case of bad source variant type. gdi32: Fix heap corruption. comctl32: Always call BeginPaint/EndPaint when handling a WM_PAINT message for the button. ole32: Initialize number of bytes read be...
2007 Mar 02
0
Wine release 0.9.32
...ow to add an alternate file_map for an ELF file (where to look for its debug information). dbghelp: Handle the .gnu_debuglink files with the newly added alternate mechanism. Fabian Bieler (1): user32: Do not call NULL message callback. Felix Nawothnig (2): comctl32: Add listview WM_PAINT message sequence tests. comctl32: Update header window in listview WM_PAINT handler. Francois Gouget (21): advapi32: Update win32.api to fix the winapi_check warnings. ole32: Better match the PSDK types and fix the winapi_check warnings. winapi_check: Update win32.api to fi...
2017 Jul 20
0
Wine release 2.0.2
...for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 2.0.2 (total 62): 2624 In dialogs, an incorrect extra WM_ERASEBKGND is sent after WM_PAINT 10858 BlueByte Game Channel fails to install 14606 TreeView + right click doesn't work the way it does in native windows 20215 Extra mouse buttons do not work in Firefox 23302 Not standard background color in Wine configuration 25625 Implement PROPSHEET_InsertPage 30378 Xuzhou...
2009 Aug 21
0
Wine release 1.1.28
...winecfg: Update German translation. Aric Stewart (1): winemp3: A fix for security alert CVE-2006-1655. Aurimas Fi?eras (1): winecfg: Update Lithuanian translation. Austin English (1): ntdll: Quiet a noisy fixme. Austin Lund (2): user32/tests: Added tests for infinite WM_PAINT loop. user32/tests: Remove superfluous code from WM_PAINT loop test. Cheer Xiao (1): winecfg: Update Chinese translation. Damjan Jovanovic (1): include: Add a basic sti.h. Dmitry Timoshkov (2): user32: Return 0 from DefDlgProc and dialog loop for invalid dialog handles....