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=52333
Bug ID: 52333
Summary: PG Offline 4 fails to start in Wine Mono
Product: Wine
Version: 7.0-rc4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Created attachment 71495
--> https://bugs.winehq.org/attachment.cgi?id=71495
console output
Splitting this off of bug 51513 since the original issue has a fix incoming,
but this particular program is still broken.
After fixing the IndexOutOfRangeException and the NotSupportedException behind
it in Wine Mono (not yet merged in Wine, use the CI build from
https://github.com/madewokherd/mono/pull/19), the application tries and fails
to instantiate CLSID_NetFwRule which is not implemented in Wine's hnetcfg.
After that, it crashes in GC code that shouldn't ever crash, so apparently
there's some sort of memory corruption going on.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=52331
Bug ID: 52331
Summary: 3D game screen blank except in <ALT> <TAB> view
(Ubuntu 21.10)
Product: Wine
Version: 7.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freehand(a)tutanota.com
Distribution: ---
I'm trying to run two classic open source flight sims, Rowan's Mig Alley and
Rowan's Battle of Britain, on Ubuntu 21.10 with wine 7.0 rc3 (Staging). With
virtual desktop turned off, a black square occludes the 3D view. Perhaps this
is a clue about what is going on - you can fly the aircraft by holding down
<ALT> <TAB> task switcher display, although the 3D view is, of course, postage
stamp size in this view.
Also holding down the keyboard <CTRL> F6 keyboard focus shortcut causes the
display to flash between a black screen and the 3D flight sim view.
If I turn on virtual desktop in wine cfg, the 3D flight sim view works in both
games. However, the 2D game canvas view is missing many icons when virtual
desktop is on. (The 2D view works fine if virtual desktop is off).
Thus there are two bugs:
1. without virtual desktop, a black square occludes the 3D flight sim view
2. with virtual desktop on, the 2D game canvas view is missing many icons.
Please suggest any ideas about how to fix either of these two bugs.
These games are open source. Linux/wine installers for the games are here:
https://github.com/sim-museum/esports-f ... igAlley.sh
https://github.com/sim-museum/esports-f ... Britain.sh
The games package can be downloaded here:
https://github.com/sim-museum/esports-for-engineers
--
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=697
--- Comment #16 from Nikolay Sivov <bunglehead(a)gmail.com> ---
You don't need a special program for this font format, once installed, they
should be available as any other supported font.
--
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=697
Alex Folland <lexlexlex(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lexlexlex(a)gmail.com
--- Comment #15 from Alex Folland <lexlexlex(a)gmail.com> ---
I'd like to test this, but I don't know of a good sample program with which to
test it. Is there a sample program which employs such fonts available?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=52
Alex Folland <lexlexlex(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lexlexlex(a)gmail.com
--- Comment #44 from Alex Folland <lexlexlex(a)gmail.com> ---
I tested the included release build of this program with wine-7.0-rc3. The
terminal output was like this:
[alex@alex-pc ~]$ wine
/home/alex/.wine/drive_c/tests/52/Chap14/Scramble/Release
/Scramble.exe
01e8:fixme:win:LockWindowUpdate (0001002A), partial stub!
01e8:fixme:win:LockWindowUpdate (00000000), partial stub!
[alex@alex-pc ~]$
The scrambled tiles were left all over the place when the program ended, and
only dragging my terminal window around to smear the tiles clean cleared them.
--
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.