https://bugs.winehq.org/show_bug.cgi?id=47246
Bug ID: 47246
Summary: DbgPrint does not handle unicode format string '%wZ'
(ReactOS 0.4.11-dev-603+ installer )
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
mentioned in https://jira.reactos.org/browse/CORE-16043 which is about a
different issue -> bug 47242
https://jira.reactos.org/browse/CORE-16043?focusedCommentId=114608&page=com…
--- quote ---
...
However, the fact that the debug log says "NtOpenSymbolicLinkObject(Z) failed
with Status 0x006cf6a4" while the corresponding code line is:
457 /*
458 * We failed at opening the \SystemRoot link (usually due to wrong
459 * access rights). Do not consider this as a fatal error, but use
460 * instead the image file path as the installation source path.
461 */
462 DPRINT1("NtOpenSymbolicLinkObject(%wZ) failed with Status
0x%08lx\n",
463 &SystemRootPath, Status);
is scarier, because "0x006cf6a4" is NOT a valid status code, and SystemRootPath
is up to this point still pointing to the constant string L"
SystemRoot" in UNICODE_STRING format. Maybe also their debugging procedure does
not understand what %wZ means ? (and so it displays garbage)
--- quote ---
Indeed. Trace log:
--- snip ---
$ WINEDEBUG=+seh,+relay,+ntdll,+server wine ./reactos.exe >>log.txt 2>&1
...
0009:Call
ntdll.NtQueryInformationProcess(ffffffff,0000001b,0034f91c,00000210,00000000)
ret=00409074
0009: get_dll_info( handle=ffffffff, base_address=00000000 )
0009: get_dll_info() = 0 { entry_point=00000000, filename_len=86,
filename=L"Z:\\home\\focht\\Downloads\\reactos\\reactos.exe" }
0009:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=00409074
0009:Call msvcrt.wcsrchr(0034f924
L"Z:\\home\\focht\\Downloads\\reactos\\reactos.exe",0000005c) ret=004090a7
0009:Ret msvcrt.wcsrchr() retval=0034f962 ret=004090a7
0009:Call msvcrt.wcslen(0034f924 L"Z:\\home\\focht\\Downloads\\reactos")
ret=004090c7
0009:Ret msvcrt.wcslen() retval=0000001f ret=004090c7
0009:Call ntdll.NtOpenSymbolicLinkObject(0034fd50,00000001,0034fd34)
ret=0040910b
0009:trace:ntdll:NtOpenSymbolicLinkObject
(0x34fd50,0x00000001,{name=L"\\SystemRoot", attr=0x00000040, hRoot=(nil),
sd=(nil)}
)
0009: open_symlink( access=00000001, attributes=00000040, rootdir=0000,
name=L"\\SystemRoot" )
0009: open_symlink() = OBJECT_NAME_NOT_FOUND { handle=0000 }
0009:Ret ntdll.NtOpenSymbolicLinkObject() retval=c0000034 ret=0040910b
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) NtOpenSymbolicLinkObject(%wZ)
failed with Status 0x%08lx\n"
DbgPrint says: (base\setup\lib\setuplib.c:454) NtOpenSymbolicLinkObject(Z)
failed with Status 0x0034fd54
0009:Call ntdll.RtlCreateUnicodeString(00444edc,0034f924
L"Z:\\home\\focht\\Downloads\\reactos") ret=004091db
0009:Ret ntdll.RtlCreateUnicodeString() retval=00000001 ret=004091db
0009:Call msvcrt.wcsrchr(0034f924
L"Z:\\home\\focht\\Downloads\\reactos",0000005c) ret=004091e9
0009:Ret msvcrt.wcsrchr() retval=0034f952 ret=004091e9
0009:Call ntdll.RtlCreateUnicodeString(00444ed4,0034f952 L"\\reactos")
ret=00409203
0009:Ret ntdll.RtlCreateUnicodeString() retval=00000001 ret=00409203
0009:Call ntdll.RtlCreateUnicodeString(00444ecc,0034f924
L"Z:\\home\\focht\\Downloads") ret=0040922d
0009:Ret ntdll.RtlCreateUnicodeString() retval=00000001 ret=0040922d
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) SourcePath: '%wZ'\n"
DbgPrint says: (base\setup\reactos\reactos.c:986) SourcePath: 'Z'
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) SourceRootPath: '%wZ'\n"
DbgPrint says: (base\setup\reactos\reactos.c:987) SourceRootPath: 'Z'
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) SourceRootDir: '%wZ'\n"
DbgPrint says: (base\setup\reactos\reactos.c:988) SourceRootDir: 'Z'
...
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/printf.c#l418
Microsoft docs:
https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/wdm/n…https://docs.microsoft.com/en-us/cpp/c-runtime-library/format-specification…
$ sha1sum reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.*
bcb4c544c61ddf899ccd0266cdc8f40cc8dfa96d
reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.7z
bc0293827c84f6402cbcb39c1628f38ff16ef651
reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.iso
$ du -sh reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.*
55M reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.7z
73M reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.iso
$ wine --version
wine-4.8-296-g6a610a3258
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.
https://bugs.winehq.org/show_bug.cgi?id=48933
Bug ID: 48933
Summary: SmartGaga Error 1
Product: Wine
Version: 4.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unrealmy2000(a)yahoo.com.ar
Distribution: ---
Created attachment 66901
--> https://bugs.winehq.org/attachment.cgi?id=66901
SmartGaga (Android Emulator) Stop at 98 % when run with PlayOnLinux and Wine on
Zorin 15_0_2 Linux
Smart Gaga, a Really Fastest Android Emulator for Windows, stop at 98 % when
starting.
And show a Error 1
--
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=24115
Summary: Windows TAPI Service not located by Avaya IP Agent
R6.0.28.601
Product: Wine
Version: 1.3.1
Platform: x86
URL: ftp://ftp.avaya.com/incoming/Up1cku9/tsoweb/ipagent/IP
AgentR6028601.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=30347)
--> (http://bugs.winehq.org/attachment.cgi?id=30347)
wine1.3.1: wine IPAgentR6028601.exe >>log.txt 2&>1
Windows TAPI service cannot be located by Avaya IP Agent R6.0.28.601 (please
see screenshot.png)
lsb_release -rd
Description: Ubuntu 10.04.1 LTS
Release: 10.04
apt-cache policy wine
wine:
Installed: 1.3.1-1
Candidate: 1.3.1-1
Version table:
*** 1.3.1-1 0
100 /var/lib/dpkg/status
1.2-0ubuntu1~lucidppa1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ lucid/main
Packages
1.1.42-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
--
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=18243
Summary: wine iexplore.exe http://www.some.file.com/foobar.exe
fails
Product: Wine
Version: 1.1.20
Platform: PC
URL: ftp://ftp.gnupg.org/gcrypt/binary/sha1sum.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20753)
--> (http://bugs.winehq.org/attachment.cgi?id=20753)
terminal output
While trying out various means of downloading files for my SoC project, I found
that UrlDownloadToFile doesn't support ftp protocol, only http.
No problem, I figured, we've got an IE implementation, I can use that!
but alas:
$ wine iexplore.exe ftp://ftp.gnupg.org/gcrypt/binary/sha1sum.exe
fails. The key line appears to be:
err:mshtml:before_async_open GetWineURL returned NULL
The same occurs for http protocol downloads.
Works fine on Windows. Full terminal output attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37513
Bug ID: 37513
Summary: TaxAct 2014 crashes at startup. wine-1.7.28 Kbuntu
14.04 64-bit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peter.brewster.7(a)gmail.com
Distribution: ---
Created attachment 49918
--> https://bugs.winehq.org/attachment.cgi?id=49918
Wine backtrace
Download of TaxAct install package ta14dxdw.exe on 11/1/2014. Installed with
Wine Windows Program Loader without problem. Execution starts OK. Crash
backtrace window appears on top of normal TaxAct window. Kbuntu up-to-date.
Other Wine apps operate as normal.
--
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=32057
Bug #: 32057
Summary: google custom search doesn't work in iexplore
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
wine iexplore http://winehq.org
Try to search something (searchbox on top, right corner)
-> It doesn't show search results wine-1.5.15-329-gc60a0b8
--
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=31059
Bug #: 31059
Summary: On setting Youtube.com local preferences iexplorer
crashes.
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mayanksuman(a)live.com
Classification: Unclassified
Created attachment 40772
--> http://bugs.winehq.org/attachment.cgi?id=40772
Backtrace of Crash
On saving the local preferences for yuotube.com the native iexplorer crashes.
--
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=25719
Summary: logmein free installer hangs
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
logmein free is a free-as-in-beer remote access program, see
https://secure.logmein.com/US/products/free/
The installer is very slow, and seems to hang altogether on
the LogMeIN Account Details dialog. An +msi log shows
things still happening when you move the window, but
nothing seems to be going on from the user's point of view,
and the Cancel button does nothing (besides provide
visual feedback).
--
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.