http://bugs.winehq.org/show_bug.cgi?id=32728
Bug #: 32728
Summary: GetOpenFileName doesn't work with native comctl32
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
CC: huw(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 7a2d68abc89b7ea07436dd5a7d2ecf34376d47a5
Noticed in wine notepad: File->Open doesn't work with native comctl32 from
winetricks. Bisect shows this commit:
commit 7a2d68abc89b7ea07436dd5a7d2ecf34376d47a5
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Sep 25 12:40:19 2012 +0100
comdlg32: Use a ComboBoxEx control for the filename if the structure size
is not the nt40 version size.
ComboBoxEx requires a call to InitCommonControlsEx to work. Comdlg tests do not
call InitCommonControlsEx (or I didn't notice), and GetOpenFileName works, so I
guess that native comdlg can work with uninitialized common controls.
--
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=33282
Bug #: 33282
Summary: Bioshock infinite wants _vscwprintf_p
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)sth.sze.hu
Classification: Unclassified
Wine's msvcr90 implementation does not contain an implementation for
_vscwprintf_p.
It can workaround by using native msvcr90.dll.
--
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=14096
Summary: Trackmania Nations Forever: Motion Blur does not work
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
Created an attachment (id=14316)
--> (http://bugs.winehq.org/attachment.cgi?id=14316)
wine TmForeverLauncher.exe &> motionblurlog
I dont know what causes this or what kind of d3d features it needs, i only know
i enable "Force Motion Blur" and nothing changes.
I've attached a log just in case...
--
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=33424
Bug #: 33424
Summary: Armored Fist 3 crashes on start
Product: Wine
Version: 1.5.28
Platform: x86
URL: http://www.fileplanet.com/29182/20000/fileinfo/Armored
-Fist-3-Demo
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: sagawa.aki+winebugs(a)gmail.com
Classification: Unclassified
Regression SHA1: 3a9689106145c8585e917ae6f4f22226d87872ab
Created attachment 44226
--> http://bugs.winehq.org/attachment.cgi?id=44226
terminal output
The game crashes after the splash screen. This is a regression from 1.5.28:
3a9689106145c8585e917ae6f4f22226d87872ab is the first bad commit
commit 3a9689106145c8585e917ae6f4f22226d87872ab
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Thu Mar 14 20:08:14 2013 +0900
gdi32: Improve outline text metrics calculation, especially if unitsPerEm
is not power of 2.
:040000 040000 a3ca6ac99d4a911065ccb15b7eace0973970ffa7
3db1753ec6890caf5fbba16f127da8c32b777129 M dlls
Reverting the patch on the current git version fixes the problem.
Fedora 18
freetype-2.4.10-4.fc18.i686
freetype-freeworld-2.4.10-3.fc18.i686
--
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=32360
Bug #: 32360
Summary: Office 2010 installers report custom action page
faults
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
This a next problem after bug 32327 is fixed. During install I see this:
---
fixme:advapi:GetNamedSecurityInfoW Object type 4 is not currently supported.
err:msi:ACTION_CallDllFunction Custom action
(L"C:\\users\\nsivov\\Temp\\msi7b57.tmp":L"InstallActionPaneACEs") caused a
page fault: c0000005
---
and this
---
fixme:advapi:GetNamedSecurityInfoW Object type 2 is not currently supported.
err:msi:ACTION_CallDllFunction Custom action
(L"C:\\users\\nsivov\\Temp\\msib479.tmp":L"ExecSecureObjects") caused a page
fault: c0000005
---
So GetNamedSecurityInfoW() needs to support SE_SERVICE type (patches sent for
that already) and SE_REGISTRY_KEY (could be done on top of RegGetKeySecurity()
I think). Issue seems to be related to out parameters explicitly zeroed now,
while before original patch from bug 32327 they were untouched.
--
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=33336
Bug #: 33336
Summary: ParseURLFromOutsideSourceW( ) , "res" variable is set
twice
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vmartinez(a)reactos.org
Classification: Unclassified
http://source.winehq.org/source/dlls/shdocvw/shdocvw_main.c#L427
445 res = ParseURLFromOutsideSourceW(urlW, buffer, &len, unknown);
446 HeapFree(GetProcessHeap(), 0, urlW);
447
448 needed = WideCharToMultiByte(CP_ACP, 0, buffer, -1, NULL, 0, NULL,
NULL);
449
450 res = 0;
The value in 450 resets the value from 445
--
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=33367
Bug #: 33367
Summary: Builtin msvcr90 with native msvcr100 may cause crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CFSworks(a)gmail.com
Classification: Unclassified
Some of the functions in the builtin msvcr90 do not work properly when native
msvcr100 is used, leading to crashes.
To reproduce this, try installing Python 2.7.3 in a wineprefix with native
msvcr100 installed. The interactive interpreter (Python.exe) will fail to
launch without crashing unless you either override msvcr100 to builtin, or
msvcr90 to native.
The crash, in this case, is caused by Python's call to _fstat64i32. I'm still
looking for the exact reason for the crash, but I suspect it has something to
do with the fact that fileno is being handled by the builtin msvcrt, while
_fstat64i32 is being handled by the native msvcr100.
If I can write a standalone program that causes the crash, I'll be sure to
attach it here.
--
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=16657
Summary: VeZA Route planner 2005: Crashes after a while of use
with assertation failed
Product: Wine
Version: 1.1.11
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)mohag.net
Created an attachment (id=18271)
--> (http://bugs.winehq.org/attachment.cgi?id=18271)
Normal crash log. Program becomes unresponsive before crashing
After a bit of use, VeZA route planner 2005 crashes with an assertation failed
error.
I'm unable to give a reliable method of reproducing the crash.
Wine: 1.1.10
OS: Gentoo x86 - kernel 2.6.25
--
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=30202
Bug #: 30202
Summary: Steam crashes when viewing the store tab
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.shtf(a)gmail.com
Classification: Unclassified
Created attachment 39430
--> http://bugs.winehq.org/attachment.cgi?id=39430
Backtrace log
I opened Steam. After it has loggen in I clicked the "store" button and the
program crashed. I have attached the backtrace log.
System info:
Ubuntu 11.10, 32-bit
Intel Core i5 520M, 2.4GHZ
4GB of RAM
PAE kernel
--
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=20884
Summary: Write buffer overrun in LsaLookupNames2?
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
First posted in
http://www.winehq.org/pipermail/wine-devel/2009-November/079920.html
I don't think anyone's posted a fix...
Still present today, see
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-advapi32_lsa.txt
Invalid write of size 1
at memmove (mc_replace_strmem.c:613)
by RtlCopySid (sec.c:376)
by CopySid (security.c:905)
by lookup_local_wellknown_name (security.c:2800)
by lookup_name (lsa.c:308)
by LsaLookupNames2 (lsa.c:411)
by test_LsaLookupNames2 (lsa.c:336)
by func_lsa (lsa.c:362)
Address 0x7f03c550 is 6 bytes after a block of size 26 alloc'd
at notify_alloc (heap.c:279)
by RtlAllocateHeap (heap.c:1521)
by LsaLookupNames2 (lsa.c:402)
by test_LsaLookupNames2 (lsa.c:336)
by func_lsa (lsa.c:362)
Looks like LsaLookupNames2() is at fault, the allocation
at line 402 should be the size promised at line 411?
--
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.