http://bugs.winehq.org/show_bug.cgi?id=15434
Summary: Rome: Total War crashes on senate tab
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smills15(a)cox.net
A few different in-game events seem to trigger this bug. The easiest way to
trigger it is just to open the faction summary window and click on the senate
tab. The game also crashes with a similar error when completing the short
campaign. I -seem- to remember this working better in the early beta days, but
can't get any versions that old to compile anymore. If I have any luck I will
make up a regression test report.
--
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=15196
Summary: Ryzom FV 1.2.0.904 cashes with segfault
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fasteddie05(a)gmx.de
Created an attachment (id=15949)
--> (http://bugs.winehq.org/attachment.cgi?id=15949)
crashdump Ryzom FV 1.2.0.904
Ryzom FV 1.2.0.904 crashes with segfault
It also need the followong dll's, which I copied into the Ryzom Directory:
msvcp60.dll and mfc42.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=16682
Summary: Messed up fonts in Civilization 4
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: startaq(a)gmail.com
CC: bsjeon(a)hanmail.net
Created an attachment (id=18331)
--> (http://bugs.winehq.org/attachment.cgi?id=18331)
Screenshot of Civ4 before the change
Fonts in all Civilization 4 games have incorrect rendering. A regression test
reveals this:
028617b90ba586bdb30723c700eea888c159ada7 is first bad commit
commit 028617b90ba586bdb30723c700eea888c159ada7
Author: ByeongSik Jeon <bsjeon(a)hanmail.net>
Date: Wed Dec 10 23:50:44 2008 +0900
gdi32, winex11: Add support for subpixel font rendering.
:100755 100755 b31a842ba5ff59612e0f845cf0fd63e144b4e31f
8574025f5d6ffe3f9ceb27c04d2008d4b72f4633 M configure
:100644 100644 137aea5e1cff80d0be236226022652056d29001d
ce90fcacccab849b234e5fa1af55cf666ae2d003 M configure.ac
:040000 040000 1cd839d5ca978d4dbaf2828e7a8dca0e6dcf87fc
4fa583be80f0db4ceecf3c2da5ca78f61926cca6 M dlls
:040000 040000 fce96756530e090420136a8fefd536349fbddd47
dc5f8cd65bbb173dcda2f590d224c984ad8f4082 M include
Screenshots of the problem 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=11957
Summary: WebPlus SE install fails
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://ftp8.serif.com/FSSDownloadMirror/WebPlus/SE/FSS-
WPSE-0208-Setup.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://www.winehq.org/pipermail/wine-users/2008-March/029738.html
a user complained that WebPlus SE install fails
with the message "this action is not supported"
Sure enough, running it fails for me, too; the log has the
suspicious error
trace:msi:MSI_GetPropertyW returning L":setup.mst" for property L"TRANSFORMS"
trace:msi:msi_apply_substorage_transform 0x12fdb8 L"setup.mst"
err:msi:msi_apply_substorage_transform expected a colon in L"etup.mst"
A google search shows one other instance of that message,
http://www.linuxforums.org/forum/wine/109175-help-fifa-08-installation-stop…
--
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=9252
Summary: Far Cry: Segmentation fault on startup when using
Direct3D
Product: Wine
Version: 0.9.42.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spencercw(a)googlemail.com
Created an attachment (id=7509)
--> (http://bugs.winehq.org/attachment.cgi?id=7509)
Terminal output
Wine version: 0.9.43
Distro: Gentoo Linux 2007.0
GCC version: gcc (GCC) 4.1.2 (Gentoo 4.1.2)
Program: Far Cry
No-cd patch applied.
By default Far Cry uses Direct3D9, this causes a segmentation fault upon
starting the game. As a work around, `r_Driver = "Direct3D9"` can be changed to
`r_Driver = "OpenGL"` in Program Files/Ubisoft/Crytek/Far Cry/system.cfg,
though it would of course be better if it worked out of the box.
I am attaching the terminal output (30kB->2.0kB bz2), the output with
WINEDEBUG=+relay (920MB->519kB), and the output with WINEDEBUG=+d3d
(40kB->2.6kB).
Note that this issue isn't present in the demo version.
--
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=17001
Summary: guitar pro 5.2 is sluggish and unstable
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fallenblood(a)gmail.com
Guitar Pro 5.2, a popular scorewriter, used to work perfectly a handful of
releases ago, but has been regressing for a while. Here's what happens in
1.1.13:
1. The window redraws slowly (takes noticeably longer to draw when switching
from another application; windows dragged on top of it leave traces).
2. After ending song playback, there is a wait of about a minute before the
program becomes responsive again, accompanied by the following messages in the
console:
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
When testing an instrument or when the option to hear notes as you input them
is on, there is no such lag.
3. When Guitar Pro crashes because of Wine, a lot of markers (grey dotted lines
and labels) are seen on the page. This is some sort of debug feature used by
the authors, which is somehow triggered by 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=14868
Summary: Initial crash when running GSpot
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)gringer.dis.org.nz
Created an attachment (id=15418)
--> (http://bugs.winehq.org/attachment.cgi?id=15418)
GSpot crash log (wine GSpot.exe 2> gspot_crash.bt.txt)
I wasn't able to run the GSpot media analysis tool, available from this site:
http://www.headbands.com/gspot/v26x/index.htm [v 2.70a]
There was a wine crash very soon after the program started, I've attached the
output to this report.
Allan Højgaard has mentioned a crash on the GSpot page of appdb:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=6924
Not sure about the component, just picked kerne32 because it came up on the
first line of the backtrace.
Note: I'm using the Debian variant of wine (Version: 1.0.0-1).
--
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=14298
Summary: winhelp: Mouse pointer flickers when moved
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
When moving the mouse pointer over the help window, the pointer flickers
between the normal X pointer (white arrow) and an insertion point (and also a
black arrow).
The pointer does not flicker at all when running Windows 95 WINHLP32.EXE under
Wine. There it is always an insertion point, changing to a hand when over a
clickable link.
--
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=13177
Summary: [winhelp] Popup shadow is displayed ontop of popup
itself
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)tut.by
Created an attachment (id=12986)
--> (http://bugs.winehq.org/attachment.cgi?id=12986)
wine winhelp screenshot
Popup shadow is displayed ontop of popup itself, effectively hiding most of
popup text.
Bug didn't exist in at least 0.9.54, maybe 0.9.59 too (will test)
--
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=11346
Summary: Background color of an label is displayed horizontal
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mirko2324(a)yahoo.de
Created an attachment (id=10454)
--> (http://bugs.winehq.org/attachment.cgi?id=10454)
screenshot
In the statistic area the background color of the label "Download-Speed" is
displayed horizontal into the graph. I made a screenshot of this issue.
I have tested this with different versions of eMule and 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.