http://bugs.winehq.com/show_bug.cgi?id=881
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:56 -------
Bug comments restored from Gmane.org:
This just started in 20020710, it works properly in 20020605.
When running Icewind Dale (an opengl game), the default X mouse cursor does not
disappear, and is rendered on top of the in-game mouse cursor. The previous
release of wine worked properly, so I assume it was broken in one of the cursor
changes I see in the changelog for this release.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1345
jkreps(a)rev.state.ne.us changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
OS/Version|NetBSD |FreeBSD
Resolution| |FIXED
------- Additional Comments From jkreps(a)rev.state.ne.us 2003-20-06 07:32 -------
Upgraded from MDK 8.2 to MDK 9.1 "fresh install" and reinstalled latest stable
WINE. VFP 6 now compiles fine.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=878
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:30 -------
Bug comments restored from Gmane.org:
In Managed='N', icons are correctly transparent, but in Managed='Y' mode their
transparent parts come up as black. This can be seen by using the test program
against bug #856 and a windows oleaut32.dll.
I know its picky but it annoys me!
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-14
14:38 -------
Using the test program in bug 856 the background for the icon is black even if I
have "managed" = "N". RedHat 7.2 latest CVS "oleaut32" = "native,
builtin". Is
there anything else that I should have checked or set?
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-07-14
14:52 -------
Er - You do have an oleaut32.dll locally? Aside from that, I dont think so - I
can swap Managed in my ini file and change behaviour! I am running cvs on no-
windows except in my system dir:
ASYNCFILT.DLL, COMCAT.DLL MSVBVM60.DLL OLEPRO32.DLL STDOLE2.TLB
VB6STKIT.DLL
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-14
18:29 -------
Well I run wine with a windows 98 c:directory and oleaut32 is located in the
windows/system directory. I usually run with "*" = "builtin, native, so" though.
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-07-18
13:38 -------
Hmmm - Sounds like I am one step ahead of you!! No idea really - The
background of the icon should be the same colour as the active window title
bar (in my case blue). The only reason I tried playing with managed is that
the X11drv part of icons has special code in one of the cases.
I am running Mandrake 8.2 if it helps, cant remember what window manager though
(I dual boot, am in windows right now...)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-18
14:28 -------
I must check if the background of my window manager is black. (SawFish)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=877
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:28 -------
Bug comments restored from Gmane.org:
When the DXgrab is enabled, and an application uses it (Half-Life), the grab can
be shaken out of. That is, if I move the mouse quickly in a direction, the
cursor will leave the window.
This is particularly visible when running a game in simulated "fullscreen".
(changing resolution)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=876
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:27 -------
Bug comments restored from Gmane.org:
I first note this in ACCPAC 5.0A screens but it can be demonstrated using for
example the LISTHDR example from MSDN (with a little coding to force the issue).
1. (Fixed) There were too many columns. This was caused by
LISTVIEW_DeleteColumn returning FALSE even though it had succeeded.
2. The columns are one column too far right. MSDN documents the process of
adding a temporary first column before adding the real columns and then
deleting the first column, in order to allow non-left-justification on the real
first column. The current code does not correctly maintain the column order
list (including such issues as handling partial order arrays etc.)
Basically the dlls/comctl32/header.c code needs to be beefed up for the
following messages:
HDM_GETORDERARRAY
HDM_SETORDERARRAY
HDM_INSERTITEM(A/W)
HDM_DELETEITEM
HDM_SETITEM(A/W)
HDM_GETITEM(A/W)
HDM_ORDERTOINDEX
This will require clarification of the definitions of the "order" aspect of
these functions; MSDN is less than clear, especially about degenerate cases.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=873
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:24 -------
Bug comments restored from Gmane.org:
Shell32 imports the function MapSL from kernel32. The function is not exported
under windows NT/2K or ReactOS.
shell32_main.o(.text+0x3e21):shell32_main.c: undefined reference to `MapSL@4'
shell32_main.o(.text+0x3ed6):shell32_main.c: undefined reference to `MapSL@4'
------- Additional Comments From apa3a <at> yahoo.com 2002-08-07 12:25 -------
Forwarding to the developer responsible for shell.
------- Additional Comments From juergen.schmied <at> debitel.net 2002-08-10 06:30
-------
Im not familiar with 16 bit programming. Please don't apply this bug to me.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-10 06:54
-------
Well, ReactOS probably shouldn't compile this part anyway
(as it belongs to Win16 SHELL.DLL).
Or does NT also have a SHELL.DLL ?
Hmm, it probably does, so you do need to compile it.
In this case it sounds like KERNEL32.K32WOWGetVDMPointer() is what you want
instead...
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=872
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:23 -------
Bug comments restored from Gmane.org:
Wines dplayx imports the function ConvertToGlobalHandle from kernel32. This
function is a 9x export only and as such we cannot use dplayx on WindowsNT/2k or
ReactOS.
dllwrap --add-stdcall-alias --def dplayx.spec.def --implib libdplayx.a -o dplayx
.dll dpclassfactory.o dplay.o dplaysp.o dplayx_global.o dplayx_main.o dplayx_mes
sages.o dplobby.o lobbysp.o name_server.o dplayx.dll.dbg.o -L../../dlls -l
winmm -lole32 -luser32 -ladvapi32 -lkernel32 -L../../library -lwine -L../../ole
-lwine_uuid -lm
dplobby.o(.text+0x2538):dplobby.c: undefined reference to `ConvertToGlobalHandle
@4'
dplobby.o(.text+0x255c):dplobby.c: undefined reference to `ConvertToGlobalHandle
@4'
dplobby.o(.text+0x2580):dplobby.c: undefined reference to `ConvertToGlobalHandle
@4'
c:\mingw\bin\dllwrap.exe: c:\mingw\bin\gcc exited with status 1
make: *** [dplayx.dll] Error 1
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=871
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:22 -------
Bug comments restored from Gmane.org:
I'm trying to run a windows based application that uses oleDB to crate a
connection to an Access database, but I'm recieving error messages from my app.
"Active X Can't create the object" as I said, I'm using oleDB and JET libs to
connect, I used ODBC either but I can't still connect...
------- Additional Comments From marcus <at> jet.franken.de 2003-01-13 04:32 -------
please provide at least some debugging info. Can we download the app somewhere?
Do you have a
debuglog?
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 22:58 -------
Closing.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=870
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:20 -------
Bug comments restored from Gmane.org:
I created a temp directory and began extracting all of my CAB files to it so that I could
sort
them out and use them as native libraries under wine. I was using WinZip 8.1 under
wine to do
this. When the folder reached 1644 files, I began getting errors in both WinZip and
wine.
WinZip gave me CABINET.DLL errors, and wine gave me the following:
----------------------------------------------------------------------------------------------------------------------------
fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG not implemented
fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG not implemented
fixme:shell:SHGetFileInfoA set icon to shell size, stub
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 9 lpiArray 0x405a689c
fixme:listview:LISTVIEW_UnsupportedStyles LVS_EDITLABELS
fixme:listview:LISTVIEW_UnsupportedStyles LVS_SHAREIMAGELISTS
fixme:shell:IPersistFile_fnSaveCompleted
(0x403c0bb4)->(L"C:\\windows\\Recent\\win95_16.cab.lnk")
fixme:file:DEVICE_Open Unknown/unsupported VxD VJOYD.VXD. Try setting
Windows
version to 'nt40' or 'win31'.
Warning: loading builtin winmm.dll, but native version already present. Expect trouble.
err:mmsys:MULTIMEDIA_GetIData IData not found for pid=0806cc58. Suicide !!!
----------------------------------------------------------------------------------------------------------------------------
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=869
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:18 -------
Bug comments restored from Gmane.org:
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x40486bbc,0x40486bc0): stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub -
harmless
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x40486bbc,0x40486bc0): stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub -
harmless
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-10
11:21 -------
*** This bug has been marked as a duplicate of 868 ***
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:39 -------
Looks like it's ready to be CLOSED.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.