[Bug 37449] New: Lexware Quicken 2014 Deluxe reports error 0x0000054f on startup (needs RtlDecompressBuffer with COMPRESSION_FORMAT_LZNT1 support)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 25 04:42:26 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37449

            Bug ID: 37449
           Summary: Lexware Quicken 2014 Deluxe reports error 0x0000054f
                    on startup (needs RtlDecompressBuffer with
                    COMPRESSION_FORMAT_LZNT1 support)
           Product: Wine
           Version: 1.7.29
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ntdll
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
      Distribution: ---

Hello folks,

as the summary says ...

--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Lexware/Quicken/2014

$ WINEDEBUG=+tid,+seh,+relay wine ./QwStart.exe >>log.txt 2>&1
...
007a:Call KERNEL32.LocalAlloc(00000040,0004d600) ret=1000140b
007a:Ret  KERNEL32.LocalAlloc() retval=00772db8 ret=1000140b
007a:Call
ntdll.RtlDecompressBuffer(00000002,00772db8,0004d600,100111b0,00032039,0033f5f8)
ret=1000142d
007a:fixme:ntdll:RtlDecompressBuffer 0x0002, 0x772db8, 316928, 0x100111b0,
204857, 0x33f5f8 :stub
007a:Ret  ntdll.RtlDecompressBuffer() retval=c0000002 ret=1000142d 
...
007a:Call user32.LoadStringA(00400000,000000c8,0033fb88,00000100) ret=004013e1
007a:Ret  user32.LoadStringA() retval=00000032 ret=004013e1
007a:Call user32.MessageBoxA(000300ec,0033f780 "Quicken 2014 konnte nicht
gestartet werden! (Fehler: 0x0000054f)",00402218 "Quicken 2014",00000010)
ret=00401483 
...
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/0669a8aca2dec4eaf6632e368832a8aec1c48ffd:/dlls/ntdll/rtl.c#l1246

--- snip ---
1246 NTSTATUS WINAPI RtlDecompressBuffer(USHORT CompressionFormat, PUCHAR
UncompressedBuffer,
1247               ULONG UncompressedBufferSize, PUCHAR CompressedBuffer,
1248               ULONG CompressedBufferSize, PULONG FinalUncompressedSize)
1249 {
1250     FIXME("0x%04x, %p, %u, %p, %u, %p :stub\n", CompressionFormat,
UncompressedBuffer, UncompressedBufferSize,
1251     CompressedBuffer, CompressedBufferSize, FinalUncompressedSize);
1252
1253     return STATUS_NOT_IMPLEMENTED;
1254 }
--- snip ---

MSDN:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff552191%28v=vs.85%29.aspx

$ sha1sum Quicken_2014tb.exe 
2374d907e2ee568f1f93dba48afd602723dcad6f  Quicken_2014tb.exe

$ du -sh Quicken_2014tb.exe 
319M    Quicken_2014tb.exe

$ wine --version
wine-1.7.29-57-gfbf2557

Regards

-- 
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.



More information about the wine-bugs mailing list