https://bugs.winehq.org/show_bug.cgi?id=38734
Bug ID: 38734
Summary: Application Impact Telemetry Static Analyzer from
Windows SDK 8.1 App Certification Kit needs
api-ms-win-core-path-l1-1-0.dll
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Prerequisite for Windows SDK 8.1 install:
* new 32-bit WINEPREFIX
* 'winetricks -q dotnet40 corefonts'
* change WinVer to 'Vista'
* install .NET Framework 4.5 from 'winetricks' cache or download (to avoid .NET
Framework 2.x, 3.x install which is not needed here)
Run the SDK installer with WinVer set to 'Windows 8.1' and 'dwrite' component
disabled to get all Windows 8+ components installed
--- snip ---
$ WINEDLLOVERRIDES=dwrite=d wine ./sdksetup.exe
--- snip ---
Run the tool:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Windows Kits/8.1/App Certification Kit
$ wine ./aitstatic.exe
fixme:wer:WerSetFlags (2) stub!
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:WinSqmIsOptedIn () stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Library AEPIC.dll (which is needed by L"C:\\Program
Files\\Windows Kits\\8.1\\App Certification Kit\\aitstatic.exe") not found
err:module:import_dll Library api-ms-win-core-path-l1-1-0.dll (which is needed
by L"C:\\Program Files\\Windows Kits\\8.1\\App Certification
Kit\\aitstatic.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Windows Kits\\8.1\\App Certification Kit\\aitstatic.exe" failed, status
c0000135
--- snip ---
Windows 8+ API sets:
https://msdn.microsoft.com/en-us/library/windows/desktop/dn505783%28v=vs.85…
--- quote ---
api-ms-win-core-path-l1-1-0.dll
PathAllocCanonicalize
PathAllocCombine
PathCchAddBackslash
PathCchAddBackslashEx
PathCchAddExtension
PathCchAppend
PathCchAppendEx
PathCchCanonicalize
PathCchCanonicalizeEx
PathCchCombine
PathCchCombineEx
PathCchFindExtension
PathCchIsRoot
PathCchRemoveBackslash
PathCchRemoveBackslashEx
PathCchRemoveExtension
PathCchRemoveFileSpec
PathCchRenameExtension
PathCchSkipRoot
PathCchStripPrefix
PathCchStripToRoot
PathIsUNCEx
--- quote ---
$ sha1sum sdksetup.exe
4540251f0ca62da5fd8e68cd4e3129930e7c5ae9 sdksetup.exe
$ du -sh sdksetup.exe
976K sdksetup.exe
$ wine --version
wine-1.7.44-173-g42cbc05
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=38736
Bug ID: 38736
Summary: Volume Shadow Copy Service (VSS) Backup/Restore Test
Tool from Windows SDK 8.1 needs
api-ms-win-security-lsalookup-l1-1-0.dll
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Prerequisite for Windows SDK 8.1 install:
* new 32-bit WINEPREFIX
* 'winetricks -q dotnet40 corefonts'
* change WinVer to 'Vista'
* install .NET Framework 4.5 from 'winetricks' cache or download (to avoid .NET
Framework 2.x, 3.x install which is not needed here)
Run the SDK installer with WinVer set to 'Windows 8.1' and 'dwrite' component
disabled to get all Windows 8+ components installed
--- snip ---
$ WINEDLLOVERRIDES=dwrite=d wine ./sdksetup.exe
--- snip ---
Run the tool:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Windows Kits/8.1/bin/x86
$ wine ./betest.exe
fixme:wer:WerSetFlags (2) stub!
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:WinSqmIsOptedIn () stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Library api-ms-win-security-lsalookup-l1-1-0.dll (which
is needed by L"C:\\Program Files\\Windows Kits\\8.1\\bin\\x86\\betest.exe") not
found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Windows Kits\\8.1\\bin\\x86\\betest.exe" failed, status c0000135
--- snip ---
Windows 7 API set:
http://www.geoffchappell.com/studies/windows/win32/apisetschema/ms-win-secu…
--- quote ---
API-MS-Win-Security-LSALookup-L1-1-0
All the functions in the API-MS-Win-Security-LSALookup-L1-1-0 set are exports
from SECHOST version 6.1 and higher, and are not documented (though they are
each declared in one or another SDK header file):
LookupAccountNameLocalA
LookupAccountNameLocalW
LookupAccountSidLocalA
LookupAccountSidLocalW
LsaLookupClose
LsaLookupFreeMemory
LsaLookupGetDomainInfo
LsaLookupManageSidNameMapping
LsaLookupOpenLocalPolicy
LsaLookupTranslateNames
LsaLookupTranslateSids
The Windows 7 schema redirects this API Set to SECHOST.
--- quote ---
$ sha1sum sdksetup.exe
4540251f0ca62da5fd8e68cd4e3129930e7c5ae9 sdksetup.exe
$ du -sh sdksetup.exe
976K sdksetup.exe
$ wine --version
wine-1.7.44-173-g42cbc05
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=38738
Bug ID: 38738
Summary: VSS Agent from Windows SDK 8.1 needs
api-ms-win-security-lsalookup-l1-1-1.dll
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Similar to bug 38736 which is about 'api-ms-win-security-lsalookup-l1-1-0.dll'
Prerequisite for Windows SDK 8.1 install:
* new 32-bit WINEPREFIX
* 'winetricks -q dotnet40 corefonts'
* change WinVer to 'Vista'
* install .NET Framework 4.5 from 'winetricks' cache or download (to avoid .NET
Framework 2.x, 3.x install which is not needed here)
Run the SDK installer with WinVer set to 'Windows 8.1' and 'dwrite' component
disabled to get all Windows 8+ components installed
--- snip ---
$ WINEDLLOVERRIDES=dwrite=d wine ./sdksetup.exe
--- snip ---
Run the tool:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Windows Kits/8.1/bin/x86
$ wine ./vssagent.exe
fixme:wer:WerSetFlags (2) stub!
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:WinSqmIsOptedIn () stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Library api-ms-win-security-lsalookup-l1-1-1.dll (which
is needed by L"C:\\Program Files\\Windows Kits\\8.1\\bin\\x86\\vssagent.exe")
not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Windows Kits\\8.1\\bin\\x86\\vssagent.exe" failed, status c0000135
--- snip ---
Couldn't find info on this Windows 7 API set - unlike
API-MS-Win-Security-LSALookup-L1-1-0 - maybe it's a minor patch level.
$ sha1sum sdksetup.exe
4540251f0ca62da5fd8e68cd4e3129930e7c5ae9 sdksetup.exe
$ du -sh sdksetup.exe
976K sdksetup.exe
$ wine --version
wine-1.7.44-173-g42cbc05
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=38737
Bug ID: 38737
Summary: 'makeappx' tool from Windows SDK 8.1 crashes on
unimplemented function
ntdll.dll.RtlInitializeGenericTableAvl
Product: Wine
Version: 1.7.44
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,
as the summary says.
Prerequisite for Windows SDK 8.1 install:
* new 32-bit WINEPREFIX
* 'winetricks -q dotnet40 corefonts'
* change WinVer to 'Vista'
* install .NET Framework 4.5 from 'winetricks' cache or download (to avoid .NET
Framework 2.x, 3.x install which is not needed here)
Run the SDK installer with WinVer set to 'Windows 8.1' and 'dwrite' component
disabled to get all Windows 8+ components installed
--- snip ---
$ WINEDLLOVERRIDES=dwrite=d wine ./sdksetup.exe
--- snip ---
Run the tool:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Windows Kits/8.1/bin/x86
$ wine ./makeappx.exe
fixme:wer:WerSetFlags (2) stub!
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:WinSqmIsOptedIn () stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
wine: Call from 0x7bc61787 to unimplemented function
ntdll.dll.RtlInitializeGenericTableAvl, aborting
wine: Unimplemented function ntdll.dll.RtlInitializeGenericTableAvl called at
address 0x7bc61787 (thread 0009), starting debugger...
--- snip ---
MSDN: https://msdn.microsoft.com/en-us/library/hh406465%28v=vs.85%29.aspx
Also mentioned here:
https://msdn.microsoft.com/en-us/library/ff552989%28v=vs.85%29.aspx (part of
'RtlInitializeGenericTable' documentation)
$ sha1sum sdksetup.exe
4540251f0ca62da5fd8e68cd4e3129930e7c5ae9 sdksetup.exe
$ du -sh sdksetup.exe
976K sdksetup.exe
$ wine --version
wine-1.7.44-173-g42cbc05
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=38731
Bug ID: 38731
Summary: TopoEdit tool from Windows SDK 8.1 crashes on
unimplemented function mf.dll.MFCreateTopology
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Prerequisite for Windows SDK 8.1 install:
* new 32-bit WINEPREFIX
* 'winetricks -q dotnet40 corefonts'
* change WinVer to 'Vista'
* install .NET Framework 4.5 from 'winetricks' cache or download (to avoid .NET
Framework 2.x, 3.x install which is not needed here)
Run the SDK installer with WinVer set to 'Windows 8.1' and 'dwrite' component
disabled to get all Windows 8+ components installed
--- snip ---
$ WINEDLLOVERRIDES=dwrite=d wine ./sdksetup.exe
--- snip ---
Run the tool:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Windows Kits/8.1/bin/x86
$ wine ./topoedit.exe
fixme:wer:WerSetFlags (2) stub!
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:WinSqmIsOptedIn () stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:mfplat:MFStartup (131184, 0): stub
wine: Call from 0x7b845511 to unimplemented function mf.dll.MFCreateTopology,
aborting
wine: Unimplemented function mf.dll.MFCreateTopology called at address
0x7b845511 (thread 0009), starting debugger...
--- snip ---
Source: https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/mf/mf.spec#l63
MSDN: https://technet.microsoft.com/pt-pt/library/ms701584
$ sha1sum sdksetup.exe
4540251f0ca62da5fd8e68cd4e3129930e7c5ae9 sdksetup.exe
$ du -sh sdksetup.exe
976K sdksetup.exe
$ wine --version
wine-1.7.44-173-g42cbc05
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=38733
Bug ID: 38733
Summary: appcertui helper tool from Windows SDK 8.1 App
Certification Kit crashes on unimplemented function
api-ms-win-core-processthreads-l1-1-1.dll.OpenProcessT
oken
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Prerequisite for Windows SDK 8.1 install:
* new 32-bit WINEPREFIX
* 'winetricks -q dotnet40 corefonts'
* change WinVer to 'Vista'
* install .NET Framework 4.5 from 'winetricks' cache or download (to avoid .NET
Framework 2.x, 3.x install which is not needed here)
Run the SDK installer with WinVer set to 'Windows 8.1' and 'dwrite' component
disabled to get all Windows 8+ components installed
--- snip ---
$ WINEDLLOVERRIDES=dwrite=d wine ./sdksetup.exe
--- snip ---
Run the tool:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Windows Kits/8.1/App Certification Kit
$ WINEDEBUG=+tid,+seh,+loaddll,+process wine ./appcertui.exe
...
0047:trace:process:create_process_impl starting L"C:\\Program Files\\Windows
Kits\\8.1\\Testing\\Runtimes\\TAEF\\TE.exe" as Win32 binary (0x400000-0x43c000,
arch 014c)
000d:trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b820000:
builtin
000d:trace:process:init_current_directory starting in L"C:\\Program
Files\\Windows Kits\\8.1\\App Certification Kit\\" 0x1c
000d:trace:process:__wine_kernel_init starting process name=L"C:\\Program
Files\\Windows Kits\\8.1\\Testing\\Runtimes\\TAEF\\Te.exe"
argv[0]=L"C:\\Program Files\\Windows
Kits\\8.1\\Testing\\Runtimes\\TAEF\\TE.exe"
000d:trace:loaddll:load_native_dll Loaded L"C:\\Program Files\\Windows
Kits\\8.1\\Testing\\Runtimes\\TAEF\\Te.exe" at 0x400000: native
0047:trace:process:create_process_impl started process pid 000b tid 000d
...
000d:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\api-ms-win-core-processthreads-l1-1-1.dll" at
0x7eff0000: builtin
000d:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b845511
ip=7b845511 tid=000d
000d:trace:seh:raise_exception info[0]=7effcbec
000d:trace:seh:raise_exception info[1]=7effcced
wine: Call from 0x7b845511 to unimplemented function
api-ms-win-core-processthreads-l1-1-1.dll.OpenProcessToken, aborting
--- snip ---
Windows 8+ API sets:
https://msdn.microsoft.com/en-us/library/windows/desktop/dn505783%28v=vs.85…
Wine is missing the forward in the API set dll.
$ sha1sum sdksetup.exe
4540251f0ca62da5fd8e68cd4e3129930e7c5ae9 sdksetup.exe
$ du -sh sdksetup.exe
976K sdksetup.exe
$ wine --version
wine-1.7.44-173-g42cbc05
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=40334
Bug ID: 40334
Summary: AION - Wine /Unhandled exception: page fault on read
access to 0x00000000 in 64-bit code
(0x0000000000000000).
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryancasanovalv(a)gmail.com
Distribution: ---
Created attachment 54000
--> https://bugs.winehq.org/attachment.cgi?id=54000
Got this error message after installing AION on wine/ubuntu 15.10
Unhandled exception: page fault on read access to 0x00000000 in 64-bit code
(0x0000000000000000).
--
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=35910
Bug ID: 35910
Summary: not open programs
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: midela73(a)gmail.com
Created attachment 47958
--> http://bugs.winehq.org/attachment.cgi?id=47958
not open programs
not open programs
--
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.