http://bugs.winehq.org/show_bug.cgi?id=7517
--- Comment #12 from Jeff Peeler <jpeeler(a)gmail.com> 2011-06-23 22:18:22 CDT ---
Created an attachment (id=35257)
--> (http://bugs.winehq.org/attachment.cgi?id=35257)
hhp file to reproduce problem
This problem is reproducible with the copy of hhc.exe shipped in Wine (version
wine-1.3.21-1.fc15.x86_64) using the file apsw.hhp. The file can be generated
from https://apsw.googlecode.com/hg/ rev 844:80b9421ca5fa (that may be wrong
syntax, I don't know anything about Mercurial) using 'make'.
--
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=27577
Summary: Starting apps via winedbg leads to reproducible app
crash
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
To reproduce, install e.g. windows version of GIMP.
Start it this way:
winedbg gimp-2.6.exe
It begins working, then crashes with this output:
WineDbg starting on pid 0029
First chance exception: page fault on write access to 0x003c0000 in 32-bit code
(0x7e77a3d7).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7e77a3d7 ESP:00a3f9c0 EBP:00000330 EFLAGS:00210a02( R- --O I - - - )
EAX:9999cccc EBX:7e82cdb8 ECX:00000001 EDX:00000067
ESI:003c0002 EDI:000000ac
Stack dump:
0x00a3f9c0: 00000324 00000000 00000000 00000010
0x00a3f9d0: 00000010 00000000 00000000 00000010
0x00a3f9e0: 00000010 7e552648 00156c40 00000000
0x00a3f9f0: 00cc0020 00157760 00000324 00000001
0x00a3fa00: 00000010 00000000 00000010 00000010
0x00a3fa10: 00000040 00200001 00000000 003c0000
Backtrace:
0x7e77a3d7 create_alpha_bitmap+0x1d1 in user32: movb %dl,0xfffffffe(%esi)
Wine-dbg>
The crash on write access to 0x003c0000 (0x00340000 on another machine) seems
to be always the same across applications. And, if started via wine instead of
winedbg, they work perfectly. Also, if i quit debugger after the crash using
"q" command, the app continues to work normally.
--
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=8663
Bug 8663 depends on bug 11486, which changed state.
Bug 11486 Summary: Anarchy Online does not patch
http://bugs.winehq.org/show_bug.cgi?id=11486
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=10755
Summary: Anarchy Online forcibly keeps focus in fullscreen mode
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdb(a)tdb.fi
When I run Anarchy Online in fullscreen mode and try to switch away from it
with either Alt-Tab or by changing to another workspace, the AO window
immediately pops back on top again. This prevents me from doing anything else
while playing AO, like reading guides from the web. I'm using Sawfish as my
window manager. Neither the game's own windowed mode nor Wine's desktop window
exhibit this behaviour.
--
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=1129
--- Comment #24 from Bruni <earns.61(a)gmail.com> 2011-06-22 13:25:36 CDT ---
1.3.22 - still present, but the game runs a little faster than in previous
versions.
I guess this bug depends on implementation of 32 bit bitmaps, which have the
property of being transparent. If Huw adds this in 1.3.23, the bug will be
fixed (in my view).
--
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=1348
--- Comment #27 from Vincent Povirk <madewokherd(a)gmail.com> 2011-06-21 12:33:12 CDT ---
This is now partially implemented. Hotkeys should work now only if a Wine
window has keyboard focus.
--
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=23098
Summary: Strong lines in some parts of Shareaza and SQLYog
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://shareaza.sourceforge.net/?id=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=28694)
--> (http://bugs.winehq.org/attachment.cgi?id=28694)
Screenshot showing the problem in SQLYog
Some line in SQLYog and Shareaza looks more intense than they have to be. I
have made a regression test and found this commit as the guilty:
c29cf0591976f96c3adb30c3c3b6db59f4983251 is the first bad commit
commit c29cf0591976f96c3adb30c3c3b6db59f4983251
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Tue Apr 6 19:07:25 2010 +0200
winex11: Add support for 32-bit DDBs.
:040000 040000 73b8486e86ccd609ea2f0c8cf0c920b6ec3783dd
04bcf74196ee257fa4b8391041c627b89e6cbffe M dlls
I'm attaching some screenshots to show the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22282
Summary: Dragon Age: Origins mouse control glitches
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vaniaz(a)msn.com
When you hold right mouse button and rotate mouse to observe it starts
normally, but when you change direction it accelerates in the wrong direction.
It is impossible to look around using mouse or walk by pressing right and left
mouse buttons 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=27546
Summary: usb-over-network-client doesn't install complet
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
A free demo can be downloaded from http://www.usb-over-network.com/
$ wget http://www.usb-over-network.com/usb-over-network-client.msi
Install:
$ msiexec /i usb-over-network-client.msi
wine version:
wine-1.3.22-203-gac90c1b
After install, some component is missing, such as:
C:\windows\system32\ftusbsrvc.exe
C:\Program Files\USB over Network (Client)\usbclient.exe
and so on.
How ever, this is no exactly the same as Bug 27418 , since in Bug 27418 , the
two files below is not installed, bug here with wine-1.3.22-203-gac90c1b, they
have been success installed:
C:\windows\system32\ftusbbus2.inf
C:\windows\system32\ftusbhc2.inf
--
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=11994
Summary: Soldat: crashes and banned for cheatin
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.soldat.pl/links/mirrors.php?catid=5
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flieslikeabrick(a)gmail.com
CC: elephanthunter(a)gmail.com
Created an attachment (id=11321)
--> (http://bugs.winehq.org/attachment.cgi?id=11321)
Screenshot of the error
Soldat's anticheat engine, BattlEye, crashes after a short amount of online
gameplay in a BE-enabled server. It crashes with the error "External Exception
80000004" and Soldat must be killed from the command line. Clicking OK in the
error message just causes it to come up again.
This does not happen in single-player (offline play) or in servers without BE
enabled.
More information from other players can be found in this thread:
http://www.soldatforums.com/index.php?topic=8.msg236228#msg236228
A screenshot 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.