http://bugs.winehq.org/show_bug.cgi?id=18667
Summary: Cannot install WLM 2009 from msi
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrejx(a)gmail.com
Download link:
http://www.softpedia.com/progDownload/Windows-Live-Messenger-9-Download-891…
Run it as:
$ msiexec /i Messenger.msi
Output attached in textfile.
--
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=18328
Summary: Excel 2007 crashes at date filter
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miguiperez(a)gmail.com
It's the only problem I've found in Excel 2007. When there are a list of dates
in a table with an autofilter, the dates couldn't be filtered, because Excel
crashes before (immediately I click on the filter icon). It doesn't happens
filtering numbers, only dates.
I've tested the problem with wine 1.1.16, 1.1.19, 1.1.20 and Crossover. The
problem is the same
--
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=22138
Summary: system(NULL) generates SIGSEGV
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.bramix(a)libero.it
When an application calls system(NULL) or _wsystem(NULL), a SIGSEGV is
generated.
Actually the code of _wsystem() does not check the value of cmd parameter as
described here:
Perhaps a better implementation would be something like to:
comspec = msvcrt_get_comspec();
if (cmd == NULL)
return (comspec == NULL) ? 0 : 1;
else
if (comspec == NULL)
return -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=21876
Summary: Demo Need for Speed Underground 1 crashes
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: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
This bug is about crashing, when intro is finished and game asks for "Press
enter to continue". Here you have to click left mouse (because keyboard is not
working due to unimplemented "EnumDevicesBySemantics & co") and game
immediately crashes instead of displaying the game menu.
Bisection between working 1.1.37 and crashing 1.1.38 reveals, that i need to
revert following two commits on top of 1.1.38:
* wine-1.1.37-304-g4a8f93b
commit 4a8f93baded2cc56b1154d4c2c3d8d696441bd38
wined3d: Handle a zero source value for WINED3DSIH_LOG.
* wine-1.1.37-306-gadf4ca2 (manually reverted)
commit adf4ca2e23873811a22fc82022f5d7753e9d569a
wined3d: Handle a zero source value for WINED3DSIH_RSQ.
...and Demo of NFS 1 works again in 1.1.38. Maybe related with bug 21627
(WINED3DSIH_NRM) and bug 21641 (WINED3DSIH_RCP), i.e. both are different
commits.
Download link:
http://www.gamershell.com/download_4024.shtml
--
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=21871
Summary: err:msi:ITERATE_Actions Execution halted, action
L"LaunchConditions" returned 1603
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: giuseppe.bottiglieri(a)gmail.com
Trying to install Nokia Ovi Suite on wine 1.1.39 with Kubuntu Karmic i get this
error in the Konsole:
fixme:advapi:LookupAccountNameW (null) L"bra" (nil) 0x142e044 (nil) 0x142e048
0x142e03c - stub
fixme:advapi:LookupAccountNameW (null) L"bra" 0xb5757e0 0x142e044 0xb58b6d8
0x142e048 0x142e03c - stub
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned
1603
--
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=21413
Summary: Cannot type language specific letters in MS Word
Product: Wine
Version: 1.1.27
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=25789)
--> (http://bugs.winehq.org/attachment.cgi?id=25789)
Polish "a" letter
I'm using Wine 1.1.36 on Fedora 12 32 bit. I use en_US locale.
I installed Polish version of MS Office 2003 and then I did:
1) hold right alt key
2) press "a"
3) release all keys
Behaviour:
Nothing happened
Expected behaviour:
Polish "a" letter should appear as in attachment.
Terminal output:
fixme:storage:Storage_ConstructTransacted Unimplemented flags 110022
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StgCreateStorageEx Stub: calling StgCreateDocfile, but ignoring
pStgOptions and grfAttrs
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StorageImpl_Commit (0x1b0b00 4): stub
fixme:storage:StorageImpl_Commit (0x1b0b00 4): stub
fixme:storage:StorageImpl_Commit (0x1b0b00 4): stub
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:reg:GetNativeSystemInfo (0x33f7c0) using GetSystemInfo()
Additional info:
1) The letter should also appear when I type Alt+0105 but it isn't the case.
2) I can type Polish "a" letter in described way in OpenOffice
--
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=20180
Summary: Teach2000 hangs when switched to "Advanced input mode"
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.teach2000.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
Created an attachment (id=23784)
--> (http://bugs.winehq.org/attachment.cgi?id=23784)
Hang on startup when LayOut mode is 1
OS: Ubuntu 9.04
App: Teach2000 8.42
Download the latest Teach2000 from www.teach2000.org.
Install.
Start.
Switch the "Simple input mode" to "Advanced input mode".
Exp.: Advanced input mode is visible.
Act.: Teach2000 hangs.
Workaround:
Enter some questions before switching input modes.
Warning:
If Teach2000 is closed when Advanced input mode was enabled, this state will be
remembered in the registry (HKCU\Software\Teach2000\MainForm --> LayOut=1). If
you start Teach2000 again, Teach2000 hangs on boot.
Change LayOut to 0 if you want to start Teach2000 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=19797
Summary: Powerpoint 2007: text does not display correctly in
textbox rotated 90 or 270 degrees
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=23190)
--> (http://bugs.winehq.org/attachment.cgi?id=23190)
Screenshot of textbox rotated 90 degrees by method a
A user posted a question about this on the forum, and I was able to reproduce
it on my system.
To reproduce:
1. In Powerpoint 2007, type some text in a textbox.
2. Rotate the textbox 90 degrees either by
a) grabbing the green circle at the top center of the box with the mouse
pointer and moving it, or
b) selecting text direction from the ribbon, then selecting rotate 90
degrees or rotate 270 degrees
In either case, both the box and text within it rotate, but the text is
squished together (see screenshots). This only affects text rotated exactly 90
or 270 degrees--any other angle displays properly.
There is a third way to rotate text in Powerpoint, and that does display
properly: select text direction=>more options=>3D rotation, and enter 90 or 270
in the z-axis box. The difference seems to be that when doing it that way, only
the text is rotated, not the text box.
--
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=17957
Summary: Audiosurf crashes on startup
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: 4plague(a)gmail.com
Created an attachment (id=20305)
--> (http://bugs.winehq.org/attachment.cgi?id=20305)
Steam output log
Audiosurf cannot be run from Steam. Running it outside of steam works (but then
in cannot run the game itself because of steam missing). In version 1.1.12 it
also took down wineserver.exe
Already tried removing .wine/ and reinstalling Steam and Audiosurf. Following
report is from a clean install
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=10982
Summary: ClearScale does not run
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://graphics.stanford.edu/~georgp/ClearScale/index.ht
m
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
ClearScale cannot run due to the following unimplemented gdiplus functions:
GdipCreateFontFamilyFromName (the one that causes the crash)
GdipDeleteFontFamily
GdipBitmapSetPixel
GdipSaveImageToFile
GdipDrawImageRectRectI
GdipGetImageEncoders
GdipGetImageEncodersSize (bug 9362)
GdipCloneImage (also needed by the Anti-Grain Geometry GDI Demo, bug 10981)
--
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=10501
Summary: NFSU2 crashes out when loading a level
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sexy_b14(a)hotmail.com
Created an attachment (id=9244)
--> (http://bugs.winehq.org/attachment.cgi?id=9244)
NFSU2 console output
When loading a level in NFSU2 get to loading screen and locks up. (see console
output) when it occurs it slow down X have to Ctrl+C to get X back
thanks
--
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=14948
Summary: Minimize button disappears in some applications
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.talken(a)telia.com
When I start some of my applications I normally have a minimize button up to
the right. If I use it once and the maximize the window this minimize button
has disappeared and the minimize entry in the drop down list is grayed out.
In some it works OK.
--
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=20510
Summary: Regression in Neverwinter Nights 2 - 3d rendering
glitches in wine 1.1.32
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i92guboj(a)terra.es
Created an attachment (id=24427)
--> (http://bugs.winehq.org/attachment.cgi?id=24427)
All this green garbage-ish stuff is supposed to be trees, branches and leaves
After updating to wine 1.1.32 I am experiencing some odd rendering glitches.
The 2d loading screens are fine. I attach some screenshots.
Please, bear with me, it's my first bug report. I will be glad to provide any
needed info.
This is Gentoo on amd64, using the fglrx 9.10 driver. Wine 1.1.29, 1.1.30 and
1.1.31 work ok. I have working binaries for all these 3 versions plus 1.1.32,
so I can switch easily to test anything you need.
--
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=19535
Summary: Office 2007 splash screen hides dialog
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22741)
--> (http://bugs.winehq.org/attachment.cgi?id=22741)
Screenshot
The Office 2007 apps have a splash screen that, for some reason, sticks around
while you're going through the initial set-up.
Under Outlook (screenshot attached), this isn't a massive problem, but under
Excel and Word, during the first run, Office opens a dialog box asking for your
name. This is hidden under the splash image and it's not even obvious it is
there. Tapping some letters and hitting enter allows the program to continue
and splash screen to go away.
There are similar bugs open, but I don't know if this is a duplicate or not.
Possible dupes: Bug 7552 & Bug 7669.
--
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=21540
Summary: Half-Life 2 crashes after start
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monraaf(a)gmail.com
CC: hverbeet(a)gmail.com
Games such as Half-Life2, Portal and F.E.A.R. all crash after starting when
using the default fbo as OffscreenRenderingMode:
Unhandled exception: page fault on read access to 0x00000014 in 32-bit code
(0x2096a8fc)
[...]
Backtrace:
=>0 0x2096a8fc in fglrx_dri.so (+0x8978fc) (0x00000000)
This is on a Radeon HD 5750 tested with Catalyst 9.12 and 10.1. With wine
1.1.31 there are no crashes. I've bisected it down to this commit:
---------------------------------------------------------------
94d33d3e861d8e01b4edcb940e8ab1aa98359520 is first bad commit
commit 94d33d3e861d8e01b4edcb940e8ab1aa98359520
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Oct 20 11:05:06 2009 +0200
wined3d: Destroy FBO entries from the context that created them.
EXT_framebuffer_object doesn't specify if FBOs are shareable between GL
contexts, but ARB_framebuffer_object explicitly prohibits it.
:040000 040000 74fa45b1fdd2fed692657fe264f0a3fa716a2a6b
d784dc56faeadb10a9dec8507b2f25b9dff88294 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=14603
Summary: Crash when running ABCExpedition
Product: Wine
Version: 1.1.1
Platform: Other
URL: http://www.hardcoreprocessing.com/entertainment/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.roussin(a)teledetection.fr
Hi,
I can install this game (ABCExpedition)
But when i run it it crash :
$ cd .wine/drive_c/windows/Desktop/ABCExpedition/
$ wine ABCExpedition.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Aucun fichier
ou répertoire de ce type
fixme:win:EnumDisplayDevicesW ((null),0,0x24af65c,0x00000000), stub!
wine: Unhandled page fault on read access to 0x00000004 at address 0x446e21
(thread 0009), starting debugger...
fixme:winedbg:print_value ---error
fixme:winedbg:print_value ---error
Thank you,
Guy
--
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=14826
Summary: Black line at bottom of video playing inside scene
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=3770
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flerchjj(a)ieee.org
In Spongebob Squarepants the Movie Game, black horizontal lines were visible in
the foreground of a couple scenes. It was most noticable in the Shell City
Beach level near the end of the game. Lines occur at the bottom of rectangular
region where video is rendered.
2 screenshots have been posted at the AppDB that illustrate this. One shows
water & palms along top that are a video and black line spans entire screen.
The other shows a rectangular square right above Patrick & Spongebob with video
of swaying palms and short black line along bottom of region with video.
The line appears to be only 2 pixels high. Maybe videos are rendered 2 pixels
above where they should be? Maybe the issue is somewhere around
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadTexture (0x1dd4e60), which was only
just fixed in Wine 1.1.1 to allow video playback 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.
http://bugs.winehq.org/show_bug.cgi?id=14647
Summary: weird wine behaviour in the game prince of persia
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kertejeremy(a)hotmail.com
in the game "Prince Of Presia The Two Thrones: 1.0" there is some weird
behavior while controlling the character.
when pressing a direction key the character do what it is supposed to do, but
when releasing that key, it is like if i was pressing the opposite direction
key.
--
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.