http://bugs.winehq.org/show_bug.cgi?id=19458
Summary: Regression: Anarchy Online is drawn several pixels too
high
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.anarchy-online.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=22609)
--> (http://bugs.winehq.org/attachment.cgi?id=22609)
The current incorrect behaviour
Regression testing shows this as the culprit:
2c71b853345b07ccc4ae476a212ed32040ce7314 is first bad commit
commit 2c71b853345b07ccc4ae476a212ed32040ce7314
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jul 24 10:44:15 2009 +0200
wined3d: Explicitly pass the context to get_drawable_size().
:040000 040000 8f2af876abed8a743a03be7ba8a3e9114144e389
8b618e708fa82475dd9b83506eff444d417dc4a7 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=19367
Summary: EverQuest 2 crashes in third-person
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)walkingriver.com
Created an attachment (id=22444)
--> (http://bugs.winehq.org/attachment.cgi?id=22444)
Terminal output after EQ2 finished loading.
If you leave first-person view, the game immediately crashes. The game is
playable in first-person. However, many times the game starts in third-person
and it crashes on login.
--
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=19145
Summary: etax help program crashes in gecko file js3250.dll
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robbak(a)gmail.com
Created an attachment (id=22122)
--> (http://bugs.winehq.org/attachment.cgi?id=22122)
full program run and debuger output.
When you attempt to view help documents in the Australian Etax software for
2009, the help program crashes with an "Invalid floating point operation" in
js3250.dll. Error message is "Exception: EInvalidOp in module js3250.dll at
00024D9D: invlaid floating point operation"
--
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=18965
Summary: Build Wine 1.1.23 from source fails on Red Hat WS 4.6
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom.dalton(a)eds.com
I tried to build Wine 1.1.23 from the wine-1.1.23.tar.bz source package.
'configure' and 'make depend' seemed to work ok. The regular 'make' then fails
when trying to build the dll .so files.
Looks like a bug in winegcc or winebuild, that isn't handling the resource file
parameters properly.
See this forum post for original description:
http://forum.winehq.org/viewtopic.php?p=26302
--
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=18838
Summary: DirectInput axis mapping does not work
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simotsa(a)gmail.com
According to http://wiki.winehq.org/UsefulRegistryKeys, it is possible to map
axis by creating a registry key in HKCU\Software\Wine\DirectInput.
Using the following command,
WINEDEBUG="+dinput" wine program.exe 2>&1 | grep joydev_enum_device
I can obtain the name of my joystick, which is "USB Joystick USB
Joystick " in my case. I wanted to map axis 2 and 3 to axis 0 and 1.
So I tried adding the following key:
"USB Joystick USB Joystick "="rX,rY,X,Y,Rz,Z"
To verify where the mapping worked, I ran the following command:
WINEDEBUG="+dinput" wine program.exe 2>&1 | grep "changing axis"
and it returned:
changing axis 0 => 0
changing axis 1 => 1
changing axis 2 => 2
changing axis 3 => 3
changing axis 4 => 4
changing axis 5 => 5
In the other word, axis mapping does not work.
--
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=18815
Summary: Single-Sign-On with authenticated RPCs won't work
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winesku(a)googlemail.com
CC: kai.blin(a)gmail.com
Single-Sign-On with authenticated RPC-Clients in a domain joined environment
won't work with Wine version 1.1.23. The culprit is the two latest changes to
ntlm.c which were at least in part based on wrong information given from my
side to Kai. The latest working version for this scenario is "2009-02-16
Alexandre Julliard secur32: Properly initialize the helper structure when... ".
If that version of the file is built together with Wine version 1.1.23, RPC
clients running under Wine using the ncacn_tcpip protocol sequence can
successfully authenticate against an RPC server on a Windows box. So if
possible, please revert this file to this version (the two latest changes made
by Kai were made because it took us a while to find out that rpc clients
running on Wine work only without "signing-and-sealing").
--
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=18751
Summary: Dragon NaturallySpeaking text size cannot be changed
in DictationBox
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Dragon NaturallySpeaking (all versions -- mine is 10 Standard) makes use of a
DictationBox to enter text.
The DictationBox's default text size is small and hard to read. The
DictationBox contains a tool to change the text size to any font available in
wine, but the tool does not work.
This tool never has worked, i.e., this is not a regression.
--
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=18483
Summary: bricscad cant open large files
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardoperry(a)gmail.com
CC: ricardoperry(a)gmail.com
Opening large drawing (>1mb)takes forever to load, CPU goes to 100%, and RAM
stays the same.
Zooming in and out in large drawing not usable. Takes too long to zoom,
Something should be done, since what i wrote in "Does not work" is a problem
i've noticed in all Intellicad based CAD.
Since Linux dont have a nice CAD program so far, it should be high priority,
We appreciate your help in making the Application Database better for all
users.
--
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=18452
Summary: Unhandled page fault on write access
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rich.l.morgan(a)gmail.com
Created an attachment (id=21065)
--> (http://bugs.winehq.org/attachment.cgi?id=21065)
Log of crash playing WoW
Installed 1.1.21 on 32-bit Ubuntu 9.04 following the directions on the Winehq
site and did not encounter an error. However, I'm getting the following
intermittent error trying to play WoW:
err:heap:HEAP_ValidateInUseArena Heap 0x110000: in-use arena 0x1945d020 next
block has PREV_FREE flag
wine: Unhandled page fault on write access to 0x39c6528d at address 0x7bc45544
(thread 0009), starting debugger...
err:heap:HEAP_ValidateInUseArena Heap 0x110000: bad back ptr 0x18805a09 for
arena 0x1945d068
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc45544
Attached is the complete log until the crash. Also attached is my dmesg.
Note that WoW installed and updated perfectly with no crashes at all. I'm only
getting this crash when playing 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=18384
Summary: Battlenet system check: does not submit data to
battle.net
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=20965)
--> (http://bugs.winehq.org/attachment.cgi?id=20965)
Backtrace
After gathering data about your enviroment, and pressing send button,
application will "think" for some time and then will report that it was unable
to send data and opens a page with support page regarding this 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.