http://bugs.winehq.org/show_bug.cgi?id=14666
Summary: [wined3d] volume/volumetex locking implementation
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
this bug should be sort of a "metabug" for fixing the locking behaviour of
volume and volumetexture objects in D3D (version 8 and 9 currently, because 7
and below doesn't have/support volumes).
I already wrote some patches and testcases to fix/illustrate the problem, but
they were rejected on wine-patches. The main problem that the problem should be
adressed much lower in wined3d.
I now post all my current patches here, so other people can take a look.
Some things what are currently not implemented:
(1) locking of volume/volumetex objects always succeeds althoug it shouldn't
- specifying to large lockboxes should fail for example
- some volumes are not lockable at all
(2) creating volumes/volumetextures always succeeds, usage and pool types are
not checked
Only a few things the patches should adress.
I intend on working on this, but I need a bit more input about why and where to
fix this exactly.
Attaching patches now...
Also adding Stefan Dösinger, Henri Verbeet, Alexander Dorofeyev and Roderick
Colenbrander to CC (sry guys *g*, but I'm sure you know where my stuff should
go).
I currently have these DX SDK docs on my system:
version 9, 8, 7 and 6
(someone asked me if I got the 7 SDK)
Greets,
Tobias
--
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=23340
Summary: Winscard : test program : unimplemented function
winscard.dll.SCardIsValidContext and
winscard.dll.SCardReleaseContext
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.linuxunderground.be/compteco/winscard_test.
zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Created an attachment (id=29078)
--> (http://bugs.winehq.org/attachment.cgi?id=29078)
console output PCSCTest.exe
start wine PCSCTest.exe in Zip test program
--
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=22910
Summary: Age of Empires III 1.1.3: Unhandled exception: page
fault on write access....
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=28342)
--> (http://bugs.winehq.org/attachment.cgi?id=28342)
Unhandled page fault on write access to 0x000078b8 at address 0x1c78c2 (thread
0009), starting debugger...
Attached is the log. This affects all versions best I can tell, NoCD and
official CD included. This version was patched to latest 1.1.3 and a NoCD exe
applied.
FYI: I followed instructions from the WineAppDB and dumped 3 discs properly
into one folder and execute, install was perfect. If it matters this is also
from the "Complete Collection". :)
--
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=28629
Bug #: 28629
Summary: TrackMouseEvent saves tracking data only for last
caller's HWND
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
See this code from dlls/user32/input.c:
/* fill the TRACKMOUSEEVENT struct with the current tracking for the given hwnd
*/
if (ptme->dwFlags & TME_QUERY )
{
*ptme = tracking_info.tme;
/* set cbSize in the case it's not initialized yet */
ptme->cbSize = sizeof(TRACKMOUSEEVENT);
return TRUE; /* return here, TME_QUERY is retrieving information */
}
Although the comment says it works per-hwnd, the code itself doesn't have any
logic concerning hwnd.
This problem makes button theming with hover support work incorrectly in
various cases. The easiest way to see this is as follows:
0. Configure some windowsXP theme, e.g. Luna or Royale
1. Start winecfg
2. Select "Libraries" tab
3. Press Edit (having at least one override)
4. Press Cancel on the dialog
5. Try to hover any button on the winecfg main window - it won't work.
The reason for this not working is that the "Edit Override" dialog's Cancel
button, being hovered, has called TrackMouseEvent for TME_LEAVE, and after
pressing it, it was destroyed, still leaving mouse tracking structure (global,
not per-hwnd, which is the core problem) in TME_LEAVE enabled state. Now, when
Edit or any other button becomes hovered, the structure returned on TME_QUERY
suggests that TME_LEAVE is enabled, so for Edit button's hwnd the timer isn't
set.
So, the solution should be to make tracking_info per-hwnd, instead of global.
--
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=28886
Bug #: 28886
Summary: Window borders aren't themed
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 37114
--> http://bugs.winehq.org/attachment.cgi?id=37114
Screenshot comparing windows and Wine rendering
Some windows even without virtual desktop should have themed borders, and
example is toolwindows. Wine doesn't theme them at all, it's seen in e.g.
GIMP's toolbox.
Of course, in virtual desktop all windows get unthemed borders.
See screenshot: the classically themed toolboxes are in Wine, while in windows
the borders are themed correctly with Royale style.
--
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=19400
Summary: Quicken Will Maker 2007 crashes wine
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Just as soon as you start Quick Will Maker 2007, it crashes. I have included
the following trace from the FAQ
WINEDEBUG=+relay,+seh,+tid wine qwp.exe &> /home/temp/qwp.trace.txt
-T
--
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=28783
Bug #: 28783
Summary: Explorer buttons missing
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.downing(a)guardian-shield.com
Classification: Unclassified
Created attachment 36980
--> http://bugs.winehq.org/attachment.cgi?id=36980
Screen shot 1
Wine explorer does not show buttons under title bar, nor are they active all
the 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=28403
Summary: PKR.COM bugs
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hanzal.michal(a)gmail.com
Good afternoon,
I am using OpenSuse 11.4.
I installed pkr.com and 90% of buttons had active
part lower than their actuall position on screen.
Whole screen is also little shift to upside. All you can see in
attached file.
I tried New version 1.3.28, and this stable version (1.3.12) and
problem was same.
If I made fullscreen then application stay in windowed mode, but only some
times
blink during changing to fullScreen and you can see in attached file how it is.
After closing pkr.com application Linux didnt change resolution back and 3
icons
of every windows started before, during and after pkr.com was lost.
(3 icons means - Minimalize button, maximalize button and close button (CROSS))
Please try to find this BUG if it is possible, but I believe you :)
With best regards
Michal Hanzal
Paint Engineer
--
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=28389
Summary: Wine crash trying to run "Micro Application Cartes de
Visite 2.0"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swami(a)petaramesh.org
Created an attachment (id=36403)
--> (http://bugs.winehq.org/attachment.cgi?id=36403)
Wine crash complete console output
When trying to run "Micro Application Cartes de Visite 2.0" (draw4481.exe),
Wine display a box stating that the application crashed and must be closed.
Additionally, the console from which the program was started displays :
wine: Unhandled page fault on read access to 0x00000050 at address 0x7c1d0943
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000050 in 32-bit code
(0x7c1d0943).
...
(More details in attachment !)
...
Backtrace:
=>0 0x7c1d0943 in mfc71 (+0x90943) (0x0032fcc8)
--
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=28147
Summary: X3-The Threat loading savegames does not work
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank.henry(a)gmx.net
Created an attachment (id=36066)
--> (http://bugs.winehq.org/attachment.cgi?id=36066)
normal game
Setup:
As per recommandations at
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12888
I got the game up and running, begin able to fly around and trade.
I upgraded the game with the official 1.0 to 2.5 patch from Egosoft.
Ubuntu 11.04 2.6.38-10-generic
wine-1.3.26 (1.3.26-0ubuntu1~ppa1~natty1)
Reproduction:
Start a new game (regardless of 'normal' or 'own'), fly to the space station
and save, then immediately reload.
Result: major failure in X3.EXE
I have attached (trimmed) console outputs. I have only trimmed away all the
redundant information.
I have rated this issue as critical because while you can play the game, you
are unable to load, thus making it not usable.
--
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.