http://bugs.winehq.org/show_bug.cgi?id=24188
Summary: The Last Remnant demo: can't resize window to show
menu
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=30452)
--> (http://bugs.winehq.org/attachment.cgi?id=30452)
screen shot showing the problem
Bug 24078 is about incorrectly settings of resolution, which probably never
worked correctly in wine.
This one is about regression... When the game starts up, it doesn't show game
menu on right side, because it's cut off. Because the game by default runs in
windowed mode, i can stretch out the window. And this is broken since 1.1.41.
1. I did a regression test between 1.1.40 and 1.1.41:
commit 7c930589bc40097eb0ebb84310a3ea0ae6999edb
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Mar 17 21:59:54 2010 +0100
wined3d: Avoid some common invalid context accesses.
Unfortunately there are plenty of other places left. Perhaps we should
consider creating our own window when the context becomes invalid and
making
the context current on that instead.
:040000 040000 7a027acb69350838d93a7015bb759306d2c5b4f0
a06ad38974e0ca1a187451c3c423086c33c9ad87 M dlls
2. This commit was probably intended to fix bug 21384.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=24094
Summary: Baldur's Gate II doesn't like nVidia GT240
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=30318)
--> (http://bugs.winehq.org/attachment.cgi?id=30318)
console output from wine-1.3.1
Running BGMain.exe leads to crash after resolution change. This probably
happens only on GT240 (i'm not aware of having such problem with 8600GT).
1. I did a regression test between 1.1.35 and 1.1.36:
commit 0c582dca3adccc83a34727c0d8979989bd25fbb7
Author: William Waghorn <willw(a)litany.me.uk>
Date: Wed Dec 30 18:54:30 2009 -0800
wined3d: Added NVidia GT240 detection.
:040000 040000 39a49e6094b166eeb37e8a2d22645c64d64906ec
77332f2111e82c509cb3e55f8192033944cc54ab M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=24082
Summary: Plants vs Zombies Demo crashes during the start up
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.popcap.com/games/pvz#
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
Plants vs zombies demo crashes during the start up.
1. I did a regression test between 1.3.0 and 1.3.1:
commit 368e5eb87ae983e4ea2f66b3ca2f4154b36bbcda
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Aug 16 20:00:27 2010 +0200
wined3d: Avoid IWineD3DSurface_GetContainer().
:040000 040000 e3d5cb441067b2b4f259acdbdeb62d7ab2803fae
ebebfe741f963495edabc7c2c29d5e1ed46bc82b M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=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=25586
Summary: MS Office 2010 Pro Trial: Word, Excel, and Powerpoint
crash trying to print
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Depends on: 25476
Created an attachment (id=32581)
--> (http://bugs.winehq.org/attachment.cgi?id=32581)
Excel 2010 crash from trying to print
To reproduce, start Excel, type a few numbers into the spreadsheet, go to the
File tab, click Print. Excel crashes immediately. Word and Powerpoint behave
the same.
Log is from Excel without any native dlls. Overrides used to get around other
bugs (riched20, usp10, urlmon, msxml6) do not prevent the 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=25492
Summary: Office Pro 2010 Trial: Word, Excel, and Powerpoint
cannot open files
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=32456)
--> (http://bugs.winehq.org/attachment.cgi?id=32456)
Trying to open an xls file with Excel 2010
To reproduce:
1. Deselect Outlook when installing to get around bug 25476.
2. Start Excel. When the activation wizard comes up, click cancel (bug 25478)
3. Try to open an xls or xlsx file. Excel will throw up an error message that
says "Cannot open or save any more documents because there is not enough
available memory or disk space."
Winetricks urlmon partially fixes the problem; it enables Excel to open xls
files, but not xlsx files. (I'll file another bug for the latter issue.)
Word and Powerpoint behave similarly, though the wording of their error
messages is somewhat different. Powerpoint says it found an error it can't
correct, while Word just says it has experienced an error. Both are also
partially fixed (for doc and ppt files) by native urlmon.
--
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=25477
Summary: Word 2010 crashes on start with builtin usp10.dll
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Depends on: 25476
Tested with Office Pro 2010 Trial. To reproduce, do a custom install without
Outlook (to work around bug 25476), then start Word. The splash screen will
come up, then it will crash.
Setting usp10.dll to native, builtin prevents the crash and enables Word to
load. Note that it is not necessary to install it with winetricks, as Office
installs its own usp10.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.
http://bugs.winehq.org/show_bug.cgi?id=21071
Summary: Word 2003 cannot open or save normal.dot in 1.1.35
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=25269)
--> (http://bugs.winehq.org/attachment.cgi?id=25269)
Console log from opening and then trying to close Word 2003
The file normal.dot is where Word stores the default document settings; it is
normally loaded on startup, and updated on closing.
In 1.1.35, on opening, Word throws up the error message "Word cannot open the
existing (Normal)." Clicking okay, the dialog closes and the program seems to
operate normally. However, on closing, Word throws up the error message: "There
is a serious disk error on file ~WRD0000" and after clicking okay, "The network
path where you are trying to save the document is unavailable." (The path is in
~/.wine, on my local disk--there is no network.) After closing that dialog by
clicking cancel, and trying to close the program again, Word this time throws
up the message "Changes have been made that affect the global template. Do you
want to save those changes?" If you answer no, the app will finally close. (If
you answer yes, it repeats the message about a serious disk error.)
A regression test identified the following:
8518323e070377c07a3d421573dc3348e28008a4 is first bad commit
commit 8518323e070377c07a3d421573dc3348e28008a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Mon Nov 30 15:40:53 2009 -0600
ole32: Don't track the stream size in storage stream objects.
We can't do this safely when there are multiple objects for a single
stream.
:040000 040000 03f7f71bd69c56252c1191b7140570179b2a3bab
5e48fe78948361dcbcb5be2941a10eb8030ce4a6 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=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.