http://bugs.winehq.org/show_bug.cgi?id=12465
Summary: winetest compilation regression with 0.9.59 (Bourne
shell problem)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.sumbera(a)sun.com
CC: julliard(a)winehq.org
Created an attachment (id=12013)
--> (http://bugs.winehq.org/attachment.cgi?id=12013)
changes shell code to be executable by Bourne shell
This is regression after:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=4e665b1e21ae63f33d021…
Build fails with following error:
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include
-DBUILD_SHA1=\"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
-fowinetest.res winetest.rc
/bin/sh: syntax error at line 1: `(' unexpected
gmake[2]: *** [winetest.res] Error 2
gmake[2]: Leaving directory `/builds/WINE/wine-0.9.59/programs/winetest'
gmake[1]: *** [winetest] Error 2
gmake[1]: Leaving directory `/builds/WINE/wine-0.9.59/programs'
gmake: *** [programs] Error 2
-bash-3.2$ cd /builds/WINE/wine-0.9.59/programs/winetest
-bash-3.2$ pwd
/builds/WINE/wine-0.9.59/programs/winetest
This is due the fact that Solaris's /bin/sh is Bourne shell and not BASH as on
Linux. Therefore it's not capable of command substitution via $(command)
syntax.
Please use instead ``. See example from my Solaris box:
bash-3.2$ echo \"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
""
bash-3.2$ sh
$ echo \"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
syntax error: `(' unexpected
$ echo \"`GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null`\"
git: not found
""
$ bash-3.2$ echo \"`GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null`\"
""
---
Note:
Other option could be to set SHELL variable to ksh for Solaris (in
wine-0.9.59/Make.rules.in set SHELL = @SHELL@ and some more configure work).
--
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=12459
Summary: VeohTV beta client fails with bug report send dialog
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.veoh.com/veohTV/getStarted.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11997)
--> (http://bugs.winehq.org/attachment.cgi?id=11997)
VeohTV beta client backtrace and output
With current Git (wine-0.9.59-179-ga643337), attempting to start the VeohTV
beta client after installing will result in a bug report dialog, and an
exception backtrace is printed to the console. Attached are relevant outputs.
--
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=12438
Summary: Marratech 6.1 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.marratech.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Marratech.com's download link still works, don't be scared off
by the "We've been acquired" text.
Now that bug 8125 has been fixed, the next problem is
a hang. +relay shows that it's probably in java's display setup:
0009:Call KERNEL32.GetProcAddress(6d070000,008603a8
"_Java_sun_awt_Win32GraphicsEnvironment_initDisplay@8") ret=6d2f118a
...
0009:Call gdi32.CreateDCW(0033ec20
L"\\\\.\\DISPLAY1",00000000,00000000,00000000) ret=6d149197
0009:Ret gdi32.CreateDCW() retval=000001f8 ret=6d149197
0009:Call gdi32.CreateCompatibleBitmap(000001f8,00000001,00000001) ret=6d15a84a
0009:Ret gdi32.CreateCompatibleBitmap() retval=00000204 ret=6d15a84a
0009:Call
gdi32.GetDIBits(000001f8,00000204,00000000,00000001,00000000,00860550,00000000)
ret=6d15a860
0009:Ret gdi32.GetDIBits() retval=00000001 ret=6d15a860
0009:Call
gdi32.GetDIBits(000001f8,00000204,00000000,00000001,0033ec7c,00860550,00000000)
ret=6d15a8b1
0009:Ret gdi32.GetDIBits() retval=00000001 ret=6d15a8b1
001f:Call KERNEL32.QueryPerformanceCounter(7dc08978) ret=6d80b820
001f:Ret KERNEL32.QueryPerformanceCounter() retval=00000001 ret=6d80b820
001f:Call KERNEL32.Sleep(00000032) ret=6d80d30e
001f:Call KERNEL32.QueryPerformanceCounter(7dc08978) ret=6d80b820
001f:Ret KERNEL32.QueryPerformanceCounter() retval=00000001 ret=6d80b820
001f:Call KERNEL32.Sleep(00000032) ret=6d80d30e
...
Several threads sit around in similar sleep loops, probably waiting for
some signals. I'll attach a +relay,+message log.
--
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=12432
Summary: MotoGP 3: Crashes when attempting to configure
controllers
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.gamershell.com/download_9986.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11969)
--> (http://bugs.winehq.org/attachment.cgi?id=11969)
Backtrace in git
Install MotoGP, run 'launcher.exe'
Choose Configure controllers -> crash
--
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=12422
Summary: EVE Online interface got several glitches between .58
and .59
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafoirus(a)gmail.com
CC: thunderbird2k(a)gmx.net
Created an attachment (id=11948)
--> (http://bugs.winehq.org/attachment.cgi?id=11948)
Regression Tests
Hi guys,
after many hours doing regression test(suggested by Stefan Dösinger in
http://bugs.winehq.org/show_bug.cgi?id=12266 comment # 22), git inform me the
wrong patch:
9e9ef6238a5f27423e28c8f95f69fb02b98d8f27 is first bad commit
commit 9e9ef6238a5f27423e28c8f95f69fb02b98d8f27
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Fri Mar 21 21:41:59 2008 +0000
wined3d: Remove unneeded code in CheckDeviceFormat.
All these checks are done during the capability checks which are
performed under the resource type checks.
:040000 040000 9388f464a39dff11d6809c05a827e2ef66304ebd
f0d1b9cbc9963f681a42f95c43e026bbde52c8a0 M dlls
in the attachment file named "log.txt" is all regression that i did , in this
file is possible see the git's version that EVE work very well :
wine-0.9.58-14-g5d151c0.
I uploaded some screenshots (with wine-0.9.58-14-g5d151c0 and wine 0.9.59)
bye and thanks for all ^^
--
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=12421
Summary: Digsby beta crashes during login progress due to
unimplemented GdipSetClipRectI stub
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.digsby.com/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11947)
--> (http://bugs.winehq.org/attachment.cgi?id=11947)
Digsby output and backtrace
With current Git (wine-0.9.59-124-g18828f4), when logging in with the Digsby
beta cilent, application operations occur, only to later crash with
unimplemented function exception. Using native gdiplus rectifies the issue.
Relevant logs are attached.
--
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=12420
Summary: wine 0.59 and kyodai
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chepioq(a)hotmail.fr
I am with F8 and I update wine to 0.59.
But I have an error messsage with Kyodai-Mahjongg game:
Access violation at address 7DOD1350. Read of address 00000000.
This game work fine with 0.58 version of wine
--
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=12411
Summary: wine in virtual desktop mode looks quite broken
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, I just upgraded to current git, and now i find a major annoyance:
Start winecfg, select virtual desktop. Then start wincfg again, or any other
app:
The virtual desktop is missing border, so i cannot minimize it. Even worse: i
cannot reach my KDE toolbar anymore, so i couldn't take a screenshot :( It
looks as if the whole screeen is covered by the virtual desktop. Better try
yourself to see what i mean......
--
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=12410
Summary: f761b908013698ee4e015ea03f48ce5d170fb666 breaks
ghostrecon
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frick(a)sc-networks.de
Created an attachment (id=11925)
--> (http://bugs.winehq.org/attachment.cgi?id=11925)
backtrace on segfault
this patch breaks the game Ghost Recon (patched with addons and no-cd-patch).
the game works initially. when e.g. hosting a multiplayer game after leaving
ingame graphics right before the menus comes back the game segfaults.
commit f761b908013698ee4e015ea03f48ce5d170fb666
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Mar 23 16:14:05 2008 +0100
wined3d: Free heapMemory, not allocatedMemory when adjusting the surface.
:040000 040000 1ccd6cb6ba54bafb1dae966b2cd0d887aa06a074
1e875c90996f6239c2d300e67ceeb195b1698076 M dlls
--
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=12396
Summary: Window not fully repainted after move
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.woelbitsch.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce the problem, download and install Opas
(it has a downloadable trial, but you have to ask their
support for the download url and password, and a license file.
Also do 'winetricks vcrun6' before installing),
then click on 'Works' on the right hand menu, and
move the Works window. When you release the mouse,
only part of the Works window is drawn properly.
Clicking outside the window causes at least the
frame to redraw. You have to move it again to get it
to really draw.
--
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=12375
Summary: Flash 8 crashes when closing last open document
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3673#Comment-3…
that closing the last open window crashes Flash 8 with
Unhandled exception: page fault on read access to 0x0000001c in 32-bit code
(0x00410bc8).
I reproduced this with the Flash 8 trial. Just create a new
document and close the app. Conveniently, on the next run, the document
is still open, so you just need to accept the trial and then close the app.
I'll attach a partial log.
--
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=12352
Summary: application windows shrink to a small square on desktop
switch
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
CC: julliard(a)winehq.org
I'm on KDE 3.5.2. With the latest wine-git, when I switch to another desktop
and back, many applications (especially installers) shrink down to a small
(about 32x32) window. Many of these windows cannot be resized.
To reproduce:
1. run winecfg on desktop 1
2. switch to another desktop
3. switch back to desktop 1
git bisect says:
f41e2339b73eb624e5d3136ef9b4fe6c38ed3843 is first bad commit
commit f41e2339b73eb624e5d3136ef9b4fe6c38ed3843
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 2 16:57:17 2008 +0200
winex11: Allow mapping/unmapping a window even while processing another
event.
--
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=12343
Summary: Anarchy Online: Shift Clicking anything with left shift
does not work as intended
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coolbeer1980(a)yahoo.com
In anarchy online you can use shift+mouseclick to examine items and such, this
does not work anylonger in the current git, instead it does what would happen
with a normal mouseclick.
The problem can be worked around with using the right shift key though, and as
far as I can tell the left shift is working for everything else(it's actually
changing icon to the "lookat" icon when pressing shift, but combined with a
click it's not working).
This issue is actually a regression introduced by:
9faf7e358630cb8e8d63e4a534a9b5b9a56b7e00 is first bad commit
commit 9faf7e358630cb8e8d63e4a534a9b5b9a56b7e00
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Tue Apr 1 23:13:45 2008 -0600
winex11drv: Distinguish left and right keys for shift, ctrl and alt.
:040000 040000 f3dfc96ffb6c506e2341239f2bf7d99e92adb5b0
d4bed7c01fecedae19e1f2fc2237a713c0596ee0 M dlls
:040000 040000 26d2bf88d3a1cf5abab4c8f5f65a9431e1cdf69e
e917d748e76aff81c65de137b39177838f58a86e M server
I fear I should have posted it in bug #11639 but it seemed somewhat better to
post it as a new bug.
Reproducable: Always
Steps:
1. Hold in left shift
2. Mouseclick on about anything(to examine something)
3. AO will do whatever it was supposed to do without the shift
--
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=12328
Summary: Palringo: Pressing enter in a chat window closes it
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.palringo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)palringo.com
Trying to send a message from the chat box results in the window closing. The
message is still set.
--
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=12319
Summary: Can't connect to Battle.net in Starcraft anymore
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ns03ja(a)brocku.ca
CC: thestig(a)google.com
Created an attachment (id=11778)
--> (http://bugs.winehq.org/attachment.cgi?id=11778)
After attempting to login to Battle.net
While Starcraft's Battle.net interface in Wine is slightly less than perfect
(see bug 2467 and bug 2082, for example), it has still been usable, and once
you actually get in game, things are flawless. Quite recently, that changed, in
that it's no longer possible to connect to Battle.net. Now when attempting to
connect to Battle.net, after entering one's account information, the attached
screen is displayed, claiming that Battle.net is not responding. Dismissing
this dialog brings one back to the multiplayer menu (in typical Blizzard
fashion, rapid repeated attempts to reconnect will simply fail silently,
sending one directly back to the multiplayer menu again). This is not an
intermittent error as the error message might suggest.
A git bisect reveals the following:
41ea8f0e8a6fab93fa08da16ecc24260dbad327c is first bad commit
commit 41ea8f0e8a6fab93fa08da16ecc24260dbad327c
Author: Lei Zhang <thestig(a)google.com>
Date: Tue Mar 25 19:09:38 2008 -0700
user32: Tweak how the edit control handles WM_GETDLGCODE.
:040000 040000 5583dc91d4f658340fcab6169c5be12b18c5d862
114715be44f79ddf45a9c61a01b90ee624504c1a M dlls
--
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=12306
Summary: Firefox 3 beta shows one-pixel-high black line when
rendering some images
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.mozilla.com/en-US/firefox/all-beta.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Visit http://winehq.org/ with firefox 3 beta 4.
Look at the Codeweavers image banner ad at the top.
The top line is drawn black.
This doesn't happen when opening it as
its own page (http://winehq.org/images/bannerads/cw-ad06.png).
It gets worse if you scroll winehq.org up and down slowly;
every time any part of that image is redrawn, the first line
seems to be drawn black. If you scroll by a single pixel
at a time, you get a completely black image.
I've seen similar things on other pages, and it can get
very distracting.
--
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=12305
Summary: Firefox 3 beta 4 font problem: colon displayed as 0038
unicode glyph-missing glyph
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.mozilla.com/en-US/firefox/all-beta.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In many places (including address bar, tab titles, and
wine bugzilla url and summary fields, but not window title
or bugzilla description field), : is rendered as the glyph [0038].
I went through all fonts with notepad, didn't see the same
problem there.
--
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=12296
Summary: Some games are crashing when they switch the resolution
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Created an attachment (id=11743)
--> (http://bugs.winehq.org/attachment.cgi?id=11743)
crash log
f761b908013698ee4e015ea03f48ce5d170fb666 is first bad commit
commit f761b908013698ee4e015ea03f48ce5d170fb666
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Mar 23 16:14:05 2008 +0100
wined3d: Free heapMemory, not allocatedMemory when adjusting the surface.
:040000 040000 1ccd6cb6ba54bafb1dae966b2cd0d887aa06a074
1e875c90996f6239c2d300e67ceeb195b1698076 M dlls
Tested with TestDrive Unlimited, but I remembered it happend with some more.
--
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=12281
Summary: msxml3 test case fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=11730)
--> (http://bugs.winehq.org/attachment.cgi?id=11730)
test output
The domdoc msxml3 tests are failing for me on Ubuntu Dapper.
$ dpkg -l|grep libxml2
ii libxml2 2.6.24.dfsg-1ubuntu1.1
GNOME XML library
ii libxml2-dev 2.6.24.dfsg-1ubuntu1.1
Development files for the GNOME XML library
ii libxml2-utils 2.6.24.dfsg-1ubuntu1.1
XML utilities
ii python-libxml2 2.6.24.dfsg-1ubuntu1.1
Python bindings for the GNOME XML library
ii python2.4-libxml2 2.6.24.dfsg-1ubuntu1.1
Python 2.4 bindings for the GNOME XML librar
--
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=12266
Summary: EVE Online interface got several glitches between 0.9.58
and 0.9.59
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
Created an attachment (id=11716)
--> (http://bugs.winehq.org/attachment.cgi?id=11716)
Glitched EVE Online UI
Using current git i noticed that most of the fonts and UI stripes are rendered
incorrectly (100% white instead of partially grayed-out).
--
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=12247
Summary: Page fault in quartz during DLL registration prevents
video playback in Ares P2P client
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://aresgalaxy.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11682)
--> (http://bugs.winehq.org/attachment.cgi?id=11682)
Page fault and quartz traces snippet from installer
When installing the Ares P2P client with current Git
(wine-0.9.58-181-gf6d871e), a page fault occurs during the installation phase
in regsvr32.exe, apparently in quartz filter registration. In the Ares P2P
client, this issue seems to manifest itself when attempting to play a video
inside a client, resulting in a simple "Media Error: Error: 0x80004005" in the
media status pane. Relevant logs are attached.
--
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=12246
Summary: "make test" gives different results with and without
warn+heap
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The same sets of tests should pass, fail, hang, and crash regardless
of whether WINEDEBUG=warn+heap is set.
(Ideally they'd all pass, but that's orthogonal to this bug.)
Yet at the moment, this is not the case.
To repeat:
rm -rf .wine
cd wine-git
sh winetricks gecko
make testclean
make -k test > test-normal.log 2>&1
egrep '^make|Backtrace' test-normal.log > sum-normal.log
make testclean
WINEDEBUG=warn+heap make -k test > test-heap.log 2>&1
egrep '^make|Backtrace' test-heap.log > sum-heap.log
diff -u sum-normal.log sum-heap.log
The diff should not output anything, but at the moment it outputs
make[2]: Entering directory `/home/dank/wine-git/dlls/d3d9/tests'
+Backtrace:
+Backtrace:
+make[2]: *** [stateblock.ok] Error 5
+make[2]: Target `test' not remade because of errors.
make[2]: Leaving directory `/home/dank/wine-git/dlls/d3d9/tests'
+make[1]: *** [d3d9/tests/__test__] Error 2
make[2]: Entering directory `/home/dank/wine-git/dlls/d3drm/tests'
...
make[2]: Entering directory `/home/dank/wine-git/dlls/gdi32/tests'
make[2]: *** [bitmap.ok] Error 2
-make[2]: *** [font.ok] Error 2
...
make[2]: Entering directory `/home/dank/wine-git/dlls/mshtml/tests'
+Backtrace:
+Backtrace:
and it hangs once (in mshtml/script).
In other words, something's fishy with tests d3d9/stateblock,
gdi32/font, and mshtml/script.
--
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=12241
Summary: D3D9: Visual test fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11673)
--> (http://bugs.winehq.org/attachment.cgi?id=11673)
+d3d trace
D3D9's visual.c test fails for me consistently in git. +d3d log attached. This
is on a fresh install of kubuntu hardy with an Nvidia FX 5200
(1:169.12+2.6.24.500-500.16~envy).
--
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=12229
Summary: mshtml: script.c test crashes in kubuntu hardy
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11662)
--> (http://bugs.winehq.org/attachment.cgi?id=11662)
+mshhtml trace in git
+mshtml trace in git
In a fresh install of kubuntu hardy (with KDE 4), mshtml: script.ok is
consistently crashing:
---snip---
Backtrace:
=>1 0x6045752c func_script+0x41c()
[/home/austin/wine-git/dlls/mshtml/tests/script.c:438] in mshtml_test
(0x0033fe68)
2 0x604577fa run_test+0x14a(name=0x1103ef)
[/home/austin/wine-git/dlls/mshtml/tests/../../../include/wine/test.h:408] in
mshtml_test (0x0033fea8)
3 0x60457f22 main+0x142(argc=<register ECX not in topmost frame>,
argv=0x1103d0)
[/home/austin/wine-git/dlls/mshtml/tests/../../../include/wine/test.h:456] in
mshtml_test (0x0033fed8)
4 0x60457ffb __wine_spec_exe_entry+0x5b(peb=0x7ffdf000)
[/home/austin/wine-git/dlls/winecrt0/exe_entry.c:36] in mshtml_test
(0x0033ff08)
5 0x7b875d0e start_process+0xee(arg=0x0)
[/home/austin/wine-git/dlls/kernel32/process.c:883] in kernel32 (0x0033ffe8)
6 0x600258f7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
---snip---
+mshtml trace attached.
Installing wine-gecko solves the crash. If wine-gecko is needed to pass this
test, then we should skip this test if wine-gecko isn't found (the other tests
in script.ok are).
Looks like we need an mshtml component...
--
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=12210
Summary: Copy/paste corruption in The Elder Scrolls Construction
Set
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epimetreus(a)fastmail.fm
Created an attachment (id=11632)
--> (http://bugs.winehq.org/attachment.cgi?id=11632)
Wine output of bug in action
Pasting text -- to be exact, copying a pre-written script from a text editor,
and pasting it over an existing script with Ctrl+A, Ctrl+V -- from a Linux app
into the script editor in The Elder Scrolls Construction Set v1.6.1820
(Morrowind: Bloodmoon) causes random corruption at the end of the text buffer;
the final line of any script will read:
End Script_Foo
But when corruption occurs, the final line will read something like:
End Script_Foor
or
End Script_Foo< au
> 3
When this occurs, if the extra characters do not span a new line, it appears
you can simply delete them without too much trouble, and save the script.
(Note, saving the script commits the compiled script to the editor memory, this
is different from saving the plugin being modified to disk)
However, if the characters span to a new line, deleting the newline will cause
the last line of the script to jump down, accompanied by various render
artifacts in the script edit window. I have not tried to save a script after
this occurs.
If you reload the script (answering "no" to the save prompt), it may or may not
be possible to re-paste the text. If it is possible, the same or different
character data may appear appended to the pasted text -- if it reverts to no
appended characters, or appended characters not spanning a new line, it appears
one can save the script normally.
Occasionally (about 1/5 of the time), however, (usually after previously pasted
text included spurious newlines) the edit window will stop responding to
Ctrl+A/C/X commands, or pressing Ctrl+A will appear to partially highlight some
of the text in the window. In either case, the editor will usually crash in
short order.
If I highlight a segment of text in the middle of the script edit window with
the mouse or Shift+Arrows, and then copy/paste it in place, the editor crashes
immediately.
--
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.