http://bugs.winehq.org/show_bug.cgi?id=19376
Summary: Suspend kwin's compositing when starting a 3D
application
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kde(a)martin-graesslin.com
KDE bug https://bugs.kde.org/show_bug.cgi?id=198744 illustrates that some
graphics card drivers are still not able to support 3D applications in a
composited environment correctly. This seems to be a stronger problem for wine
applications (at least in the bug report).
KWin supports suspending compositing via a dbus interface
(http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/org.kde.K…).
You can basically check if compositing is active, suspend it when the app is
started and resume when the app is closed. This is for example done by KDE's
powermanagement daemon.
As a shell script it looks like that:
composited='qdbus org.kde.kwin /KWin compositingActive'
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
wine blablabla
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
I basically wish with this enhancement report that you add support for
suspending KWin's compositing on an application basis in wine. It shouldn't be
for every app and it shouldn't be activated in general but the user should have
the possibility to just say that one specified app should suspend compositing.
--
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=24951
Summary: Call of Duty / UO: Jerky freelook
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gav616(a)gmail.com
At the main menu:
When the cursor is moveed around it 'seems' to be at a very low framerate and
it jerks about.
In-game:
When freelooking around, the game seems to stay at the correct rate but the
mouse movements are jerked and misinterpreted. It looks like the FPS is
dropping to 5 when the jerks occur, but the FPS remains constant through the
jerks.
Audio is not effected.
--
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=14552
Summary: Chalos League screen is black
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henryju(a)yahoo.fr
When launching Chaos League the screen is black (except cursor). We can hear
music and clicking one the menu seems to work (according to the sound).
Logs are full of
fixme:d3d:transform_projection >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glOrtho @ state.c / 2825
--
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=24674
Summary: Civilization V shows white screen instead of video
when staring the game
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikko.ronkko(a)iki.fi
Created an attachment (id=31189)
--> (http://bugs.winehq.org/attachment.cgi?id=31189)
Output on console
Instead of a video, the game shows a white screen when starting the game. The
video that should play is in WMV 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=19350
Summary: right click context menu requires multiple left
clicks, and multiple selections (control-or-shift)
selecting is buggy
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)tehk.org
When using flashfxp, connecting to a remote ftp site and then a list of the
files/folders on the remote site will appear.
At first, when an attampt is made to select multiple files (while holding
control or shift to select them) several clicks on a single file must be made
first in order to then complete this action.
secondly, when right clicking and bringing up a context menu, it requires 2
left clicks on any item in the menu to select that action versus the standard
one click.
--
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=18787
Summary: Implement interlocked.c for Solaris/x86 using Sun C
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baggett.patrick(a)gmail.com
When compiling Wine from source tarball on Solaris 10 5/09 with Sun Studio 12
cc I get the following message:
"You must implement the interlocked* functions for your compiler"
Sun C uses the same inline assembly language format as GCC, so simply changing
line 27 at top of libs/port/interlocked.c to read:
#if defined(__GNUC__) || defined(__SUNPRO_C)
causes it to successfully compile using the inline assembly. Given the trivial
nature of this, is there any way this can be merged?
--
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=12553
Summary: Toolbars misplaced, hidden
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
Created an attachment (id=12122)
--> (http://bugs.winehq.org/attachment.cgi?id=12122)
WINEDEBUG=+toolbar,+listview,+themingcombo wine 0.9.59 log
Here are two screenshots:
Wine being run with MS comctl32.dll, the same thing you see in Windows:
http://polosatus.ru/wine/toolbar_reference.png
And wine running with it's own version of comctl32:
http://polosatus.ru/wine/toolbar_bug.png
First of all, disappeared toolbar at the middle of screenshot.
Also, notice misplaced right toolbar. It is misplaced to left a bit. I suppose
both bugs are related.
Seems that developers have used some undocumented features, as log has this:
warn:toolbar:TOOLBAR_SetBitmapSize 5 buttons, undoc increase to bitmap size :
16-15 -> 20-20
and this:
warn:toolbar:TOOLBAR_SetBitmapSize 6 buttons, undoc increase to bitmap size :
20-20 -> 16-16
several times.
I've supposed that WINEDEBUG=+toolbar,+listview,+themingcombo should be enough
for initial 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=15864
Summary: window size has reversed width and height
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://jeffz.name/dvt-fc2.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=17001)
--> (http://bugs.winehq.org/attachment.cgi?id=17001)
Windows-vs-Wine
This small program seems to have its width and height mixed up under Wine. The
attached screenshot shows the program running under windows (top) and under
Wine (below)
--
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=23327
Summary: Caesar 3: autorun image missing
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
I´m using Ubuntu Lucid Lynx with nvidia 9500 GT video card, my caesar 3 is br
version, but i do not know if this matters.
Will try to post some kind of log later.
--
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=25229
Summary: rejected test cases never go back to queue
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtuousfox(a)gmail.com
when test case is rejected instead of outright deleted it does not go back into
queue to be reviewed even after being edited by submitter.
this issue was discussed sometime year or two ago but apparently never was
fixed.
example here: user have submitted result and it got rejected for better
detailing, it was edited by submiter and mail notification was sent to me.
"test result" is
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4976&iTestingI…
but it not anywhere in my queue list. i want to reject it second time anyway
since submitter didn't bothered to read damn notes and howtos at app test page
again or look at other, proper submits but i can't even do that now since it's
not in queue and i can't do anything with it.
--
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=23045
Summary: Far Cry 2: unexpected exiting of application
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Created an attachment (id=28591)
--> (http://bugs.winehq.org/attachment.cgi?id=28591)
fc2bugs_builtin_secur32
Far Cry 2 will unexpectedly exit with no backtrace. Mainly this is a problem
encountered when starting a 'New Story',if it doesn't exit on the loading
screen, and going along the first jeep ride. I haven't seen it happen when
'Continuing' or loading from a previous saved game yet.
This is one has been puzzling me since alot of people report this in the
AppDb pages. The component I've been mainly focusing on is the secur32.dll
(builtin & native). Using the native secur32.dll I haven't had any crashes or
unexpected exits at all. Using the builtin secur32.dll the exiting always
happens. See attachments. winedebug=+file,+secur32
Using winedbg hasn't provided any useful info to me to make sense of it but
maybe my winedbg-fu isn't up to par. If you have any suggestions about other
channels / winedbg commands (or example how-to pages/commands) I could look
into to provide some more useful info let me know.
--
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=25223
Summary: Tray icons are flickering
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lyoko(a)live.com
I'm using uTorrent 2.0.4 in the latest wine, and the tray icon flickers when my
mouse is over his tray icon, or sometimes the tray icon gets yellow backround..
just a small issue..
--
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=24884
Summary: Star Wars: The Force Unleashed needs d3dx9_36
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31513)
--> (http://bugs.winehq.org/attachment.cgi?id=31513)
Log
Attached log shows a bunch of stubs the game depends on. winetricks d3dx9_36
works around 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=24444
Summary: Privates (game) crashes upon startup
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Created an attachment (id=30837)
--> (http://bugs.winehq.org/attachment.cgi?id=30837)
crash.log
I installed the game "Privates" [1], but it crashes right on startup, after
installation.
[1] http://www.e4.com/game/privates.html
--
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=24234
Summary: Huge flicker problem when playing Dragon Age
fullscreen with ATI card
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rig9919hd(a)gmail.com
I am trying to play Dragon Age Origins using ATI Catalyst driver with Radeon HD
4870.
I will just list the combinations of settings and their results rather than try
explaining whats happening.
TEST 1
winecfg: desktop emulation on 1600x900
in-game graphics: fullscreen on, 1600x900
command used to launch: wine daorigins.exe
result: launches fine and things are ok until I alt-tab (to hide the taskbar,
because it still has focus) to give full focus to the game window and then
massive flicker occurs with weird color changes. unplayable
TEST 2
winecfg: desktop emulation on 1600x900
in-game graphics: fullscreen off, 1600x900
command used to launch: wine daorigins.exe
result: everything's fine, but not ideal because when mouse goes to bottom of
screen while playing, taskbar pops up if
TEST 3
winecfg: desktop emulation off
in-game graphics: fullscreen on, 1600x900
command used to launch: wine daorigins.exe
result: huge flicker problem, unplayable
TEST 4
winecfg: desktop emulation off
in-game graphics: fullscreen on, 1024x768
command used to launch: wine daorigins.exe
result: playable but not ideal because my screen is 1600x900
TEST 5
winecfg: desktop emulation off
in-game graphics: fullscreen on, 1600x900
command used to launch: startx `which wine` daorigins.exe -- :1
result: huge flicker, unplayable
TEST 6
winecfg: desktop emulation on, 1600x900
in-game graphics: fullscreen on, 1600x900
command used to launch: startx `which wine` daorigins.exe -- :1
result: best result so far, no flicker, good resolution, but about 20 pixels
are cut off the bottom because of desktop emulation being on
It seems like anytime the game is played at "real fullscreen" the flicker
problem occurs.
--
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=23825
Summary: Default charset for help files does not in sync with
the default charset for the system
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aceler(a)gmail.com
Created an attachment (id=29902)
--> (http://bugs.winehq.org/attachment.cgi?id=29902)
screenshot
The system can have a default charset for the files, including html files, like
cp-1251 for Russian, cp-1254 for Turkish and so on.
Some of the people, writing help files assume that the codepage for these files
is the default, but wine help browser shows it in iso-8859-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=23437
Summary: winevdm.exe crashes in Discovering Endangered Wildlife
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29235)
--> (http://bugs.winehq.org/attachment.cgi?id=29235)
Console output on crash
Discovering Endangered Wildlife is a multimedia CD-ROM originally produced by
Lyriq International Corporation. It was more recently marketed by
GSP/Avanquest, at least in the UK as David Bellamy's Endangered Wildlife.
It's a Win16 application. There are several sub-games which cause a crash when
you exit them.
Run DISCOVER.EXE. Click the Discovery Game button. Enter your name and click OK
if asked. Click on an animal. When the grid screen appears, click the jigsaw,
word finder or picture scramble icons. Click the Done button at the lower right
of the screen. Wine shows a Program Error dialog box saying "The program
winevdm.exe has encountered a serious problem and needs to close. ..."
Console output begins (the read access address varies from run to run):
wine: Unhandled page fault on read access to 0x00001698 at address 0x683a67fc
(thread 001a), starting debugger...
Unhandled exception: page fault on read access to 0x00001698 in 32-bit code
(0x683a67fc).
fixme:dbghelp:addr_to_linear Failed to linearize address 005a:ab08 (mode 0)
--
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=22268
Summary: SWKOTOR: Fails to detect installed graphic drivers
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27198)
--> (http://bugs.winehq.org/attachment.cgi?id=27198)
What happens after clicking scan hardware in configurator
The problem is that Star Wars Knights Of The Old Republic configurator fails to
detect installed graphic drivers. I click on the scan hardware in configurator
and I get what I showed in attachment
In terminal there are only these lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e240,0x00000000), stub!
Additional info:
Fedora 12 32 bit
self-compiled Wine 1.1.42
NVIDIA 9xxx with drivers from vendor site 195.36.15
--
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=21852
Summary: word 2007 loses bold and italic formatting on some
fonts when printing to file
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=26457)
--> (http://bugs.winehq.org/attachment.cgi?id=26457)
output when starting word, opening document then printing to file
I open a document in Word 2007.
The font used is DoulosSIL - installed from the Ubuntu (Karmic) repositories.
I select print -> print to file and save a file as .pdf.
What should happen:
PDF should retain formatting of bold and italic type. This works fine with the
Garamond font (which Word comes with??).
What actually happens:
All bold and italic formatting is lost.
Possibly linked to http://bugs.winehq.org/show_bug.cgi?id=16121 ??
Terminal output when performing this action 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=21683
Summary: AutoCAD 2002: installation of Service Pack 1 fails
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
My Linux is Fedora 12 32 bit. My problem is that i can't install Service Pack 1
for AutoCAD 2002.
1. delete "~/.wine"
2. install AutoCAD 2002
5. run k030rc2_k044_acad_swl_r4.exe or run k030rc2_k044_acad_unl_r4.exe from
www.autodesk.com
6. get an error 114 for k030rc2_k044_acad_swl_r4.exe or 1612 for
k030rc2_k044_acad_unl_r4.exe
Both errors do say that sp for AutoCAD 2002 wasn't applied, it didn't even
start.
In first case there is no terminal output. In second case terminal output is:
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
fixme:msi:MsiSourceListGetInfoW Unhandled context 4
Two fixmes appear before error message and two after closing error message.
--
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=20955
Summary: Adobe CS4 - License not shown
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://trials.adobe.com/Applications/Photoshop/CS4/Win
/ADBEPHSPCS4_LS1.7z
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=25120)
--> (http://bugs.winehq.org/attachment.cgi?id=25120)
Screenshot
During setup of Adobe CS4, the license is not shown. See screenshot.
--
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=20868
Summary: MusicTime 2.0 prints files incorrectly.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jussaar(a)mbnet.fi
Created an attachment (id=25009)
--> (http://bugs.winehq.org/attachment.cgi?id=25009)
Correctly printed PDF-file (Windows XP, PDF Creator)
When printing sheet music with MusicTime 2.0 some graphics are not printed
correctly. Ties between notes are the most noticeable errors. Some of the ties
are placed at the upper left corner of the sheet, others don't have staff lines
behind them when they should. Both software PDF printer and HP DeskJet printer
where tested, and both had similar results.
I'm currently using ArchLinux rolling release which is up to date, though I
have encountered previously these same problems with Gentoo Linux and various
releases of Ubuntu Linux.
I'm also attaching two PDF-files. One is a correctly printed music file
(Windows XP, PDF Creator), the other is an incorrectly printed PDF-file (CUPS
PDF printer).
--
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=18543
Summary: Text input form and pulldown menu stop functioning in
wine 1.1.x release
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjin(a)ubicom.com
The application is a MS WINDOW configuration tool, which uses a number of
widgets,
like checkbox, text input filed (form), pulldown menu, etc.
The last working version I used is wine-0.9.61 with FreeBSD 6.3-R/6.4-R. All
those widgets work well.
Since FreeBSD 7.x is no longer to compile wine-0.9.61, so I built from
wine-1.1.x to 1.1.18 in past a couple of months, the most things work well
except the "text input field (form)" and the "pulldown menu" stop working.
In a working case, when clicking on the text input field, it will concaved in
and waiting for input. In wine-1.1.x, concaving will not happen and it is not
accept any typing.
In working wine-0.9.61, the pulldown menu will concave in and show a upside
down triangle button for choosing a pulldown items. In wine-1.1.x, this will
not happen either -- see attached GIF image for non working case.
--
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=17956
Summary: BGII: Sluggish performance with fixpack installed
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: casperbruun(a)gmail.com
Installing the BGII Fixpack causes some very annoying slow downs while playing
Baldur's Gate II: Shadows of Amn and the expansion Throne of Bhaal.
Small thread about the issue on the official fixpack forum:
http://forums.gibberlings3.net/index.php?showtopic=14537&st=0
Installing the core component of the fix pack will make the game overall less
responsive (opening menus, clicking on "Cast spell", etc), longer load times
when loading a new game and a 1-2 second freeze when selecting the main
character.
Running other mods on your BGII installation causes no such issues, it is only
this specific part of the Fixpack. As can be read by following the link, no
such issues occur while playing the game from Windows. I can verify that as
well.
I am honestly at a loss as to what is causing 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=16816
Summary: Fallout 3 slowdowns dramatically when using VATS
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape3000(a)gmail.com
Seems like dialogs and hit animation from combat resolved using VATS
dramaticaly decrease your FPS.
It has been reported that FPS slowdowns in VATS are only occurred with nVidia
GeForce 7XXX or older, If you have nVidia GeForce 8XXX, 9XXX or even newer it
should work better.
It has been suggested that special shader replacements(smb30->smb20) for older
cards could help as the new shaders seem to be mostly involved in vats and
dialog sequences...
I think the game works flawlessly on the native windows system also on the
older cards (GeForce 7XXX and older), so this is a bug in 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.