http://bugs.winehq.org/show_bug.cgi?id=16627
Summary: Sword of the Stars: command-and-control units do not
display last digit in fleet management
Product: Wine
Version: 1.1.11
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wnoise.ofb.net
As the summary says, the last digit is not displayed. This is a regression.
It displays correctly before commit addcf866cbb42309ccafa41e8424c3b80a00a7ba.
Unfortunately this can't be tested with the current tree, as bug 16591 prevents
running.
--
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=15903
Summary: Sibelius 3: list box items with graphics are drawn
incorrectly
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lauri.kentta(a)gmail.com
Created an attachment (id=17073)
--> (http://bugs.winehq.org/attachment.cgi?id=17073)
Image about the bug
Sibelius 3 has these list boxes with graphics. The item height is too small,
it's probably fit for the text. For reference, just in case, this is how a key
signature should look like:
http://en.wikipedia.org/wiki/Image:Key_signature.svg
How to produce:
* Create a staff: new => select something => next-next-finish
* Press K (or right-click somewhere in the white area and select "Key
signature" from the popup menu)
Sibelius 3 Demo might be downloadable here and it should have the same dialog
(not tested): http://www.tempomusic.com/lifeway/download.htm
--
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=15801
Summary: DietPower 4.4, wine crashes when food log window is
closed
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benhopfilter(a)gmail.com
Created an attachment (id=16927)
--> (http://bugs.winehq.org/attachment.cgi?id=16927)
Error log/backtrace
DietPower 4.4:
Wine crashes when food log window is closed. Can be replicated every time.
Steps to replicate:
1) Install dietpower 4.4 (URL below)
2) Run dietpower, choose free trial, start an account
3) Click icon for Food Log window, click "OK" and app crashes.
Logs/backtraces are attached.
Free trial where the error can be demonstrated:
http://download.dietpower.com/DPtrial.exe
Thanks
--
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=15398
Summary: The Journeyman project 3 crashes on exit
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
Created an attachment (id=16250)
--> (http://bugs.winehq.org/attachment.cgi?id=16250)
Relay log from crash
When exiting The Journeyman Project 3: Legacy of time, the game will crash. In
the relay log, it looks like it crashes after calling OpenDesktopA() and
getting a negative reply. Strangely enough, it doesn't seem to make any
problems for the game in itself.
--
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=15282
Summary: Microsoft Office Excel 2007: Recording Macros doesn't
work
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16085)
--> (http://bugs.winehq.org/attachment.cgi?id=16085)
WINEDEBUG=-hook,-richedit,-msxml,+ole wine EXCEL.EXE
One of Excel's most often used features is useless in Wine:
fixme:ole:GetHGlobalFromILockBytes cbSize is 0
fixme:ole:GetHGlobalFromILockBytes 0x2ecfcb8->ReadAt failed with 80030009
fixme:storage:BIGBLOCKFILE_MemInit May not be an ILockBytes on HGLOBAL
fixme:advapi:CheckTokenMembership ((nil) 0x1dcf48 0x32d8e8) stub!
Then a generic error box saying 'unable to record'.
Attaching a +ole trace.
--
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=15122
Summary: Clipboard functions don't work in console applications
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)zend.com
Created an attachment (id=15827)
--> (http://bugs.winehq.org/attachment.cgi?id=15827)
proposed patch
My favorite console file manager FAR (http://www.farmanager.com/) almost work
under wineconsole except for clipboard operations (<Ctrl-Ins>, <Shift-Ins> in
FAR's internal editor and command line).
I run it with the following command on Fedora-8/x86.
$ wineconsole --backend=user ~/.wine/drive_c/Program\ Files/FAR/Far.exe
The reason of the problem is loss of SelectionRequest/SelectionClear X11
events.
I've attached a patch which fixes the problem.
May be it looks like a hack, but anyway it can help to fix the problem in
better way.
It would be nice to have the problem fixed in next Wine release.
--
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=15048
Summary: BabasChess requires
gdiplus.dll.GdipCreateAdjustableArrowCap implementation
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.babaschess.net/download/SetupBabasChess_4_0_X
P.exe
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=15704)
--> (http://bugs.winehq.org/attachment.cgi?id=15704)
BabasChess standard error messages
While trying to determine the status of bug 12285, I encountered an
unimplemented gdiplus function while trying to start the application:
wine: Call from 0x7b844e40 to unimplemented function
gdiplus.dll.GdipCreateAdjustableArrowCap, aborting
--
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=14610
Summary: Stata crashes when trying to start help (window)
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sm666(a)gmx.at
CC: julliard(a)winehq.org
Created an attachment (id=15003)
--> (http://bugs.winehq.org/attachment.cgi?id=15003)
text file with git output of "first bad commit"
in Stata (Program for Statistical Regressions) one types "help" to get an
additional window (no standard help!); the whole application crashes when
typing help (worked in earlier versions).
First bad commit in ATTACHMENT
--
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=14223
Summary: Homeworld 2 fails to start
Product: Wine
Version: 1.1.0
Platform: Other
URL: http://homeworld2.com/downloads.jsp
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
Created an attachment (id=14509)
--> (http://bugs.winehq.org/attachment.cgi?id=14509)
Homeworld 2 Console Log
With an without a no-cd patch(as in, probably not SecuROM related), a clean 1.1
installation of Homeworld 2 does not run at all. It will get far enough to
change the resolution, then crash.
The URL given links to the demo you can download to try it 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=14004
Summary: Flickering/Flashing Menu Screen in Steam games
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leviwins(a)aim.com
I am experiencing issues with all Steam games that involves the menu screen to
flicker and appear every second for a split second during gameplay. The game
loads up and runs perfectly fine, but the menu screen flashes over the gameplay
ever second, making it hard to play. At first I figured it was my refresh rate,
so I set it to 60 in the game and the game launchers command line, but the
problem still persisted. I tried running the game in a virtual desktop, but
that caused my computer to freeze. I then tried running it windowed, but the
problem still proceeds.
I am using wine-1.0.0 and Ubuntu 8.04. I've had this problem with DOD: Source,
Half-Life, and Deathmatch Classic. I haven't ever experienced this problem
before, so I'm quite sure that it is Wine.
I have:
1 gig of ram
1.8 Ghz Processor
ATI All-In-Wonder 9800 128 MB graphics card
--
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.