http://bugs.winehq.org/show_bug.cgi?id=14686
Summary: Max Payne 2: FB effect issues with backbuffer ORM
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: onety-three(a)gmx.net
Hi there,
opening a separate bug for the issues described in bug #14038.
The problem currently only seems to appear with GeforceFX 5xxx cards (series
5). Multiple driver versions were tested, without success.
The issue:
When the OffscreenRenderingMode is backbuffer and postprocessing effects are
enabled in the ingame config menu of MP2 there are visual errors/slowdown
effects.
There are two options (three when you also count OFF) for PP effect:
(i) medium -> leads to visual errors
(ii) high -> leads to really BAD performance
What is BAD performance for me: Rendering a frame every 5 seconds, making the
game essentially unplayable.
PP effects are used in multiple ways in MP2, two examples:
(i) bullettime mode, which is essential for the gameplay
(ii) ingame cutscenes
Describing now how bullettime mode should look like correctly:
It's a sepia tone filter that applies to the entire screen.
Describing now the visual errors with PPE (postprocessing effects) set to
medium:
The sepia filter is applied, but the screen is cropped.
For a screenshot illustrating this problem see
http://bugs.winehq.org/attachment.cgi?id=14361 (attached in bug #14038).
Cropping is either done by a black bar on the right of the screen, or from the
bottom. It never happens from the left or from the top.
The cropping issue is related to the ingame resolution that's selected from the
MP2 options:
(1) 640x480: screen is cropped, black bar at the bottom
(2) 800x600: screen is cropped, black bar at the right
(3) 1024x768: screen is NOT cropped
(4) 1152x864: screen is cropped, black bar at the bottom
(5) 1280x1024: screen is NOT cropped
Notice that the cropping issue does NOT appear when one of the height/width
parameters of the resolution has POT (power-of-two) dimensions.
All resolutions that are cropped have both dimensions NPOT.
I still have to take a look if enabling/disabling GLSL changes anything here. I
think I currently have it turned OFF globally.
Greets,
Tobias
PS: Adding Frank Roscher since he did verify the issue on his NVFX 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.
http://bugs.winehq.org/show_bug.cgi?id=13935
Summary: Wine does not have the JET engine
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)mkarcher.dialup.fu-berlin.de
Since Windows 2000, Microsoft ships the JET engine as part of the operating
system. Some applications (notable example: Microsoft Access 2003) need the JET
engine to work properly, but do not include it with their installation media. A
workaround is to install the (at this time) freely available redistributable
"JET 4.0 engine Service Pack 8", for example via winetricks.
The issue "Crash on creating new database / opening existing database" reported
in the AppDB for Access 2003 is a symptom of a missing JET engine.
--
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=13012
Summary: Regmon doesen't start
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.sysinternals.com/Files/Regmon.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
The program shows message "Error loading REGMON701: Invalid function", and ends
up.
--
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=12775
Summary: shell32: shlexec.ok fails in ubuntu feisty
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression, testcase
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12441)
--> (http://bugs.winehq.org/attachment.cgi?id=12441)
output
Not sure when the regression started, don't have time to test now, might have
time tomorrow.
--snip--
shlexec.c:120: Test failed: WaitForSingleObject returned 258
shlexec.c:721: Test failed: argvA3 expected 'Open', got '(null)'
shlexec.c:729: Test failed: argvA4 expected 'C:\windows\temp\\test
file.shlexec', got '(null)'
shlexec.c:729: Test failed: argvA4 expected 'C:\windows\temp\\%nasty%
$file.shlexec', got 'C:\windows\temp\test file.shlexec'
shlexec.c:729: Test failed: argvA4 expected 'C:/windows/temp//test
file.shlexec', got 'C:\windows\temp\%nasty% $file.shlexec'
shlexec.c:729: Test failed: argvA4 expected 'C:\windows\temp\\test
file.noassoc.shlexec', got 'C:\windows\temp\test file.shlexec'
shlexec.c:721: Test failed: argvA3 expected 'QuotedLowerL', got 'Open'
--snip--
--
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=12641
Summary: WineD3d does not respect GL_EXT_fog_coord
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markus.amsler(a)oribi.org
WineD3D usex vertex.fogcoord, fragment.fogcoord, even if GL_EXT_fog_coord is
not supoorted. That's the case e.g. with the r300 mesa drivers.
--
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=12475
Summary: pop up windows no longer look like they have focus
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I noticed in current git, many pop up windows no longer look as though they
have foucs. For instance, start notepad and press Ctrl+F. The titlebar of the
popup should be blue, and the titlebar of notepad should be gray, but it's
actually the other way around. Tested on KDE 3.5.
Git bisect says:
fd97acbadffdc8af6d2682cb761a92ff2ab2f355 is first bad commit
commit fd97acbadffdc8af6d2682cb761a92ff2ab2f355
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 7 11:43:46 2008 +0200
winex11: Set the _NET_WM_STATE atom directly for unmapped windows.
--
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=10116
Summary: A warning should be shown if a sound subsystem cannot be
open
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
There are some sound/music applications which do not have any exception
handling for a situation when a sound cannot be routed/output.
So, if your sound system is busy (some cheap AC97/HDA ALSA audio and no
hardware mixing) and you try to run such an application it can die with some
strange error when trying to play any sound, e.g.:
Backtrace:
=>1 0x00000000 (0x0033ff08)
2 0x7ee4f9ab in kernel32 (+0x4f9ab) (0x0033ffe8)
3 0xb7e94707 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x00000000: addb %al,0x0(%eax)
To give a user a hint, it will be sufficient to MsgBox("Sound system is busy.
Expect an application failure.");
--
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=12304
Summary: movies & menu screen are just black / white / red
screens on ati
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=9593
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uzi18(a)o2.pl
Created an attachment (id=11759)
--> (http://bugs.winehq.org/attachment.cgi?id=11759)
wine log
Ubuntu 7.10 Ati x1950
PLD Linux 3.0 Ati x1950 Pro
Drivers fglrx version 8.3
game starts (Witcher 1.0-1.2)
but the movies & menu screen are just black / white / red screens.
Mousepointer gauntlet is OK.
Sound is OK.
Also simmilar problem with playback of video in Myst III : Exile
Have upper 1/4 playback almost work rest is unrefreshed part. (this could be
other bug)
--
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=15827
Summary: Portal: mirrored rendering in bottom left corner
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cncxbox(a)gmail.com
Hey guys,
I'm getting an issue that Portal renders a small rectangle box which has a grey
mirrored rendering of the actual Portal game. It's very annoying and it
shouldn't be there. It is indeed a bug. The screenshot is attached below.
It happens on both full screened and windowed mode.
My system specifications:
AMD Athlon 64 X2 4200+
320GB system drive
500GB data drive
4GB DDR2-667
OpenSUSE 11 (x86-64)
WINE 1.1.7
Thanks,
cncxbox
--
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=13830
Summary: Babylon 7: Content of main window is not displayed
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2benny(a)gmail.com
In Babylon 7 the content of main window is not displayed, it remains blank.
--
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=13841
Summary: Babylon 7: Babylon freezes on trial version mode
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://www.babylon.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2benny(a)gmail.com
Created an attachment (id=13901)
--> (http://bugs.winehq.org/attachment.cgi?id=13901)
Shell output Babylon 7 (trail) on wine-1.0-rc4
Babylon 7 freezes if no license key is entered during installation, but Babylon
is set to trail mode.
--
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=14090
Summary: GVox Encore: graphic elements
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mnmus(a)thirdworldcounty.us
Created an attachment (id=14312)
--> (http://bugs.winehq.org/attachment.cgi?id=14312)
Encore 4.2.1 screenshot
See attached png file
(Screen resolution is 1024 X 768)
Full notes palette not displayed; what is displayed is sized incorrectly; other
palettes display improperly, as well.
BTW, this is in the stable Encore 4.2.1. Encore 4.5.X had serious problems even
in the Windows environments for which it was designed.
--
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=14069
Summary: Tiger Woods PGA Tour 2008: Stack Overflow
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: qbasicer(a)gmail.com
Created an attachment (id=14289)
--> (http://bugs.winehq.org/attachment.cgi?id=14289)
Wine Log File
After correctly installing DirectX 9.0c as instructed at
http://wine-review.blogspot.com/2008/03/directx-90c-march-2008-redistributa…,
and applying a crack to load the game, everything works fine up until you load
the game. Once you finish loading the course (the progress bar goes to 100%),
the game freezes, and the process goes into a zombie state.
Attached is a log and backtrace.
--
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=13975
Summary: Garrys Mod 10 Crashes Durring Specific Points In Game
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ksoviero(a)gmail.com
When you Create an object that hits the player (ie. a falling crate), Set off a
nuke (its not lag, because TNT doesn't cause it), or rarely it will happen
randomly... The game will Skip... Skip... Skip... Crash!
I can provide any additional information needed.
--
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=13474
Summary: Network sockets: Unable to create two server sockets in
the same wine session
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yiourkas(a)gmail.com
I was having some issues while running warcraft III online. I noticed that I
only received message from some players and not from everyone. I investigated a
little bit into this.
It seems that within the same wine session, you cannot bind the same port
twice, even if the first server socket is closed.
I created a test program which had the following flow:
Create a server socket
Accept a socket connection by a client (telnet on linux in my case)
--do some stuff--
Close the client socket, close the server socket
Create another server socket bound on the same port
At this point I get an exception that the address is already used, however no
one is using it (telnet on linux replies with connection refused)
I don't know what else I have to paste in order to help you.
--
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=11581
Summary: GTA San Andreas: weird looking textures
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suawek(a)interia.eu
GTA San Andreas loads very quick. First two movies works good, third doesn't
even show because (as wine says) MPEG-1 is not yet supported. Movie shown
before the first gameplay works very good, all textures are OK. When the
gameplay starts, textures look like in the screenshots. The game runs slowly
but it's possible to play if you have nerves made of stone :)
My OS: Ubuntu 7.10
Graphic card: ATI Radeon 9600 (newest drivers from ATI website installed
correctly)
Wine: 0.9.54
--
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=11992
Summary: Counter Strike source crashes
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Joel7987(a)gmail.com
Created an attachment (id=11319)
--> (http://bugs.winehq.org/attachment.cgi?id=11319)
The output of wine
CS: Source crashes and goes back to the Desktop when I click accept on the
description server page, I've tested this on wine 0.9.56 and wine 0.9.57. I use
gentoo AMD64 with a Core 2 Duo E6600 (2,4 Ghz), Nvidia 7600 GT 256 MB (Nvidia
driver 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=13898
Summary: Busted Development link
Product: WineHQ.org
Version: unspecified
Platform: PC
URL: http://www.winehq.org/site/development
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lats(a)yless4u.com.au
The link http://www.winehq.org/site/development
dose not work for me.
404 not found
Sorry, that document was not found. Please check your URL and try again.
--
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=12039
Summary: Next Link on commit log broken
Product: WineHQ.org
Version: unspecified
Platform: PC
URL: http://source.winehq.org/git/wine.git/?a=log
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
While going through the recent commits that have happened over my vacation, I
found a broken link.
Go to http://source.winehq.org/git/wine.git/?a=log
and attempt to go to the next page. You'll get the error:
403 Forbidden - Text field empty
The shortlog view works fine...
--
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=14047
Summary: HALO - colorful geometric artefacts
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schorsch(a)schorsch.de
CC: Paul.Vriens.Wine(a)gmail.com
In the game 'HALO' in certain situations some colorful geometric artefacts
appears. Vertical and horizontal (related to the playing area) lines and one
ore two filled rectangles. Have a look at the screenshots
http://schorsch.de/halo_artefacts.png respectively
http://schorsch.de/halo_no_artefacts.png
Please note: in both pictures in the upper left corner you can see another bug
(as described in report #14033) not related to this bugreport.
Result of git regression testing:
schorsch@schorsch:~/downloads/wine-git$ git bisect bad
63f68ade778dae512ced2c703d0ad70c0f67ec5b is first bad commit
commit 63f68ade778dae512ced2c703d0ad70c0f67ec5b
Author: Paul Vriens <paul.vriens.wine(a)gmail.com>
Date: Fri Jun 13 09:51:54 2008 +0200
credui: Typo and minor correction in Dutch resource.
:040000 040000 b8ca806254e58f72ddfb200847f6c4694fc6ee9e
b399b09ad9b2cf5535c43d11850985f277e476fb M dlls
schorsch@schorsch:~/downloads/wine-git$
--
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=14033
Summary: regression in wined3d since 0.9.56
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schorsch(a)schorsch.de
CC: thunderbird2k(a)gmx.net
In the game 'HALO' parts of the bottom left corner are mirrored to the top left
corner. Other parts of the top left corner are shown in inverted color (lower
color depth?)
Have a look at the screenshots http://schorsch.de/halo_buggy.png respectively
http://schorsch.de/halo_okay.png
Result of git regression testing:
schorsch@schorsch:~/downloads/wine-git$ git bisect good
ba90a740beb9ce9a839cc843db8d87f5a37becdd is first bad commit
commit ba90a740beb9ce9a839cc843db8d87f5a37becdd
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sun Feb 10 22:20:15 2008 +0100
wined3d: Add read_from_framebuffer_texture which combines code from
read_from_framebuffer (drawpixels) and LoadLocation.
This makes the code easier to read and the pieces borrowed from
read_from_framebuffer are more correct than the code in LoadLocation.
:040000 040000 74e4bdc73e367c8f38cd3d0818df0fc86eb788bf
3e54409be7c9d2964efbf3d3c2f3d3b84a267047 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=10403
Summary: During playback video rendered in the lover left corner
of the scree in Psychonauts when using
OffscreenRenderingMode=fbo
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=4384
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Created an attachment (id=9091)
--> (http://bugs.winehq.org/attachment.cgi?id=9091)
Extra rendered video
Some short videos (ex: loading next level) have extra copy of rendered video in
the lover left corner. See attachment.
--
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=11503
Summary: Plugin does not load in nwn2 dm toolkit
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cngnome(a)gmail.com
This is dotnet fw 2 program.
Dialog information from every plugin:
Could not load pluging C:\Program Files\Atari\Neverwinter Nights
2\NWN2Toolset\Plugins\DefaultVerifier.dll:
System.IO.FileNotFoundException: Exception from HRESULT: 0x8007007E
at System.ReflectionAssembly.nLoad(Assemblyname fileName, String codeBase,
Evidence assmeblySecurity, Assembly locationHInt, StackCrawlMark&, Boolean
throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssembyName assemblyREf, Evidence
assemblySecurity, STackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.AssemblyInternalLoadFrom(String assemblyFile, Evidence
securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlogorithm,
Boolean forIntrospection., stackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at NWNToolset.Plugins.NWN2PluginHost.StartupPlugins()
--
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=15840
Summary: SuddenStrike: Regression, crashes when loading a level
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomatenesser(a)gmx.de
Created an attachment (id=16969)
--> (http://bugs.winehq.org/attachment.cgi?id=16969)
standard crash dump
SuddenStrike crashes, when I try to load a map. This happens always since
Version 1.1.3 till 1.1.7. Version 1.1.2 works. I'm using gentoo linux and I'm
not sure if I would mess up my system if I do a complete regression test
because I don't know how to implement a complete regression test in an ebuild.
A fresh .wine directory didn't fix it. If you want any special WINEDEBUG
channels please tell me.
--
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=15835
Summary: Rapid Uploader: Delete button shows a popup menu that
self closes.
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://rapidshare.com/rapiduploader.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
This bug comes from this: #15766
In Rapid Uploader you can press Delete button to get a popup menu, but the
problem is that the menu is useless because it self closes about half second
after you click the button, not giving you the opportunity of selecting
anything.
--
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=15699
Summary: Winecfg crashes if no audio driver is present
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Solaris
Status: NEW
Keywords: patch, source
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: austinenglish(a)gmail.com
Based off bug 15264,
Still messing around with OpenSolaris. ./configure now only complains about
capi and ldap, so sound should be fine. config.log shows HAVE_ESD defined to 1.
$ ./wine winecfg
Works fine, but click the Audio tab, and all hell breaks loose:
wine: Unhandled page fault on read access to 0x00000000 at address 7f7907c4
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7f7907c4)
...
Backtrace:
=>1 0x7f7907cd initAudioDlg+0x9c(hDlg=1004a)
[/export/home/austin/wine-git/programs/winecfg/audio.c:637] in winecfg
(0x7f75ec88)
2 0x7f791327 AudioDlgProc+0x6de(hDlg=1004a, uMsg=272, wParam=0,
lParam=2143778864) [/export/home/austin/wine-git/programs/winecfg/audio.c:849]
in winecfg (0x7f75ed98)
This patch gets around it, but doesn't seem right to me:
diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c
index 3ce0e25..34d1f32 100644
--- a/programs/winecfg/audio.c
+++ b/programs/winecfg/audio.c
@@ -633,8 +633,11 @@ static void initAudioDlg (HWND hDlg)
if (buf == NULL)
{
/* select first available driver */
- if (*loadedAudioDrv->szDriver)
- selectDriver(hDlg, loadedAudioDrv->szDriver);
+ if (loadedAudioDrv->szDriver) {
+ if (*loadedAudioDrv->szDriver)
+ selectDriver(hDlg, loadedAudioDrv->szDriver);
+ }
+
}
else /* make a local copy of the current registry setting */
strcpy(curAudioDriver, buf);
--
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=15578
Summary: Px-map crashes (probably caused because reading
registry-key fails)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The application crashes somewhere in a function called GetDefaultBrowser. The
cause is probably the following:
0009:Call advapi32.RegOpenKeyExW(80000000,00886d88
L"\\htmlfile\\shell\\open\\command",00000000,00020019,0032f238) ret=0036ab8f
0009:Ret advapi32.RegOpenKeyExW() retval=000000a1 ret=0036ab8f
0009:Call KERNEL32.InterlockedCompareExchange(00855858,00000004,00000008)
ret=79ef56cc
0009:Ret KERNEL32.InterlockedCompareExchange() retval=00000008 ret=79ef56cc
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4011830
0009:trace:seh:raise_exception info[0]=00000000
Reading the registry-key fails with ERROR_BAD_PATH (000000a1) because the key
starts with a backslash "\\htmlfile". There's even a test for this:
/* beginning backslash character */
ret = RegOpenKeyA(HKEY_CURRENT_USER, "\\Software\\Wine\\Test", &hkResult);
ok(ret == ERROR_BAD_PATHNAME || /* NT/2k/XP */
ret == ERROR_FILE_NOT_FOUND /* Win9x,ME */
, "expected ERROR_BAD_PATHNAME or ERROR_FILE_NOT_FOUND, got %d\n",
ret);
Whereas this might be true for opening a key under HKEY_CURRENT_USER, it seems
to be wrong for a key under HKCR, if you change the test to opening a key with
a heading backslash under HKEY_CURRENT_ROOT it just seems to work fine (on
winXP). Wine should'nt probably fail as well.
--
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=15491
Summary: Star Wars: Jedi Knight - Jedi Academy : Clicking install
button in autorun menu freezes autorun.exe
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=2315
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Created an attachment (id=16403)
--> (http://bugs.winehq.org/attachment.cgi?id=16403)
Log.
Clicking the install button in the autorun menu freezes the menu.
Ctrl-C does not work and I have to force-quit 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=15338
Summary: setup_exception_record stack overflow when running
wineboot
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aelschuring(a)hotmail.com
Created an attachment (id=16164)
--> (http://bugs.winehq.org/attachment.cgi?id=16164)
wineboot output with WINEDEBUG=+seh
After upgrading to 1.1.5 (using budgetdedicated repo on Ubuntu 8.04), wineboot
crashes when updating wineprefix:
aschuring@neminis:~$ wineboot -u
fixme:iphlpapi:NotifyAddrChange (Handle 0x7dc30a08, overlapped 0x7dc309ec):
stub
fixme:shell:DllCanUnloadNow stub
wine: configuration in '/home/aschuring/.wine' has been updated.
err:seh:setup_exception_record stack overflow 828 bytes in thread 0009 eip
7bc65bc5 esp 00240ff4 stack 0x240000-0x241000-0x340000
aschuring@neminis:~$ wineboot
aschuring@neminis:~$ wine --version
wine-1.1.5
This happens on a newly created prefix as well. The attached log is created
using the following commands:
aschuring@neminis:~$ rm -fr /tmp/test
aschuring@neminis:~$ mkdir /tmp/test
aschuring@neminis:~$ WINEDEBUG=+seh WINEPREFIX=/tmp/test wineboot -u 2>
wineboot.log
aschuring@neminis:~$ gzip wineboot.log
I have found several references to setup_exception_record in other bugs, but
none referred to wineboot specifically. They might be duplicates, but I'm not
in a good position to judge that:
bug #15259
bug #13411
--
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=15309
Summary: Flashplayer crashes in quartz when used with an IM.
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://rapidshare.com/files/142582135/imc_412_adult.msi.
html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=16140)
--> (http://bugs.winehq.org/attachment.cgi?id=16140)
console output
Flashplayer crashes in quartz. The culprit is the same as in bug 15215
(dereference a NULL pointer).
Joaopa
--
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=15183
Summary: MagicMaps crashes with nvidia above version 169.12
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.magicmaps.de/fileadmin/magicmaps/user_files/d
ownloads/interaktive_kartenwerke_20_demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sharkcow(a)gmx.de
Up to version 169.12 of nvidia binary driver, magicmaps works fine. With
current driver (tested 173.14.12), magicmaps draws the complete starting screen
including 2D and 3D map, then crashes with following error:
Unhandled exception 0xc0000090 at address 0x7dc20512 (thread 0009)
--
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=15044
Summary: Random crash in MSN Messeger 7.0
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=CF49C56C-8B3E-4EAE-9904-9505F47BED45&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=15700)
--> (http://bugs.winehq.org/attachment.cgi?id=15700)
Backtrace of the crash
After apply the workaround for bug 12179 and the patch for bug 12447. If you
use it for a long time it will suddenly 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=14952
Summary: Microsoft Word 2003 hangs while instaling a new feature
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=15557)
--> (http://bugs.winehq.org/attachment.cgi?id=15557)
File that cause the problem
After opening the attached file, Word 2003 tries to install a new feature but
the installer just hangs ans you can't use the program. It works in Windows XP.
--
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=14808
Summary: CS2 Compiz tooltips
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)cornbread.cc
Adobe CS2 The tooltips draw behind menu's and open images with compiz.
Also on start-up some workspace windows open behind photoshop.
--
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=14709
Summary: The White Chamber game crashes on exit
Product: Wine
Version: 1.1.2
Platform: Other
URL: http://www.studiotrophis.com/site/projects/thewhitechamb
er
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: selmi(a)centrum.sk
Created an attachment (id=15199)
--> (http://bugs.winehq.org/attachment.cgi?id=15199)
backtrace
install game (must be version 1.7, it didn't crashed with 1.3 i had before)
-start game
-for settings press OK, no need to change anything
-choose language for subtitles (i used czech subtitles and english speech)
-skip video
-game will start, you may play a bit (walkthroughs are available on internet),
or if you don't want to play i attached savegame (it belongs to 'saves'
subfolder of folder where you installed it), press esc and load it
-now when you press ESC and choose quit game it will crash.
Backtrace:
=>1 0xb7d00283 strlen+0x33() in libc.so.6 (0x0032fd0c)
2 0x7eb8c717 RemoveFontResourceExA+0x47() in gdi32 (0x0032fd3c)
--
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=14687
Summary: Helium Music Manager 2008 installation doesn't work
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arian.wichmann(a)gmx.net
Created an attachment (id=15159)
--> (http://bugs.winehq.org/attachment.cgi?id=15159)
Console log
The application Helium Music Manager 2008 produces the error messages:
Unable to register WMAManagerManaged. Code:2
Unable to register Interop.PortableDeviceApiLib.dll Code:2
Unable to register Interop.PortableDeviceTypesLib.dll Code:2
Unable to register IntermediaMTPLibrary.dll Code:2
The application installs nontheless but can't be used, so functionality isn't
given.
A shareware version of the software can be found here:
http://www.helium-music-manager.com/download.php
The console log is 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=14664
Summary: VeZA Route Planner 2005: crashes on startup
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)mohag.net
Created an attachment (id=15106)
--> (http://bugs.winehq.org/attachment.cgi?id=15106)
+relay output
VeZA Route Planner 2005 crashes on startup with the following error:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 1978
Current serial number in output stream: 2061
+relay output attached
A demo can be obtained from here: http://www.veza.co.za/Support/downloads.asp
(Free registration required :-( )
--
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=14587
Summary: wineprefixcreate creates useless directories in "My
Files" directory
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
In my linux home dir, I have a symlink called "Eigene Dateien" (the German name
for "My Files") which links to the My Files directory of my windows
installation. This is automatically choosen by wine to be the My Files
directory of the wine bottle as well, which is really nice (though I don't know
how wine determines that^^).
However, wine creates two directories in there called "Meine Musik" and "Meine
Videos" which it assigns to "My Music" and "My Pictures" of the wine bottle.
First of all, I don't want wineprefixcrreate to modify anything outside of the
prefix t should create (it took me a while until I figured out it was wine
which constantly re-created these annoying directories). And second, the names
are wrong (if they were correct, I would not have noticed that behaviour as the
correct directories exist in there). The directories are called "Eigene Musik"
and "Eigene Videos" in the German translation.
I attached a patch which fixes the problem for me.
Version 1.0 is affected as well.
--
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=14488
Summary: Bonjour Service with iTunes
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antti.aaltonen(a)nic.fi
Itunes 7.6 worked quite well with Wine 1.1.0 and 1.0.0. Music could be imported
from CD, played and it did not use much resources. Still, iTunes need to be
restarted if you wanted to bring more than one CD because it did not notice
that CD was changed. Coverflow was not working, it said that directX is not
installed. But Apple Airport Express /Airtunes music streaming was working with
no errors.
After updating Wine to version 1.1.1 Airport Express is not found anymore and
can't be used. I tried to install newer 7.7 version of iTunes but with the same
results. It said at the first run that Bonjour Service is disabled and
therefore Airport Express can't be used.
I tried different versions of Wine and iTunes but I can't get Airport Express
to work again.
Kubuntu 8.04
Wine 1.1.1
iTunes 7.7
--
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=14322
Summary: Crashes when I try to run FeedDemon
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.dserodio(a)neverbox.com
Created an attachment (id=14600)
--> (http://bugs.winehq.org/attachment.cgi?id=14600)
Error messages
When I try to run FeedDemon under Wine, it crashes (see 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=14215
Summary: Terragen crashes immediately on startup
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uberskull(a)gmail.com
Created an attachment (id=14502)
--> (http://bugs.winehq.org/attachment.cgi?id=14502)
backtrace
Terragen crashes immediately on startup, installation works fine though.
--
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=13904
Summary: Axis & Allies starts in zero sized window mode
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: torgeriedel(a)web.de
Axis & Allies starts in zero sized window mode, the screen shows a reduced
resolution and the Ubuntu top bar and a small window. You have to hit Alt-Tab
one time to change to the Axis & Allies game.
Still available in 1.0-rc5 which is currently not available in the list.
--
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=13897
Summary: Live For Speed CMX Viewer S2Y: Lost window when shade
window or switch workspace
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.lfs.net/?page=addons
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lvlopkl3a(a)gmail.com
I lost window of program when try shade it or switch workspace.
Ubuntu Hardy 8.04
Wine 1.0 RC5
Live For Speed CMX Viewer S2Y (this is Live For Speed addon)
--
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=13842
Summary: SW: Knights of the Old Republic PL and fonts
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukp1(a)op.pl
SW: Knights of the Old Republic in polish version don't display fonts, like
"ą" "ę" "ł", correctly. Wine doesn't return any "error" or "fixme".
--
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=13824
Summary: Flash8 draws outside from frame after desktop switching
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viktor.nagy(a)abmm.hu
Created an attachment (id=13871)
--> (http://bugs.winehq.org/attachment.cgi?id=13871)
The normal flash 8 screen
Flash8 and other MDI applications draw outside from frame after desktop
switching. After window resize its corrected. It is very annoying, it happens
from 0.9.57.
--
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=13793
Summary: Game crashes mid-way through.
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azraelthe7thmurderer(a)gmail.com
The game crashes at mid-point, shortly after the Draw Bridge mission, shortly
before the next save point/sand vision is triggered.
--
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=13764
Summary: SMPlayer doesn't render video properly [dogfood]
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: husain.amri(a)gmail.com
Created an attachment (id=13798)
--> (http://bugs.winehq.org/attachment.cgi?id=13798)
SMPlayer Wine debug
On resizing the video doesn't render properly. Only portion of the video can be
seen, or the video doesn't resize at all.
--
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.