http://bugs.winehq.org/show_bug.cgi?id=33599
Bug #: 33599
Summary: Metatrader doesn't respect charts sorting when
restarted
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djoal(a)mailcatch.com
Classification: Unclassified
After restart, chart order is messed up.
Regression of bug 18083
This was supposed to be fixed in 1.5.16 or 1.5.17 (Alexandre Julliard: Closing
bugs fixed in 1.5.17.), however it is present in 1.5.29.
--
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=34981
Bug #: 34981
Summary: F.E.A.R. Demo crashes without native d3dx9_36
Product: Wine
Version: 1.7.7
Platform: x86
URL: http://www.gamershell.com/download_10167.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46616
--> http://bugs.winehq.org/attachment.cgi?id=46616
log
Guess affected by fixme:d3dx:ID3DXEffectImpl_ValidateTechnique
--
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=34546
Bug #: 34546
Summary: high performance hit for wine 1.6
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ashishsinghkohli(a)rediffmail.com
Classification: Unclassified
We have an win32 GUI application which
1) Iterates the mounted windows drive (some selected folder) and store it in a
list.
2) Scans the files for viruses/malware etc.
3) Show status on GUI.
Since step 1 is done initially:
So this is the loop which takes 95+% of time
while( there are files )
{
DisplayStatus(file); -- in a separate thread not a blocking call
ScanFile(file);
}
The performance hit is huge between wine 1.4 and wine 1.6 say atleast 5+ times
more for the same sample set.
ScanFile(file) -- It is a blocking call to a win32 dll which takes a file path
and looks for virus/malware etc and deletes/repairs a file if infected and
report the infection.
--
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=33970
Bug #: 33970
Summary: GetSecurityInfo success, but DACL pointer is NULL
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elhana(a)sigil-guild.org
Classification: Unclassified
GetSecurityInfo(GetCurrentProcess(), SE_KERNEL_OBJECT,
DACL_SECURITY_INFORMATION, 0, 0, &ppDacl, 0, &ppSecurityDescriptor) returns
ERROR_SUCCESS, but ppDacl is NULL, causing ppDacl->AclSize after that to crash.
Real world example is in closed beta, but I can provide a test case if needed.
--
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=26209
Summary: Requiem: Avenging Angel requires DirectX 6 to play
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Setting Windows version to Windows 2000 or below doesn't allow me to play 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=17229
Summary: TGB Dual crashes when opening files
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=6468
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
TGB Dual crashes when attempting to open any file. To reproduce, select the
first item in the left-most menu and choose a file (it does not have to be a
rom).
--
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=23543
Summary: Restoring uTorrent from tray sometimes doesn't make it
top window
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ashalimov(a)gmail.com
After updating to rc6 I've noticed that clicking on uT button in a tray doesn't
always restores uT window as topmost. Regression test shows that it has been
broken after f2f508856ba9f3e5439f7123efd70ccc7599fc3f commit (I'm new to the
git and not sure, is it correct way to specify git revision? Anyway, its title
is "winex11: Set the user time property on top-level windows", which sounds
promising :-).
Steps to reproduce:
1. Launch uTorrent. Make sure it minimizes to the tray.
2. (Important!) Click on any tab in the Detail Info pane (Files or Speed, for
example)
3. Minimize to tray
4. (Also important!) Click on any window besides topmost to bring it on top.
5. Click on uTorrent tray icon. It restores window, but places it below topmost
window.
Now you can repeat steps 3-5 - it always behaves the same.
I've tried this with clean .wine folder.
Thanks!
--
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=31007
Bug #: 31007
Summary: Shogun Total War 2 (Steam) thinks it's pirated
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panayk(a)gmail.com
Classification: Unclassified
Shogun Total War 2 purchased and installed through Steam plays fine, albeit a
little slowly.
However during battles, it shows a message at the bottom, saying something to
the effect that the installation has been tampered with, which can be due to
pirating or a virus, and then prompting to purchase the game or repair the
installation.
I have tried repairing through Steam and reinstalling but the message is still
there.
--
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.