http://bugs.winehq.org/show_bug.cgi?id=21185
Summary: Ankh: no more mouse movement
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=25436)
--> (http://bugs.winehq.org/attachment.cgi?id=25436)
Attached +d3d,+d3d_caps log, 200KB lzma, 126MB uncompressed
Sadly, fixing bug #20960 in one app causes a new bug in another app:
commit 0e270bbd226c34bd2831673c1c546f8db76b0487
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Dec 14 20:49:52 2009 +0100
wined3d: Send window messages through the swapchain before sending them to
the application.
causes the mouse in Ankh (the first from the trilogy) to remain frozen.
It is not the subsequent commit
wined3d: Filter window messages generated by switching to fullscreen and
back.
that causes the regression.
Same behaviour in both desktop window and fullscreen modes.
Curiously, Ankh2 (Herz des Osiris) is not affected.
Using Ubuntu Intrepid with Intel i915 graphics.
--
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=20254
Summary: Wine 1.1.30 - Mission 7 on Warcraft III crashes with
blank screen.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tigerfishdaisy(a)gmail.com
Mission 7 on the Human Campaign of Warcraft III crashes with a blank screen,
for no apparent reason.
--
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=13086
Summary: Hard Truck Apocalypse fails to initialize 3D
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=12858)
--> (http://bugs.winehq.org/attachment.cgi?id=12858)
D3D error message screenshot
With default Wine settings Hard Truck Apocalypse fails to initialize 3D.
There's a "FindTextureFormat failed for 1" message in the game engine log
followed by "ERROR! Application::init -- cannot initialize 3d".
If OffscreenRenderingMode is set to fbo the game still fails to run but
complains about not being able to load a keyboard layout instead (dinput
related).
--
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=17809
Summary: Warcraft III crashes when logging into battlenet
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xzarr(a)lavabit.com
Created an attachment (id=20041)
--> (http://bugs.winehq.org/attachment.cgi?id=20041)
+relay when it crashed (tail -n100)
Warcraft III battlenet crashes after entering user/password
wine-1.1.16
gcc version 4.3.3 (Gentoo 4.3.3-r1 p1.1, pie-10.1.5)
kernel 2.6.28-gentoo-r4
--
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=17504
Summary: GTA San Andreas still crashes cause to Page Fault
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pabloignacio00(a)gmail.com
Created an attachment (id=19606)
--> (http://bugs.winehq.org/attachment.cgi?id=19606)
Page fault when running GTA SA.
Possibly GTA San Andreas can run on old Wine versions, but in version 1.1.14,
GTA San Andreas crashes when reading to address 0x34, and don't show nothing,
just dump the state and the stack on the terminal.
--
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=14542
Summary: Page fault on shutdown when using SetPixelFormat()
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mah(a)jump-ing.de
Created an attachment (id=14881)
--> (http://bugs.winehq.org/attachment.cgi?id=14881)
Buggy app.
This is Ubuntu 8.04 AMD64 on a Dell Vostro 200 with Intel G31 graphics.
Even trivial applications generate a page fault on shutdown if the app used
SetPixelFormat() and/or ChoosePixelFormat() before.
Steps to reproduce:
Launch the attached app from a terminal and close the window after it popped
up. This should produce something like this:
mah@piccard:~/.wine/drive_c$ wine Testcase\ OpenGL\ Shutdown.exe
Shutdown
wine: Unhandled page fault on read access to 0x00000200 at address 0xf7f0809d
(thread 0009), starting debugger...
mah@piccard:~/.wine/drive_c$
I'm not sure wether OpenGL is involved here. The app was built using
Code::Blocks (=MinGW) on Windows XP. Full source code (single file) is attached
as well, don't forget to link against libopengl32. The source contains a switch
to turn the offender off and on.
--
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=18108
Summary: Race Driver: GRID - doesn't successfully finish setup
Product: Wine
Version: 1.1.19
Platform: PC
URL: ftp://downloads.codemasters.com/demo/grid_demo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20543)
--> (http://bugs.winehq.org/attachment.cgi?id=20543)
Unhandled Exception
I'm using wine-git (1.1.19) downloaded in 18.04.2009 (compiled using gcc
version 4.3.2 20081105 (Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that Race Driver: GRID (demo or full version) doesn't
successfully finish setup. It hangs on the end with message "Updating
DirectX..." after trying to terminate the setup the error in attachment is
shown. However the game can be run after that but no shortcut for it is
created.
--
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=21142
Summary: cmd doesn't handle 'else' in if statements
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On windows:
if 0==1 (echo a) else echo b
prints
b
On wine, it's 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=20285
Summary: cmd.exe does not treat tabs as parameter delimiters
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c0l1n_fl3tch3r(a)yahoo.co.uk
The version of cmd.exe installed with Wine does not treat TAB characters as
parameter delimiters, unlike the Windows CMD.EXE.
--
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=19407
Summary: Segfault running cmd.exe
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michel.gutierrez(a)gmail.com
Created an attachment (id=22504)
--> (http://bugs.winehq.org/attachment.cgi?id=22504)
Crash log
Tracking down a wine crash in running a .bat file from cmd, i narrowed down the
issue to a simple command line:
Z:\home\mig>IF DEFINED FOO ()
works (of course it does nothing)
Z:\home\mig>IF NOT DEFINED FOO ()
crashes:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ed18893
(thread 0028), starting debugger...
...
... Traces attached as separate file ...
The problem appears using wine-1.0.1 but it was also there in win-1.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.