http://bugs.winehq.org/show_bug.cgi?id=4827
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:19 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4824
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:18 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4817
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:16 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4804
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:15 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4798
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:15 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4793
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:14 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4789
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:14 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4777
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:12 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4766
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:11 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4761
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:09 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5182
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-04-05 07:37 -------
Added debug fprintf's to xorg-server/dix/dispatch.c:
--- dispatch.c.orig
+++ dispatch.c
@@ -1483,2 +1483,3 @@
client->errorValue = 0;
+ fprintf(stderr, "failed width: %d, or height: %d", stuff->width,
stuff->height);
return BadValue;
@@ -1509,2 +1510,3 @@
client->errorValue = stuff->depth;
+ fprintf(stderr, "failed depth: %d", stuff->depth);
return BadValue;
Those produced the following output:
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 20, or height: 0
failed width: 6, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 19, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 20, or height: 0
failed width: 15, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 18, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
I'm unable to synchronize the above with the trace output from Wine, though.
(Had this been on Windows, I would've just used OutputDebugString and
DebugView and be done with it..)
A reasonable assumption would be that the last BadValue failure corresponds to
the one that's making X give up on Trillian.
The values seem completely off, though...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-04-05 05:02 -------
A +relay trace shows error occurs in CreateDIBSection:
0009:Call winex11.drv.CreateDIBSection(7fd79bf8,00007ebc,7fbcbf9c,00000000)
ret=7f8b35ae
0009:Call ntdll.RtlAllocateHeap(7fce0000,00000008,00000060) ret=7f267550
0009:Ret ntdll.RtlAllocateHeap() retval=7fd79d78 ret=7f267550
0009:Call gdi32.GetObjectW(00007ebc,00000054,7fbcbcb0) ret=7f27a130
0009:Ret gdi32.GetObjectW() retval=00000054 ret=7f27a130
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 633802
Current serial number in output stream: 634565
Added a trace:
--- dlls/x11drv/dib.c.orig
+++ dlls/x11drv/dib.c
@@ -4674,2 +4674,3 @@
physBitmap->pixmap_depth = (dib.dsBm.bmBitsPixel == 1) ? 1 :
screen_depth;
+ TRACE("(%p) %dx%d %d bpp\n", hbitmap, dib.dsBm.bmWidth,
dib.dsBm.bmHeight, physBitmap->pixmap_depth);
physBitmap->pixmap = XCreatePixmap( gdi_display, root_window,
dib.dsBm.bmWidth,
Gives normal (?) values:
trace:bitmap:DIB_CreateDIBSection format (10,-200), planes 1, bpp 32, size 0,
RGB
trace:bitmap:CreateBitmapIndirect 10x200, 65536 colors returning 0x7e28
trace:bitmap:X11DRV_CreateDIBSection (0x7e28) 10x200 16 bpp
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 627920
Current serial number in output stream: 628685
The above does look a _little_ odd. Comparison:
DIB_CreateDIBSection 10, -200, 32 bpp
X11DRV_CreateDIBSection 10, 200, 16 bpp
But I'm unsure whether to worry about it.
I think that xorg-server-1.0.2-r3/dix/dispatch.c (attaching momentarily) is
where the failure happens.
Looking at the source, there are two places where BadValue can be returned.
One of them sets errorValue to bit depth, which would be odd (we're seeing
errorValue == 0).
The other sets errorValue explicitly to 0, so I think it's more likely to be
the culprit.
Code looks like this:
if (!stuff->width || !stuff->height)
{
client->errorValue = 0;
return BadValue;
}
Unless width/height got corrupted on the way (I don't know how it propagates
from x11drv to dispatch.c), this statement fails:
if (!10 || !200)
That would be odd, wouldn't it?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5182
Summary: Wrong Time read into program
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www.dietpower.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alan.rae(a)blueyonder.co.uk
DietPower reads wrong time into system, meaning that it flicks onto the next
date too early. I believe (but can't verify until tonight) that it's due to the
difference between local time and UTC. This problem isn't so bad for myself,
but for people who live in different time zones, it would affect the program
operation severely.
Alan
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2327
------- Additional Comments From dank(a)kegel.com 2006-04-05 02:30 -------
I tried it with the latest wine from mike's git tree (roughly 0.9.12 and a half).
There was an error towards the end of the installation, but enough of the app
was installed to try running it. It came up, but was not happy enough to use.
Here's an excerpt from the tail end of the log when running the app:
fixme:ole:SLTG_ProcessDispatch memh.cbExtra is 244
fixme:ole:SLTG_ProcessDispatch offset 0 0x4a
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:OLEPictureImpl_SaveAsFile (0x7fd812e0)->(0x7fd97be8, 0, (nil)), hacked
stub.
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4786
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2006-04-05 02:22 -------
I think this is fixed now, at least as of the last couple days in Mike's git tree.
Could you retest with 0.9.12 or, when it comes out, 0.9.13?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5181
Summary: vb6 can't compile a simple file
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Using the example source from bug 5180, select File / Make .exe.
It can't quite manage to do it.
I'll attach the log.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4931
------- Additional Comments From dank(a)kegel.com 2006-04-05 02:14 -------
Still happening as of 0.9.12 or so (tonight's git tree from mike).
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5180
Summary: vb6 ide can't run a simple test case
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
vb6 actually installs and seems to run ok with Mike's git as of today,
so I figured I'd try some example vb code. Looking around,
I found a collection of simple ones at
http://www.freevbcode.com/listcode.asp?Category=6&Level=1
and picked out the first one,
"Dancing Mouse -- Randomly Move the Mouse Pointer",
http://www.freevbcode.com/ShowCode.asp?ID=3754
Running it was fine until I clicked on
The Button Which Causes The Mouse To Dance,
at which point a lovely crash ensued.
I'll attach the log and stack dump.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4211
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|autoit3 can't control |autoit3 can't control
|Notepad |Notepad
------- Additional Comments From dank(a)kegel.com 2006-03-05 23:27 -------
Still failing with 0.9.12. I see the following in the log:
fixme:system:SystemParametersInfoW Unimplemented action: 8192
(SPI_GETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
Those values are apparantly associated with a technique for
forcing background windows to the front, dunno if they're important.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4648
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-05 21:15 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4648
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-05 21:15 -------
Patch in cvs http://cvs.winehq.org/patch.py?id=24444
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5066
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 20:42 -------
Because now Wine uses it's fonts as defaults (the way it should be).
Please read wine-devel list archive for more info.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4648
------- Additional Comments From ead1234(a)hotmail.com 2006-03-05 19:45 -------
Screenshots are now working in Internet explorer
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5066
------- Additional Comments From don.estabrook(a)gmail.com 2006-03-05 18:23 -------
Thank you, I'll try installing fontforge and freetype then. Do you know why
that is necessary with 0.9.12, but not with 0.9.11 or 0.9.10 ? The earlier
versions worked "out of the box" from Fedora Extras.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5178
Summary: Ventrilo loses talk ability while using Push-To-Talk
option
Product: Wine
Version: 0.9.12.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird8(a)gmail.com
Upon starting Ventrilo with WINE and connecting to a server, talking seems to
work fine. However, after awhile (particularly if the focus drifted to another
window), Ventrilo will no longer respond to the push-to-talk key as defined in
the options. Entering Setup seems to cause a disconnect and reconnect to the
server, which fixes the issue for the time being. But it could really annoy the
other users of the server to keep doing that. Settings in Ventrilo were
defaults, except using a push to talk key, NOT using DirectInput (try that and
the application outright crashes). The key in question was F8, if that helps.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4745
------- Additional Comments From hverbeet(a)gmail.com 2006-03-05 12:23 -------
This is not a duplicate.
Currently the other bug is about pretty much everything in game being invisible.
In the case of this bug the game doesn't even get to that point.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5145
------- Additional Comments From qingdao33122(a)yahoo.com 2006-03-05 12:11 -------
You need to have a native dll in order to use it.
Did you try installing microsoft xml?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4960
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 09:29 -------
This is perfect. Just the wrong place ;-) Patches accepted at wine-patches at
winehq.org
Please e-mail your test and fix to that address. Thank you.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-03-05 09:16 -------
I can, I have, and I suspect that winedbg reacts to it.
For example, if I type 'c', the program starts to run again.
But as you can see in the trace file, the debugger doesn't output anything at all.
(Look in the combined trace, right after "breaking into debugger" - no winedbg
output!)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5177
Summary: application crashes after closing OpenFile dialog
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: follner(a)seznam.cz
application is mixed from VisualBasic - frontend and C++
after closing OpenFile dialog and probably while redrawing toolbar, it crashes
sorry for this but i dont know how to create attachment :(
err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=000201e8
err:statusbar:StatusWindowProc unknown msg 2210 wp=0001 lp=000201c8
fixme:ole:OLEPictureImpl_SaveAsFile (0x7be92600)->(0x7bebe8e0, 0, (nil)), hacked
stub.
fixme:ole:OleLoadPictureEx
(0x7b3bc0a4,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x7bb8ea5c),
partially implemented.
err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=000301e4
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref e74
wine: Unhandled page fault on read access to 0x00000000 at address (nil) (thread
0013), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5173
rietsit(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4960
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-03-05 08:12 -------
Well, as far as is in my power, I've done this: the testcase of April 25,
attached to Bug 4960 is an integration of the essential part of my test app into
Wine's user32.dll's msg test (the msg test is so well suited to checking these
things that I do not see need to make a separate test). However, nobody has
accepted this test patch-enhancement yet...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5066
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 08:09 -------
You need to recompile Wine. Not reinstall binary.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4960
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 08:00 -------
Could you integrate your test app into Wine's test suite? This area is really
sencitive to even slight changes.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3897
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jfmedeirosneto(a)yahoo.com.br
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 07:57 -------
*** Bug 4859 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4859
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 07:57 -------
Opps right it's 3897 because both functions are part of the same thing.
*** This bug has been marked as a duplicate of 3897 ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5066
------- Additional Comments From gerald.britton(a)gmail.com 2006-03-05 07:54 -------
I'm running fontforge:
$ fontforge --version
Copyright (c) 2000-2006 by George Williams.
Executable based on sources from 20:17 6-Apr-2006-ML.
fontforge 20060406-ML
and freetype 2.1.9
Wine 0.9.12 was installed after these, yet problem exists on my machine.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 07:50 -------
Yes +synchronous should get you into debugger. When debuger starts could you do
backtrace "bt"?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5176
Summary: Lotus Notes icons became black.
Product: Wine
Version: 0.9.11.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobi(a)rakis.homeip.net
Modifications between version 0.9.6 - 0.9.10 at "dlls/x11drv/dib.c" at
function X11DRV_SetDIBits causes Lotus Notes icons to became black. (Pls. see
attached pictures and atteched diff files. )
By putting "old behaviour" back to dib.c icons work correctly.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4964
juris.smotrovs(a)sets.lv changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2181 is|0 |1
obsolete| |
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-03-05 07:30 -------
Created an attachment (id=2387)
--> (http://bugs.winehq.org/attachment.cgi?id=2387&action=view)
Improved patch solving the problem
As I discovered, the previous patch made some wine tests
(dlls/user/tests/msg.c) to fail. The problem lies in correctly setting the
flags SWP_NOSIZE and SWP_NOCLIENTSIZE. A careful examination of these and
related tests showed that:
1) these flags should be set when the size in pixels of the corresponding
rectangles has changed (already implemented in Wine),
2) they should be set also when size in pixels has not changed, but window has
changed state between "maximized", "minimized" and "restored" (see description
of WM_SIZE; currently NOT implemented in Wine),
3) they should *not* be set when maximize, minimize or restore command is
issued on a window which is already, respectively, maximized, minimized or
restored.
Unfortunately, the information enabling to distinguish between 2) and 3) (i.e.
SW_... command flags plus the current state of window) is available only in
X11DRV_ShowWindow(), but is already lost inside X11DRV_SetWindowPos() which is
actually responsible for setting the SWP_NOSIZE, SWP_NOCLIENTSIZE flags and is
called from X11DRV_ShowWindow().
Thus, for the current implementation of these functions, some way is needed to
pass the necessary data from X11DRV_ShowWindow() to X11DRV_SetWindowPos(). I
did not dare to change the interfaces, i.e. to add new flags to window
structures or parameters to these important functions. I suppose, it is rather
a prerogative of the people directly responsible for x11drv.
Therefore I offer this patch which uses an already existing flag WIN_NEED_SIZE
in a way not conflicting with its current usage, though, to achieve that, the
patch is a bit clumsy.
Anyway, this patch solves the first (Win32 application) testcase problem, and
considerably improves behaviour of Wine on the second (dlls/user/tests/msg.c)
testcase, also making one existing todo testcase to succeed:
msg.c:3230: Test succeeded inside todo block: ShowWindow(SW_HIDE):overlapped:
marked "todo_wine" but succeeds
If you do not accept this patch as it is, I hope, it enables you to solve this
issue without much effort -- knowing which interface changes one can afford
here (e.g. adding a new flag similar to WIN_NEED_SIZE which would make the
correction less clumsy).
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4960
juris.smotrovs(a)sets.lv changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2173 is|0 |1
obsolete| |
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-03-05 07:00 -------
Created an attachment (id=2386)
--> (http://bugs.winehq.org/attachment.cgi?id=2386&action=view)
An improved patch solving the problem
The previous patch enabled SetWindowPos() for all windows with invisible
parent.
Examining wine message tests in Windows and Linux showed that actually, window
position changing messages *are not* sent for "plain" children with invisible
parents, but *are* sent for MDI children with invisible parents.
I corrected the patch correspondingly. Now it does not cause wine tests to
fail, and together with additional corrections (see patch for Wine Bug 4964)
makes 1 existing test to succeed, and considerably improves behaviour on wine
testcase 2339 attached here.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4859
jfmedeirosneto(a)yahoo.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |
------- Additional Comments From jfmedeirosneto(a)yahoo.com.br 2006-03-05 06:34 -------
Is not the same bug of 3591
3591 = imagehlp bug
this bug = EndUpdateResourceW
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3897
------- Additional Comments From jfmedeirosneto(a)yahoo.com.br 2006-03-05 06:31 -------
When I run "wine c:\\Python23\\python.exe setup.py py2exe" the following error
appears :
fixme:resource:EndUpdateResourceW (0x7a9c6b42,0): stub
Traceback (most recent call last):
File "setup.py", line 30, in ?
data_files=[("res", glob.glob("res\\*.*")),
File "C:\Python23\lib\distutils\core.py", line 149, in setup
dist.run_commands()
File "C:\Python23\lib\distutils\dist.py", line 907, in run_commands
self.run_command(cmd)
File "C:\Python23\lib\distutils\dist.py", line 927, in run_command
cmd_obj.run()
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 197, in run
self._run()
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 264, in _run
self.create_binaries(py_files, extensions, dlls)
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 526, in
create_binaries
arcname, target.script)
File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 752, in
build_executable
add_resource(unicode(exe_path), script_bytes, u"PYTHONSCRIPT", 1, True)
RuntimeError: EndUpdateResource: Success
I think this error is caused by "EndUpdateResourceW" method in some dll but I
am
not know the solution.
Thanks for all....
Joao Francisco Medeiros Neto
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4360
------- Additional Comments From hkuehnle(a)sysdesk.de 2006-03-05 06:29 -------
I did some further testing, and found out that ImageReady seems to be affected
by this issue as well. More importantly though, the last comment about wintab32
led me to try to disable the native wintab32.dll for Photoshop completely via
winecfg. This does seem to work around the division by zero issue, as I was able
to work smoothly with Photoshop afterwards.
What I also realized was, that I updated my Xserver from X.org 6.8 to the
modular X.org 7.0 a few weeks ago, and PhotoShop did definitely work before that
update, with wine 0.9.9 and later. Therefore could this issue possibly be due to
- although I am not familiar with the internal workings - a change of the tablet
interfaces between wine and the Xserver?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4935
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2006-03-05 05:02 -------
video card: ATI Rage Mobility P/M AGP 2x
a part of /etc/X11/xorg.conf:
Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Rage Mobility"
Driver "ati"
Option "DPMS"
EndSection
I though those binaries came with symbols:
[j@localhost ~]$ rpm -qa|grep -i wine
wine-debug-symbols-0.9.12-mdk
wine-0.9.12-mdk
[j@localhost ~]$
Which debug chanels should I activate ?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-03-05 01:34 -------
> I would have posted a backtrace, but std output/error from
> winedbg does not echo into the text file I'm piping into
Correction: debugger doesn't output anything at all, neither when running
'wine trillian.exe' with no piping going on. Aye?
The only mildly incriminating thing I can see in the trace logs is this:
trace:x11drv:X11DRV_set_window_pos mapping non zero size or off-screen win
0x10028
trace:x11drv:X11DRV_set_window_pos mapping non zero size or off-screen win
0x10032
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4533
------- Additional Comments From ead1234(a)hotmail.com 2006-03-05 01:32 -------
I did some testing and added a MoveFiles function to actions.c and had it dump
the MoveFile table out to the console.
In the case of americas army the MoveFile table is:
fixme:msi:ITERATE_MoveFile File Key -> L"DistributionIni" Component ->
L"ArmyOps" Source Name -> (null) Dest Name -> (null) Srce Folder -> L"DISTFILE"
Dest Folder -> L"ArmySystemFolder" Move Options -> (null)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/…
according to msdn it appears if the component "ArmyOps" is slated for
installation then it should be moving the source folder to the destination
folder since both the source name and destination name are left blank. This has
to be done before InstallFiles can be performed, so it has files to perform it on.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-03-05 01:12 -------
Created an attachment (id=2385)
--> (http://bugs.winehq.org/attachment.cgi?id=2385&action=view)
combined trace (breaks into debugger?)
Here's a combined trace.
For some reason, it now breaks into the debugger.
I can continue execution, but it's probably broken since it seems timers still
expire when the application is being debugged.
I would have posted a backtrace, but std output/error from winedbg does not
echo into the text file I'm piping into, for some reason..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4323
------- Additional Comments From marcus(a)jet.franken.de 2006-03-05 00:52 -------
getaddrinfo superflous flags 0x28 are harmless. (windows just has no
representation of those flags). the warning can be ignored.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 00:13 -------
It still hard to see what exactly fails.
You need to combine them all in one and add +synchronous.
Then take last 100 lines and attach here.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4488
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 00:03 -------
What if you set winver to win9x? Wine doesn't support all that user security
stuff...
Also why can't you run Linux native mingw?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3591
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jfmedeirosneto(a)yahoo.com.br
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 00:00 -------
*** Bug 4859 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4859
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-05 00:00 -------
Exact dup
*** This bug has been marked as a duplicate of 3591 ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4935
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-05 23:55 -------
What video card and drivers?
Please try to use unstripped binaries when reporting backtraces.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5066
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-05 23:50 -------
Wine requires new FontForge and freetype libraries. First is a build requirement
second is build & runtime. Older FontForge versions create broken fonts.
If Wine is not installed after compile there are might be some additional
problems with locating "compiled" fonts. In this case please copy all *fon and
marlett.ttf files to c:\windows\fonts.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5172
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-05 23:24 -------
Please check if there are any files in ~/.wine/drive_c/windows/system32/drivers
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5167
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4323
------- Additional Comments From lionel(a)mamane.lu 2006-02-05 16:56 -------
I now get a bunch of these:
warn:winsock:convert_aiflag_u2w Unhandled UNIX AI_xxx flags 28
Not sure wether this 28 is decimal or hexa, but in all cases,
/usr/include/netdb.h says:
# define AI_NUMERICHOST 0x0004 /* Don't use name resolution. */
# define AI_V4MAPPED 0x0008 /* IPv4 mapped addresses are acceptable. */
# define AI_ALL 0x0010 /* Return IPv4 map
# define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose
returned address type.. */
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4760
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:47 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4759
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:46 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4758
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:45 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4757
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:45 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4751
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:44 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4750
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:43 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4748
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:42 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4746
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:40 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4745
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:40 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4731
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:39 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4448
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:30 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5175
Summary: css locks up at loading
Product: Wine
Version: 0.9.12.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: apreiml(a)gmx.net
I tried to start css with steam. Steam said that my graphic card driver is too
low. I ignored this.
CSS locked up during loading with attached error massage (steam keept running
only css locked up).
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3590
------- Additional Comments From wilson(a)afn.org 2006-02-05 08:12 -------
If you're dead in the water, waiting for this bug to be fixed, I discovered that
the ActiveState Python build of 2.4.3 *does* seem to install on Wine:
http://www.activestate.com/Products/ActivePython/
There is less flexibility (e.g. with the install directory), and I recall Wine
spewing its normal set of complaints to the console, but a cursory test seems to
show Python installed and working.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5173
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ritlabs.com/en/pr
| |oducts/thebat/download.php
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5174
------- Additional Comments From ulf.mehlig(a)gmx.net 2006-02-05 03:33 -------
Grrr, I somehow submitted by pressing the wrong button before finishing :-(
To complete the report: When installing dcom98 from Microsoft, the script
executes normally (it opens a window and shows an OpenGL simulation of growing
trees):
WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine
/home/ulf/.wine/drive_c/Program\ Files/Python24/pythonw.exe SimpleForest_3species.py
I hope this helps you to understand what's happening ... If you are interested
and have further questions, please contact me; I can also try to establish a
contact to the authors of MaCom2.dll if this would be helpful.
Thanks! Ulf
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5174
Summary: macom2.dll does not work with wine dcom
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www-user.zmt.uni-
bremen.de/~ulf/macom2_winebug.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ulf.mehlig(a)gmx.net
MaCom2.dll is a library providing functions for building ecological forest
models developed by H. Hildenbrandt and U. Berger at the Centre for Tropical
Marine Ecology in Bremen, Germany. MaCom2 is not open source at the moment but
is freely available on request from the authors.
Library functions are called from a user-supplied script (using, e.g., Python)
and DCOM. At the moment, running under wine is possible only with Microsoft's
dcom98.
Here is what I do to install it:
- install python2.4.3 (needs Microsoft's msiexec) + pywin32
- register the dll (gdiplus.dll has to be available when doing this)
regsvr32 MaCom2.dll
- call the script, e.g.
wine /home/ulf/.wine/drive_c/Program\ Files/Python24/pythonw.exe
SimpleForest_3species.py
The program does not start correctly:
[...]
warn:ole:ITypeComp_fnBind did not find member with name L"Init", flags 0x2!
warn:ole:ITypeComp_fnBind did not find member with name L"Init", flags 0x4!
warn:ole:ITypeComp_fnBind did not find member with name L"Init", flags 0x8!
err:ole:ITypeInfo_fnInvoke did not find member id 1, flags 0x2!
Traceback (most recent call last):
File "SimpleForest_3species.py", line 8, in ?
m.Init(w=110, h=110, scale=3)
TypeError: Init() got an unexpected keyword argument 'w'
fixme:ole:ITypeInfo_fnRelease destroy child objects
The full log from a call with WINEDEBUG=warn+all is found together with
MaCom2.dll and an example script at the URL given above.
When installing dcom98 as described in
http://wiki.winehq.org/NativeDcom?highlight=%28dcom%29
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3590
------- Additional Comments From ulf.mehlig(a)gmx.net 2006-02-05 02:36 -------
It still doesn't install python 2.4.3 and wine 0.9.12 (.wine removed before
calling wine).
Do you need further WINEDEBUG output?
All the best, Ulf
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4853
qingdao33122(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From qingdao33122(a)yahoo.com 2006-02-05 01:00 -------
Tried wine 0.9.12, this bug seems to be fixed.
I think we should close it.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5170
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Error message about failed |Office 97 install - failed
|DDE communication when |DDE communication
|installing Office 97 |
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4648
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-01-05 20:18 -------
Thanks: please send your patch to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4648
------- Additional Comments From ead1234(a)hotmail.com 2006-01-05 19:31 -------
I've found the problem to this. The thumbnail is actually displaying but windows
doesn't like the zero height and width being output by the appdb so it displays
it 0 pixels by 0 pixels literally.
<a href="./appimage.php?id=56"
onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return
false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer" width=""
height=""></a>
where this works in internet explorer
<a href="./appimage.php?id=56"
onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return
false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer"></a>
The problem lies in include/screenshot.php
oThumbnailImage is spelled wrong
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5135
------- Additional Comments From parsonsl(a)upstate.edu 2006-01-05 14:56 -------
I think your bug might be related to the bug I posted some time ago with new
versions of wine not running windows executables in FreeBSD. Look at
Bug #5008
I can give you instructions on regression testing if you have the time and
drive space to do it. I won't have time to continue regression testing for
some time right now, but I may be able to help you with it if you want to pick
up where I left off.
During my testing I was able to get previously non-working versions of wine
(like 0.9.6) to run both 16 and 32bit binaries successfully. I have not been
able to get any further than that due to time constraints.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4561
------- Additional Comments From imago(a)devinity.de 2006-01-05 14:32 -------
> Unhandled exception: page fault on read access to 0x003c002f in 32-bit code
> (0x7ff9aea1).
> In 32 bit mode.
> Register dump:
> CS:0073 SS:007b DS:007b ES:007b FS:ffff GS:0033
The fs register looks quite wrong to me.
It probably crashes then in process_attach when accessing
NtCurrentTeb->xxx(which uses the fs register).
So I would *guess* the fglrx driver wants to use this register for its own
purpose(for whatever reasons), which simply doesn't work with wine.
You could probably verify that with a simple test prog, which dlopens libGL and
checks the fs register before and after loading GL.
But reading comment #6 the option UseFastTLS="2" should work around that
problem, so I dunno if it worth to put too much effort into this ;)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5090
------- Additional Comments From spidie99(a)gmail.com 2006-01-05 13:58 -------
Sorry OGL, not D3D. Don't remember exactly what I did, it was a couple of weeks
ago, but it was mostly dlls/opengl32/wgl_ext.c I fiddled with I think.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5090
spidie99(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spidie99(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5090
------- Additional Comments From spidie99(a)gmail.com 2006-01-05 13:46 -------
The above fix is an LD_PRELOAD that worked around a problem with alpha
transparency in Second Life 1.8 for Linux. It was later fixed in SL 1.9 for
Linux. It had something to do with SL not getting an alpha channel when it should.
The thing is, when running SL 1.9 for Windows in Wine, a problem which looks
very much the same occurs. Somewhere SL is requesting a surface, and in Windows
it gets an alpha channel but in Wine it doesn't. At least that's what I belives
since the problem is so similar to the problem fixed by the Linux LD_PRELOAD. So
it seems that somehow Windows and Wine behaviour differs.
I've tried to fiddle a bit with various parts of the Wine D3D implementation,
making it request alpha channels by default or even always, but no luck.
A description of the problem: When you put some types of pants or shirts on your
avatar, they'll extend all over your legs+feet or arms+hands, instead of ending
where they should. Especially with single-colour clothes, more seldom with
textured clothes. It seems it's when SL takes the sleve length information and
turns it into a texture for the avatar, that's when the problem occurs.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4214
------- Additional Comments From spidie99(a)gmail.com 2006-01-05 13:26 -------
I've seen the X Error too. I symlinked /usr/lib/libGL.so.1.2 to
/usr/lib/nvidia/libGL.so.whatever. Ugly hack, but it helped. (I'm using the
proprietary NVidia drivers.)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4095
------- Additional Comments From the3dfxdude(a)gmail.com 2006-01-05 12:34 -------
Created an attachment (id=2377)
--> (http://bugs.winehq.org/attachment.cgi?id=2377&action=view)
simple workaround
This is a temporary workaround to the problem. More investigation is needed for
a real patch.
The problem is that BitBlt is passed a width of zero, and causes a clipping
error (empty rect). My feeling is since this doesn't happen on other installer
versions, the problem lies in its own calculation of the Polish text width
based on the bitmap font used. There may be other filed bugs that are similar
to this.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3689
------- Additional Comments From dank(a)kegel.com 2006-01-05 11:05 -------
word and excel seem to start ok (ignoring a warning about stdole.tlb not
being registered), but access won't start; it complains there's no license.
I guess that happens later in the setup.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5173
Summary: The Bat does not send emails after update to 0.9.12.
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rietsit(a)yahoo.com
Using Fedora FC4 Linux kernel 2.6.16 2096
and Fedora FC5 Linux kernel 2.6.16 2096
Wine 0.9.12
The Bat 3.62.14
I ran yum update and it updated the kernel to the above and it also updated Wine
Wine 0.9.12. Now The Bat can only receive emails but does not send. when
sending, it shows that it connects to the SMTP but does not send.
I tried to use a different PC with Fedora FC5 and does not work either.
I tried a different SMTP server, also does not work.
I tried a different client with the same SMTP and it works fine.
I tried different version of The Bat and it does not work.
below is the log from The Bat, it hang connecting to the SMTP for hours and does
nothing
--------
sending mail messages - 3 messages in queue
connected to SMTP server
---------
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2398
------- Additional Comments From nospam(a)thenerdshow.com 2006-01-05 09:28 -------
Time for less talk and more action. I'm going to pass the hat on this and take
up a collection. Whoever fixes this can take my hat and the money. I'll start
it off with a couple bucks. Chip in if you want to help but I'd appreciate it
if you would first donate to the wine project. I've written a couple of
open-source test cases and I'm comparing the behavior under windows and linux.
http://comptune.com/hat/wiki/index.php/Wine_Bug_2398_Fix_OpenGL
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5164
roli8200(a)yahoo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Program crashes when try to |Program crashes when try to
|start Need For Speed III |start Need For Speed 4
------- Additional Comments From roli8200(a)yahoo.de 2006-01-05 08:44 -------
No, sorry its Need For Speed 4. Was a mistake by me.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4235
------- Additional Comments From dank(a)kegel.com 2006-01-05 08:41 -------
I just verified that I could install Office 97
(though bug 3689 still annoys the user)
and use File / Save As in Word 97
when building using Mike McCormack's current git tree.
So take courage, 0.9.13 ought to have this fix.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3689
------- Additional Comments From dank(a)kegel.com 2006-01-05 08:39 -------
Still happens, same errors, with 0.9.12 (well, Mike McCormack's current git).
(I see this happens on Windows sometimes:
http://support.microsoft.com/kb/q175323/
but that seems to be user error.)
This time around I checked to see if the installation
was successful in spite of the error. Sure enough,
it seems to be. There are a few warnings the first
time you start up winword.exe, but it seems to function.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5172
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.poptop.com/rt3inf
| |o.htm#Downloads
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5167
------- Additional Comments From jan.wine(a)zerebecki.de 2006-01-05 08:20 -------
*** Bug 5166 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5166
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jan.wine(a)zerebecki.de 2006-01-05 08:20 -------
Duplicate, because of bouble submit.
*** This bug has been marked as a duplicate of 5167 ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4561
------- Additional Comments From waldburger(a)gmail.com 2006-01-05 08:05 -------
Running wine 0.9.9 on Ubuntu Dapper with ATI fglrx drivers (8.24.8) on an IBM
Thinkpad T40p, I can confirm the very same behaviour when wineprefixcreate tries
to create ~/.wine/. If I use the open source ati drivers however, the page fault
does not appear.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5158
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.foobar2000.org/do
| |wnload.html
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5154
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.mysiemens.cz/ms/d
| |ownload/SiMoCoSetup.zip
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-01-05 08:00 -------
Please add an entry for this application to the AppDB http://appdb.winehq.org/
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From vitaliy(a)kievinfo.com 2006-01-05 07:45 -------
That's exactly what I was thinking about. Also because you have x7 it could have
different error message for the same problem they made.
The only way to check that is to get the trace and see what bitmap size is being
created,
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5116
------- Additional Comments From tony.lambregts(a)gmail.com 2006-01-05 07:33 -------
*** Bug 5147 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5147
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-01-05 07:33 -------
Duplicate of bug 5116
*** This bug has been marked as a duplicate of 5116 ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5172
Summary: Railroad Tycoon 3 doesn't startup
Product: Wine
Version: 0.9.12.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: agbr(a)hotbox.ru
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 1\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 2\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 3\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 4\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 5\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 6\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 1\Scsi Bus 0\Target Id 2\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 1\Scsi Bus 0\Target Id 3\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 1\Scsi Bus 0\Target Id 4\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 1\Scsi Bus 0\Target Id 5\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 1\Scsi Bus 0\Target Id 6\Logical Unit Id 0
fixme:ole:ITypeInfo_fnRelease destroy child objects
file_set_error: No medium found
file_set_error: No medium found
fixme:cdrom:CDROM_DeviceIoControl Unsupported IOCTL 2d1400 (type=2d access=0
func=500 meth=0)
fixme:cursor:SetSystemCursor (0x1126,00007f8a),stub!
fixme:cursor:SetSystemCursor (0x112e,00007f00),stub!
fixme:cursor:SetSystemCursor (0x113e,00007f03),stub!
fixme:cursor:SetSystemCursor (0x1146,00007f01),stub!
fixme:cursor:SetSystemCursor (0x1156,00007f88),stub!
fixme:cursor:SetSystemCursor (0x1166,00007f86),stub!
fixme:cursor:SetSystemCursor (0x1176,00007f83),stub!
fixme:cursor:SetSystemCursor (0x1186,00007f85),stub!
fixme:cursor:SetSystemCursor (0x1196,00007f82),stub!
fixme:cursor:SetSystemCursor (0x11a6,00007f84),stub!
fixme:cursor:SetSystemCursor (0x11b6,00007f04),stub!
fixme:cursor:SetSystemCursor (0x11c6,00007f02),stub!
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4278
------- Additional Comments From super-greg(a)gmx.de 2006-01-05 06:41 -------
update:
the d3d invalid call error went away. The problem with 32bit color resolution is
still there.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5164
------- Additional Comments From super-greg(a)gmx.de 2006-01-05 06:37 -------
sure, this is Need for Speed 3 ?
Looks more than Need for Speed 4 due the nfshs.exe which is Need for Speed High
Stakes.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5171
Summary: character portraits and screenshots are only black in
EVE-Online
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
EVE-Online creates charater images on the client side
these images are only black (displayed and stored in the cache folder)
taking screenshots with the ingame function also creates only black images
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5170
Summary: Error message about failed DDE communication when
installing Office 97
Product: Wine
Version: 0.9.12.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
I installed Office 97 (German) with wine-0.9.12 and the installer popped up
the error message:
"Die DDE-Kommunikation mit dem Desktop konnte nicht gestartet werden.
[Abbrechen] [Wiederholen] [Ignorieren]"
My poor translation to English is:
"The DDE communication with the desktop could not be startet.
[Cancel] [Repeat] [Ignore]"
After clicking the [Ignorieren] Button the installation continues without
problems.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5145
------- Additional Comments From realill(a)gmail.com 2006-01-05 06:24 -------
I tried WINEDLLOVERRIDES=msvcrt,msxml3=n wine etherlords2.exe without any native
msxml3.dll around and got the same error dialog. I do not think it uses this
library at all.
I use Debian build from http://wine.sourceforge.net/apt/ and I think it uses libxml2
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4235
------- Additional Comments From Ronny.Standtke(a)gmx.net 2006-01-05 06:21 -------
I tested 0.9.12 today. Your patch was not there. So I tried myself to patch
the sources. But after compiling and installing Word/Wine failed miserably.
After clicking the Open icon wine crashed with the following error message:
...
icrosoft Office/Office/WINWORD.EXE: editor.c:2521: ME_GetTextW: Assertion
`nLen == 1' failed.
wine: Assertion failed at address 0xb7e4a7c7 (thread 0009), starting
debugger...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5169
Summary: EVE-Online login screen looses keyboard focus (window is
not started as managed)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The EVE-Online login screen is started as unmanaged window. (visible on virtual
desktops, no taskbar entry)
parameters are: WS_POPUP, WS_CLIPSILBINGS, WS_SYSMENU, WS_GROUP
If you force the window via a change in the x11drv (if WS_SYSMENU then managed)
to be managed it doesn't loose the keyboard focus, appears only on the correct
virtual desktop and has a taskbar entry.
The only disadvantage is that you can not longer change the login window position.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5168
Summary: EVE-Online fails to change display modes
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The login screen of EVE-Online is a 3d window.
After login the D3D Device presentation Parameters are changed with the _Reset
function. This dx9 Reset function calls the Reset function in wined3d which is a
stub.
This causes the game to start in the small login screen window.
Expected result would be to switch into the correct mode and fullscreen if selected.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3028
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|FindFirstFile and |EVE-Online fails to create
|directory/file names |the MachoNet cache
| |(FindFirstFile and
| |directory/file names)
------- Additional Comments From kelfe(a)gmx.de 2006-01-05 05:35 -------
after login the game checks for subfolders in cache\MachoNet\ but this check
still fails due to the incorrect error code
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-01-05 04:58 -------
> looks like Xorg still hasn't fixed this problem.
Known problem?
Do you have a reference to an issue description, is there a patch?
I'd like to check the Gentoo sources to see if this is true.
I don't think the Trillian problem is a side effect of bug 3336 or bug 3826, if
that's what you're suspecting. As I've already mentioned over there, that's a
"BadAlloc" failure while this is "BadValue".
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5167
Summary: Flash 8 and Fireworks 8 won't load
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikshepard(a)yahoo.com
I am running Debian Sid, with Enlightenment 17 (E17) window manager, and wine
0.9.12, and I don't have windows installed on the computer.
I put Flash 8 and Fireworks 8 on my computer per the how-to in the app database
( http://appdb.winehq.org/appview.php?versionId=3673 ) upon running I get errors
and then it terminates at the splash screen. I've tried switching wine to
emulate Win98 and others with the same results. I attached a log.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5145
------- Additional Comments From qingdao33122(a)yahoo.com 2006-01-05 03:38 -------
I looked at your log with native msvcrt, there appears to be a problem with msxml.
If you compiled wine from source, did you have libxml2 installed before
compiling?
You can also try installing msxml3 from Microsoft.
If you can get it sucessfully installed, try
WINEDLLOVERRIDES=msvcrt,msxml3=n wine etherlords2.exe see if it makes any
difference
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5165
------- Additional Comments From dan.horak(a)email.cz 2006-01-05 02:42 -------
This is from running in OpenGL mode, in DirectX mode there is no crash, but the
problem with displaying the texts is the same.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5165
Summary: crash when starting "Driver" in TRS2006
Product: Wine
Version: CVS
Platform: PC
URL: http://www.auran.com/TRS2006
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan.horak(a)email.cz
I am getting a crash when starting the "Driver" (where the real game starts) in
TRSS2006 Demo. There is also a problem with displaying the texts (they are not
shown or only some characters are shown). Is there a way to capture the
fullscreen screen to a file?
fixme:wgl:wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute
fixme:wgl:wglGetPixelFormatAttribivARB unsupported 2009 WGL Attribute
fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:wglQueryPbufferARB unsupported WGL_PBUFFER_LOST_ARB (need
glXSelectEvent/GLX_DAMAGED work)
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 145 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 1216394
Current serial number in output stream: 1216395
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4648
------- Additional Comments From ead1234(a)hotmail.com 2006-30-04 22:11 -------
Just noticed this bug on a windows machine. This could be due to the lack of
proper .png file type support in internet explorer, since most of the
screenshots are in .png format. To correct this bug convert from .png when
uploading to a standard format such as .gif or .jpg. You could convert it during
upload with .php or perl and GD.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3178
------- Additional Comments From dank(a)kegel.com 2006-30-04 21:49 -------
I just installed mdac 2.7 with plain wine, no MS dlls.
The wine came from Mike McCormack's public tree, and
one tiny extra kludge patch was required:
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -203,7 +203,7 @@ NTSTATUS WINAPI NtQueryInformationToken(
switch (tokeninfoclass)
{
case TokenGroups:
- len = sizeof(TOKEN_GROUPS);
+ len = sizeof(TOKEN_GROUPS) + 400; /* WAG */
When wine-0.9.13 is released (mid-may?), please see if that
fixes your problem -- and please don't use sidenet, plain wine should
be able to install ie6 and mdac by then.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-04 19:58 -------
Hoho looks like Xorg still hasn't fixed this problem. Try looking at +bitmap trace.
Oh and btw please don't create bugs in "new" state. Unless of course you tested
it on few other distros and systems.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5163
Summary: Office XP 2002 crashes on installation
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Office XP Small Business 2002 crashes in the middle of the installation.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4963
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-30-04 11:54 -------
The bug is fixed with wine cvs dated of 2006-04-23. I can see the screen with
menu now.
Great work, guys!!
Joaopa
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3826
molle.bestefich(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-30-04 11:40 -------
Bug 5161 might be related - it says BadValue, not BadAlloc though.
I've added it based on suspicion.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-30-04 10:53 -------
Btw, I'm using Gentoo xorg-x11-7.0-r1.
Should maybe have been categorized under wine-x11driver instead of wine-gdi?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5161
Summary: Trillian: crash when showing main window: BadValue in
X_CreatePixmap
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www.trillian.cc/downloads/
OS/Version: Linux
Status: NEW
Severity: major
Priority: P1
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: molle.bestefich(a)gmail.com
Clean installation of Wine 0.9.12 and Trillian v3.1 build 121.
Installation is fine (minor issues), program can start (minor issues).
Once the main window is activated, program dies with:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 627922
Current serial number in output stream: 628685
Main window may automatically show during startup, otherwise you need to
right-click the systray icon and choose 'show contact list' to activate it.
Could be related to fading, the main window is faded in and out under various
circumstances.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4583
molle.bestefich(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From molle.bestefich(a)gmail.com 2006-30-04 10:38 -------
I cannot reproduce this using Wine 0.9.12 and Trillian v3.1 build 121.
Please retest with 0.9.12!
(Note: The hVisRgn thing has been an issue with Trillian before, you might
want to search the archives.)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2658
molle.bestefich(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From molle.bestefich(a)gmail.com 2006-30-04 10:27 -------
The splash screen does not loop anymore with Wine 0.9.12.
I haven't tested this since sometime around 4Q 2005, so this might have worked
for some time.
I'm still somewhat convinced that Wine shouldn't set maxSize, maxPos, minTrack
and maxTrack - see comment #9 - but I never finished the test case, so I can't
present any proof.
Closing bug.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4533
------- Additional Comments From ead1234(a)hotmail.com 2006-30-04 09:18 -------
just a WINEDEBUG=+cabinet indicates the problem.
err:cabinet:FDICopy PFDI_OPEN returned zero for [.cab file here]
I don't have Half Life 2, but as for americas army, it is trying to copy a file
called accessor.cab, from the AAO directory which is not originally in that
directory. Since the msi function MoveFiles, is an unimplimented stub as
indicated by the log generated from +cabinet, I'm guessing the [.cab file here],
is moved to that directory by MoveFiles, which follows another unhandled msi
function InstallValidate. Post just the output from WINEDEBUG=+cabinet and you
should see
fixme:msi:msi_unimplemented_action_stub MoveFiles -> 1 ignored L"MoveFile" table
values
err:msi:MsiSourceListAddSourceExW unknown media type: 00000004
fixme:msi:msi_unimplemented_action_stub MoveFiles -> 1 ignored L"MoveFile" table
values
err:msi:MsiSourceListAddSourceExW unknown media type: 00000004
trace:cabinet:FDICopy full cab path/file name: [.cab file here]
err:cabinet:FDICopy PFDI_OPEN returned zero for [.cab file here]
err:msi:extract_cabinet_file FDICopy failed
trace:cabinet:FDICopy full cab path/file name: [.cab file here]
err:cabinet:FDICopy PFDI_OPEN returned zero for [.cab file here]
err:msi:extract_cabinet_file FDICopy failed
just my undereducated guess that this stems from MoveFiles
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4323
hans(a)it.vu.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2365 is|0 |1
obsolete| |
------- Additional Comments From hans(a)it.vu.nl 2006-30-04 07:35 -------
Created an attachment (id=2373)
--> (http://bugs.winehq.org/attachment.cgi?id=2373&action=view)
Snapshot of my work in progress
This version implements the DNS_QUERY_RETURN_MESSAGE flag, although
the error you are seeing may be caused by something else.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4323
------- Additional Comments From lionel(a)mamane.lu 2006-30-04 06:07 -------
OK, with CVS head from US server and patch #2365, I get:
fixme:dnsapi:dns_map_options option DNS_QUERY_RETURN_MESSAGE not implemented
(Application reports "error 205")
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4904
------- Additional Comments From alex(a)thehandofagony.com 2006-30-04 06:02 -------
I upgraded xorg-server, mesa and the i810 drivers to their experimental X.Org
7.1 versions.
If I run 'war3 -opengl', X freezes (I am able to move the cursor, but that's
all); but if I run 'war3' first, which gives the FATAL ERROR message, and then
run 'war3 -opengl', the game starts. The menu looks horrible, but gameplay
works quite well.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2057
------- Additional Comments From zthg4821(a)gmail.com 2006-30-04 05:54 -------
Minor correction to my comment in #4: The vertical scrollbar does appear once a
line of text replaces the previous line.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4963
------- Additional Comments From ivg2(a)cornell.edu 2006-30-04 04:58 -------
Please clarify "nothing happens". The other bug described a crash - if this is
not the case, this one should be reopened.
Shaders 3.0 are not supported at the moment - most of the functionality will not
work correctly. We'll be looking into using GLSL to support Shader model 2.0, 3.0.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 4518, which changed state.
Bug 4518 Summary: Painkiller refuses to start [ SHADERS, MSG ]
http://bugs.winehq.org/show_bug.cgi?id=4518
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4518
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivg2(a)cornell.edu 2006-30-04 04:55 -------
This should be fixed, Painkiller will start (though not do much afterwards)
The problem was caused by texture format issues.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5160
Summary: Running P3dO with Wine
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k2gur(a)hot.ee
Hi!
Recently I was surprised while Running P3dO Explorer from
http://www.senosoft.com/ with Wine. It does not show rendered .obj files
anymore. I tested newer versions 0.9.11 and 0.9.12 which does not work
correctly. Last good version I know is wine-20050930. Something has changed in
the way not supposed. Please help.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4323
------- Additional Comments From lionel(a)mamane.lu 2006-30-04 04:12 -------
*Swearword*, I was using the european CVS server again. Which is out of date. It
should really be removed from http://www.winehq.com/site/cvs if it is not kept
up to date.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5143
------- Additional Comments From mike(a)codeweavers.com 2006-30-04 04:11 -------
Could you please add a +rpc trace?
I suspect that my patch caused a regression because it causes some function to
fail for RPC binding types that are not supported.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4323
------- Additional Comments From hans(a)it.vu.nl 2006-30-04 04:05 -------
Are you sure you are using current CVS? There's a version of windns.h
in there and it's sufficient for compiling my patch.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5143
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike(a)codeweavers.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-04 04:03 -------
regression test points to this commit as cause:
Author: Mike McCormack <mike(a)codeweavers.com>
Date: Thu Apr 20 21:00:28 2006 +0900
rpcrt4: Abstract the transport layer functionality.
added author of the patch
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5156
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |marcus(a)jet.franken.de
------- Additional Comments From marcus(a)jet.franken.de 2006-30-04 02:56 -------
does it work if you use the SUSELinux91 tagged binary RPM ?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5143
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression: Pacific Warriors|Regression: Pacific Warriors
|installer fails (worked in |installer fails (worked in
|wine-20050725) |wine0.9.12)
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-04 02:18 -------
just pulled down a freah cvs , with git, and the bug is there. So a regression
between wine 0.9.12 and current cvs
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5145
------- Additional Comments From realill(a)gmail.com 2006-30-04 02:15 -------
I googled this problem. Looks like it typicaly occures when application has some
unhandled files sharing violation. Typicaly root case of this problem is work of
some ant-virus program. But in this case I think problem is in the difference
between how native windows deals with files and how wine does.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4008
------- Additional Comments From realill(a)gmail.com 2006-30-04 01:45 -------
Looks like problem with Etherlords 2 Demo has similar problem.
1) It throws exception from msvcrt.dll
2) It go thought this part with cedega (I didn't tried wine-20050111 but I'm
sure it will work)
3) Using native msvcrt.dll solves the problem
Still Etherlords does not work because of this bug
http://bugs.winehq.org/show_bug.cgi?id=5145
Actually we do not know how much application affected by this bug. Now we see
that some games does not work, but if because of this bug application gets
incorrect filenames problem can appear anywhere. But may be it is not so bad :).
I think it is quite easy to understand problem tracking patches for msvcrt in
broken version and taking in account that there is some filenames reading
problems (or may be memory handling issue). Still, some one should do it.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5153
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|DirectInput interface not |Skulltag Fatal Error: Could
|initializing, error 800704df|not initialize DirectInput
| |interface
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3117
------- Additional Comments From ead1234(a)hotmail.com 2006-29-04 22:13 -------
I'm having this same issue when trying to install the game political tycoon.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4009
------- Additional Comments From Rincebrain(a)gmail.com 2006-29-04 22:06 -------
So, this bug still persists, and I'd really like to know if anyone has a
solution other than the hack-patch posted below.
*shrug*
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4449
------- Additional Comments From ryanbach(a)adelphia.net 2006-29-04 21:42 -------
Good question, Louis, I hope someone responds to your question. That sure would
be helpful to quite a few people here. ;)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5159
Summary: When using a Microphone in Half Life and HL:S games, it
is screwed up
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanbach(a)adelphia.net
I am using OSS driver, and I know it works correctly (Very well BTW) under linux
as I have tested that and it works well. It is good it doesn't crash now but it
is very harsh and goes in and out of "focus" all the time.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2398
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|dank(a)kegel.com |
------- Additional Comments From dank(a)kegel.com 2006-29-04 21:01 -------
That's it. I'm unsubscribing from this bug until such time
as the whiners and kibbitzers go away.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2398
------- Additional Comments From philip(a)digitalinfinity.biz 2006-29-04 20:58 -------
Right now with the way the current code works. Just making a GL view port to
display will be very problematic to implement. From the discussion that I've
read on this bug and others. I can see conditions where that implementation and
all the other implementations will be a problem. This is a really ugly situation
we have here to make it work. But here is how I see it. I'm writing this post to
help identify the problem and define the problem better so as to get a better
solution:
First GL view ports probably won't interact properly with the wine windows
properly. I can give you guys some examples. What happens to the view port when
you drag it partially off the screen or over an area where the rendering engine
is supposed to render but clip the window. Because the viewport is a separate X
window your going to run in to problems here. It will be another bug because the
view port will clip the rendered area using the regular engine rather then the
other way around. So this is the draw back of using GL view ports for this.
With pbuffers although these will be the best solution for view ports in
programs that have MDI windows it is not ideal for games and other programs that
don't use those. You will see a performance hit in high performance gaming and
applications. So pbuffers will not be the ideal solution in that situation due
to the fact that you are not rendering directly to the screen. There is a
question of weather there is hardware support for pbuffers and GL Pixmaps. From
what I understand there is none or its very limited. So rendering to the screen
with these will be a problem as well. Pbuffers cannot be used in all
applications or wine will be unusable for games.
These unfortunately is where it stands now with the current engine. When we look
at it windows and X are not that different in their design. All controls in
windows are a window. The same as in X. I remember reading a book on the old
Motif library and how they created a set of controls called gadgets. They were
basically windowless controls. What they indicated in that book is that these
objects were created in earlier version of X and as time went on implementing
objects as an XWindow actually became less expensive then using gadgets. This
was due to improvements in efficiency in the X server. Thats why the practice
doesn't exist today in X and every X control has its own window. This may be
something to consider here.
Any rendering issues of which window to render can be taken care of by using an
Octree to determin which windows to paint. A paint message is then sent to the
individual control or window. The code I've given you above can be used for this
although the C implementation may be a little more involved. It would require
support in the x11drv code and the API to make this happen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5158
Summary: Foobar2000 fails to write ID3v2 frame to file
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samsam.mn(a)mailnull.com
in most circumstances foobar2000 can write tags to files successfully. But I
noticed when adding a DISCNUMBER tag into a mp3 file with id3v2 tags, foobar
tries to add a TPOS frame into the file, with the desired string.
On winXP, it works as desired, the file gets tagged like :
(hexa) 54 50 4F 53 00 00 00 03 00 00 00 31 00
(ascii) T P O S 1
after adding DISCNUMBER=1. (3 is followed by 2 technical bytes (here 00 00) and
the actual ascii char).
With wine, the written TPOS frame holds an empty string :
(hexa) 54 50 4F 53 00 00 00 02 00 00 00 00
(ascii) T P O S
(there only are the zero bytes, not the actual "1").
Thus it seems wine is causing foobar to fail that operation somehow.
Foobar is not open source, so it's hard to know what is going wrong. This was
posted at
http://www.hydrogenaudio.org/forums/index.php?showtopic=44116, hopefully
foobar2000 devs will give info on what is happening.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5157
Summary: MS Hearts (16 bit) crashes after startup screen
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www.thehandofagony.com/alex/winprog/mshearts-
win98se-nb.bz2
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
After the screen where you enter your name in MS Hearts, it crashes. I tested
the mshearts.exe from Windows 98SE, but as the debug output says it's 16 bit,
I suppose it is the same binary as the one included in Windows 3.11 or
earlier.
Note that the Windows XP version works fine, but it does not support
networking.
The URL field points to a bzip2 archive containing mshearts.exe and cards.dll
from Windows 98SE. It is in Norwegian, but just enter your name (or something
else) in the input box and press the OK button.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5156
Summary: wine does not start anything on nld9 - wine-preloader
runs forever
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igel(a)bofh.bg
I've donwloaded all the suse src.rpms ot 0.9.11 and compiled them (no novell
desktop linux 9), then installed them - wine-preloader takes forver with 98%
load coming from it and no application is started - even after letting it run
for 3 hours.
This happens with the genuige tgz and also with the src.rpms from opensuse.
the only wine working is the
ftp.suse.com/pub/people/meissner/4mge/wine-20050830-NLD9.i586.rpm
Strange thing is that when I replace the everrunnging wine-preloader binary with
the wine-preloader binary from the package above programs start after a brief
period (1-2 secs) but the size of the emulated desktop is with half x and half y.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5137
------- Additional Comments From gus(a)inodes.org 2006-29-04 17:17 -------
I only have my own program, which converts a proprietary video format to AVI,
using a header/DLLs released by the company in question - Its the first
"windows" code I've ever written and it probably doesn't even run on real windows :P
If its at all useful, you can find my code here:
http://download.gna.org/warzone/rpl2avi.tar.gz
Note that it already hacks around the 1024 limit, so you'll have to comment out
a line of code in order to trigger the assert (look for "HACK HACk HACK" ;)
You'll also need {winstr,winsdec,edec,dec130}.dll (google search) and a .RPL
movie with more than 1024 frames. Any Eidos game you have lying around should
have one (tombraider) - or you can use the sample from
http://www.mplayerhq.hu/MPlayer/samples/game-formats/rpl/Escape/Fish.rpl
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4323
------- Additional Comments From lionel(a)mamane.lu 2006-29-04 17:05 -------
I tried hacking the build system so that it builds the dlls/dnsapi directory,
but then the files there want "windns.h", which I don't have.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5143
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-04 17:00 -------
i just compiled a fresh wine-0.9.12 package, and indeed the installer works. So
either my cvs version is messed up, or it is a regression that took place
between 0.9.12 and now. (Same holds for the other installer bug i filed)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234(a)hotmail.com 2006-29-04 16:46 -------
most of these are on the TODO list under files.c in msi
msi_unimplemented_action_stub MigrateFeatureStates
msi_unimplemented_action_stub MoveFiles
unhandled standard action L"ValidateProductID"
unhandled control event L"SetInstallLevel
unhandled standard action L"RemoveExistingProducts"
unhandled standard action L"UnpublishFeatures"
unhandled standard action L"RemoveRegistryValues"
unhandled standard action L"RemoveShortcuts"
* MoveFiles (TODO)
* PatchFiles (TODO)
* RemoveDuplicateFiles(TODO)
* RemoveFiles(TODO)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5147
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |wine-gdi-(printing)
Product|WineHQ Apps Database |Wine
Version|unspecified |0.9.9.
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-04 16:43 -------
Net website bug.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5151
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-04 16:41 -------
Totally valid bug. We should be using screenshots from appdb.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5155
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-04 16:40 -------
Tom this is correct place for appdb bugs.
There is NO need to send e-mails to wine-devel. Please stop suggesting that.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5150
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-04 16:32 -------
Looks like a dup of bug 4036. BTW relay looks invalid (looks like you already
had Wine running).
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5155
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2006-29-04 16:28 -------
Could you please post a note to wine-devel, instead of here? Thanks.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5155
stupendo44(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stupendo44(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5155
Summary: Typo on Testing Results page - "Testing" spelled
"Testng"
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
URL: http://appdb.winehq.org/testResults.php
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)mailinator.com
After submitting a test result, I noticed that on the Testing Results page,
under "Rejected Testing Results" it says "The Rejected Testng Results Queue is
empty." It should say "The Rejected Testing Results Queue is empty.". The word
"testing" is spelled incorrectly.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5151
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2006-29-04 16:21 -------
Could you instead of posting that here, post a note to wine-devel, and then
include a link to the attachment you put here? Thanks.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4323
lionel(a)mamane.lu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2362 is|0 |1
obsolete| |
------- Additional Comments From lionel(a)mamane.lu 2006-29-04 16:20 -------
Created an attachment (id=2369)
--> (http://bugs.winehq.org/attachment.cgi?id=2369&action=view)
Log of execution with patch 2365 applied
It doesn't complain about specific missing dnsapi.dll functions anymore, but
the program says "Sorry, due to an error (201), we could not register you." I'm
not sure what keeps it from working. A log with "WINEDEBUG=warn+all" is
attached. In particular, it contains lines like:
warn:module:load_builtin_dll cannot open .so lib for builtin L"dnsapi.dll":
/home/master/opt/wine/bin/../lib/wine/dnsapi.dll.so: cannot open shared object
file: No such file or directory
warn:module:load_dll Failed to load module L"dnsapi.dll"; status=c0000135
I've got the impression your stuff doesn't get _built_.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5154
Summary: problem with communication via serial port
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: konf_kal(a)seznam.cz
Siemens Mobile Control (SiMoCo) [
http://www.mysiemens.cz/ms/download/SiMoCoSetup.zip - English available ] has
problems when working via OBEX protocol with mobile phone connected to serial port.
When program starts communication with phone in console appears messages
"fixme:comm:COMM_WaitCommEvent EV_RXFLAG not handled" and "fixme:comm:SetupComm
insize 8192 outsize 17408 unimplemented stub".
Observed problems:
- Addressbook load (trough OBEX) from phone end with no records readed
- Calendar not reads any records
- Notes not reads any records, but writing to them still works
- Explorer partially works, sometimes returns no records in directory, but in
next attempt reads directory correctly
It seems any AT commands working correctly, but isn`t 100 % sure.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5153
Summary: DirectInput interface not initializing, error 800704df
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www.skulltag.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nescientia(a)gmail.com
Running Skulltag v0.96f (an advanced multiplayer Doom source port) will cause
the application to crash and display "Skulltag Fatal Error: Could not initialize
DirectInput interface: 800704df". I found that error code on a Microsoft wesite
with the description, "This object is already initialized". With WINEDEBUG set
to +dinput, the only traces I get are:
trace:dinput:DllGetClassObject
({25e609e0-b259-11cf-bfc7-444553540000},{00000001-0000-0000-c000-000000000046},0x55d5fbf4)
trace:dinput:DICF_CreateInstance
(0x57ee7b3c)->((nil),{89521360-aa8a-11cf-bfc7-444553540000},0x883b80)
trace:dinput:DirectInputCreateEx
((nil),0000,{89521360-aa8a-11cf-bfc7-444553540000},0x883b80,(nil))
The game runs fine with a native dinput.dll except for online games having
extreme lag (I think this is unrelated to dinput).
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4095
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From the3dfxdude(a)gmail.com 2006-29-04 14:10 -------
Problem confirmed with Polish version of installer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.