https://bugs.winehq.org/show_bug.cgi?id=50960
Bug ID: 50960
Summary: unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprin
tf_p
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: michele.dionisio(a)gmail.com
Distribution: ---
Hi,
I'm testing dotnet core application working under wine.
Everything works quite well except the intaller that is based on innosetup that
check if .netcore in installing using the next microsoft tools
// download netcorecheck.exe: https://go.microsoft.com/fwlink/?linkid=2135256
// download netcorecheck_x64.exe:
https://go.microsoft.com/fwlink/?linkid=2135504
I think the source code is:
https://github.com/dotnet/deployment-tools/tree/main/src/clickonce/native/p…
both crash if executed with:
wine netcorecheck_x64.exe Microsoft.NETCore.App 5.0.3
for an unimplemented function.
wine: Call from 000000007B01180E to unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprintf_p, aborting
wine: Unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprintf_p called at address
000000007B01180E (thread 0024), starting debugger...
00f8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0100:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0100:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
Unhandled exception: unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprintf_p called in 64-bit
code (0x000000007b01180e).
Register dump:
rip:000000007b01180e rsp:000000000019f360 rbp:000000000019f650 eflags:00000206
( - -- I - -P- )
rax:000000000019f3a0 rbx:000000007b60e728 rcx:000000000019f380 rdx:00000000000
--
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=50811
Bug ID: 50811
Summary: Bad options passed to wrc, gdi32.res not created
Product: Wine-staging
Version: 6.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)cchtml.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
My 6.4 build of wine-staging is failing:
winegcc: File does not exist: dlls/gdi32/gdi32.res
make: *** [Makefile:53880: dlls/gdi32/gdi32.dll] Error 2
I traced the problem to "-pthread" being added to the wrc command.
tools/wrc/wrc -u -o dlls/gdi32/gdi32.res -m64 --nostdinc --po-dir=po
-Idlls/gdi32 -Iinclude -Iinclude/msvcrt \
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz
-I/usr/include/glib-2.0 \
-I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2
-D__WINESRC__ \
-pthread -D_GDI32_ -D_UCRT dlls/gdi32/gdi32.rc
...
<wrc usage output here>
...
tools/wrc/wrc: invalid option -- 'p'
tools/wrc/wrc: invalid option -- 't'
--
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=12457
Summary: SharpDevelop 2.2 crashes with NotImplementedException at
IWebBrowser2.get_LocationName()
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.icsharpcode.net/OpenSource/SD/Download/#Sharp
Develop22
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://lists.ximian.com/pipermail/mono-devel-list/2008-March/027227.html
was asking how to install SharpDevelop 2 under Wine, so I
gave it a try. "winetricks dotnet20" was enough to get it
to install and start, but after it put up the GUI, it
aborted with
fixme:shdocvw:WebBrowser_QueryInterface
(0x1af830)->({00000144-0000-0000-c000-000000000046} 0x33e800) interface not
supported
...
FATAL- System.NotImplementedException: The method or operation is not
implemented.
at System.Windows.Forms.UnsafeNativeMethods.IWebBrowser2.get_LocationName()
at System.Windows.Forms.WebBrowser.get_DocumentTitle()
--
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=48412
Bug ID: 48412
Summary: Call of Duty: Modern Warfare 2 lighting issue and
textures blinking
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 54edd5b220116febe704ecef8b3fb86621793ebe
Distribution: ---
Created attachment 66183
--> https://bugs.winehq.org/attachment.cgi?id=66183
screenshot
Blinking happens periodically.
--
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=29903
Bug #: 29903
Summary: Microsoft Visual Studio 2005: enumeration of processes
fails due to wtsapi32.WTSEnumerateProcessesW() being a
stub ( "attach to process" menu))
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
clicking "attach to process" menu item with default "local transport" leads to
an error message stating "Operation not supported. Unknown error: 0x8007000e".
The process list (listview) is empty due to WTSEnumerateProcessesW() API being
a stub.
Prerequisite: 'winetricks -q dotnet20 mfc42'
--- snip ---
...
0024:Call
wtsapi32.WTSEnumerateProcessesW(00000000,00000000,00000001,0032e828,0032e824)
ret=54bc508e
0024:fixme:wtsapi:WTSEnumerateProcessesW Stub (nil) 0x00000000 0x00000001
0x32e828 0x32e824
0024:Ret wtsapi32.WTSEnumerateProcessesW() retval=00000001 ret=54bc508e
0024:Call KERNEL32.GetProcAddress(7d910000,54cb3b3c "WTSFreeMemory")
ret=54bb97d2
0024:Ret KERNEL32.GetProcAddress() retval=7d914fc8 ret=54bb97d2
0024:Call wtsapi32.WTSFreeMemory(00000000) ret=54bc51b9
0024:fixme:wtsapi:WTSFreeMemory Stub (nil)
0024:Ret wtsapi32.WTSFreeMemory() retval=0000002b ret=54bc51b9
...
0024:Call oleaut32.SysAllocString(011722a8 L"Unable to connect to the Microsoft
Visual Studio Remote Debugging Monitor named 'nexus4'. Operation not
supported. Unknown error: 0x8007000e.") ret=54ba4f0c
...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383831.aspx
Stub source:
http://source.winehq.org/git/wine.git/blob/fddbf3b99d6582c50ede10dfddd8d438…
--- snip ---
--- snip ---
105 BOOL WINAPI WTSEnumerateProcessesW(HANDLE hServer, DWORD Reserved, DWORD
Version,
106 PWTS_PROCESS_INFOW* ppProcessInfo, DWORD* pCount)
107 {
108 FIXME("Stub %p 0x%08x 0x%08x %p %p\n", hServer, Reserved, Version,
109 ppProcessInfo, pCount);
110
111 if (!ppProcessInfo || !pCount) return FALSE;
112
113 *pCount = 0;
114 *ppProcessInfo = NULL;
115
116 return TRUE;
117 }
--- snip ---
$ wine --version
wine-1.4-rc3-65-g98f0be8
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=19756
Summary: TaskCoach: Cannot add new task with a due date
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.taskcoach.org/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jekwas(a)gmail.com
Created an attachment (id=23126)
--> (http://bugs.winehq.org/attachment.cgi?id=23126)
taskcoach.exe.log
I ran across this while testing for 8322. Task Coach is unable to add a new
task if a Due Date is specified.
To reproduce, click "New task" in the main window. Go to the Dates tab and add
a due date. Press OK, and nothing will happen. When you close Task Coach, it
will alert you of logged errors.
I have attached such a log. (Wine doesn't output with any problems when trying
to add a task)
--
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=49663
Bug ID: 49663
Summary: Performance regression in TrackMania Nations Forever
Product: Wine
Version: 5.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: phatboi1337(a)gmail.com
Regression SHA1: f02193738c88bea8fefb3f8d2e79c5e9941f6b5a
Distribution: ArchLinux
Hi there!
As of f02193738c88bea8fefb3f8d2e79c5e9941f6b5a, performance in TrackMania
Nations Forever has dropped from ~250 fps to ~72 fps on the A01-Race map.
The issue only seems to be present when DXVK is being used. WineD3D performance
seems to be unchanged, running at ~120 fps.
The game is available for free, either from Steam or the official website
(http://trackmaniaforever.com/nations/).
--
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=12076
Summary: Database app refused to install unless
system32/drivers/etc/{services,host} exist
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user's informix-based app refused to install until
the empty files c:/windows/system32/drivers/etc/{services,host}
were created, see
http://winehq.org/pipermail/wine-users/2008-March/030256.html
I looked around a bit for other system32/drivers/etc files.
http://support.microsoft.com/kb/130024 describes hosts, services, and protocols
http://support.microsoft.com/kb/105997 describes lmhosts
It looks like some apps find that directory by looking at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath
and MSN Messenger 7.5 f*cks up by changing that variable's type, see
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6343068
Getting this all right would be a lot of work. Just creating
two empty files might be reasonable, though, since it
allows the user's app to install.
--
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=51076
Bug ID: 51076
Summary: demangle_datatype in ucrtbase crash in vc2019 x86 mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: nightwend(a)163.com
Distribution: ---
Created attachment 69939
--> https://bugs.winehq.org/attachment.cgi?id=69939
missed null check
demangle_datatype in ucrtbase crash in vc2019 x86 mode when compile some cpp
files
THe root cause is a missed null check.
--
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=50854
Bug ID: 50854
Summary: Elgato Stream Deck 4.9.3 (.NET 4.5 app) installer
reports 'This application is only supported on Windows
10 Anniversary Update (1511) or higher.'
('advapi32.dll' version must be >= 6.3.10000.0)
Product: Wine
Version: 6.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 50849 with native .NET Framework 4.5 as workaround.
Even with Windows version set to 'Windows 10' the installer reports 'This
application is only supported on Windows 10 Anniversary Update (1511) or
higher.'. It uses version resource check.
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi,+loaddll \
wine msiexec -i Stream_Deck_4.9.3.13222.msi >>log.txt 2>&1
...
0100:trace:msi:ITERATE_AppSearch L"WIN10FOUND" L"searchFile"
0100:trace:msi:get_signature package 0019C498, sig 0033F6C0
...
0100:trace:msi:get_signature Found file name L"advapi32.dll" for Signature_
L"searchFile";
0100:trace:msi:get_signature MinVersion is 6.3.10000.0
0100:trace:msi:get_signature MaxVersion is 0.0.0.0
0100:trace:msi:get_signature MinSize is 0, MaxSize is 0;
0100:trace:msi:get_signature Languages is (null)
...
0100:trace:msi:recurse_search_directory Searching directory
L"C:\\windows\\syswow64\\" for file L"advapi32.dll", depth 0
...
0100:Call version.GetFileVersionInfoW(0021ed98
L"C:\\windows\\syswow64\\advapi32.dll",00000000,000006c4,0021f588) ret=100338bb
...
0100:Ret version.GetFileVersionInfoW() retval=00000001 ret=100338bb
...
0100:Call version.VerQueryValueW(0021f588,1008b938 L"\\",0033eff0,0033efe0)
ret=10016227
...
0100:Ret version.VerQueryValueW() retval=00000001 ret=10016227
0100:trace:msi:file_version_matches comparing file version 5.1.2600.2180:
0100:trace:msi:file_version_matches less than minimum version 6.3.10000.0
01
...
0100:trace:msi:msi_get_property property L"WIN10FOUND" not found
...
0100:trace:msi:MSI_EvaluateConditionW 1 <- L"NOT WIN10FOUND"
...
0100:trace:msi:ACTION_PerformAction Performing action (L"NotWin10Error")
...
0100:trace:msi:ACTION_CustomAction Handling custom action L"NotWin10Error" (13
(null) L"This application is only supported on Windows 10 Anniversary Update
(1511) or higher.")
...
0100:Call user32.MessageBoxW(00000000,0021f9f0 L"This application is only
supported on Windows 10 Anniversary Update (1511) or
higher.",00000000,00000000) ret=100228bd
...
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/d1764a45cfd12f8c5699fd7428cf90f…
--- snip ---
19 #define WINE_FILEDESCRIPTION_STR "Wine advapi32 dll"
20 #define WINE_FILENAME_STR "advapi32.dll"
21 #define WINE_FILEVERSION 5,1,2600,2180
22 #define WINE_FILEVERSION_STR "5.1.2600.2180"
23 #define WINE_PRODUCTVERSION 5,1,2600,2180
24 #define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
--- snip ---
$ sha1sum Stream_Deck_4.9.3.13222.msi
d54a6df51519c5028eeb27b8f1a577d50a62e375 Stream_Deck_4.9.3.13222.msi
$ du -sh Stream_Deck_4.9.3.13222.msi
96M Stream_Deck_4.9.3.13222.msi
$ wine --version
wine-6.4
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.