http://bugs.winehq.org/show_bug.cgi?id=21998
Summary: FIFA 2010 crashes on start
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://fifa.easports.com/home.action
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
Created an attachment (id=26725)
--> (http://bugs.winehq.org/attachment.cgi?id=26725)
crashlog (default WINEDEBUG)
FIFA 2010 crashes on start (see log 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=23145
Summary: Opera 10.53 crashes on startup
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.opera.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NowIWillDestroyAbydos(a)gmail.com
Created an attachment (id=28785)
--> (http://bugs.winehq.org/attachment.cgi?id=28785)
Opera 10.53 Crash logs (all 4 of them in a .tar.gz package)
Opera 10.53 crashes when attempt to run it. It installs fine. I've attached
crash logs.
--
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=23240
Summary: "Ambient Lighting" sample D3D program crashes
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.applicachia.com/HLSLAmbientLighting.zip
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I ran into http://www.applicachia.com
while looking for direct3d sample code. The simplest HLSL demo crashes with:
Unhandled exception: page fault on write access to 0x00002c10 in 32-bit code
(0x00121b13).
Backtrace:
=>0 0x00121b13
1 IDirect3DDevice9Impl_GetDirect3D+0x90(iface=0x122308, ppD3D9=0x69be14)
[dlls/d3d9/device.c:340]
2 IDirect3DDevice9Impl_GetDirect3D+0x90(iface=0x123ef8, ppD3D9=(nil))
[dlls/d3d9/device.c:340]
3 0x00498a84 in d3dx9_26 (+0x58a83)
'winetricks d3dx9' does not work 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=14129
Summary: Wacraft III Cannot find CD/DVD Drive
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JBCK99(a)optonline.net
After installing Warcraft III: Reign of Chaos, I came across an error that does
not allow me to play the game. When I try to start the game, I get an error
that says: "No CD/DVD-ROM drive found." I have the CD in my drive and OpenSUSE
recognizes and has mounted the CD. I'm using OpenSUSE 11.0 with Wine-1.0
(binary). Thank you for your help.
--
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=20286
Summary: minimap problem
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mischenko.mm(a)gmail.com
CC: mischenko.mm(a)gmail.com
when minimap is activeted in the game, main window of game becomes black. Looks
like all game render takes only minimap window. There is no possibility to look
at minimap and gameplay at the same time.
--
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=15713
Summary: widl generates incorrect format string for top level
conformance
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: huw(a)codeweavers.com
CC: robertshearman(a)gmail.com, dsh(a)linux.ucla.edu
See, for example, the type format string for ept_insert()'s 'entries' parameter
in dlls/rpcrt4/epm_c.c . The size of this array is the 'num_ents' parameter,
so the offset in the conformace discription should be 4 not 0 (which is
currently hardcoded). Also the lower nibble of the type byte should be
FC_ULONG rather than 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=16332
Summary: crash in file dialog if the previous selected folder is
deleted
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
To reproduce:
1. mkdir /tmp/foo; touch /tmp/foo/bar.txt
2. run notepad
3. file -> open, navigate to z:\tmp\foo, open bar.txt
4. rm -Rf /tmp/foo
5. file -> open causes a stack overflow due to infinite recursion in
FILEDLG95_LOOKIN_InsertItemAfterParent(), with pidl = NULL.
--
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=18326
Summary: Pharaoh/Cleopatra doesn't recognize CD-ROM drive
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monolitonegro(a)gmail.com
Pharaoh plus Cleopatra expansion pack doesn't recognize the /media/cdrom as the
D: drive, thus it keep asking for the game cd. Maybe it could be a copy
protection problem. The only way to work around is to download a No-CD patch
for it. The following patch works fine for me with the english copy of the
game:
http://m0001.gamecopyworld.com/games/pc_pharaoh.shtml#Kleopatra%20v1.0%20[G…
How to reproduce: Install the Pharaoh, install the Cleopatra expansion, mount
or put the game cd in the CD-Rom drive and try to run the game.
--
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=22964
Summary: Launching Deus-Ex game from Steam no longer works
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drewpvogel(a)gmail.com
Created an attachment (id=28441)
--> (http://bugs.winehq.org/attachment.cgi?id=28441)
Paste of errors in terminal window
I used to be able to run the game Deus-Ex from Steam. That was on 1.0.1 (Debian
testing distribution). I upgraded to 1.2-rc2 and now when I launch the game
from Steam I get a series of errors in the terminal window from which I started
Steam (see 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=16634
Summary: make test fails in IDirect3DQuery9_GetData call on
latest git
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x125970) call to
IWineD3DDevice_CreateQuery failed
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
query.c:220: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended query
returned 00000001
make[2]: *** [query.ok] Error 1
T60P
ATI FireGL 5200 with 8.12 Drivers
3 Gigs of memory
Dual Core 2.3 CPU intel
RHEL 5.2
--
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.