http://bugs.winehq.org/show_bug.cgi?id=11948
Summary: TF2 and Portal do not render correctly with nvidia-
drivers-169.x and above
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
URL: http://www.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=11263)
--> (http://bugs.winehq.org/attachment.cgi?id=11263)
Image showing menu
Nvidia drivers 100.x work correctly with these games, however 169.x and 171.x
do not. Attached are some screenshots showing the problems (no background menu
image, fonts not correct in the server list, and black boxes where HUD items
should be).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11943
Summary: Wacom Tablet Y-axe gets inverted on click
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grunca101(a)yahoo.com
On Gutsy with Wine 0.9.57, using a Wacom Graphire 4 on ArtRage 2.5 the Y-axe is
getting inverted on action (click, touching the tablet). On hover everything is
fine. When clicking, the cursor jumps on the mirrored location symmetrical to
the horizontal center line of the screen. (if the center of the screen is Y 0,
what on hover is Y 100 on click it jumps to Y -100).
Pressure is working fine.
This issue might be also present in version 0.9.56 (as tested from me a while
ago). But version 0.9.55 DOESN'T HAVE THIS ISSUE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11735
Summary: ClocX: UpdateLayeredWindow needs to be implemented
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.clocx.net/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Running the ClocX application on Wine version 0.9.54, all that can be seen in
the clock window is an empty blue window. The only apparent message from
terminal output is:
fixme:win:UpdateLayeredWindow
(0x50308,0x1d0,(nil),0x34f844,0x3b0,0x34f854,0x00000000,0x34f840,2): stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10544
Summary: treeview scrolling on collapsing is broken on windows
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timo.kreuzer(a)web.de
when using comctl32.dll on windows and use for example regedit with it, then
collapsing of treeview items messes up the treeview.
This is due to not using any ClipRegion in ScrollWindowEx when collapsing.
Maybe there's also a bug in ScrollWindowEx.
To fix, simply replace
ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, NULL,
NULL, NULL, SW_ERASE | SW_INVALIDATE);
with
ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, &scrollRect,
NULL, NULL, SW_ERASE | SW_INVALIDATE);
in TREEVIEW_Collapse()
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9963
Summary: GPSMapEdit regression after updating from 0.9.33 to
0.9.45
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.geopainting.com/download/mapedit1-0-38-3.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renaud(a)olgiati-in-paraguay.org
CC: renaud(a)olgiati-in-paraguay.org
Created an attachment (id=8474)
--> (http://bugs.winehq.org/attachment.cgi?id=8474)
Debug output as copied from a Konsole.
App worked perfectly under 0.9.33.
After updating to 0.9.45 the app crashes when trying to load .map files, which
makes it useless.
Debug information (attached) ascribes the error to GDI+
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9877
Summary: AT1 crashes when system.ini or wini.ini have too many
lines
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://sake906.assaulttech1.com/AT1a215ins.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
When windows/system.ini has more than 20 lines (not counting empty lines), AT1,
a game, gives a dialog box on start complaining about "memory access violation"
and crashes. When I remove system.ini or remove at least 4 random lines in that
file, I don't get this error. It doesn't matter which lines I remove, but
longer lines with more text seem to work better
So I tried to find out if this is related to file size instead, so I filled the
file up with single bytes until it wouldn't work anymore. Indeed, there appears
to be a limit to working file-size, but this limit depends on WHAT you fill the
file up with. Strange.
After additional testing, I also discovered that I get the same phenomena with
win.ini. If i remove it or a few lines in that file, AT1 also starts working
again. Even combinations of removing lines in both win.ini and system.ini work!
I have to say, this is the strangest bug I've ever encountered. But I swear I
can fully reproduce it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9319
Summary: Sony Vegas v4.0: Menus dissapear after single view
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)musicheadproductions.org
Menus appear when first clicked, but subsequent views shows a narrow gray menu
bar without text. The menus are still navigable and the bottom status bar
shows correct text when hovering over the vertical area where a menu option
should be.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9298
Summary: Empire at war, best of PC install
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wineswine(a)gmail.com
Created an attachment (id=7569)
--> (http://bugs.winehq.org/attachment.cgi?id=7569)
errors produced attempting to install empire at war, best of pc edition
My latest attempt to install Empire at war under wine on Fedora. Using the
command line
WINEDEBUG="-all" wine "LaunchBOPC1.exe" -SAFEMODE
I just got a blank window, no bitmap etc and the following error
18570: assertion failed "(*(const char*)_DBUS_FUNCTION_NAME) != '_'" file
"dbus-connection.c" line 2877 function _dbus_connection_read_write_dispatch
When I try to install the software using
wine "LaunchBOPC1.exe"
I got the errors in the attached file. These errors were produced when the
mouse cursor went in and out of the install
windowfixme:shdocvw:InPlaceActiveObject_TranslateAccelerator
(0x1b8280)->(0x33fca4)
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:mshtml:BSCServiceProvider_QueryService
(0xe759b8)->({79eac9e4-baf9-11ce-8c82-00aa004ba90b}
{79eac9e4-baf9-11ce-8c82-00aa004ba90b} 0xe856f8)
Hope this helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7996
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:42 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7829
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:37 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7645
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:36 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7581
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:34 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7488
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:33 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7452
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:29 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7441
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:25 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7368
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:23 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7295
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:20 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7257
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:17 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7200
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:13 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7186
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:10 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7051
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:09 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6382
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:08 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6253
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:06 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5145
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:06 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5008
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:04 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3915
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:02 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3875
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:02 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2122
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:00 ---
Closing bugs fixed in 1.1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #182 from Tobias Jakobi <liquid.acid(a)gmx.net> 2008-10-10 09:07:27 ---
I think some time ago all DGA (and DGA2) support was ripped out of the wine
source.
I don't know why this happened, but since DGA is now considered deprecated
anyway I don't think any of this code will return. Most likely the input issues
are finally fixed when XInput2 hits the road. However this is still going to
take some time.
Can anyone (from the input devs) comment on the DGA "story"?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3756
Andrey Turkin <andrey.turkin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrey.turkin(a)gmail.com
--- Comment #12 from Andrey Turkin <andrey.turkin(a)gmail.com> 2008-10-10 03:39:11 ---
(In reply to comment #8)
> CoTaskMemAlloc/Free do not use the same heap as the CRT.
> They use a dedicated heap created on your behalf when the OLE DLL loads.
No, on Windows these use system heap - the one returned by GetProcessHeap(). On
Wine they do the same.
> First, on the SysAllocString and SysFreeString, they are just convenience
> functions to CoTaskMemAlloc and CoTaskMemFree.
Sort of true :)
The culprit is probably BSTR caching; SysXxxString does not always allocate or
free memory for BSTRs so double frees would probably be caught by these
functions and silently discarded (I think checked oleaut32 version would cry
out loudly on such thing). See http://support.microsoft.com/kb/139071 for some
info and way to disable caching. Please try if disabling the cache will make
this app crash on Windows
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7996
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #19 from James Hawkins <truiken(a)gmail.com> 2008-10-10 02:43:15 ---
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7996
--- Comment #18 from Tobias Jakobi <liquid.acid(a)gmx.net> 2008-10-10 02:04:10 ---
Did another test of this in the last days.
TSE dedicated server inside a windows VM, two linux clients connecting to it:
works!
TSE server (non-dedicated) running natively on linux box, one linux client
connecting: works!
At least for me this issue is fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5145
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #20 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-09 21:20:36 ---
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5145
--- Comment #19 from knan-wine(a)anduin.net 2008-10-09 17:55:43 ---
Bug looks fixed. Russian demo installs and runs as well, no crashes. Today's
git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5145
knan-wine(a)anduin.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |knan-wine(a)anduin.net
--- Comment #18 from knan-wine(a)anduin.net 2008-10-09 17:43:22 ---
The english singleplayer demo starts and works, no crashes. Interesting
graphical issues, but that's beside the point.
http://downloads.gamezone.com/demosfiles/t10368.htm
The russian one is ... difficult to find. This seems to be a working link,
though. Will try that next.
ftp://ftp.farlep.net/pub/clubix/demo3/Etherlords2SPDemoRus.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=729
--- Comment #22 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2008-10-09 15:41:10 ---
> The playlist just got "minimised" into a thin bar (because you clicked on it), but it's displayed correctly.
There's still a part of the playlist window visible - I haven't cut the
screenshot - it's how the playlist window looks like after being shaded.
In short, everything below "DJ MIKE LLAMA" title should be hidden (and it is
not).
However the problem doesn't affect main and equalizer WinAmp windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9127
knan-wine(a)anduin.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |knan-wine(a)anduin.net
--- Comment #11 from knan-wine(a)anduin.net 2008-10-09 13:26:56 ---
Also applies to Romance of the Three Kingdoms XI. (only the quartz bit)
That's definitely MPEG v1 System streams, so the fixme is correct.
file movie000.mpg
movie000.mpg: MPEG sequence, v1, system multiplex
Replacing quartz.dll with native allows the videos to play. (with a bit of a
stutter, but nevertheless) - not critical for that game, since it handles the
error nicely and just skips playing the video.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7711
Per Hansen <phobieweb(a)yahoo.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |phobieweb(a)yahoo.de
--- Comment #52 from Per Hansen <phobieweb(a)yahoo.de> 2008-10-09 09:58:02 ---
The problem still exists!
wine 1.1.5
TomTom HOME 2.4.0.104
Device: TomTom One Traffic Europe 31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=729
--- Comment #21 from Arkadiusz Piekarz <piekarzarkadiusz(a)gmail.com> 2008-10-09 09:02:33 ---
(In reply to comment #20)
> Clicking once is enough ;)
>
> This happens with empty .wine (1.1.5) and minimal WinAmp installation (5.541).
>
> http://img359.imageshack.us/my.php?image=winamp5541wine115uc0.png
>
> I haven't altered any wine or Winamp settings.
>
> My DE is KDE 3.5.10 (Kwin window manager).
>
What's wrong with Winamp on your screen? The playlist just got "minimised" into
a thin bar (because you clicked on it), but it's displayed correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8760
--- Comment #4 from Kai Blin <kai.blin(a)gmail.com> 2008-10-09 08:08:26 ---
Confirming for current git (1.1.5+).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8322
scguy318 <nodisgod(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nodisgod(a)yahoo.com
--- Comment #9 from scguy318 <nodisgod(a)yahoo.com> 2008-10-08 22:07:33 ---
Still confirming the problem with today's Git (wine-1.1.5-579-g19d18f0) with
TaskCoach 0.67.0. The latest TaskCoach does not suffer from this problem
however. TaskCoach 0.67.0 can be obtained from
http://downloads.sourceforge.net/taskcoach/TaskCoach-0.67.0-win32.exe?modti…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #181 from kfs1(a)online.no 2008-10-08 21:10:22 ---
This is also not a problem in dosbox with games requiring a mouse..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7488
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-10-08 18:07:39 ---
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7488
scguy318 <nodisgod(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nodisgod(a)yahoo.com
--- Comment #6 from scguy318 <nodisgod(a)yahoo.com> 2008-10-08 18:06:21 ---
I cannot reproduce the bug with today's Git (wine-1.1.5-579-g19d18f0), so this
seems to be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2608
--- Comment #27 from dimesio(a)earthlink.net 2008-10-08 17:16:22 ---
Works for Movie Magic Screenwriter 2000.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=729
--- Comment #20 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2008-10-08 16:31:57 ---
Clicking once is enough ;)
This happens with empty .wine (1.1.5) and minimal WinAmp installation (5.541).
http://img359.imageshack.us/my.php?image=winamp5541wine115uc0.png
I haven't altered any wine or Winamp settings.
My DE is KDE 3.5.10 (Kwin window manager).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5264
zph <zph2001(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zph2001(a)yandex.ru
--- Comment #14 from zph <zph2001(a)yandex.ru> 2008-10-08 16:00:07 ---
Problem is still present in Word 2003, wine 1.1.5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=729
--- Comment #19 from Arkadiusz Piekarz <piekarzarkadiusz(a)gmail.com> 2008-10-08 15:43:26 ---
(In reply to comment #17)
> This bug is NOT fixed in Wine 1.1.5.
>
> If you click playlist window caption four times then a playlist window
> appearance is again wrong.
>
> I cannot attach a screenshot since the bug is already closed.
>
> So, please, reopen.
>
Can you attach a screenshot now? Because playlist window displays correctly for
me, even after clicking it 4 times.
Do you have "Allow window decorator to decorate windows" or something like that
enabled in Winecfg?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15536
Summary: S.T.A.L.K.E.R Clear Sky: "Pixel Shaders v1.1 or higher
required" error prevent starting the game
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=16506)
--> (http://bugs.winehq.org/attachment.cgi?id=16506)
Error window at third step
1) Override four dlls: d3dx10_37.dll , d3ddx9_36.dll , d3ddx9_37.dll , dxgi.dll
2) execute "WINEDEBUG=fixme-all wine xrEngine.exe -fsltx ../fsgame.ltx -nosound
-i" from "bin" directory of the game
3) error window appears
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.