http://bugs.winehq.org/show_bug.cgi?id=28650
Bug #: 28650
Summary: SlingPlayer 2's help does not load
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer_2
.0.4522_Setup-Global.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36817
--> http://bugs.winehq.org/attachment.cgi?id=36817
Wine 1.3.30 console output
Opening SlingPlayer 2's help file shows a page saying "Loading.." but it never
does.
Native wininet doesn't make a difference.
Native ieframe causes a page fault in hh.exe (is this also a bug?)
"winetricks ie6" gets it working. I believe it to be a local .chm help file.
This could be a duplicate of Bug 28092 but there is no useful information in
that bug.
--
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=12939
Summary: >=wine-0.9.59: Selection using control key and mouse
button does not work.
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
URL: http://www.foobar2000.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: h.judt(a)gmx.at
In Foobar2000, <Control>-<Mouse1> should select or deselect a single entry in
the playlist. Instead, it just selects a new entry and deselects all others as
if the control key has not been pressed.
This worked in <wine-0.9.59 but does not in >=wine-0.9.59 (last version tested
was 0.9.61).
Similar problem with <Shift>-<Mouse1> existed in =wine-0.9.59, but was solved
in >=0.9.60 and works fine now.
Occurs with: Foobar2000-0.9.4.4, Exact Audio Copy-0.99prebeta4, file selector
dialogs, but might effect other software / versions / dialogs as well.
When I launch Foobar2000 and try to add files, I get the following messages on
the terminal, maybe this is of some help:
fixme:menu:TrackPopupMenuEx not fully implemented
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000011
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000041
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000010
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000011
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000011
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000041
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000010
--
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=21777
Summary: CreateMutexExA(): use heap for A to W conversion to
work around transbase db engine app bug (affects
multiple apps, TecDoc CATALOG ...)
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.tecdoc.de
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
at the end of TecDoc CATALOG 1/2010 DVD install a crash dialog is displayed
while starting a service (the msi part of install is finished anyway).
The database engine service has auto-start type set hence on every program
start (wine notepad) the infamous crash dialog is displayed.
This turns out to be an app bug but due to differences in Wine vs. Windows API
design/usage this bug has no consequences in Windows and goes on unnoticed.
Unfortunately the part of software that crashes comes from another software
supplier "Transaction Software" (http://www1.transaction.de/transaction/).
Many automotive spare parts catalogue software (BMW, VW, Audi, GM, Fiat ...)
internally use the Transbase SQL database engine for years.
In case of Wine/Linux this means many broken apps/versions in the wild due to
this bug and even if the original software supplier fixes the bug, it will take
years until spare parts catalogue software vendors using the engine to pick up
and release new versions of their own products.
Despite being an app bug I suggest to modify Wine to work around this developer
stupidity.
Here it goes, first the crash itself:
--- snip ---
wine: Unhandled page fault on read access to 0x012f0000 at address 0x681ee546
(thread 001d), starting debugger...
Unhandled exception: page fault on read access to 0x012f0000 in 32-bit code
(0x681ee546).
...
Threads:
process tid prio (all id:s are in hex)
...
00000019 (D) C:\TECDOC_CD\1_2010\db\tbmux32.exe
0000001d 0 <==
0000001b 0
0000001a 0
...
Backtrace:
=>0 0x681ee546 (0x012eddd4)
1 0x7bc79ac0 NtCreateMutant+0xae(MutantHandle=0x12eded4, access=0x1f0001,
attr=0x12edeb4, InitialOwner=0) [/opt/wine/wine-git/dlls/ntdll/sync.c:429] in
ntdll (0x012ede94)
2 0x7b869dc8 CreateMutexExW+0xb2(sa=0x12ee16c, name="Global\TBSEM ( TECDOC_C
) = (Key=32769, Ind=0)", flags=0, access=0x1f0001)
[/opt/wine/wine-git/dlls/kernel32/sync.c:653] in kernel32 (0x012edee4)
3 0x7b869d0c CreateMutexExA+0xb6(sa=0x12ee16c, name="Global\TBSEM ( TECDOC_C
) = (Key=32769, Ind=0)", flags=0, access=0x1f0001)
[/opt/wine/wine-git/dlls/kernel32/sync.c:626] in kernel32 (0x012ee124)
4 0x7b869c08 CreateMutexA+0x3a(sa=0x12ee16c, owner=0, name="Global\TBSEM (
TECDOC_C ) = (Key=32769, Ind=0)") [/opt/wine/wine-git/dlls/kernel32/sync.c:599]
in kernel32 (0x012ee144)
5 0x0041a2a3 in tbmux32 (+0x1a2a3) (0x74fd9c13)
6 0x458d28ec (0x83e58955)
--- snip ---
Starting the whole thing (db service) with +relay exhibits a different
behaviour: the service doesn't crash but it doesn't really work, indicating a
stack usage problem.
Have a close look at security descriptor dump, DACL part:
--- snip ---
001e:Call advapi32.InitializeSecurityDescriptor(012ee2bc,00000001) ret=00419b06
001e:Ret advapi32.InitializeSecurityDescriptor() retval=00000001 ret=00419b06
001e:Call advapi32.InitializeAcl(012ede8c,00000400,00000002) ret=00419b28
001e:Ret advapi32.InitializeAcl() retval=00000001 ret=00419b28
001e:Call advapi32.InitializeSid(012eda8c,012eda84,00000001) ret=00419b47
001e:Ret advapi32.InitializeSid() retval=00000001 ret=00419b47
001e:Call advapi32.GetSidSubAuthority(012eda8c,00000000) ret=00419b60
001e:Ret advapi32.GetSidSubAuthority() retval=012eda94 ret=00419b60
001e:Call advapi32.AddAccessAllowedAce(012ede8c,00000002,10000000,012eda8c)
ret=00419b7c
001e:Ret advapi32.AddAccessAllowedAce() retval=00000001 ret=00419b7c
001e:Call
advapi32.SetSecurityDescriptorDacl(012ee2bc,00000001,012ede8c,00000000)
ret=00419b9e
001e:Ret advapi32.SetSecurityDescriptorDacl() retval=00000001 ret=00419b9e
001e:Call KERNEL32.CreateMutexA(012ee2b0,00000000,012ee2d0 "Global\\TBSEM (
TECDOC_C ) = (Key=808607544, Ind=0)") ret=0041a2a3
001e: create_mutex( access=001f0001, attributes=00000080, owned=0,
objattr={rootdir=0018,sd={control=00000004,owner=<not present>,group=<not
present>,sacl={},dacl={{AceType=unknown<156>,AceFlags=e2},{AceType=unknown<46>,AceFlags=1}}},name=L"Global\\TBSEM
( TECDOC_C ) = (Key=808607544, Ind=0)"} )
001e: create_mutex() = INVALID_SECURITY_DESCR { handle=0000 }
001e:Ret KERNEL32.CreateMutexA() retval=00000000 ret=0041a2a3
--- snip ---
Pretty much messed up.
To keep the story short, I translated debugger disassembly snippets and
annotated stack dumps into a snippet of C code so you won't get annoyed with
too much detail ;-)
This is most likely what the app does (might not be 100% accurate, just to
illustrate the problem):
--- stupid app code start ---
static int prepare_sd( SECURITY_ATTRIBUTES *sa)
{
SID_IDENTIFIER_AUTHORITY sia_world = SECURITY_WORLD_SID_AUTHORITY;
BYTE user_sid[0x400];
BYTE acl_buffer[0x400];
int res = InitializeSecurityDescriptor( sa->lpSecurityDescriptor,
SECURITY_DESCRIPTOR_REVISION);
if( !retval)
return res;
res = InitializeAcl( (PACL) acl_buffer, sizeof(acl_buffer), ACL_REVISION);
if( !retval)
return res;
res = InitializeSid( (PSID) user_sid, &sia_world, 1);
if( !retval)
return res;
*GetSidSubAuthority( (PSID) user_sid, 0) = SECURITY_WORLD_RID;
res = AddAccessAllowedAce( (PACL) acl_buffer, ACL_REVISION, 0x10000000,
(PSID) user_sid);
if( !retval)
return res;
return SetSecurityDescriptorDacl( sa->lpSecurityDescriptor, TRUE,
(PACL)acl_buffer, FALSE);
}
static int open_app_mutex( ...)
{
SECURITY_DESCRIPTOR sd;
SECURITY_ATTRIBUTES sa = {0};
char name[0x80];
wsprintfA( name, "xxx", ...);
sa.nLength= sizeof(SECURITY_ATTRIBUTES);
sa.lpSecurityDescriptor = &sd;
sa.bInheritHandle = FALSE;
prepare_sd( &sa);
CreateMutexA( &sa, FALSE, name);
...
}
--- stupid app code end ---
You can probably spot the biggest mistake of all pretty soon: some "genius"
decided to put everything on stack in prepare_sd().
Upon return of prepare_sd() helper function, the stack locals used within
prepare_sd() are still *intact*
When the app calls CreateMutexA(), the call sequence is as follows:
CreateMutexA -> CreateMutexExA -> CreateMutexExW -> NtCreateMutant
--- snip dlls/kernel32/sync.c ---
HANDLE WINAPI CreateMutexA( SECURITY_ATTRIBUTES *sa, BOOL owner, LPCSTR name )
{
return CreateMutexExA( sa, name, owner ? CREATE_MUTEX_INITIAL_OWNER : 0,
MUTEX_ALL_ACCESS );
}
...
HANDLE WINAPI CreateMutexExA( SECURITY_ATTRIBUTES *sa, LPCSTR name, DWORD
flags, DWORD access )
{
WCHAR buffer[MAX_PATH];
if (!name) return CreateMutexExW( sa, NULL, flags, access );
if (!MultiByteToWideChar( CP_ACP, 0, name, -1, buffer, MAX_PATH ))
{
SetLastError( ERROR_FILENAME_EXCED_RANGE );
return 0;
}
return CreateMutexExW( sa, buffer, flags, access );
}
--- snip dlls/kernel32/sync.c ---
The problem is buried within CreateMutexExA(): the A to W conversion uses a
stack based buffer of MAX_PATH len.
This eats stack, partly overwriting the ACL buffer (DACL) from previous
prepare_sd() which used to be a stack local too.
The reason that this doesn't happen on Windows is most likely conversions are
heap based or the call path to kernel mode is very short, not consuming that
much stack as Wine does.
I verified with a patch to use heap based buffer in CreateMutexExA() for A to W
conversion (similar what's being done in CreateMailslotA()) and it lets the app
succeed despite that nasty stack bug.
I'll leave it to Alexandre to judge this (change or leave Wine as it is).
If you decide for WONTFIX (that app bug would really deserve such treatment), I
will attach a patch to give users a chance work around various broken transbase
versions.
Regards
--
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=24213
Summary: WMI: provide "WMIC" stub executable to silence various
"file not found" messages (Java SE JRE/JDK installers)
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
when installing Java SE JRE/JDK, the installer calls the WMIC executable (using
"cmd"), cluttering console with messages:
--- snip ---
wine: cannot find L"C:\\windows\\system32\\WMIC.exe"
--- snip ---
This is a tool to access Windows Management Instrumentation (WMI) from the
command line, part of WMI core.
See: http://msdn.microsoft.com/en-us/library/aa394531.aspx
Trace log:
--- snip ---
0047:Call KERNEL32.CreateProcessA(00000000,005dead0 "cmd /C WMIC computersystem
get
model",00000000,00000000,00000001,08000400,00000000,00000000,0074e3f8,0074e43c)
ret=6d337ea3
...
0047:Ret KERNEL32.CreateProcessA() retval=00000001 ret=6d337ea3
...
0023:Call KERNEL32.CreateProcessW(00000000,0013a9c8 L"WMIC computersystem get
model",00000000,00000000,00000001,00000000,00000000,00000000,0033eff0,0033f034)
ret=68198ea3
...
wine: cannot find L"C:\\windows\\system32\\WMIC.exe"
0023:Ret KERNEL32.CreateProcessW() retval=00000000 ret=68198ea3
...
0047:Call KERNEL32.CreateProcessA(00000000,005ef958 "cmd /C WMIC computersystem
get
manufacturer",00000000,00000000,00000001,08000400,00000000,00000000,0074e3e8,0074e42c)
ret=6d337ea3
...
0047:Call KERNEL32.CreateProcessA(00000000,005ef958 "cmd /C WMIC bios get
serialnumber",00000000,00000000,00000001,08000400,00000000,00000000,0074e3e8,0074e42c)
ret=6d337ea3
...
0047:Call KERNEL32.CreateProcessA(00000000,005ef958 "cmd /C WMIC cpu get
manufacturer",00000000,00000000,00000001,08000400,00000000,00000000,0074e3f8,0074e43c)
ret=6d337ea3
...
--- snip ---
Would be fine if Wine could provide a stub executable to silence this until
real work on WMI starts one day ... (like Wine's "lodctr" for .NET stuff)
Ideally the WMIC stub should print the command line passed to it using own
debug channel ;-)
Regards
--
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=27400
Summary: SecuROM 4.x/5.x helper driver needs
ntoskrnl.exe.IoSetThreadHardErrorMode stub
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
the driver is part of SecuROM 4.x/5.x and dynamically extracted and loaded if
"\Device\CdRom0" is present (cdrom0 -> /dev/cdrom via manually created symlink
in dosdevices).
The driver isn't particularly useful as of now but it shouldn't crash.
--- snip ---
...
0021:Call KERNEL32.CreateFileA(0032ce0c
"C:\\users\\focht\\Temp\\pfsvgae.sys",40000000,00000000,00000000,00000002,00000000,00000000)
ret=00486114
0021:Ret KERNEL32.CreateFileA() retval=00000080 ret=00486114
...
0021:Call advapi32.CreateServiceA(00161bc8,0032d00c "pfsvgae",0032d00c
"pfsvgae",000f01ff,00000001,00000003,00000001,0032ce0c
"C:\\users\\focht\\Temp\\pfsvgae.sys",00000000,00000000,00000000,00000000,00000000)
ret=00487aae
...
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\Device\\CdRom0" 0 0x53e20c
0x53e1e8
fixme:ntoskrnl:IoRegisterDriverReinitialization stub: 0x787a54a0 0x541a6f (nil)
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\Device\\LanmanRedirector" 1
0x53e21c 0x53e218
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\Device\\NetWareRedirector" 1
0x53e21c 0x53e218
wine: Call from 0x7b838b9b to unimplemented function
ntoskrnl.exe.IoSetThreadHardErrorMode, aborting
wine: Unimplemented function ntoskrnl.exe.IoSetThreadHardErrorMode called at
address 0x7b838b9b (thread 0028), starting debugger...
wine: Call from 0x7b838b9b to unimplemented function
ntoskrnl.exe.IoSetThreadHardErrorMode, aborting
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/ff550342.aspx
The driver uses the IoSetThreadHardErrorMode API as follows:
--- snip pseudo code ---
old_harderror = IoSetThreadHardErrorMode( FALSE);
// device: L"\\DosDevices\\C:\\" ... L"\\DosDevices\\D:\\" ...
ZwCreateFile( ... device ... )
IoSetThreadHardErrorMode( old_harderror)
--- snip pseudo code ---
This is to prevent a message box like "There is no disk in the drive. Please
insert a disk into drive x" or "Windows cannot access the specified device,
path or file." from being shown when the device link is not present or no cdrom
is inserted.
The driver iterates through all possible drive letters regardless if applicable
or not.
The return value doesn't really matter for now.
Regards
--
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=27550
Summary: SafeDisc 4.x: first opcode byte of
kernel32.DebugBreak() API entry must not be "int 3"
(0xCC) (Rainbow Six: Vegas 2 fails on startup)
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
"Rainbow Six: Vegas 2" complains about a debugger being present.
The game shows a message box on startup:
"A debugger has been detected"
"Unload the debugger and try again"
--- snip ---
=[ ProtectionID v0.6.4.0 JULY]=-
(c) 2003-2010 CDKiLLER & TippeX
Build 07/08/10-17:57:05
Ready...
Scanning -> Z:\home\focht\.wine\drive_c\Program Files\Ubisoft\Tom Clancy's
Rainbow Six Vegas 2\Binaries\R6Vegas2_Game.exe
File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 30277768 (01CE0088h)
Byte(s)
-> File Appears to be Digitally Signed @ Offset 01CDEE00h, size : 01288h /
04744 byte(s)
-> File has 1449472 (0161E00h) bytes of appended data starting at offset
01B7D000h
[File Heuristics] -> Flag : 00000000000000000100000000000111 (0x00004007)
[!] Safedisc v4.85.000 detected !
[i] Appended data contents....
[.] o: 0x01B7D028 / t: <0xA8726B03> <0xEF01996C> <0x00000001> / s: 00302963
byte(s) -> ~deaa13.tmp
[.] o: 0x01BC6FC2 / t: <0xA8726B03> <0xEF01996C> <0x0000044C> / s: 00015887
byte(s) -> clcd32.dll
[.] o: 0x01BCADF8 / t: <0xA8726B03> <0xEF01996C> <0x0000044C> / s: 00004122
byte(s) -> clcd16.dll
[.] o: 0x01BCBE36 / t: <0xA8726B03> <0xEF01996C> <0x0000044D> / s: 00037971
byte(s) -> mcp.dll
[.] o: 0x01BD52B2 / t: <0xA8726B03> <0xEF01996C> <0x0000000B> / s: 00005446
byte(s) -> SecDrv04.VxD
[.] o: 0x01BD681D / t: <0xA8726B03> <0xEF01996C> <0x00000000> / s: 00072192
byte(s) -> ~e5.0001
[.] o: 0x01BE8244 / t: <0xA8726B03> <0xEF01996C> <0x00000000> / s: 00045056
byte(s) -> PfdRun.pfd
[.] o: 0x01BF326C / t: <0xA8726B03> <0xEF01996C> <0x00000000> / s: 00965148
byte(s) -> ~df394b.tmp
[CompilerDetect] -> Visual C++ 8.0 (Visual Studio 2005)
- Scan Took : 1.569 Second(s)
--- snip ---
I debugged the protection through various anti-debugging checks and found out a
specific check failed.
SafeDisc 4.x checks all kernel32 exports and specifically looks for
soft-breakpoints (0xcc) on API entries.
This fails now for kernel32.DebugBreak() because AJ used an inline asm int 3
(0xcc) to fix bug 24157
The protection treats this as "malicious" soft breakpoint and flags this entry
as "bad".
bug 24157 ->
http://source.winehq.org/git/wine.git/commitdiff/5f06809ab3339e2001de57f18b…
- technically a regression.
Fortunately SafeDisc only checks the first opcode byte so one could prepend a
simple "HOTPATCH" instruction to work around that.
Though I'm not sure if this is a "safe" long term solution (in this case it's
sufficient).
Another way could be forwarding kernel32.DebugBreak to ntdll.DbgBreakPoint
I only tested both methods, they work.
Though the copy protection later fails for DVD media validation but this is
another bug.
Regards
--
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=13958
Summary: Services: handle null display names properly when
populating SCM db entries
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
there is a bug in services code when one or more services have no display name
set (null).
If CreateServiceW() is called, it checks for existing services using
scmdatabase_find_service_by_displayname().
Unfortunately this internal helper doesn't handle the "null" service name
properly while iterating, resulting in exception and messy side effects
(although mapped to rpc exception it isn't propagated properly).
Following is service db dump with such cases:
--- snip ---
000d:trace:service:scmdatabase_load_services Loading service L"BITS"
000d:trace:service:load_service_config Image path = L"svchost.exe -k
netsvcs"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"BITS"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"MountMgr"
000d:trace:service:load_service_config Image path =
L"C:\\windows\\system32\\drivers\\mountmgr.sys"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"Mount Manager"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"MSIServer"
000d:trace:service:load_service_config Image path =
L"C:\\windows\\system32\\msiexec.exe /V"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"MSIServer"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"PnkBstrA"
000d:trace:service:load_service_config Image path =
L"C:\\windows\\system32\\PnkBstrA.exe"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"PnkBstrA"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"PnkBstrB"
000d:trace:service:load_service_config Image path =
L"C:\\windows\\system32\\PnkBstrB.exe"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"PnkBstrB"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"PnkBstrK"
000d:trace:service:load_service_config Image path =
L"C:\\windows\\system32\\drivers\\PnkBstrK.sys"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"PnkBstrK"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"PROCMON13"
000d:trace:service:load_service_config Image path =
L"\\??\\C:\\windows\\system32\\Drivers\\PROCMON13.SYS"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = (null)
000d:trace:service:load_service_config Display name = (null)
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"SecDrv"
000d:trace:service:load_service_config Image path =
L"C:\\windows\\system32\\drivers\\\\SECDRV.SYS"
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"SecDrv"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"Spooler"
000d:trace:service:load_service_config Image path =
L"C:\\windows\\system32\\spoolsv.exe"
000d:trace:service:load_service_config Group = L"SpoolerGroup"
000d:trace:service:load_service_config Service account name = L"LocalSystem"
000d:trace:service:load_service_config Display name = L"Print Spooler"
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
000d:trace:service:scmdatabase_load_services Loading service L"VxD"
000d:trace:service:load_service_config Image path = (null)
000d:trace:service:load_service_config Group = (null)
000d:trace:service:load_service_config Service account name = (null)
000d:trace:service:load_service_config Display name = (null)
000d:trace:service:load_service_config Service dependencies : (none)
000d:trace:service:load_service_config Group dependencies : (none)
--- snip ---
Quick fix:
--- snip ---
diff --git a/programs/services/services.c b/programs/services/services.c
index 806fbb6..d48c985 100644
--- a/programs/services/services.c
+++ b/programs/services/services.c
@@ -341,7 +341,7 @@ struct service_entry
*scmdatabase_find_service_by_displayname(struct scmdatabase
LIST_FOR_EACH_ENTRY(service, &db->services, struct service_entry, entry)
{
- if (strcmpiW(name, service->config.lpDisplayName) == 0)
+ if (service->config.lpDisplayName && strcmpiW(name,
service->config.lpDisplayName) == 0)
return service;
}
--- snip ---
Hopefully it's not too late for 1.0 ;-|
Regards
--
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=8277
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
URL| |http://technet.microsoft.co
| |m/en-us/sysinternals/bb8966
| |53
Summary|Enhancement: |Enhancement:
|NtQueryInformationThread |NtQueryInformationThread
|with |with
|ThreadQuerySetWin32StartAdd |ThreadQuerySetWin32StartAdd
|ress |ress (Windows Sysinternals
| |Process Explorer and other
| |tools)
--- Comment #11 from Anastasius Focht <focht(a)gmx.net> 2011-10-11 14:38:59 CDT ---
Hello,
still present.
$ wine --version
wine-1.3.30-3-g758a89e
Regards
--
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=18122
Summary: Add ability to force specific order of notes/howtos
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
I would like to see the ability to force the order of NOTES/HOWTOS.
I experimented with deleting and re-adding notes or adding some number "prefix"
in headline to force ordering but they still appear in some random order.
This feature would improve readability as there are several appdb entries which
contain a large number of notes/howtos and the most important ones should be
displayed first.
Regards
--
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=28535
Bug #: 28535
Summary: Pink rectangles around SlingPlayer 2.0 installer
button
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SP2/SlingPlay
er-2.0.3508-Setup-EMEA.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Regression SHA1: dc9a218a00e3abd48536e1c9d976ba52745a221e
Created attachment 36630
--> http://bugs.winehq.org/attachment.cgi?id=36630
Wine 1.3.29 screenshot
There are pink rectangles around the buttons of the SlingPlayer 2.0 installer.
This is a regression.
dc9a218a00e3abd48536e1c9d976ba52745a221e is the first bad commit
commit dc9a218a00e3abd48536e1c9d976ba52745a221e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 15 12:49:08 2011 +0200
winex11: Add a StretchBlt entry point to the XRender driver.
:040000 040000 7e9122263e58d6ae6392583ed526d0b70475d257
6a893ebc5e7080ba732eddfc16cea36f73928277 M dlls
This commit cannot be reverted in the latest git, but checking out the previous
commit resolves 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=24584
Summary: Serif Draw SE installer fails
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: intialonso(a)yahoo.com
Running setup.exe shows:
wine setup.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advapi:LookupAccountNameW (null) L"mendicante" (nil) 0x32ea54 (nil)
0x32ea58 0x32ea4c - stub
fixme:advapi:LookupAccountNameW (null) L"mendicante" 0x1cfc78 0x32ea54 0x1cfb38
0x32ea58 0x32ea4c - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 3 ignored
L"Upgrade" table values
err:msi:ITERATE_Actions Execution halted, action L"NotWelcomeDlg" returned 1602
And this message:
"this action is not supported, please use setup.exe"
Im using wine 1.3.3 on Ubuntu 10.10rc
--
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=7416
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Severity|enhancement |normal
--- Comment #14 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-10-10 19:18:01 CDT ---
Confirming and setting severity to normal. Presenter view works in Powerpoint
in Windows but not in Wine. That's a bug.
--
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=7416
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daduck10(a)gmail.com
--- Comment #13 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-10-10 16:49:23 CDT ---
*** Bug 28627 has been marked as a duplicate of this bug. ***
--
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=17076
Summary: Embedded .NET installer hangs in installation of
SnelStart
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
URL: http://www.snelstart.nl/Proberen/Proberen.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
(SnelStart is a Dutch Accounting Application)
I'm running up-to-date GIT.
When running 'wine SetupDemoSnelStart.exe' one sees that it downloads
dotnetfx.exe (http://www.installengine.com/cert05/dotnetfx/dotnetfx.exe). After
that there will be a 'InstallShield Wizard' window that keeps busy stating that
it's configuring the .NET framework.
'ps -ef' shows:
C:\windows\temp\{A4D5D16A-A0C9-4F8A-8929-F0B61C32EDEB}\dotnetfx.exe /q:a
/ver:v1.1.4322 /redistui:S /c:/q:a /c:install /q /coreui:1033
I have no idea what logs to attach so please advise.
--
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=3426
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |e2f690a0acf90c335c098e427fc
| |5c2a58ba41c51
Component|-unknown |wininet
Version|0.9 |0.9.61.
--- Comment #12 from Anastasius Focht <focht(a)gmx.net> 2011-10-10 14:34:07 CDT ---
Hello,
filling/correcting some fields...
Regards
--
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=8356
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |b504d0502267625cfb14b8b6d0d
| |524793e9a1978
Priority|P4 |P2
Platform|All |Other
Version|unspecified |0.9.37.
OS/Version|All |other
Severity|major |normal
--- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2011-10-10 14:23:22 CDT ---
Hello,
filling/correcting some fields...
Regards
--
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=15258
Summary: It dosen't let me run the progamm
Product: Wine
Version: unspecified
Platform: All
URL: http://www.g4hfq.co.uk
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wb0zur(a)arrl.net
Hi
I have a bug I think.
This is for programming a Ham radio the program is FTB7800.
The bug is
Run-time error '451'
Property let procedure not defined and property get procedure did not
return an object.
I am just fooling with Ubuntu 8.04
Any questions please ask.
Denton Larson
--
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=28591
Bug #: 28591
Summary: Audio static bursts - HEAD 2011:10:05
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max+winebugs(a)mtew.isa-geek.net
Classification: Unclassified
HEAD - built from sources updated today 2011:10:05
Builds OK, No hangs on make test. Installed to $HOME directory.
This is my daily routine...
Problem: Using the newly installed version to run Guild Wars, the audio track
includes loud static bursts while playing the background music. This is new
since yesterday (or maybe the day before).
Note: The immediately preceding version has a problem with a 'stutter' in the
music track.
--
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=21710
Summary: [regression] MotorM4X menu background image is not
shown anymore
Product: Wine
Version: unspecified
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=15060
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian.thalinger(a)gmail.com
CC: julliard(a)winehq.org
Simply start the game and the menu background image is not there anymore. The
failing changeset seems to be:
$ git bisect bad
1aa749d9e7ee54f221373ccb2b47bcb31ef6533f is first bad commit
commit 1aa749d9e7ee54f221373ccb2b47bcb31ef6533f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Oct 27 19:06:48 2009 +0100
libwine: Reserve some low memory space even without a preloader.
:040000 040000 c6cbdf6fa3f40c287da32a6a3906d4d0ad7c5909
9fee74fb30f8b9bb7ccc3905c65607d13aabdf8b M libs
--
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=21144
Summary: cmd missing newline in output?
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://kegel.com/wine/cmdtest.tar.gz
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Even with Austin's recent patch
http://www.winehq.org/pipermail/wine-patches/2009-December/083144.html
applied, doing
wget http://kegel.com/wine/cmdtest.tar.gz
tar -xzvf cmdtest.tar.gz
cd cmdtest
sh cmdtest.sh
shows that our cmd is missing a newline in its output:
@@ -1,35 +1,22 @@
-
-C:\fake>rem Easy cmd tests
-
...
+C:\fake>rem Easy cmd tests
Looks like it needs to output another CRLF after the end of output of any
command?
--
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=28255
Summary: d3dx9/shader.ok fails with WINEDEBUG=warn+heap
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
With WINEDEBUG=warn+heap, make test fails with
../../../tools/runtest -q -P wine -M d3dx9_36.dll -T ../../.. -p
d3dx9_36_test.exe.so shader.c && touch shader.ok
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6bc,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
shader.c:788: Test failed: D3DXGetShaderSamplers failed, got
"����������������������������������������������������������������������������������������������������������������������������������������������������������������������������@",
expected "s"
--
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=27928
Summary: Wine don't run the program SIMPLO
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dankton96(a)hotmail.com
I can't run the program SIMPLO in wine, their "components" don't work in wine
--
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=28534
Bug #: 28534
Summary: Igowin: miscolored shadows
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://www.smart-games.com/igowin.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: earns.61(a)gmail.com
Classification: Unclassified
This bug is derivative from the bug 201
See attached screenshot.
--
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=26640
Summary: Disciples II: sound artifacts during music playback
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www.fileplanet.com/86712/80000/fileinfo/Discipl
es-II:-Dark-Prophecy-Empire-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33914)
--> (http://bugs.winehq.org/attachment.cgi?id=33914)
console log
There is a constant scratching/grinding noise during music playback in the game
when ALSA is set to full hardware acceleration. Can be heard in the main menu
and during gameplay, too.
Workaround: ALSA with 'emulation' mode.
No such problem when using OSS as sound driver.
Fedora 14
Alsa 1.0.24 (no Pulseaudio here)
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=20364
Summary: The Dig (from STEAM) doesn't run on Arch Linux x86_64
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: A.Fettouhi(a)gmail.com
Created an attachment (id=24125)
--> (http://bugs.winehq.org/attachment.cgi?id=24125)
Output from starting The Dig
I'm trying to get The Dig working on wine. I'm talking about the version from
STEAM. Until a few days ago I was running 32 bit Arch Linux and The Dig was
working fine there in wine. I decided to switch to 64 bit finally and I've set
up wine like I did on my 32 bit installation and The Dig won't start. The
output is attached below.
--
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=15945
Summary: WinSnap can't capture screen.
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.ntwind.com/software/winsnap.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
WinSnap start without critical errors but it seems that it can't capture the
screen.
Option to "edit in paint" ("Tools" menu or "Alt+2") does not work too,
complains about it can't write to disk.
Btw, I saw this line in console while executing /WinSnap/WinSnap.exe:
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
--
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=5180
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:14:05 CDT ---
Closing bugs fixed in 1.3.30.
--
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=27301
Summary: Space Empires: Star Fury doesn't display text in-game
(orm=backbuffer)
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.fileplanet.com/130638/130000/fileinfo/Space
-Empires:-Starfury-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=34916)
--> (http://bugs.winehq.org/attachment.cgi?id=34916)
plain terminal output (orm=backbuffer)
On my system SE:Star Fury as well as Space Empires V render objects, buttons
and the background correctly only when ORM is set to backbuffer. The problem
with orm=fbo was reported in bug #27089.
Since Wine-1.3.20 all text has disappeared from the game: button text, tutorial
tips, descriptions... everything.
This is due to the following commit:
e6ab3832b20707108f8611a32ae61085ee4f76d8 is the first bad commit
commit e6ab3832b20707108f8611a32ae61085ee4f76d8
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue May 10 21:18:44 2011 +0200
wined3d: Set SFLAG_DYNLOCK for lockable render targets.
:040000 040000 70131d5160415ccd5c9c16336291218dd95182b2
4b40acec2ec090c26fa464d73a9adb7e1be97992 M dlls
The patch can be reverted cleanly on wine-1.3.20-439-g1ec78b8 and that fixed
the issue.
To reproduce the problem in the demo:
1) With music enabled the game freezes on startup (bug #2748). After
installation start the launcher by starfury.exe. Exit the launcher.
2) Fire up regedit and look for the key under HKCU/Software/Malfador
Machinations/Star Fury.
Change the value of 'Play Music' from true to false.
3) Start the launcher again and click on start. The main menu of the game
should appear but button text is missing.
Fedora 14
Nvidia GeForce 250 / driver 270.41.06
--
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=19755
Summary: Open Watcom 1.8's binw/wcc.exe complains "Not enough
memory on exec"
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://openwatcom.org
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The dos compiler wcc.exe fails to start.
To repeat:
$ sh winetricks openwatcom
$ wine c:\\WATCOM\\binw\\wcc
Not enough memory on exec
The related app owcc starts ok:
$ wine c:\\WATCOM\\binw\\owcc
Usage: owcc [-?] [options] file ...
--
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=27540
Summary: Typing of the Dead demo: Crashes upon launch when
directsound is set to emulation
Product: Wine
Version: 1.2.3
Platform: x86-64
URL: http://www.fileplanet.com/54947/50000/fileinfo/The-Typ
ing-of-the-Dead-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asb(a)asbradbury.org
Created an attachment (id=35205)
--> (http://bugs.winehq.org/attachment.cgi?id=35205)
output including backtrace from 1.3.22
This bug affects both the Typing of the Dead demo and the full game. It works
correctly when direct sound hardware acceleration is set to "Hardware" in
winecfg, but crashes when it is set to "Emulation". I am using ALSA on Ubuntu
11.04 x86_64 (no pulseaudio).
I have attached a log including the backtrace, generated with a self-built
1.3.22. I have reproduced the crash in the same location with 1.2.3, 1.3.7,
1.3.22 and 1.3.22-203-gac90c1b.
To reproduce, download the Typing of the Dead demo and install to a fresh
WINEPREFIX. Due to bug #24832 the installation finished dialog won't be shown,
but the game still installs correctly. Set directsound hardware acceleration to
emulated, launch Tod_e_demo.exe and you should get a crash.
$ sha1sum tod-demo.zip
96fe3edb2431210932af840e29c59bce6b7fc80f tod-demo.zip
--
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=14316
Summary: Elona is really slow
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://homepage3.nifty.com/rfish/index_e.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
The Roguelike Elona (versions 1.08 and 1.11 at least) is abnormally slow
(especially during gameplay), both in rendering and input. There are no
interesting fixmes or anything for clues. CPU usage is quite high.
Unsuccessfully tried to run it through winedbg for breaking during slowness.
--
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=27542
Summary: Iexplore can't open url regression 2
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Bug 27342 is back in current git. wine-1.3.22-203-gac90c1b
wine iexplore http://huuto.net -> Empty white page.
Regression test:
17e6d75ed41bf2207c4206adf63ba835d1e06609 is the first bad commit
commit 17e6d75ed41bf2207c4206adf63ba835d1e06609
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Jun 16 16:42:12 2011 +0200
mshtml: Call on_start_nsrequest synchronously in async_stop_request is no
data was read before.
:040000 040000 39bb76317133605afb5
--
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=13502
Summary: BRenBot application fails to start
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://new.brenbot.com/files/brenbot/br_1-
52_install_mini.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13423)
--> (http://bugs.winehq.org/attachment.cgi?id=13423)
BRenBot with msvcrt traces
With Wine version wine-1.0-rc2-65-g914cb22, running BRenBot, a server bot for
the Renegade FDS, fails with some msvcrt fixmes and Perl compilation failures.
If native msvcrt is used, the app starts successfully (though the Renegade FDS
is needed for it to completely 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=28449
Summary: GnuTLS internal error in wine test case
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
tested the latest git wine tree at a ThinkPad running a stable Gentoo linux w/
gnutls 2.10.5 and got :
tfoerste@n22 ~/devel/wine-git/dlls/secur32/tests $ make test
...
ntlm.c:1343: Tests skipped: NTLM package not installed, skipping test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p
secur32_test.exe.so schannel.c && touch schannel.ok
GnuTLS error: GnuTLS internal error.
The file schannel.ok is created !
--
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=13564
Summary: VeohTV beta login window is improperly drawn
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.veoh.com/veohTV/getStarted.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13505)
--> (http://bugs.winehq.org/attachment.cgi?id=13505)
VeohTV output
The version is really 1.0-rc3, but no such option is yet available. After
installing VeohTV beta and installing pdh with winetricks (else you get a bug
report dialog) starting VeohTV, the login window is all black and improperly
rendered, unlike the gray skinned interface that shows on Windows. Logs are
attached, and the crash that occurs at the end of the log happens when
explicitly exiting VeohTV, and is for another bug report.
--
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=26053
Summary: urlmon/sec_mgr tests show some invalid writes under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33225)
--> (http://bugs.winehq.org/attachment.cgi?id=33225)
valgrind log
Invalid write of size 4
at memcpy (mc_replace_strmem.c:635)
by InternetProtocolInfo_ParseUrl (sec_mgr.c:873)
by parse_security_url (sec_mgr.c:1270)
by CoInternetGetSecurityUrl (sec_mgr.c:1372)
by test_InternetGetSecurityUrl (sec_mgr.c:787)
by func_sec_mgr (sec_mgr.c:1188)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f01fe30 is 10 bytes after a block of size 14 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by RtlFreeUnicodeString (rtlstr.c:319)
by GetPrivateProfileStringA (profile.c:1185)
by GetProfileStringA (profile.c:1199)
by SYSPARAMS_Init (sysparams.c:941)
by process_attach (user_main.c:276)
by DllMain (user_main.c:332)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
--
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=20688
Summary: FIFA 2010: Sound does not work in multiplayer
(Internet Game) match
Product: Wine
Version: 0.9.32.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
Created an attachment (id=24716)
--> (http://bugs.winehq.org/attachment.cgi?id=24716)
Some parts of log (WINEDEBUG=fixme-all,sound,dsound)
In FIFA 2010, when I start multiplayer game, sound stops working.
My sound settings:
ALSA driver, 16 bits, 44100 Hz.
Some parts of log (WINEDEBUG=fixme-all,sound,dsound) attached below.
--
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=20462
Summary: Unable to uninstall Caesar IV
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=24337)
--> (http://bugs.winehq.org/attachment.cgi?id=24337)
InstallShield Wizard window during uninstall of Caesar IV
Launching "Wine/Programms/.../Uninstall Caesar IV" leads to start an
Installshield Wizard Window that demand to improve the license terms.
But unlike it happens during installation of Caesar IV, the license terms
doesn't appears and it is impossible to select "I agree with the licence
terms".
So it is impossible to uninstall Caesar IV !
Software configuration :
Distro : Ubuntu Karmic 9.10
Kernel : 2.6.31-14
Wine version : 1.1.31
--
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=28466
Summary: Copy-Paste bug
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rosloveliza(a)hotmail.com
File: graphics.c, Line: 4332
Copy-paste bug, Width and Height.
--
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=201
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #94 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:13:47 CDT ---
Closing bugs fixed in 1.3.30.
--
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=28526
Bug #: 28526
Summary: HTML-Kit 292's small icons have a white background
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: d905ba5a33797d9d91c7c291223ee1590c9fc4cb
Bug 22876 has recently reappeared: in the main program window for HTML-Kit 292,
the small icons near the bottom have a white background instead of transparent.
Regression testing indicated:
d905ba5a33797d9d91c7c291223ee1590c9fc4cb is the first bad commit
commit d905ba5a33797d9d91c7c291223ee1590c9fc4cb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Sep 19 17:46:33 2011 +0200
winex11: Implement a PutImage entry point in the XRender driver.
:040000 040000 6b97482a16dd1a84f666cd693c8b9e9df23241c6
f8a139f24eeab4fd02673d456a427479df9988b4 M dlls
Reverting fixed it. The standard terminal output doesn't look very useful (all
ieframe/urlmon fixmes) so let me know if you need a log with specific debug
channels.
--
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=25293
Summary: Starcraft II cursor on-game is blank
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hlechner(a)gmail.com
After Wine Version 1.3.6, with X11 Cursor Support, The cursor of Starcraft II
on-game is not displayed correctly.
The transparent of cursor is showed with black color.
--
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=28383
Summary: secur32/schannel test consistently fails on 32-bit
debian testing
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=36402)
--> (http://bugs.winehq.org/attachment.cgi?id=36402)
secur32 test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p
secur32_test.exe.so schannel.c && touch schannel.ok
fixme:secur32:schan_QueryCredentialsAttributes SECPKG_ATTR_CIPHER_STRENGTHS:
semi-stub
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
GnuTLS error: An unexpected TLS packet was received.
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
GnuTLS error: A TLS fatal alert has been received.
err:secur32:schan_DecryptMessage Returning -2146893052
schannel.c:748: Test failed: DecryptMessage failed: 80090304
austin@debian-buildbot:~/src/winezeug/buildbot$ dpkg -l | egrep
"openssl|gnutls"
ii libcurl3-gnutls 7.21.7-1
Multi-protocol file transfer library (GnuTLS)
ii libgnutls-dev 2.12.7-8 GNU
TLS library - development files
ii libgnutls-openssl27 2.12.7-8 GNU
TLS library - OpenSSL wrapper
ii libgnutls26 2.12.7-8 GNU
TLS library - runtime library
ii libgnutlsxx27 2.12.7-8 GNU
TLS library - C++ runtime library
ii libneon27-gnutls 0.29.6-1 HTTP
and WebDAV client library (GnuTLS enabled)
ii openssl 1.0.0d-3
Secure Socket Layer (SSL) binary and related cryptographic tools
ii python-openssl 0.13~a1-1
Python wrapper around the OpenSSL library
I'll attach a +secur32 trace.
--
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=28565
Bug #: 28565
Summary: Mask color showing as background in toolbar buttons
Product: Wine
Version: 1.3.29
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Sarocet(a)gmail.com
Classification: Unclassified
Since upgrading to 1.3.29 there are toolbar buttons with a pink background,
clearly a mask color that should have been converted to transparent.
I noticed it on mIRC. Worked fine on 1.3.28.
--
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=28376
Summary: djdecks dx v1.0.2
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: audioprof2002(a)hotmail.com
Created an attachment (id=36386)
--> (http://bugs.winehq.org/attachment.cgi?id=36386)
console
Hi,
djdecks for DX does not work...
but the old "non DX" works...
both are different.
Ubuntu 11.x natty
www.djdecks.be
"djDecks DX is a version of djDecks that makes use of DirectX 9 to draw the
graphics.
Besides that, this build is also the first version of djDecks that is
completely written in C++, where the regular version still has a part of Visual
Basic code."
http://forum.djdecks.be/viewtopic.php?f=2&t=5719
--
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=7563
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #23 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:13:37 CDT ---
Closing bugs fixed in 1.3.30.
--
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=28561
Bug #: 28561
Summary: crash while installing Vixi Freecorder with
mono28/mono210 installed and without gecko-dbg
installed
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 36682
--> http://bugs.winehq.org/attachment.cgi?id=36682
Log: FCTBSetup.exe crash
While install Vixi Freecorder without mono, the console output says
"wine:install mono ... "
so I install mono and test again.
1, winetricks -q mono210 ( or mono28)
2, start the installer
$ wine FCTBSetup.exe &> FCTBSetup.wine-1.3.29.3.log
The installer crashes.
Backtrace:
=>0 0x2008fa80 set_statustext+0x16e() in mshtml (0x0033e3c4)
1 0x200a00d1 handle_load+0x168() in mshtml (0x0033e414)
2 0x69fe624e in xul (+0x3a624d) (0x0033e524)
3 0x69fe65a5 in xul (+0x3a65a4) (0x0033e5a4)
4 0x69ffc96d in xul (+0x3bc96c) (0x0033e614)
However, if I follow http://wiki.winehq.org/Gecko to install gecko-dbg after
mono installed, then there will no crash; if I install gecko-dbg before mono
installed, then there will be a crash but no debug info for xul ...
$ wine --version
wine-1.3.29-121-gfdda702
--
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=21685
Summary: ICQ 7's installer fails to check for updates
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://ftp.icq.com/pub/ICQ7/install_icq7.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26205)
--> (http://bugs.winehq.org/attachment.cgi?id=26205)
wine-1.1.38-108-g312e4f6 +msxml
ICQ 7's installer runs an update check during installation, but this fails and
gives an error message:
"Failed to initialize MNCS. (Code: 1)"
Workaround is native msxml3.
--
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.