http://bugs.winehq.org/show_bug.cgi?id=15435
Summary: Wine logs too verbose
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
Running any application generates repetitive log information
that makes uploading and analyzing logs difficult, and confuses users.
For instance, here's a tally of the log messages generated by
just launching Firefox and loading one little web site:
239 fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN |
ETO_PDY unimplemented
105 fixme:resource:GetGuiResources (0xffffffff,0): stub
60 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
2 fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
...
It would be good to reduce this verbosity, without hiding
useful fixmes. Because it's difficult to know which ones
are useful, let's focus on just the few highly repetitive
messages.
One thing we've done in the past is added a check to only print
the fixme the first time it's hit. This is probably the way to go.
Another thing that is a little easier to do is to change
the fixme to a trace; if we do that, we might want to put 'fixme:'
as the first thing in the trace message, to remember that it
needs fixing.
--
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=18908
Summary: Editing name in File Open dialog causes Powerpoint to
hang
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)hoogenraad.net
In the File Open dialog, in Powerpoint, one enters into file rename mode by
double-clicking on the file name.
At that point, Powerpoint 2000 hangs, with no way to escape.
As the dialog is active, even Closing the application does not work.
I have to kill powerpoint from a command-line shell.
--
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=19050
Summary: PE explorer shows access violations when started
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
URL: http://www.heaventools.com/download/pexsetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
CC: bunglehead(a)gmail.com
Installation went fine but running doesn't. Regression testing shows:
34b802caf088e526eadc23d785582e81ea5374cd is first bad commit
commit 34b802caf088e526eadc23d785582e81ea5374cd
Author: Nikolay Sivov <bunglehead(a)gmail.com>
Date: Tue Jun 16 01:46:11 2009 +0400
comctl32/listview: Convert forwarded header notifications to ANSI if
NFR_ANSI is current format.
:040000 040000 7f9c298690cfa7c63010737878cb6da45dd570b4
a6e1736d290092b6d8c8862160775fd9237cd520 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=19338
Summary: Regression in ResHacker
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.angusj.com/resourcehacker/
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstefani(a)redhat.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=22393)
--> (http://bugs.winehq.org/attachment.cgi?id=22393)
ResHacker bad
ee7ca802f4839fab9efd1759a762a9839d931a9b is first bad commit
commit ee7ca802f4839fab9efd1759a762a9839d931a9b
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Jul 15 21:21:26 2009 +0900
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is
not set, trigger the redraw on WM_SETREDRAW/TRUE.
:040000 040000 6581adc5a4c37b359b4bdd1f35e35ebb5dc70a9d
0bcde40d001433b39cdc73cf2a69e2a0677ea5d3 M dlls
This patch introduced a regression in ResHacker.exe:
When opening a file a treeview shows up on the left hand side with the
resources available in that file. With the above patch only very little of the
treeview is shown at the top. The bad.png and good.png demonstrate the problem.
--
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=19380
Summary: SysDateTimePick32 - wDayOfWeek not generated
automatically after DTM_SETSYSTEMTIME
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinez.pr0team(a)gmail.com
Format of the date in SysDateTimePick32 set with:
SendMessage(hDate,DTM_SETFORMAT,0,(LPARAM)"dddd' 'd' 'MMMM' 'yyy");
To change actual time of the control, DTM_SETFORMAT message must be sent with
wYear, wMonth and wDay fields of the SYSTEMTIME structure set.
Microsoft Windows automatically calculates proper day of week, ignoring the
wDayOfWeek field.
Wine does not, and the day of week displayed in control might be wrong (always
Sunday if not 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=17503
Summary: Diablo 2 refuses to detect D3D device
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Created an attachment (id=19604)
--> (http://bugs.winehq.org/attachment.cgi?id=19604)
Diablo's Videotest own log
A regression: Since July '08 (according to last comment stating that he uses
D3d), Diablo 2 seems to have become unable to properly detect D3d in its Video
Test. Only DDraw is offered. D3d however has the advantage that perspective
Rendering can be used. I'm sure this mode would work just fine if it actually
let me select it aswell.
See attachments for further info. Yes, I tried setting
VideoPci[Vendor|Device]ID in the registry to no avail.
--
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=18554
Summary: Regedit import.
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergeikrivonos(a)gmail.com
Export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security\XAKey under
windows.
Try import it under WINE by regedit - it fails because of key value.
Maybe file should be opened in binary format.
--
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=15594
Summary: photosynth client won't present login dialog without
native msxml3
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://photosynth.net
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Noticed somebody at
http://alexeysmirnov.name/blog/?p=230
saying Photosynth didn't work with Wine, so I gave it a shot.
The installer went fine. The client app launches ok, too.
Clicking on the log in text gives the error
XPath error : Undefined namespace prefix
xmlXPathEval: evaluation failed
exception LiveID.cpp(65) hr(0x80004005)
and doesn't bring up a login dialog.
You can work around this with
winetricks msxml3
(To try online viewing, you have to do 'winetricks firefox flash'
and go to photosynth.net with windows firefox. Didn't work for me
on my Compaq Presario R3000, it said "Required number of texture blend stages
(4) not supported". This affects a lot of graphics cards, see
http://getsatisfaction.com/livelabs/topics/required_number_of_texture_blend…
so perhaps that's not a wine problem.)
--
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=15146
Summary: Touhou 10, 11 dialogue text transparent, difficult to
read
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www16.big.or.jp/~zun/ht
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyle7(a)hotmail.com
Created an attachment (id=15860)
--> (http://bugs.winehq.org/attachment.cgi?id=15860)
Mountain of Faith run with wine 1.1.4 and on XP, windows XP to the right
When running Touhou 10: Mountain of Faith, or Touhou 11: Subterranean Animism
with wine 1.1.4, the in-game dialogue is transparent, making it nearly
impossible to read. This is also present in the "Music Room" selection.
This is with a standard wine install, except for running with a native
d3dx9_36.dll (necessary to get the games to run, see bug 13297)
Graphics card is NVIDIA Geforce 6200SE, with drivers 169.12
--
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=16129
Summary: Beyond TV Link - Error when entering server IP address
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve.trelease(a)sbcglobal.net
Created an attachment (id=17365)
--> (http://bugs.winehq.org/attachment.cgi?id=17365)
log file output
This is a client program to the server application (Beyond TV) running on a
Windows XP PC on the LAN. The application prompts for the server IP address,
and promptly returns a "Couldn't get BTVServerAddress" error. The text of this
message is found within the application library FSGuiScreens.dll.
--
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.